* pop3.el (pop3-open-server): Use :end-of-capability.
[gnus] / lisp / ChangeLog
1 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2
3         * pop3.el (pop3-open-server): Use :end-of-capability.
4
5 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6
7         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
8         the id is always a number.
9
10         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
11
12         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
13         debbugs mode, if possible.
14
15 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
16
17         * auth-source.el (auth-source-token-passphrase-callback-function):
18         Reindent.
19         (epg-context-operation): Remove unnecessary autoload.
20
21 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * gnus.el (gnus-list-debbugs): New command.
24
25         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
26         mboxstat instead of the maintbox, since the stat seems to be fuller.
27
28         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
29         summary buffers.
30
31         * message.el (message-get-reply-headers): Delete all duplicates,
32         instead of the first.
33         (message-get-reply-headers): Ensure that we have progress while
34         deleting duplicates.
35
36         * gnus-msg.el (gnus-configure-posting-styles): Get the local
37         gnus-posting-style value from the summary buffer to make it easier to
38         make that a per-buffer conf.
39
40 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
41
42         * nnir.el (nnir-run-imap): Allow halting a search when an article is
43         found by setting `shortcut' in 'query.
44         (nnir-request-article): Use `shortcut' setting when requesting article
45         by Message-ID.
46
47 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
48
49         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
50         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
51         Bring the pseudo-headers back too.
52
53 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
54
55         * auth-source.el (auth-source-token-passphrase-callback-function):
56         Simplify and remove EPA dependency.
57
58 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
59
60         * nnir.el (nnir-request-article): Fix error message text.
61
62 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
63
64         * auth-source.el (plstore-delete): Autoload.
65         (auth-source-plstore-search): Support delete operation.
66         * plstore.el (plstore-delete): New function.
67
68 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
71         mark actually existing articles as unread rather than the ones that
72         active asserts.
73
74 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
75
76         * nntp.el (nntp-record-command):
77         * gnus-util.el (gnus-message-with-timestamp-1):
78         Use format-time-string rather than decoding time stamps by hand.
79         This is simpler and insulates the code from potential changes to
80         current-time format.
81
82 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
85
86 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
87
88         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
89         (plstore-save): Support public key encryption.
90         (plstore--init-from-buffer): New function.
91         (plstore-open): Use it; fix error when opening a non-existent file.
92         (plstore-revert): Use plstore--init-from-buffer.
93
94 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
95
96         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
97
98 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * mml2015.el (mml2015-use): Replace string-match-p with string-match
101         for old Emacsen.
102
103 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
104
105         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
106         is not fully working.
107
108 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * dgnushack.el: Autoload sha1 on XEmacs.
111
112         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
113         quit window configuration.
114
115         * auth-source.el (epg-context-set-passphrase-callback): Remove
116         duplicate autoload.
117
118 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
119
120         * nnir.el (nnir-request-article): Allow requesting articles by
121         Message-ID with nnimap.
122
123         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
124         current server.
125
126 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
127
128         * auth-source.el: Autoload EPA/EPG functions.
129         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
130         changed when EPA/EPG is not available.
131         (auth-source-backend): Rename "arg" member to "data".
132         (auth-source-backend-parse, auth-source-plstore-search)
133         (auth-source-plstore-create): Use it.
134
135 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
136
137         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
138         `gnus-refer-article-methods'.
139
140 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
141
142         * auth-source.el: Require EPA and EPG.
143         (auth-source-passphrase-alist): New variable.
144         (auth-source-passphrase-callback-function)
145         (auth-source-token-passphrase-callback-function): Callbacks for the
146         netrc field encryption (GPG tokens).
147         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
148         Symmetric encryption and decryption of the netrc GPG tokens.
149         (auth-source-netrc-normalize): Use them, simplifying the closure.
150
151 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
154         is available.
155
156 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
159         non-nil, and `nnimap-split-methods' is nil, use the former.
160
161 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
162
163         * plstore.el (plstore-revert): New function.
164         (plstore-open): Use it; hide the buffer from user.
165
166 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
167
168         * auth-source.el (auth-source-backend): New member "arg".
169         (auth-source-backend-parse): Handle new backend 'plstore.
170         * plstore.el: New file.
171
172 2011-06-30  Glenn Morris  <rgm@gnu.org>
173
174         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
175
176 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
179         expiring articles to.
180
181         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
182         variations as ASCII (bug#5458).
183
184 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
185
186         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
187
188 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * message.el (message-point-in-header-p): Tweak the function to default
191         to saying that we're not in the headers if there is no separator at
192         all.  This makes it possible to use the Message version of `M-q' in
193         buffers with no headers (bug#7987).
194         (message-point-in-header-p): Fix last checkin to work with an empty
195         mail-header-separator, too.
196
197         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
198         again, save the choice via customize.
199
200 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
201
202         * message.el (message-send-mail-function): Add `sendmail-query-once'.
203
204         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
205         ended the connection, bail out before waiting infinitely on a new
206         connection.
207
208 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
209
210         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
211         reports.
212
213         * gnus.el (gnus-bug-package): Use "gnus."
214         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
215
216 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
217
218         * dgnushack.el: Make the timer warning go away on XEmacs.
219
220         * gnus-art.el (gnus-article-stop-animations): New function to stop any
221         animations going on at article exit time.
222
223         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
224         since removing it breaks people upgrading.
225
226         * shr.el (shr-put-image): Use the new interface for animating images.
227         (shr-put-image): Animate for 60 seconds.
228
229         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
230         avoid compiler warnings.
231
232         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
233         error with `find-file-hooks' on Emacs 22.
234         (with-auth-source-epa-overrides): Ugly hack to Wrap the
235         `find-file-hook' things in `symbol-value' to avoid compilation warnings
236         on all architectures.
237
238         * spam.el (spam-stat): Require in a normal fashion without binding
239         `spam-stat-install-hooks' to avoid compilation warnings.
240
241         * spam-stat.el (spam-stat-install-hooks): Removed.
242         (spam-stat-install-hooks): Don't run automatically.
243
244 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
245
246         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
247         and keystroke.
248
249 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * auth-source.el (auth-source-netrc-cache): Move forward.
252
253 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
254
255         * proto-stream.el (proto-stream-open-starttls): Use
256         `gnutls-available-p' to see whether we have built-in support.
257
258         * auth-source.el (auth-source-netrc-create): Don't query the bits that
259         we already know.
260         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
261         (auth-source-netrc-create): Don't prompt for the stuff we already know.
262
263 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
266         %S format, since that looks odd.
267         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
268         file, especially when saving.
269
270 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
271
272         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
273         article found.
274
275 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
276
277         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
278         `auth-source-save-secrets' with a more sensitive alist that can be
279         configured per file.  Experimental, so defaults to 'never.
280         (auth-source-netrc-create): Use it.  Still experimental code.
281         (with-auth-source-epa-overrides): Use `find-file-hooks' if
282         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
283
284 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
285
286         * auth-source.el (auth-source-save-secrets): New variable to control if
287         secret tokens should be saved encrypted.
288         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
289         to `auth-source-netrc-normalize'.
290         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
291         on the EPA variables being defined.
292         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
293         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
294         the lexical-let closure.
295         (auth-source-netrc-create): Create "gpg:" tokens according to
296         `auth-source-save-secrets'.
297
298 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus-group.el (gnus-group-update-group): Add new argument
301         `info-unchanged' that stops updating dribble buffer.
302
303         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
304         deletes lines matching to it in dribble buffer.
305
306         * gnus-agent.el (gnus-agent-fetch-group-1):
307         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
308         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
309         * gnus-start.el (gnus-group-change-level):
310         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
311
312         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
313         if newsgroup info is not changed.
314
315         * gnus-group.el (gnus-group-get-new-news-this-group):
316         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
317         Don't update dribble buffer.
318
319 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
320
321         * gnus-registry.el (gnus-registry-remove-ignored): New function to
322         remove entries with groups we ignore.
323
324 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
327         the underline comes at the bottom.
328
329 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
330
331         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
332         `gnus-registry-user-format-function-M' and declare the latter obsolete.
333         (gnus-registry-article-marks-to-names): Rename from
334         `gnus-registry-user-format-function-M2'.
335
336 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
339         ephemeral group.
340
341 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * shr.el (shr-browse-image): Copy the URL if called interactively.
344
345 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
346
347         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
348         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
349         done, then unselected articles may be marked as read.
350
351         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
352         since not doing this seems to lead to a race condition in pop3-logon.
353
354         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
355         so that the call chain it correct when we call "upwards".
356
357         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
358         in read-only groups.
359
360         * gnus-group.el (gnus-group-mark-article-read): Ditto.
361
362         * message.el (message-cite-reply-position): Doc string fix.
363
364         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
365         avoid regexp overflow.
366         (nnimap-transform-split-mail): Ditto.
367
368         * pop3.el (pop3-retr): Error out if the server closes the connection.
369
370 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
371
372         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
373         mm-with-unibyte-current-buffer.  The buffer should not contain any
374         multibyte chars anyway at this stage.
375
376 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
379         at the end of lines.
380
381 2011-05-29  Julien Danjou  <julien@danjou.info>
382
383         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
384
385 2011-05-27  Glenn Morris  <rgm@gnu.org>
386
387         * gnus-group.el (gnus-bug-group-download-format-alist):
388         Use the "maintainer" version of debian reports as well.
389
390 2011-05-26  Glenn Morris  <rgm@gnu.org>
391
392         * gnus-group.el (gnus-bug-group-download-format-alist):
393         Use the "maintainer" version of debbugs.gnu.org reports.
394
395 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
396
397         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
398
399 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
400
401         * gnus-cus.el (gnus-agent-customize-category):
402         * gnus-delay.el (gnus-delay-send-queue):
403         * gnus.el (gnus-other-frame):
404         Don't quote lambda expressions with `quote'.
405
406 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
407
408         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
409         the thread moves us backwards and so we loop forever.
410
411 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
412
413         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
414         whitespace in base64 data lines.
415
416 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * gnus-registry.el (gnus-registry-user-format-function-M):
419         Use `mapconcat'.
420         (gnus-registry-user-format-function-M2): Use to see the full text of
421         the marks.  Make "," the mark text separator.
422
423         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
424         authentication with auth-source.
425
426 2011-05-17  Glenn Morris  <rgm@gnu.org>
427
428         * gnus-group.el (gnus-import-other-newsrc-file):
429         Use insert-file-contents.
430
431 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
432
433         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
434         1000 iterations.
435
436 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * nntp.el (nntp-open-connection): Check if process-type is available.
439
440 2011-05-16  Julien Danjou  <julien@danjou.info>
441
442         * shr.el (shr-tag-del): Add support for del tag.
443
444 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-html.el (gnus-html-put-image): Register a displayer.
447
448         * shr.el (shr-image-displayer): Don't remove text props from alt text.
449
450 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
451
452         * registry.el (prune-factor): New initialization parameter defaulting
453         to 0.1.
454         (registry-prune-hard): Use it.
455
456         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
457         0.1 expicitly.
458
459 2011-05-13  Glenn Morris  <rgm@gnu.org>
460
461         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
462         is bound, since this function requires sendmail.
463
464 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
465
466         * registry.el (registry-usage-test): Disable pruning test.
467
468 2011-05-11  David Engster  <dengste@eml.cc>
469
470         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
471         Bind set-network-process-option for XEmacs.
472
473 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
474
475         * registry.el (registry-prune-hard-candidates)
476         (registry-prune-soft-candidates): Helper methods for registry pruning.
477         (registry-prune): Use them.  Make the sort function optional.
478
479 2011-05-10  Jim Meyering  <meyering@redhat.com>
480
481         * shr.el (shr-colorize-region): Fix typo "on on -> on".
482
483 2011-05-10  Julien Danjou  <julien@danjou.info>
484
485         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
486         symbol and not a list.
487
488 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * gnus-art.el (gnus-article-mode): Move binding of
491         shr-put-image-function here from gnus-article-prepare-display.
492
493         * shr.el (shr-put-image-function): New variable.
494         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
495         (shr-put-image): Return scaled image.
496
497         * gnus-art.el (gnus-shr-put-image): New function.
498         (gnus-article-prepare-display): Bind shr-put-image-function to it.
499
500         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
501         original ones, as deletable.
502
503 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
504
505         * nntp.el (nntp-open-connection): Set TCP keepalive option.
506
507 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
508
509         * registry.el (registry-full): Add convenience method.  Fix logic.
510         (registry-insert): Use it.  Fix logic here too.
511
512         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
513         `registry-prune' if `registry-full' returns t.
514         (gnus-registry-handle-action)
515         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
516         (gnus-registry-usage-test): Use it.
517
518 2011-05-07  Julien Danjou  <julien@danjou.info>
519
520         * shr.el (shr-link): Make shr-link inherit from link by default.
521
522 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
523
524         * shr.el (shr-urlify, shr-link): Fix shr-link face.
525
526 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
527
528         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
529         error out because the face is not a list.
530
531 2011-05-05  Glenn Morris  <rgm@gnu.org>
532
533         * proto-stream.el (gnutls-negotiate): Fix declarations.
534
535         * gnus-start.el (gnus-propagate-marks): Declare.
536
537 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
538
539         * registry.el (registry-reindex): Fix percentage message.
540
541         * proto-stream.el (network-stream-open-starttls): Adjust to call
542         `gnutls-negotiate' with :process and :hostname arguments.
543
544 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
545
546         * shr.el: Add shr-link face for links.
547         (shr-urlify): Use it.
548
549         * registry.el (registry-insert): Make error message more helpful.
550
551 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * gnus-html.el (gnus-html-schedule-image-fetching):
554         Use url-queue-retrieve, if it exists.
555
556         * shr.el (shr-tag-img): Ditto.
557
558         * gnus.el: Autoload more gnus-agent functions.
559
560         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
561         agent if we haven't already (bug#8502).
562
563         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
564         into the Agent, too.
565
566         * gnus-agent.el (gnus-agent-store-article): New function.
567
568         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
569         and moved from that file for reuse.
570
571         * pop3.el (pop3-open-server): Error messages are "-ERR".
572
573 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
576         (open-tls-stream): Remove superfluous tls/starttls autoloads.
577
578 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
579
580         * gnus.el: No Gnus v0.17 is released.
581
582 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
583
584         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
585         buffer has moved to a different frame.
586
587 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588
589         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
590         to get the conversion from unibyte to multibyte buffers to work on
591         Emacs 22.
592
593         * nntp.el (nntp-request-article): Slight clean-up.
594
595 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596
597         * shr.el (shr-strike-through): New face.
598         (shr-tag-s): Use it to provide <s> support.
599         (shr-tag-s): Remove duplicate definition.
600
601 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
602
603         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
604         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
605
606 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
607
608         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
609         `gnutls-negotiate'.
610         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
611
612 2011-04-23  Glenn Morris  <rgm@gnu.org>
613
614         * gnus-sum.el (gnus-extra-headers): Bump :version.
615
616 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * shr.el (shr-tag-sup): New function.
619         (shr-tag-sub): Ditto.
620
621 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
622
623         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
624         for the case where `gnus-registry-ignored-groups' is a list of lists,
625         and don't call `gnus-parameter-registry-ignore' otherwise.
626
627 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
628
629         * nnimap.el (nnimap-user): New backend variable.
630         (nnimap-open-connection-1): Use it.
631         (nnimap-credentials): Accept user parameter so it's explicit what user
632         name is desired.
633
634         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
635         default.
636
637         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
638         not gnus-registry.el.
639
640         * gnus-registry.el: Mention in comments how to modify
641         `gnus-extra-headers' for proper recipient tracking and that it may
642         already have To and Cc recently, which it does as of this commit.
643         (gnus-registry-ignored-groups): Remove defcustom.
644         Explain why in comments.
645         (gnus-registry-action): Fix data-header reference to use the extra
646         headers.  Explain in package commentary how to add To and Cc headers to
647         the gnus-extra-headers.
648         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
649         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
650         parameter list or a string list in `gnus-registry-ignored-groups'.
651         Fix logic error.
652
653 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * shr.el (shr-expand-url): Protect against null urls.
656
657 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * shr.el (shr-base): New binding.
660         (shr-tag-base): Keep track of <base>.
661         (shr-expand-url): New function used throughout.
662
663 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
664
665         * gnus-registry.el
666         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
667         (gnus-registry-ignored-groups): New variable.
668         (gnus-registry-ignore-group-p): Use it.
669         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
670         set the destination group to nil (same as delete) if it's ignored.
671
672 2011-04-20  David Engster  <dengste@eml.cc>
673
674         * tests/gnustest-nntp.el: New file for simple NNTP testing.
675
676         * Makefile.in (test-nntp): New rule.
677         (check): Add it.
678         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
679
680 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * gnus-registry.el (gnus-registry-action)
683         (gnus-registry-fetch-header-fast):
684         Don't use mail-header that looks an internal function of mailheader.el.
685
686 2011-04-19  Glenn Morris  <rgm@gnu.org>
687
688         * time-date.el (time-to-days): Remove unused local variables.
689
690 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * gnus-registry.el: Eliminate cl functions.
693         (gnus-registry-sort-addresses): New function that replaces mapcan.
694         (gnus-registry-action, gnus-registry-spool-action)
695         (gnus-registry-split-fancy-with-parent)
696         (gnus-registry-fetch-recipients-fast): Use it.
697         (gnus-registry-import-eld): Replace delete* with dolist + delq.
698
699         * registry.el (initialize-instance, registry-lookup)
700         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
701         (registry-lookup-secondary-value, registry-search, registry-delete)
702         (registry-insert, registry-reindex, registry-size, registry-prune):
703         Use eval-and-compile.
704
705 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
706
707         * registry.el (registry-reindex): New method to recreate the secondary
708         registry indices.
709
710         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
711         tracked field changes.
712         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
713         (gnus-registry-action, gnus-registry-spool-action)
714         (gnus-registry-handle-action)
715         (gnus-registry--split-fancy-with-parent-internal)
716         (gnus-registry-split-fancy-with-parent)
717         (gnus-registry-register-message-ids): Add recipient tracking on spool,
718         move, and delete actions, and for fancy splitting with parent.
719         (gnus-registry-extract-addresses)
720         (gnus-registry-fetch-recipients-fast)
721         (gnus-registry-fetch-header-fast): Convenience functions.
722         (gnus-registry-misc-test): ERT test of
723         `gnus-registry-extract-addresses'.
724
725 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
726
727         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
728         Track by subject first, then sender.
729
730 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
731
732         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
733
734         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
735         Lisp.
736
737         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
738         (gnus-draft-send): Use it to avoid popping
739         up frames from gnus-group-send-queue.
740
741 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
742
743         * gnus-registry.el: Updated gnus-registry docs.
744
745 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
746
747         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
748         Fix logic bug.
749         (gnus-registry-post-process-groups): Fix logging of no results and
750         quote sender and subject.
751
752 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
755         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
756         gnutls-cli are too slow to be done opportunistically.
757
758         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
759         (gnus-read-active-for-groups): Don't try to finish getting stuff where
760         we had no early-data returned.
761         (gnus-get-unread-articles): Add a sanity check so that we don't issue
762         two async commands to the same server at the same time.
763
764 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
765
766         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
767
768 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769
770         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
771         "warning" level.
772
773         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
774         (mm-url-insert-file-contents): Don't set the package names.
775
776 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
777
778         * gnus-registry.el (gnus-registry-action): Remove properties and
779         simplify subject in `gnus-registry-handle-action'.
780         (gnus-registry-spool-action): Get subject and sender from message if
781         they are not passed in.
782         (gnus-registry-handle-action): Remove properties and simplify subject
783         consistently.
784
785 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
786
787         * registry.el: Require CL before using defmacro*.
788
789 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * gnus-art.el (article-treat-date): Assume that
792         gnus-article-date-headers may be a group parameter.
793
794 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
795
796         * gnus-registry.el (gnus-registry-handle-action): More debugging.
797
798         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
799         interactively so the newsrc file can contain foreign groups too.
800         Useful for debugging but not much for users.
801
802 2011-04-07  David Engster  <dengste@eml.cc>
803
804         * registry.el (registry-usage-test): Only do
805         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
806         lexical binding.
807
808 2011-04-07  David Engster  <dengste@eml.cc>
809
810         * Makefile.in (check, test-registry): New rules for test-suite.
811
812 2011-04-06  David Engster  <dengste@eml.cc>
813
814         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
815         argument NOERROR for `require', since XEmacs 21.4 does not support it.
816
817 2011-04-06  David Engster  <dengste@eml.cc>
818
819         * registry.el (initialize-instance): Change :after to :AFTER to be
820         compatible with old EIEIO version in XEmacs.
821
822 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
823
824         * gnus-registry.el (gnus-registry-post-process-groups)
825         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
826         and provide better messaging.
827
828 2011-04-06  David Engster  <dengste@eml.cc>
829
830         * Makefile.in (fail-on-warning): New rule to compile with warnings as
831         errors.
832
833         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
834         dgnushack-compile with error-on-warn enabled, and to signal an error if
835         clean compilation failed.
836         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
837         with `byte-compile-error-on-warn'.  Return nil if errors occured.
838
839 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
840
841         * gnus-registry.el: Don't use ERT if it's not available.  Load it
842         unconditionally anyway, discarding errors.
843         (gnus-registry-delete-entries): New convenience function.
844         (gnus-registry-import-eld): Import from old .eld registry.
845
846         * registry.el: Don't use ERT if it's not available.  Load it
847         unconditionally anyway, discarding errors.
848
849         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
850         version from the Claudio Bley GnuTLS patch (extra optional parameters
851         and host name).
852
853 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
854
855         * gnus-registry.el (gnus-registry-fixup-registry): New function to
856         fixup the parameters that can be customized by the user between
857         save/read cycles.
858         (gnus-registry-read): Use it.
859         (gnus-registry-make-db): Use it.
860         (gnus-registry-spool-action, gnus-registry-handle-action):
861         Fix messaging.
862         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
863         Map references to actual group names with sender and subject tracking.
864         (gnus-registry-post-process-groups): Use `cond' for better messaging.
865         (gnus-registry-usage-test): Add subject lookup test.
866
867         * registry.el (registry-db, initialize-instance): Set up constructor
868         instead of :initform arguments for the sake of older Emacsen.
869         (registry-lookup-breaks-before-lexbind): New method to demonstrate
870         pre-lexbind merge bug.
871         (registry-usage-test): Use it.
872         (initialize-instance, registry-db): Move the non-function initforms
873         back to the class definition.
874
875 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
876
877         * registry.el: New library to manage gnus-registry-style data.
878
879         * gnus-registry.el: Use it (major rewrite).
880
881         * nnregistry.el: Use it.
882
883         * spam.el: Use it.
884
885 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886
887         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
888         marks on non-selected articles.
889
890 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
891
892         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
893         parameter to open-protocol-stream.
894
895 2011-04-01  Julien Danjou  <julien@danjou.info>
896
897         * mm-view.el (mm-display-inline-fontify): Do not fontify with
898         fundamental-mode.
899
900 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
903         servers.
904
905 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
908         made marks not propagate, again.
909
910 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
911
912         * proto-stream.el (open-protocol-stream): Bring back `network' type.
913         Make this the default type.
914         (proto-stream-open-plain): Rename from proto-stream-open-default.
915         (open-protocol-stream, proto-stream-open-starttls)
916         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
917         with `plain'.
918
919         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
920         value.
921
922         * nntp.el (nntp-open-connection-function): Document the fact that some
923         values are not functions but are instead handled specially.
924         Recognize nntp-open-plain-stream value.
925         (nntp-open-connection): Recognize that value.
926
927 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
930         where it seems to be needed.
931
932 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
935         stuff.
936
937         * gnus-score.el (gnus-score-string): Fix calling convention of
938         `gnus-simplify-buffer-fuzzy' after last patches.
939
940         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
941         server for articles we didn't get any headers for.  This is a sanity
942         check.
943
944 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
945
946         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
947         new CAPABILITY, use it.
948
949 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
952         downloading anything.
953
954         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
955
956 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
957
958         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
959         colors.
960         (gnus-splash-svg-color-symbols): New function.
961
962 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963
964         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
965         instead of using the global gnus-simplify-subject-fuzzy-regexp.
966         (gnus-simplify-subject-fuzzy): Use the local
967         gnus-simplify-subject-fuzzy-regex instead of the global one.
968         This makes using this variable in group parameters work.
969
970 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
971
972         * gnus-registry.el (gnus-registry-unfollowed-groups):
973         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
974         archive:sent-YYYY-MM-DD groups).
975         (gnus-registry-split-fancy-with-parent): Bail out early in sender
976         tracking if there are more than `gnus-registry-max-track-groups'
977         matches.
978
979 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
980
981         * message.el (message--yank-original-internal): New function to do the
982         insertion cleanly inside eval in `message-yank-original'.
983         (message-yank-original): Use it.
984
985 2011-03-29  Julien Danjou  <julien@danjou.info>
986
987         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
988         local variables disabled rather than `normal-mode'.
989
990 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
991
992         * imap.el (imap-shell-open, imap-process-connection-type):
993         Use imap-process-connection-type for 'shell' streams as well as
994         Kerberos, SSL, other subprocesses.
995
996 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
997
998         * proto-stream.el: Changes preparatory to merging open-protocol-stream
999         with open-network-stream.
1000         (proto-stream-always-use-starttls): Option removed.
1001         (open-protocol-stream): Return a process object by default.  Provide a
1002         new parameter :return-list specifying a list-type return value, which
1003         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
1004         :type `network' to `try-starttls', and `network-only' to `default'.
1005         Make `default' the default, for compatibility with open-network-stream.
1006         Handle the no-parameter case exactly as open-network-stream, with no
1007         additional stream processing.  Search plists using plist-get.
1008         Explicitly add :end-of-commend parameter if it is missing.
1009         (proto-stream-open-default): Rename from
1010         proto-stream-open-network-only.  Return 'default as the type.
1011         (proto-stream-open-starttls): Rename from proto-stream-open-network.
1012         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
1013         failed.  Always return a list with a (possibly dead) process as the
1014         first element, for compatibility with open-network-stream.
1015         (proto-stream-open-tls): Use plist-get.  Always return a list.
1016         (proto-stream-open-shell): Return `default' as connection type.
1017         (proto-stream-capability-open): Use plist-get.
1018         (proto-stream-eoc): Function deleted.
1019
1020         * nnimap.el (nnimap-stream, nnimap-open-connection)
1021         (nnimap-open-connection-1): Handle renaming of :type parameter for
1022         open-protocol-stream.
1023         (nnimap-open-connection-1): Pass a :return-list parameter
1024         open-protocol-stream to obtain a list return value.  Parse this list
1025         using plist-get.
1026
1027         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
1028         for open-protocol-stream.  Accept open-protocol-stream return value
1029         that is a subprocess object instead of a list.  Handle the case of a
1030         dead returned process.
1031
1032 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
1033
1034         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
1035
1036         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
1037
1038 2011-03-21  Julien Danjou  <julien@danjou.info>
1039
1040         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
1041         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
1042         query.
1043         (mm-inline-text): Render normal text with fontification whenever
1044         possible.
1045
1046         * gnus-sum.el (gnus-summary-save-parts-1):
1047         * gnus-art.el (gnus-article-browse-html-save-cid-content)
1048         (gnus-article-browse-html-parts, gnus-mime-delete-part)
1049         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
1050         Use `mm-handle-filename'.
1051
1052         * mm-util.el (mm-handle-filename): New function, return the filename of
1053         an handle.
1054
1055 2011-03-18  Julien Danjou  <julien@danjou.info>
1056
1057         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
1058         (gnus-buffer-live-p): Check that buffer is not nil.
1059
1060 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1061
1062         * gnus.el: No Gnus v0.15 is released.
1063
1064 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * time-date.el (format-seconds): Use assoc instead of assoc-string to
1067         avoid warning on XEmacs.
1068
1069         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
1070         on XEmacs.
1071
1072         * gnus-art.el: Require mouse, which the build bot seems to say is
1073         needed.
1074
1075         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
1076
1077         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
1078         XEmacs, since it doesn't have url-retrieve-synchronously.
1079
1080         * time-date.el (format-seconds): Use assoc instead of assoc-string,
1081         since assoc-string doesn't exist in XEmacs.
1082
1083 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
1084
1085         * gnus-group.el (gnus-group-list-ticked): New function.
1086         (gnus-group-make-menu-bar): Provide a menu entry for it.
1087         (gnus-group-list-map): Provide a binding for it.
1088
1089 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1090
1091         * shr.el (shr-visit-file): New command.
1092
1093         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
1094
1095 2011-03-17  Bjørn Mork  <bjorn@mork.no>
1096
1097         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
1098         servers.
1099
1100 2011-03-16  Julien Danjou  <julien@danjou.info>
1101
1102         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
1103         inline.
1104
1105         * gnus-art.el (article-hide-list-identifiers):
1106         Use gnus-group-get-list-identifiers.
1107
1108         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
1109         (gnus-summary-remove-list-identifiers):
1110         Use gnus-group-get-list-identifiers to get regexp.
1111         (gnus-select-newsgroup, gnus-summary-insert-subject)
1112         (gnus-summary-insert-articles):
1113         Call gnus-summary-remove-list-identifiers unconditionally.
1114
1115 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1118         we're selecting a group with unread articles.
1119
1120         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1121
1122         * gssapi.el: New file separated out from imap.el to provide a general
1123         Kerberos 5 connection facility for Emacs.
1124
1125         * message.el (message-elide-ellipsis): Document the format spec
1126         ellipsis.
1127
1128 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1129
1130         * message.el (message-elide-region): Allow the ellipsis to say how many
1131         lines were removed.
1132
1133 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134
1135         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1136         window configurations containing buffers that are now dead.
1137
1138         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1139         parsing to avoid integer overflows.
1140         (nnimap-parse-flags): Simplify the last change.
1141         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1142         too large for 32-bit Emacsen.
1143
1144 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1145
1146         * auth-source.el (auth-source-netrc-create):
1147         * message.el (message-yank-original): Fix use of `case'.
1148
1149 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1150
1151         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1152         XEmacs, which was one character too wide.
1153
1154 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1155
1156         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1157         default number of articles to display.
1158         (gnus-articles-to-read): Use pretty names for prompt.
1159
1160 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus-int.el (gnus-open-server): Ditto.
1163
1164         * gnus-start.el (gnus-activate-group): Give a backtrace if
1165         debug-on-quit is set and the user hits `C-g'.
1166         (gnus-read-active-file): Ditto.
1167
1168         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1169
1170 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1171
1172         * message.el (message-yank-original): Use cond instead of CL case.
1173
1174 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1175
1176         * auth-source.el (auth-source-netrc-create): Use usual format for the
1177         default in prompts.
1178
1179 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * lpath.el: Fbind read-char-choice for XEmacs.
1182
1183 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1184
1185         * auth-source.el (auth-source-netrc-create): Show the default in the
1186         prompt when prompting for token creation.
1187
1188 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1189
1190         * auth-source.el (auth-source-format-prompt): Always convert the value
1191         to a string to avoid evaluating non-string arguments.
1192         (auth-source-netrc-create): Offer default properly, not as initial
1193         content in `read-string'.
1194         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1195         of line to determine if we've been run before.  If so, don't run again,
1196         but print a trivial message to indicate the cache was hit instead.
1197
1198 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1199
1200         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1201         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1202         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1203         Gnus.
1204
1205 2011-03-11  Julien Danjou  <julien@danjou.info>
1206
1207         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1208         modified file".
1209
1210 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1211
1212         * auth-source.el (auth-source-read-char-choice): New function to read a
1213         character choice using `dropdown-list', `read-char-choice', or
1214         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1215         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1216         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1217         (auth-source-netrc-saver): Use it.
1218         (auth-source-pick-first-password): New convenience function.
1219
1220 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1221
1222         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1223         parameter in the credentials.
1224         (nnimap-open-connection-1): Use it after a successful login.
1225         (nnimap-credentials): Add IMAP-specific user and password prompt.
1226
1227         * auth-source.el (auth-source-search): Add :require parameter, taking a
1228         list.  Document it and the :save-function return token.  Pass :require
1229         down.  Change the CREATED message from a warning to a debug statement.
1230         (auth-source-search-backends): Pass :require down.
1231         (auth-source-netrc-search): Pass :require down.
1232         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1233         Change save prompt to indicate all modifications saved here are
1234         deletions.
1235         (auth-source-netrc-create): Take user login name as default in user
1236         prompt.  Move all the save functionality to a lexically bound function
1237         under the :save-function token in the returned list.  Set up clearer
1238         default prompts for user, host, port, and secret.
1239         (auth-source-netrc-saver): New function, intended to be wrapped for
1240         :save-function.
1241
1242 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243
1244         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1245         lines to be spaces instead.
1246
1247 2011-03-07  Julien Danjou  <julien@danjou.info>
1248
1249         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1250         (sieve-sasl-auth): Check that auth-source-search did return something,
1251         or just return an empty string.
1252
1253 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1254
1255         * gnus.el (gnus-interactive): Use read-directory-name.
1256
1257         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1258         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1259         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1260         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1261         Likewise.
1262
1263         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1264
1265 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1268         onto the list of killed groups, too.  This makes killed nnimap groups,
1269         for instance, more reliably not reappear.
1270
1271         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1272         the parent.
1273
1274         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1275
1276         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1277         really have server-side marks.
1278
1279         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1280         since most backends do not usefully have server-side marks.
1281         (gnus-update-read-articles): Propagate marks to all backends that
1282         really have server-side marks.
1283
1284 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1285
1286         * message.el (message-cite-reply-position, message-cite-style):
1287         New variables.
1288         (message-yank-original): Use the new citation styles.
1289
1290 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1291
1292         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1293         buffer-local issue); don't mark it buffer-local when running under
1294         XEmacs.
1295
1296 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1297
1298         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1299         numbers too big to be `read'.
1300
1301 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1302
1303         * password-cache.el (password-in-cache-p): Add autoload.
1304
1305         * message.el (message-options): Make buffer-local two ways to attempt
1306         to fix a XEmacs bug.
1307
1308 2011-03-02  Julien Danjou  <julien@danjou.info>
1309
1310         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1311
1312 2011-03-01  Julien Danjou  <julien@danjou.info>
1313
1314         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1315         group.
1316         (article-hide-list-identifiers): Use list-identifier group parameter.
1317
1318 2011-02-28  Julien Danjou  <julien@danjou.info>
1319
1320         * sieve.el (sieve-buffer-script-name): New local variable to store
1321         sieve script name.
1322         (sieve-edit-script): Store sieve script name.
1323         (sieve-upload): Use sieve script name when uploading.
1324         (sieve-upload): Use substitute-command-keys.
1325         (sieve-edit-script): Use substitute-command-keys.
1326         (sieve-refresh-scriptlist): Use substitute-command-keys.
1327         (sieve-manage-mode-map): Define keymap properly.
1328         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1329         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1330         Remove commented code about cvs.
1331         (sieve-manage-quit): New function.
1332         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1333
1334 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1337
1338 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1339
1340         * auth-source.el (auth-source-search): Cache empty result sets.
1341
1342         * password-cache.el (password-in-cache-p): Convenience function to
1343         check if a key is in the cache, even if the value is nil.
1344
1345         * auth-source.el (auth-source-save-behavior): New variable to replace
1346         `auth-source-never-create'.
1347         (auth-source-netrc-create): Use it.
1348         (auth-source-never-save): Remove.
1349
1350 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1351
1352         * nnimap.el (nnimap-stream): Doc fix.
1353         (nnimap-open-connection-1): Reverse the order of the ports to that the
1354         prompted-for port is first.
1355
1356         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1357         retrieval by the no-group selection.
1358
1359         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1360         numerical parameters.
1361
1362 2011-02-25  Julien Danjou  <julien@danjou.info>
1363
1364         * gnus-gravatar.el: Use gnus-with-article-buffer.
1365
1366         * gnus-art.el (gnus-with-article-buffer): Check that the
1367         gnus-article-buffer is alive.
1368
1369 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1370
1371         * auth-source.el (auth-source-creation-prompts): New variable to manage
1372         creation-time prompts.
1373         (auth-source-search): Document it.
1374         (auth-source-format-prompt): Add utility function.
1375         (auth-source-netrc-create): Don't default the user name to
1376         user-login-name.  Use `auth-source-creation-prompts' and some default
1377         prompts for user, host, port, and password (the default generic prompt
1378         remains ugly).
1379         (auth-source-never-save): Add customizable option to never save info.
1380         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1381         mode excursion.
1382
1383 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1386         argument that XEmacs doesn't support.
1387
1388         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1389         compiled for Emacsen having no `libxml-parse-html-region' support.
1390
1391         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1392
1393         * lpath.el: Bind buffer-save-without-query for XEmacs.
1394
1395 2011-02-23  Julien Danjou  <julien@danjou.info>
1396
1397         * gnus-art.el (article-make-date-line): Ignore errors if time is
1398         invalid and not convertible.
1399         (article-make-date-line): Only add lapsed time if time is not nil.
1400
1401 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1402
1403         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1404         `read-char-choice' for backwards compatibility.
1405         (auth-source-netrc-element-or-first): New function to DTRT for
1406         parameter extraction.
1407         (auth-source-netrc-create): Use it and fix multiple parameter print
1408         bug.  Use the default passed from above (given-default) or the
1409         built-in (user-login-name for :user).
1410
1411 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1412
1413         * gnus-start.el (gnus-dribble-read-file):
1414         Set buffer-save-without-query, since we always want to save the dribble
1415         file, probably.
1416
1417         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1418         nnimap.
1419
1420         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1421         -summary- since it's a user-visible variable.
1422
1423         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1424         first time you use the new Gnus.
1425
1426 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1427
1428         * auth-source.el: Don't load netrc.el.
1429         (auth-sources): Search ~/.netrc as well by default.
1430         (auth-source-debug): Add 'trivia option for extra output.
1431         (auth-source-do-trivia): Use it.
1432         (auth-source-search): Simplify logic to use
1433         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1434         appropriate.  Don't keep a running count at this level.  Layer :create
1435         and :delete options appropriately on the first and second passes.
1436         Don't track the backend with the search results.
1437         (auth-source-search-backends): New function to search a list of
1438         backends for a processed spec.
1439         (auth-source-netrc-parse): Cache all netrc files, making
1440         auth-source-netrc-cache an alist keyed by the file name and using the
1441         file mtime as the caching criterion.  Keep the obfuscated data secret
1442         with a lexical bind.
1443         (auth-source-netrc-search): Don't calculate the length of the results
1444         unnecessarily.
1445         (auth-source-search-backends): Fix bug.
1446         (auth-source-netrc-create): Rework prompts.
1447
1448 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1449
1450         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1451         Lower case names of search constraints.
1452         (nnir-run-query): Cache and reuse search constraints for all imap
1453         servers.
1454
1455 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1456
1457         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1458         after exit.
1459         (gnus-setup-message): Define missing variable from last checkin.
1460
1461         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1462         value, show the raw article.
1463
1464 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1465
1466         * gnus.el: No Gnus v0.13 is released.
1467
1468 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1469
1470         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1471         auth-source now accepts numbers.
1472
1473         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1474         spec, too.
1475         (auth-source-ensure-strings): New function.
1476
1477         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1478         (gnus-article-setup-buffer): Always restart the date timer so that user
1479         changes to the frequency is respected.
1480
1481         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1482         port numbers, so make sure it gets that if nnimap-server-port is
1483         explicit.
1484
1485 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1486
1487         * nnimap.el (nnimap-inbox): Doc fix.
1488
1489 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1490
1491         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1492         Autoload.  Add optional arg FRAME, and pass it to color-values.
1493         (color-complement): Caller changed.  Doc fix.
1494         (color-gradient): Rewrite for better clarity and efficiency.
1495
1496 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1497
1498         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1499         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1500         color-lab-to-srgb.
1501
1502 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1503
1504         * color.el: First part of merge from hexrgb.el.
1505         (color-rgb-to-hex): Rename from color-rgb->hex.
1506         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1507         saturation to zero if the value is too small.
1508         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1509         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1510         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1511         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1512         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1513         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1514         (color-cie-de2000): Doc fix.
1515
1516 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1517
1518         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1519         given method as in the group name if we're using an extended method.
1520         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1521         command, if we're using that, instead of waiting for the beginning.
1522
1523         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1524         we're sure to get unique server names, and we don't output two async
1525         commands in the same buffer.  This fixes an NNTP hang for some users.
1526
1527 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1528
1529         * gnus.el: No Gnus v0.11 is released.
1530
1531 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1532
1533         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1534         summary buffer before reading going to the next buffer.  This avoids
1535         putting the point in the group buffer if you `C-g' the command.
1536
1537         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1538         cache (for now) to make ~/.authinfo.gpg files usable.
1539
1540         * nnfolder.el (copyright-update): Define for the compiler.
1541
1542         * auth-source.el (auth-source-search): Fix unbound variable.
1543
1544 2011-02-19  Glenn Morris  <rgm@gnu.org>
1545
1546         * gnus.el (gnus-meta): Doc fix.
1547
1548 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1549
1550         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1551         in case it's not yet loaded.
1552
1553 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1554
1555         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1556         line we're waiting for.
1557
1558 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1559
1560         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1561         face with line-width greater than zero will cause RET in gnus summary
1562         buffer to scroll down article page-wise because auto vscroll happens,
1563         it should be temporalily disabled when doing a scroll-up.
1564
1565 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1566
1567         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1568         outputs from the server.
1569
1570 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1571
1572         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1573         later so that bbdb can hook in easier.
1574
1575 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1576
1577         * auth-source.el (auth-source-search): Don't try to create credentials
1578         if the caller doesn't want that.
1579         (auth-source-search): If we don't find a match, don't bug out on
1580         non-bound variables.
1581         (auth-source-search): Only ask a single backend to create the
1582         credentials.
1583
1584         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1585         logging.
1586         (nnimap-credentials): Protect against auth-source-search returning nil.
1587         (nnimap-request-list): Protect against not being able to open the
1588         server.
1589
1590 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1591
1592         * auth-source.el (auth-source-search): Do a two-phase search, one with
1593         no :create to get the responses from all backends.
1594
1595         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1596         when getting credentials.
1597
1598         * gnus-util.el (gnus-delete-duplicates): New function.
1599
1600 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1601
1602         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1603         a creation default, pass the whole port list down.  It will be
1604         completed.
1605
1606         * auth-source.el (auth-source-search): Updated docs to talk about
1607         multiple creation choices.
1608         (auth-source-netrc-create): Accept a list as a value (from the search
1609         parameters) and do completion on that list.  Keep a separate netrc line
1610         with the password obscured for showing the user.
1611
1612         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1613         first choice to `auth-source-search' so it will be used for entry
1614         creation instead of the server's Gnus-specific name.
1615         (nnimap-credentials): Rely on the auth-source library to select which
1616         port is actually wanted in the new netrc entry, so don't override
1617         `auth-source-creation-defaults'.
1618
1619         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1620         :protocol and accept a missing user, host, or port as a wildcard match.
1621         (auth-source-debug): Default to off.
1622
1623         (auth-source-netrc-search, auth-source-netrc-create)
1624         (auth-source-secrets-search, auth-source-secrets-create)
1625         (auth-source-user-or-password, auth-source-backend, auth-sources)
1626         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1627         instead of :protocol.
1628
1629         * nnimap.el (nnimap-credentials): Pass a port default to
1630         `auth-source-search' in case an entry needs to be created.
1631         (nnimap-open-connection-1): Use :port instead of :protocol.
1632
1633 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * auth-source.el: Bind load-path when loading EIEIO from
1636         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1637         21.4 doesn't support, to `require'.
1638         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1639         delete-dups that is not available in XEmacs 21.4.
1640
1641 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1642
1643         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1644         as EIEIO must also be loaded when auth-source.el is being
1645         byte-compiled.
1646
1647 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1648
1649         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1650
1651         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1652
1653         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1654
1655         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1656
1657         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1658
1659         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1660
1661         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1662
1663         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1664         necessary.
1665
1666 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1669         nil means that nnimap doesn't get updated.
1670
1671 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1672
1673         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1674         result when the user doesn't want to write to the file.
1675         (auth-source-netrc-search): Expect a synthetic result and proceed
1676         accordingly.
1677         (auth-source-cache-expiry): New variable to override
1678         `password-cache-expiry'.
1679         (auth-source-remember): Use it.
1680
1681         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1682         parameter.  Create entry if necessary by using :create t.
1683         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1684
1685 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1686
1687         * auth-source.el (auth-source-debug): Enable by default and don't
1688         mention the obsolete `auth-source-hide-passwords'.
1689         (auth-source-do-warn): New function to debug unconditionally.
1690         (auth-source-do-debug): Use it.
1691         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1692         and for Secrets API entries when the secrets.el library is not
1693         available.
1694
1695 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1696
1697         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1698         (gnus-summary-exit): Kill the correct article buffer on exit from a
1699         `C-d' group.
1700
1701         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1702         gnus-propagate-marks.
1703
1704         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1705         before killing the buffers so that a non-full window conf gets handled
1706         correctly.
1707         (gnus-summary-exit): Ditto.
1708         (gnus-summary-read-group-1): Ditto.
1709
1710         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1711         async code again so that we can debug it properly.
1712
1713         * message.el (message-reply): Take an optional switch-buffer parameter
1714         so that Gnus window confs are respected better.
1715
1716 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1717
1718         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1719         `plist-get' to accept non-list parameters (XEmacs issue).
1720         Fix docstring.
1721         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1722         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1723         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1724         Login collection is "Login" and not "login".
1725
1726 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1727
1728         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1729         multiple headers.
1730
1731         * nnimap.el (nnimap-inhibit-logging): New variable.
1732         (nnimap-log-command): Don't log login commands.
1733
1734         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1735         to have more parameters.
1736
1737         * nnimap.el (nnimap-send-command): Mark the command time for each
1738         command, so that we don't get NOOPs stepping on our toes.
1739
1740         * gnus-art.el (article-date-ut): Get the date from the Date header on
1741         `t'.
1742
1743 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1744
1745         * auth-source.el (auth-source-search): Use copy-sequence instead of
1746         the cl.el copy-list.
1747
1748 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1749
1750         * imap.el: Bring it back (revert
1751         84d800cd31de3064f0ed39617d725709a2f8f42f).
1752
1753 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1754
1755         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1756         Improve prompt.
1757
1758 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1759
1760         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1761         washing status from the default format.  It isn't very informative.
1762
1763 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1764
1765         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1766         Fix Gcc processing on imap.
1767
1768 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1769
1770         * imap.el: Remove file.  All the functionality is in nnimap.el.
1771
1772 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1773
1774         * message.el (message-bury): Don't pop up a new window when selected
1775         window is dedicated.
1776
1777 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1778
1779         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1780
1781 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1782
1783         * sieve-manage.el: Autoload `auth-source-search'.
1784         (sieve-sasl-auth): Use it.
1785
1786 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1787
1788         * nnimap.el: Autoload `auth-source-forget+'.
1789         (nnimap-open-connection-1): Use it if the connection fails.
1790
1791         * auth-source.el: Require `password-cache'.
1792         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1793         obsolete.
1794         (auth-source-magic): Marker for `password-cache' keys.
1795         (auth-source-do-cache): Update docstring.
1796         (auth-source-search): Use and check cache.
1797         (auth-source-forget-all-cached, auth-source-remember)
1798         (auth-source-recall, auth-source-forget, auth-source-forget+)
1799         (auth-source-specmatchp): Caching support functions.
1800         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1801         Remove and obsolete.
1802         (auth-source-user-or-password): Remove caching to further discourage
1803         using it.  Always hide passwords.
1804
1805         * password-cache.el (password-cache-remove): Accept secrets that are
1806         not strings.
1807
1808 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1809
1810         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1811         code for now, since it doesn't work for all users.
1812
1813 2011-02-09  Julien Danjou  <julien@danjou.info>
1814
1815         * message.el (message-options): Make message-options really buffer
1816         local.
1817
1818 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1819
1820         * mail-source.el: Autoload `auth-source-search'.
1821         (mail-source-keyword-map): Note order matters.
1822         (mail-source-set-1): Get all the mail-source source values and
1823         defaults and search auth-source on those if needed.  This can all
1824         probably be simplified.
1825
1826         * nnimap.el: Autoload `auth-source-search'.
1827         (nnimap-credentials): Use it.
1828         (nnimap-open-connection-1): Ask for the virtual server and physical
1829         address in one shot.
1830
1831         * nntp.el: Autoload `auth-source-search'.
1832         (nntp-send-authinfo): Use it.  Note TODO.
1833
1834 2011-02-08  Julien Danjou  <julien@danjou.info>
1835
1836         * shr.el (shr-tag-body): Add support for text attribute in body
1837         markups.
1838
1839         * message.el (message-options): Make message-options a local variable.
1840
1841 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1842
1843         * auth-source.el (auth-source-secrets-search)
1844         (auth-source-user-or-password): Use `append' instead of `nconc'.
1845         (auth-source-user-or-password): Build return list better and protect
1846         against nil :secret.
1847
1848 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1849
1850         * nnimap.el (nnimap-update-info): Refactor slightly.
1851         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1852         (nnimap-update-info): Clean up slightly.
1853         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1854         characters.
1855         (nnimap-process-quirk): Rename function to avoid collision.
1856         (nnimap-update-info): Fix macrology bug-out.
1857         (nnimap-update-info): Simplify split history test.
1858
1859 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1860
1861         * auth-source.el (top): Require 'eieio unconditionally.
1862         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1863         (auth-source-secrets-search): Limit search when `max' is greater than
1864         number of results.
1865
1866 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1867
1868         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1869         part not returning any data.
1870
1871         * proto-stream.el (open-protocol-stream): Document the return value.
1872
1873 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1874
1875         * auth-source.el (auth-source-secrets-search): Add examples.
1876
1877 2011-02-06  Julien Danjou  <julien@danjou.info>
1878
1879         * message.el (message-setup-1): Handle message-generate-headers-first
1880         set to t.
1881
1882 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1883
1884         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1885         API with a string "secrets:collection-name" and with 'default.
1886         (auth-source-backend-parse): Parse "secrets:collection-name" and
1887         'default.  Recurse on parses instead of repeating code.  Use the
1888         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1889         message when ignoring a source.
1890         (auth-source-search): List ignored search keys at the top level.
1891         (auth-source-netrc-create): Use `case' instead of `cond'.
1892         (auth-source-secrets-search): Created with TODOs.
1893         (auth-source-secrets-create): Created with TODOs.
1894         (auth-source-retrieve, auth-source-create, auth-source-delete)
1895         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1896         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1897         (auth-source-user-or-password-sftp)
1898         (auth-source-user-or-password-smtp): Remove.
1899         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1900         around `auth-source-search'.  Not tested thoroughly.
1901
1902 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1903
1904         * auth-source.el: Bring in assoc and eioeio libraries.
1905         (secrets-enabled): New variable to track the status of the Secrets API.
1906         (auth-source-backend): New EIOEIO class to represent a backend.
1907         (auth-source-creation-defaults): New variable to set prompt defaults
1908         during token creation (see the `auth-source-search' docstring for
1909         details).
1910         (auth-sources): Simplify to allow a simple string as a netrc backend
1911         spec.
1912         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1913         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1914         (auth-source-search): Main auth-source API entry point.
1915         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1916         (auth-source-search-collection): Helper function for searching.
1917         (auth-source-netrc-parse, auth-source-netrc-normalize)
1918         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1919         Supports search, create, and delete.
1920         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1921         backend stubs.
1922         (auth-source-user-or-password): Call `auth-source-search' but it's not
1923         ready yet.
1924
1925 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1926
1927         * message.el (message-setup-1): Remove the read-only stuff, since it
1928         doesn't work under XEmacs, for some reason.
1929
1930         * gnus-sum.el (gnus-user-date): Rename back from
1931         gnus-summary-user-date since user code refers to it.
1932
1933         * shr.el (shr-render-td): Store the actual background colour used.
1934
1935         * message.el (message-setup-1): Don't bind the constant
1936         -forbidden-properties.
1937         (message-setup-1): Revert previous change, since it needs to bind the
1938         props to insert them.
1939         (message-resend): Allow removing the read-only separator line.
1940
1941 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1942
1943         * nnimap.el (nnimap-request-accept-article): Give an error message if
1944         the APPEND wasn't successful.
1945
1946 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1947
1948         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1949         that have no groups.
1950
1951 2011-02-03  Julien Danjou  <julien@danjou.info>
1952
1953         * gnus-draft.el: Remove progn around gnus-draft-setup.
1954
1955 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1956
1957         * gnus-start.el (gnus-read-active-for-groups): This function is never
1958         called with a nil `infos', so clean that up.
1959         (gnus-get-unread-articles): Request active files from primary/secondary
1960         methods that have no groups (yet).
1961
1962 2011-02-03  Julien Danjou  <julien@danjou.info>
1963
1964         * message.el (message-setup-1): Always generate References first.
1965         (message-mail): Return the return value of message-setup, not always t.
1966         (message-setup-1): Insert mail-header-separator with read-only and
1967         intangible properties set.
1968
1969         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1970         user-date in docstring.
1971
1972         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1973
1974         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1975         docstring.
1976
1977         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1978         defcustom, with type and group. Move from gnus-util.el. Rename to
1979         gnus-summary-user-date-format-alist.
1980
1981 2011-02-03  Glenn Morris  <rgm@gnu.org>
1982
1983         * nnimap.el (gnus-fetch-headers): Declare.
1984
1985         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1986
1987 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1988
1989         * message.el (message-forward-make-body-digest-plain)
1990         (message-followup, message-reply): Clean up things noted by Stefan.
1991
1992         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1993         gnus-article-update-date-headers is nil.
1994         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1995         it didn't really work with defcustom.
1996         (article-update-date-lapsed): Make sure the window start doesn't move,
1997         either.
1998
1999 2011-02-01  Julien Danjou  <julien@danjou.info>
2000
2001         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
2002         format.
2003
2004         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
2005         standard in Emacs nowadays.
2006
2007         * color.el (color-gradient): Add a color-gradient function.
2008
2009 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2010
2011         * message.el (message-expand-name): Don't trust the return value of
2012         bbdb-complete-name.
2013         (message-check-news-header-syntax): Remove unused var `start'.
2014         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
2015         (message-inhibit-body-encoding): Move to before first use.
2016         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
2017         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
2018         (Organization, Message-ID, Date, mh-previous-window-config):
2019         Defvar the vars using dynamic scoping.
2020
2021 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2022
2023         * shr.el (shr-render-td): Only do colours at the final rendering.
2024         Should be slightly faster.
2025         (shr-insert-table): Fix up TD background colours when doing the
2026         vertical padding.
2027
2028         * gnus-art.el (article-date-ut): Protect against articles with no Date
2029         header.
2030         (article-update-date-lapsed): Don't use current-column to find the
2031         horizontal position.  It's fragile in the presence of \003 characters.
2032
2033         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
2034
2035 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2036
2037         * gnus-art.el (article-transform-date): Rewrite to still work when
2038         there are several rfc2822 parts.
2039         (article-transform-date): Fix infinite recursion.
2040         (article-date-ut): Replace infinitely many Date headers with a single
2041         one when called interactively.
2042
2043         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
2044         secure manner.
2045
2046         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
2047         move around by not using save-window-excursion.  It seems to work...
2048
2049 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * gnus-art.el (article-make-date-line): Work for user-defined format.
2052
2053 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2054
2055         * nntp.el (nntp-retrieve-group-data-early)
2056         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
2057         fetching functions.
2058
2059         * gnus-start.el (gnus-read-active-for-groups): Read the active files
2060         thoroughly for all backends that have no known groups.  This should
2061         allow new nnml methods to retrieve mail.
2062
2063         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
2064         that Gnus doesn't know exists again.
2065
2066         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
2067         (gnus-treat-date-ut): Ditto.
2068         (gnus-article-update-date-header): Rename.
2069         (gnus-treat-date-local): Remove.
2070         (gnus-treat-date-english): Remove.
2071         (gnus-treat-date-lapsed): Remove.
2072         (gnus-treat-date-combined-lapsed): Remove.
2073         (gnus-treat-date-original): Remove.
2074         (gnus-treat-date-iso8601): Remove.
2075         (gnus-treat-date-user-defined): Remove.
2076         (gnus-article-date-headers): New variable to control all the date
2077         header options.
2078         (article-date-ut): Rewrite to allow using the new way to format date
2079         headers(s).
2080
2081 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2082
2083         * nnmail.el (nnmail-article-group): Check for a direct fancy split
2084         method.
2085         (nnmail-article-group): A better test for fanciness.
2086
2087         * nnimap.el (nnimap-request-head): Protect against not finding the
2088         article by Message-ID.
2089
2090 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
2091
2092         * gnus-art.el (article-update-date-lapsed): Try a better way to really
2093         keep point at the "same place".
2094
2095 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2096
2097         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
2098         data if the group is unactivated.
2099
2100 2011-01-28  Julien Danjou  <julien@danjou.info>
2101
2102         * gnus-win.el: Remove dead function gnus-window-configuration-element.
2103         (gnus-all-windows-visible-p): Remove old compatibility code.
2104         (gnus-window-top-edge): Add docstring.
2105
2106         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2107
2108 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
2111         older request-update-info.
2112
2113         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2114
2115 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2116
2117         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2118         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2119
2120 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2121
2122         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2123         groups.  This makes the nndraft:queue group pop up if it's not already
2124         there.
2125
2126         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2127         messages" logic, which was reversed.
2128
2129         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2130         the "same place" even if point is on the line being replaced.
2131         (article-update-date-lapsed): Allow updating both the combined lapsed
2132         and the lapsed headers.
2133         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2134         (article-make-date-line): Limit the number of segments dynamically to
2135         avoid too-long lines.
2136
2137 2011-01-27  Julien Danjou  <julien@danjou.info>
2138
2139         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2140         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2141
2142 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2143
2144         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2145         Use plist-get instead of the cl function getf.
2146
2147 2011-01-27  Glenn Morris  <rgm@gnu.org>
2148
2149         * gnus-util.el (float-time): Get rid of compiler warning, again.
2150
2151 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2152
2153         * shr.el (shr-put-color): Special-case background colours: Do put them
2154         at the blank parts at the front of the lines.
2155
2156         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2157         exit hook to nix out all data on readedness on group exit.
2158
2159         * gnus-util.el (float-time): If float-time is bound, always use it on
2160         all Emacsen.  It's unclear why the subrp check was there.
2161         (time-date): Require to make some autoload issues on XEmacs go away.
2162
2163         * shr.el (shr-put-color): Don't do the box padding in tables, since
2164         they're already padded.
2165
2166 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2167
2168         * gnus-art.el (gnus-article-next-page): When the last line of the
2169         article is displayed, scroll down once more instead of going to the
2170         next article at once.
2171         (article-lapsed-string): Refactor out and allow specifying how many
2172         segments you want.
2173         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2174         (gnus-article-update-lapsed-header): New variable.
2175
2176         * shr.el: Revert change that made headings use different-sized faces.
2177         The Emacs display engine isn't advanced enough that, for instance,
2178         tables can comfortably use differently-sized faces.
2179
2180 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2181
2182         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2183         used.
2184         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2185         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2186         we're using an encrypted connection.
2187
2188         * proto-stream.el: Alter the interface functions to also return the
2189         actual stream type used: network or tls.
2190
2191 2011-01-25  Julien Danjou  <julien@danjou.info>
2192
2193         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2194         (mm-display-javascript-inline): New function.
2195
2196         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2197         viewing function.
2198
2199 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2200
2201         * shr.el (shr-expand-newlines): Fix variable name.
2202
2203 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2204
2205         * shr.el (shr-expand-newlines): Make nested boxes work.
2206
2207 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2208
2209         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2210         backgrounds.
2211         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2212         in a more sensible manner.
2213
2214 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2215
2216         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2217         if EPG is loaded.
2218
2219 2011-01-24  Julien Danjou  <julien@danjou.info>
2220
2221         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2222         tags.
2223
2224 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2225
2226         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2227         commands.
2228
2229         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2230         in the article buffer.
2231         (gnus-gravatar-insert): Use blank space from the current buffer to
2232         avoid breaking text properties.  This makes X-Sent updating work again.
2233
2234         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2235
2236 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2237
2238         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2239         fix the bug in url-http.el instead.
2240
2241         * shr.el (shr-image-fetched): Ditto.
2242
2243         * shr.el (shr-image-fetched): Avoid having point move in the article
2244         buffer.
2245
2246         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2247         buffer after being called.  It's apparently being killed by url.el, and
2248         killing it made point move to end-of-buffer in a random buffer.
2249
2250         * shr.el (shr-image-fetched): Ditto.
2251
2252 2011-01-23  Julien Danjou  <julien@danjou.info>
2253
2254         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2255
2256         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2257         text/x-org.
2258
2259 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2260
2261         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2262         (i.e., nnimap) returning nil as the article number.
2263
2264 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2265
2266         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2267         "DelSp" parameter in RFC3676.
2268
2269 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2270
2271         * message.el (message-check-recipients): Display the encoded version of
2272         the bogus address if they differ.
2273
2274         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2275         after sending.
2276
2277         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2278
2279         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2280
2281         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2282         group buffer after sending the queue.
2283
2284         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2285
2286 2011-01-22  Julien Danjou  <julien@danjou.info>
2287
2288         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2289
2290 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2291
2292         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2293         nested related parts.
2294
2295         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2296         unexpired articles.  This fixes the regression that led expiry marks to
2297         disappear from nnfolder groups.
2298
2299 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2300
2301         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2302         Don't confuse the "ret" of "retrograde" with RET.
2303
2304 2011-01-21  Julien Danjou  <julien@danjou.info>
2305
2306         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2307         than mm-insert-inline.
2308
2309 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2312         Widen article buffer.
2313
2314 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2315
2316         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2317         the temp buffer.
2318         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2319
2320 2011-01-20  Julien Danjou  <julien@danjou.info>
2321
2322         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2323
2324         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2325         than mm-insert-inline to insert inline part: this respect
2326         mm-inline-media-tests displayers.
2327
2328         * mm-view.el (mm-display-shell-script-inline): New function.
2329
2330         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2331
2332         * mm-uu.el (mm-uu-type-alist): Add org block.
2333         (mm-uu-org-src-code-block-extract): New function.
2334
2335         * mm-view.el (mm-display-org-inline): New function.
2336
2337         * mm-decode.el (mm-automatic-display): Add text/org.
2338
2339         * mailcap.el (mailcap-mime-extensions): Add .org.
2340
2341 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2344         gnus-article-add-buttons.
2345
2346 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2347
2348         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2349         From header with a date and "nobody" as the sender.
2350
2351 2011-01-19  Julien Danjou  <julien@danjou.info>
2352
2353         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2354         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2355         if you have the same regexp several times.
2356         (gnus-button-push): Fix matching when regexp is symbol.
2357
2358 2011-01-15  Glenn Morris  <rgm@gnu.org>
2359
2360         * message.el (message-mail): A compose-mail function should
2361         accept headers as strings.
2362
2363 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2364
2365         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2366         Add :vert-only tags.
2367         (message-mail): New arg RETURN-ACTION.
2368         (message-return-action): New var.
2369         (message-bury): Use it.
2370         (message-mode): Make it buffer-local.
2371         (message-send-and-exit): Always call message-bury.
2372
2373         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2374         message-mail.
2375
2376 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * nnimap.el (nnimap-convert-partial-article): Protect against
2379         zero-length body parts.
2380
2381         * mm-decode.el (mm-preferred-alternative-precedence):
2382         Discourage showing empty parts.
2383
2384         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2385         and stuff if the backend didn't return the article number.  This fixes
2386         an Exchange-related nnimap bug.
2387
2388         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2389         group window, because it does the wrong thing when a separate frame
2390         displays the group buffer.
2391
2392         * proto-stream.el (open-protocol-stream): Protect against the low-level
2393         transport functions returning nil.
2394
2395 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2396
2397         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2398         (mml2015-epg-find-usable-secret-key): New function.
2399         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2400         mml2015-epg-find-usable-key (Bug#7797).
2401         (mml2015-epg-encrypt): Ditto.
2402
2403 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2404
2405         * dgnushack.el (rot13-string): Fix the way to get the argument.
2406
2407 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2410
2411 2011-01-03  Glenn Morris  <rgm@gnu.org>
2412
2413         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2414
2415         * sieve.el (sieve-open-server): Give a more explicit error if
2416         sieve-manage-open returns nil.  (Bug#7720)
2417
2418 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2419
2420         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2421
2422 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2425         This avoids sending passwords in plain text over non-encrypted
2426         channels.
2427
2428         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2429
2430         * nnimap.el (nnimap-login): Refactored out into own function, and
2431         implement CRAM-MD5.
2432         (nnimap-wait-for-line): Refactored out.
2433
2434         * mm-view.el (mml-smime): Require.
2435
2436 2010-12-20  David Engster  <deng@eml.cc>
2437
2438         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2439         use EPG to decrypt S/MIME messages instead of openssl.
2440
2441 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2444
2445         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2446         status is the group clearly is unreachable.
2447
2448         * auth-source.el (auth-source-create): Add the optional second
2449         parameter to `local-variable-p' to be compatible with XEmacs.
2450
2451 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2452
2453         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2454         work when using a compressed nnml folder.
2455
2456 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2459         backends after sanitising on entry, because this never makes sense:
2460         If the articles have gone missing, then the data no longer exists on
2461         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2462         overwrite anything anyway.
2463
2464         * shr.el (shr-insert-document): Bind shr-width dynamically to
2465         window-width if it's nil.
2466
2467 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2468
2469         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2470         with the meaning of using the full emacs window width for rendering.
2471
2472 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2473
2474         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2475         case when sender is not given.
2476
2477 2010-12-23  Julien Danjou  <julien@danjou.info>
2478
2479         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2480         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2481         the addresses, otherwise we might misplaced the gravatar.
2482
2483 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2484
2485         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2486         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2487         obsolete in Emacs.
2488
2489 2010-12-20  Julien Danjou  <julien@danjou.info>
2490
2491         * gnus-util.el (gnus-rescale-image): Revert last change.
2492
2493 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2494
2495         * binhex.el: Improve commentary (Bug#7482).
2496
2497 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * gnus-group.el (gnus-group-delete-articles): New command.
2500
2501 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2502
2503         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2504
2505 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2508         here, since it's up to the backends to do CRLF removal if their
2509         protocol has it.
2510
2511         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2512
2513 2010-12-17  Julien Danjou  <julien@danjou.info>
2514
2515         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2516         they are from file. Can also scale up.
2517
2518 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2519
2520         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2521         gnus-use-agent.
2522         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2523
2524         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2525
2526 2010-12-17  Julien Danjou  <julien@danjou.info>
2527
2528         * gravatar.el (gravatar-retrieve-synchronously): New function.
2529         (gravatar-get-data): Make more robust.
2530
2531 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2534
2535 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2538         to really consider the last line.
2539
2540 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2541
2542         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2543         list of recipient keys, or use symmetric encryption if not a list.
2544         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2545         EPA override, replacing the call to `netrc-store-data'.
2546
2547 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2548
2549         * gnus-srvr.el: Avoid passing nil regexp argument to
2550         delete-matching-lines.
2551
2552 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2555         fetching stops when Gnus exits.
2556
2557         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2558         function.
2559         (nnfolder-request-expire-articles): Save all the buffers after doing
2560         expiry.
2561
2562         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2563         the last article", since that led to serious performance regressions
2564         when expiring nnml groups.
2565
2566 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2567
2568         * nnir.el: Improve customizations.
2569
2570 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2573
2574         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2575         group has been killed.
2576         (gnus-group-yank-group): Ditto.
2577
2578         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2579
2580         * nnimap.el (nnimap-request-update-group-status): New function.
2581
2582         * gnus-int.el (gnus-request-update-group-status): New interface
2583         function.
2584
2585         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2586         copying read-ness to the backends.
2587
2588         * nnimap.el (nnimap-quirk): New function.
2589         (nnimap-retrieve-group-data-early): Use it.
2590         (nnimap-quirks): New alist.
2591
2592 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2593
2594         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2595         don't delete it within indentation.
2596
2597 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2598
2599         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2600         previous line.
2601
2602 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2605         QRESYNC command by deleting a superfluous space which broke Cyrus
2606         servers.  This change will break other servers that are buggy the other
2607         way around.
2608
2609 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2610
2611         * spam.el: Reindent and fix long lines.
2612         (spam-copy-or-move-routine): Exclude invalid move destinations.
2613
2614 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2615
2616         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2617         installed the registry.
2618
2619 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2622
2623 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2624
2625         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2626         groupname doesn't contain "gmane".
2627
2628 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629
2630         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2631         and netrc-bound-and-true-p bindings.
2632         (netrc-parse): Cache the netrc contents.
2633
2634         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2635         (gnus-1): Don't create the nndrafts group twice.
2636         (gnus-setup-news): There's no need to read the active file here, since
2637         that's done again later on a per-backend basis.
2638         (gnus-start-draft-setup): Make sure that the new group is started out
2639         empty.
2640
2641         * gnus-agent.el (gnus-agentize): Don't create the queue group
2642         automatically on startup.  It'll be created later, if needed.
2643
2644         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2645         of automatically subscribed groups.
2646         (gnus-auto-subscribed-categories): New variable.
2647         (gnus-matches-options-n): Use it.
2648         (gnus-default-subscribed-newsgroups): Remove unused variable.
2649         (gnus-start-draft-setup): Message a bit less.
2650
2651 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2652
2653         * nnir.el (nnir-run-imap): Return article list in order of increasing
2654         UID.
2655
2656 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * gnus-sum.el (gnus-summary-enter-digest-group):
2659         Mention gnus-auto-select-on-ephemeral-exit.
2660
2661         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2662         convention of the network-only option.
2663
2664 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * proto-stream.el (proto-stream-open-network-only): New function to
2667         have a way to specify non-STARTTLS upgrade connections.
2668
2669 2010-12-10  Julien Danjou  <julien@danjou.info>
2670
2671         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2672         email address is nil.
2673
2674         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2675
2676 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2677
2678         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2679         deletion.
2680         (nnir-run-imap): Only need to parse list once.
2681
2682 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * shr.el (shr-tag-script): Ignore <script>.
2685         (shr-tag-label): Add <label> support.
2686
2687 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2690
2691         * shr.el (shr-image-displayer): Work for images lined side by side.
2692
2693 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2694
2695         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2696         parameter, since XEmacs doesn't accept t as a parameter.
2697
2698 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2699
2700         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2701         ids.
2702         (nnir-run-gmane): Simplify groupspec formatting.
2703         (nnir-request-expire-articles): New function.
2704
2705 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2708         overflow, possibly.
2709
2710         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2711         (shr-render-td): Handle td style="" better.
2712         (shr-tag-table): Use the color from the style sheet.
2713         (shr-render-td): Make sure we copy over all the overlays, too.
2714
2715 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2716
2717         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2718         (nnir-request-article): Improve article retrieval.
2719
2720 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * mm-util.el (mm-extra-numeric-entities): New variable.
2723
2724         * mm-url.el (mm-url-decode-entities):
2725         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2726
2727         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2728
2729 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2730
2731         * message.el: Use completion-at-point.
2732         (message-completion-function): New fun, extracted from message-tab.
2733         (message-mode): Use it for completion-at-point-functions.
2734         (message-tab): Use it and completion-at-point.
2735
2736 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2739         character if a non-breakable character follows.
2740
2741 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2744         any stream.
2745
2746         * shr.el (shr-tag-font): Colorize the region.
2747         (shr-tag-body): Ditto.
2748         (shr-tag-font): Actually let the styles be inherited instead of
2749         overwriting them.
2750         (shr-tag-font): Get the background color right.
2751         (shr-tag-style): Ignore all <style> tags for the moment.
2752
2753         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2754         a Message-ID to avoid having nnimap depend on gnus-sum.
2755
2756         * shr.el (shr-descend): Only colorize something if we have a node that
2757         sets colors.
2758
2759 2010-12-06  Julien Danjou  <julien@danjou.info>
2760
2761         * shr.el (shr-render-td): Render td content with shr-descend, so style
2762         will be applied to <td> too.
2763         (shr-colorize-region): Colorize region even if we only have a background.
2764         (shr-tag-body): Fix color and background color inheritance.
2765         Do not recolorize after shr-generic.
2766         (shr-tag-font): Let shr-generic colorize via inheritance.
2767
2768 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2771
2772 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2773
2774         * nnir.el (nnir-request-move-article): Remove obsolete code.
2775
2776 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2779
2780 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2781
2782         * gnus-sum.el (gnus-summary-respool-article): The completion function
2783         expects a list instead of an alist.
2784
2785         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2786         string as the parameter.
2787
2788         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2789
2790         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2791         styles.
2792         (shr-colorize-region): New function.
2793         (shr-insert-background-overlay): Remove.
2794         (shr-render-td): Background setting should be taken care of on a higher
2795         level.
2796         (shr-tag-body): Use post-hoc colorizations.
2797         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2798         (shr-put-color-1): Don't overwrite old colors.
2799         (shr-colorize-region): When the background color isn't explicit, use
2800         a fixed background.
2801
2802         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2803         nnmail variables.
2804
2805 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2806
2807         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2808         unless necessary.
2809
2810 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2811
2812         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2813         server.
2814
2815 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2818         so that TAB works.
2819
2820         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2821         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2822
2823         * shr.el (shr-urlify): Show the URL before the title to avoid
2824         misleading URLs.
2825
2826 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2827
2828         * shr.el (shr-urlify): Display the title in <a> tags.
2829
2830 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2831
2832         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2833
2834 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2835
2836         * nnir.el: Rearrange code to allow macros to be autoloaded by
2837         gnus-sum.el.
2838         (nnir-retrieve-headers-override-function): Make this variable
2839         customizable.
2840         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2841
2842         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2843         from nnir.el.
2844
2845 2010-12-03  Julien Danjou  <julien@danjou.info>
2846
2847         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2848
2849 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2852         allow optional argument `environment'.
2853
2854 2010-12-03  Glenn Morris  <rgm@gnu.org>
2855
2856         * mm-extern.el (message-goto-body): Update declaration.
2857
2858 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * gnus-util.el (gnus-macroexpand-all): New function.
2861
2862         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2863         instead of macroexpand-all that is unavailable in XEmacs.
2864
2865 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2866
2867         * nnir.el (nnir-summary-line-format): New variable.
2868         (nnir-mode): Use it.
2869         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2870         (nnir-article-ids): Reimplement as defsubst.
2871         (nnir-retrieve-headers): Don't mangle the subject header.
2872         (nnir-run-imap): Use 100 as RSV score.
2873         (nnir-run-find-grep): Fix for full server searching.
2874         (nnir-run-gmane): Better restriction to gmane groups.
2875
2876         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2877         summary buffers.
2878
2879 2010-12-02  Julien Danjou  <julien@danjou.info>
2880
2881         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2882
2883         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2884
2885         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2886         support.
2887
2888 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2889
2890         * nnir.el: Update to handle the registry better.
2891         (autoload): Silence byte-compiler.
2892         (nnir-open-server): Add a hook for nnir groups.
2893         (nnir-request-move-article): Don't mangle the header. Better to use
2894         formating variables (which will be added in the future).
2895         (nnir-registry-action): Update the registry using the original article
2896         group name.
2897         (nnir-mode): Install nnir-specific hooks for updating the registry.
2898
2899         * gnus-sum.el
2900         (gnus-article-original-subject,gnus-newsgroup-original-name):
2901         Remove obsolete variables.
2902         (gnus-summary-move-article): Remove use of obsolete variables.
2903         (gnus-summary-local-variables): Make move and delete hooks local to
2904         summary buffers.
2905
2906 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * rtree.el: New file.
2909
2910 2010-12-01  Julien Danjou  <julien@danjou.info>
2911
2912         * message.el (message-user-organization): Do not use
2913         gnus-local-organization.
2914
2915         * gnus.el: Remove gnus-local-organization.
2916
2917         * gnus-msg.el: Remove nastygram thing.
2918
2919 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2920
2921         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2922         funcall.
2923
2924 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2927         names.
2928
2929         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2930         characters.
2931
2932         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2933         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2934         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2935         (gnus-gravatar-transform-address): Use mail-extract-address-components
2936         that supports non-ASCII names rather than mail-header-parse-addresses.
2937
2938 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * proto-stream.el (open-protocol-stream): All starttls connections are
2941         handled by the network handler.
2942
2943 2010-11-30  Julien Danjou  <julien@danjou.info>
2944
2945         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2946         (nnimap-open-connection-1): Fix PREAUTH.
2947
2948         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2949
2950 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2953         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2954         (shr-insert): Use them.
2955         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2956
2957 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2958
2959         * nnir.el (nnir-request-move-article): Bail out if original group
2960         doesn't support article moves.
2961         (nnir-get-active): Improve active list retrieval.
2962
2963 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2966
2967 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2968
2969         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2970         seem to accept strings-with-numbers as port numbers,
2971
2972 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2973
2974         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2975         change the registry.
2976
2977 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2980         delete-dups that is not available in XEmacs 21.4.
2981
2982         * mm-util.el (mm-delete-duplicates): Add comment.
2983
2984 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2985
2986         * nnir.el (nnir-ignored-newsgroups): New variable.
2987         (nnir-get-active): Use it.
2988
2989 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2990
2991         * proto-stream.el (proto-stream-open-network): Add some comments.
2992
2993         * nntp.el (nntp-open-connection): Provide a :success condition.
2994
2995         * nnimap.el (nnimap-open-connection-1): Ditto.
2996
2997         * proto-stream.el (proto-stream-open-network): See what the response to
2998         the STARTTLS command is.
2999
3000         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
3001         backwards compatibility).
3002         (nnimap-open-connection-1): Really respect nnimap-server-port.
3003
3004         * proto-stream.el (proto-stream-open-network): When doing opportunistic
3005         TLS upgrades we don't really care about the identity of the peer.
3006         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
3007         that what we've checked for.
3008         (proto-stream-always-use-starttls): Only default to t if
3009         open-gnutls-stream exists.
3010         (proto-stream-open-network): If STARTTLS failed, then just open a
3011         normal connection.
3012         (proto-stream-open-network): Wait until the greeting before doing
3013         STARTTLS.
3014
3015         * nntp.el (nntp-open-connection): Report what the connection error is.
3016
3017         * proto-stream.el (open-protocol-stream): Rename from
3018         open-proto-stream.
3019
3020 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * nnimap.el (nnimap-stream): Change default to `undecided'.
3023         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
3024         first, and then network.
3025         (nnimap-open-connection-1): Respect nnimap-server-port.
3026         (nnimap-open-connection): Be more backwards-compatible.
3027
3028         * proto-stream.el (proto-stream-always-use-starttls): New variable.
3029         (proto-stream-open-starttls): De-duplicate the starttls code.
3030         (proto-stream-open-starttls): Folded back into the main function.
3031         (proto-stream-open-network): Fix typo in the gnutls path.
3032         (proto-stream-command): Refactor out.
3033
3034         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
3035
3036         * proto-stream.el (proto-stream-open-starttls): Actually implement the
3037         starttls.el STARTTLS.
3038
3039         * color.el (color-lab->srgb): Fix function call name.
3040
3041         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
3042         if we're using tls.el.
3043         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
3044         built in, then don't try to establish a STARTTLS connection.
3045
3046         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
3047         servers.
3048
3049         * proto-stream.el (open-proto-stream): Use network, not stream.
3050         (open-proto-stream): Add a way to specify what the end of a command is.
3051
3052         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
3053         connections types.
3054         (nntp-open-network-stream): Remove.
3055         (nntp-open-ssl-stream): Remove.
3056         (nntp-open-tls-stream): Remove.
3057         (nntp-ssl-program): Remove.
3058
3059         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
3060
3061 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
3062
3063         * nnir.el: Fix typos.
3064         (nnir-retrieve-headers-override-function): Rename variable to reflect
3065         new semantics.
3066         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
3067         macros.
3068         (nnir-request-article, nnir-request-move-article): Use them.
3069         (nnir-categorize): New function.
3070         (nnir-run-query): Use it.
3071         (nnir-retrieve-headers): Rewrite to batch header retrieval.
3072         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
3073         sorted.
3074         (nnir-group-full-name): Use gnus-group-full-name instead.
3075         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
3076         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
3077
3078 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3079
3080         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
3081
3082         * proto-stream.el: New library to provide protocol-specific
3083         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
3084         protocols.
3085         (open-proto-stream): Complete the documentation.
3086         (proto-stream-open-network): Fix some typos.
3087
3088         * nnimap.el (nnimap-open-connection): Use it.
3089
3090 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
3091
3092         * pop3.el (pop3-open-server): Read server greeting before starting TLS
3093         negotiation.
3094
3095 2010-11-26  Julien Danjou  <julien@danjou.info>
3096
3097         * color.el: Rename various rgb functions to srgb.
3098
3099 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
3102         names.
3103
3104 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * shr.el (shr-insert): Revert last change.
3107         (shr-find-fill-point): Never leave point being at bol;
3108         relax the kinsoku limitation when rendering tables.
3109
3110 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3113         results from -accept-article.
3114
3115         * shr-color.el: Require cl when compiling.
3116
3117         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3118         checkin.
3119
3120         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3121
3122         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3123
3124         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3125         'add and 'delete to set backend marks.
3126
3127         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3128
3129         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3130
3131         * nntp.el (nntp-request-set-mark): Use it.
3132
3133         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3134
3135         * nnml.el (nnml-request-set-mark): Ditto.
3136
3137         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3138         introduces regressions in article selection.
3139         (nnimap-find-uid-response): New function.
3140         (nnimap-request-accept-article): Use the UID returned, if any.
3141         (nnimap-request-move-article): Use the UID returned, if any.
3142         (nnimap-get-groups): Reimplement to work with folded lines.
3143         (nnimap-find-uid-response): The UID is the last element in the list.
3144         (nnimap-request-set-mark): Extend syntax with 'set.
3145
3146         * nnml.el (nnml-request-set-mark): Ditto.
3147
3148         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3149
3150         * nntp.el (nntp-request-set-mark): Ditto.
3151
3152 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3153
3154         * message.el (message-called-interactively-p): A temporary macro.
3155         (message-goto-body): Use it temporarily.
3156
3157 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3160         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3161         (nnimap-last-response-string): Fix last unfolding fix.
3162
3163 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * shr.el (shr-insert): Fix the way to fold lines.
3166
3167 2010-11-25  Julien Danjou  <julien@danjou.info>
3168
3169         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3170
3171         * color.el: Rename from color-lab.el
3172         (color-rgb->hex): Add.
3173         (color-complement): Add.
3174         (color-complement-hex): Add.
3175
3176         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3177
3178 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3181         don't exist.
3182
3183 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3186         assuming that article displaying or another mml-preview may be
3187         interrupted for an error or for the like.
3188
3189         * shr.el (shr-get-background): Fix argument name.
3190
3191 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3194
3195         * gnus-sum.el (gnus-summary-include-articles): New function.
3196
3197         * message.el (message-goto-body): called-interactively-p needs a
3198         parameter, so use `any'.
3199
3200         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3201         clear marks before moving, since they're synced from the Gnus side
3202         first.
3203
3204         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3205         (gnus-summary-move-article): Copy over all marks before moving, so that
3206         IMAP doesn't think a new article has arrived.
3207
3208 2010-11-24  Julien Danjou  <julien@danjou.info>
3209
3210         * shr.el (shr-insert-background-overlay): Fix typo.
3211         (shr-render-td): Copy the background before rendering.
3212
3213         * shr-color.el (shr-color-visible): Fix docstring.
3214
3215         * shr.el (shr-tag-table): Add bgcolor support.
3216         (shr-render-td): Add bgcolor support.
3217         (shr-get-background): Add.
3218         (shr-insert-foreground-overlay): Use shr-get-background.
3219
3220         * message.el (message-goto-body): Use called-interactively-p.
3221         (message-in-body-p): message-goto-body returns point.
3222
3223 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3226         Fixes something or other in Emacs 23, and is backwards compatible.
3227
3228         * message.el (message-goto-body): Remove the <#secure special-casing,
3229         which is too special.
3230
3231         * shr.el (shr-parse-style): Drop !important from styles.
3232
3233 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3234
3235         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3236         this function to return incorrect results when calling it with an
3237         explicit article argument different from
3238         (gnus-summary-article-number).
3239
3240 2010-11-24  Julien Danjou  <julien@danjou.info>
3241
3242         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3243         (shr-tag-body): Add background support.
3244         (shr-descend): Add background support.
3245         (shr-tag-title): Add.
3246
3247         * shr-color.el (shr-color-visible): Really return original background
3248         if fixed.
3249
3250 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * shr.el (shr-color-check): Protect against non-existent colour names.
3253
3254 2010-11-24  Julien Danjou  <julien@danjou.info>
3255
3256         * color-lab.el: Require 'cl when compiling.
3257
3258         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3259
3260         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3261         matched part.
3262
3263         * color-lab.el: Fix all expt calls to use float type.
3264
3265 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3268         expression to shr-color-check as is.
3269
3270         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3271
3272         * color-lab.el: Add coding cookie.
3273         (float-pi): Use eval-and-compile.
3274
3275         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3276         compiled for Emacsen having no `libxml-parse-html-region' support.
3277
3278 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3279
3280         * shr.el (shr-insert-color-overlay): Split stuff like
3281         "#444444 !important" to find the real colour.
3282         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3283         parse <font color="red"> entries.
3284
3285 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3286
3287         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3288         point when parsing headers.
3289
3290         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3291         is positioned properly when parsing headers.
3292
3293 2010-11-23  Julien Danjou  <julien@danjou.info>
3294
3295         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3296
3297         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3298
3299         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3300
3301         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3302         Use shr-color-hue-to-rgb.
3303         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3304
3305 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * shr.el (shr-color->hexadecimal): Autoload.
3308         (shr-descend): Add color to all tags.
3309
3310 2010-11-22  Julien Danjou  <julien@danjou.info>
3311
3312         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3313         shr-color->hexadecimal.
3314
3315         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3316         RGB() or HSL() color representation.
3317
3318         * shr.el (shr-tag-font): Add.
3319         (shr-tag-color-check): New function to get better colors.
3320         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3321         tag-span.
3322
3323         * shr-color.el: New file.
3324
3325         * color-lab.el: New file.
3326
3327         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3328
3329 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3330
3331         * nnir.el: Fix typo in comments.
3332         (nnir-run-imap): Simplify code. No need to reverse artlist.
3333         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3334
3335 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3336
3337         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3338
3339         * nnimap.el (nnimap-get-capabilities): Refactor out.
3340         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3341
3342 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3343
3344         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3345         appearing when `mm-uu-hide-markers' is nil.
3346
3347 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3348
3349         * nnimap.el (nnimap-unselect-group): Make into its own function.
3350         (nnimap-request-rename-group): Unselect group before renaming.
3351         This had gotten lost somewhere.
3352         (nnimap-request-accept-article): Keep track of examined groups, and
3353         unselect the group before APPENDing to read-only groups.
3354         (nnimap-request-move-article): Clear flags before moving so that they
3355         can be re-set later.
3356
3357 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3358
3359         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3360         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3361
3362 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3363
3364         * gnus-art.el (gnus-mime-display-single)
3365         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3366         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3367         parameter.
3368
3369 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3372         (shr-table-vertical-line): New variable.
3373         (shr-insert-table): Use it.
3374
3375 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * gnus-html.el (gnus-html-wash-images): Don't display images if
3378         gnus-inhibit-images is non-nil; register displayer for cid images.
3379         (gnus-html-display-image): Work for cid image.
3380         (gnus-html-insert-image): Allow arguments.
3381         (gnus-html-put-image): Inhibit read-only.
3382         (gnus-html-prefetch-images): Don't prefetch images if
3383         gnus-inhibit-images is non-nil.
3384
3385 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * shr.el (shr-put-image): Break lines when inserting big pictures.
3388
3389 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3390
3391         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3392         sender, thanks Katsumi Yamaoka.
3393
3394 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3395
3396         * nnir.el (nnir-run-imap): Reverse the article list for each group
3397         rather than the whole list.
3398
3399 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * shr.el (shr-image-displayer): Protect function against non-existent
3402         image source.
3403
3404         * gnus-art.el (gnus-inhibit-images): New user option.
3405         (gnus-mime-display-single): Don't display image if it is non-nil.
3406
3407         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3408         gnus-inhibit-images.
3409
3410         * shr.el (shr-image-displayer): New function.
3411         (shr-tag-img): Use it.
3412
3413 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3414
3415         * mml2015.el (mml2015-epg-sign): Use From header.
3416
3417 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3420
3421         * gnus-util.el (gnus-find-text-property-region): Return markers.
3422
3423         * shr.el (shr-tag-img): Put a displayer in the text property.
3424
3425         * gnus-util.el (gnus-find-text-property-region): New utility function.
3426
3427         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3428         (gnus-html-show-images): Remove.
3429
3430         * gnus-art.el (gnus-article-show-images): New, more general function.
3431
3432         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3433         image url text properties.
3434
3435         * shr.el: Ditto.
3436
3437         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3438         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3439
3440 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3443         work for two or more articles.
3444
3445 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3448         divide an image that's in an html article to two or more when washing
3449         non-ASCII characters in alt text of it.
3450
3451 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3454         smime-decrypt-region using function argument.
3455         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3456
3457         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3458
3459         * smime.el (smime-decrypt-region): Catch it.
3460
3461 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3462
3463         * smime.el (smime-mode-map): Move initialization into declaration.
3464         (gnus-run-mode-hooks): Don't autoload.
3465         (smime-mode): Use define-derived-mode.
3466
3467 2010-11-11  Glenn Morris  <rgm@gnu.org>
3468
3469         * smime.el (from): Restrict declaration to XEmacs.
3470
3471         * nnir.el (gnus-group-topic-name): Autoload.
3472
3473 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * shr.el (shr-insert): Don't break long line if it is because of
3476         kinsoku-bol characters in the line end.
3477
3478 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3479
3480         * nnir.el (nnir-request-move-article): Fix to provide original group
3481         and subject.
3482         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3483         been retrieved.
3484
3485         * gnus-sum.el (gnus-summary-move-article): Use original group and
3486         subject for virtual articles such as those in an nnir summary buffer.
3487
3488 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3491         least 21.5).
3492
3493         * smime.el (from): Declare it again for XEmacs.
3494
3495 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * message.el (message-resend): Don't disable encoding unless it's
3498         already encoded.
3499
3500         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3501         low-numbered articles.
3502
3503 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3504
3505         * rfc2047.el (rfc2047-syntax-table): Simplify.
3506
3507         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3508
3509         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3510         set-char-table-range for XEmacs.
3511
3512 2010-11-10  Glenn Morris  <rgm@gnu.org>
3513
3514         * time-date.el (time-to-seconds): Always an alias on Emacs,
3515         never a real function.
3516         (with-no-warnings): Remove compat stub, now unused.
3517         (time-less-p): Doc fix.
3518         (time-to-number-of-days): Simplify.
3519
3520         * smime.el (from): Remove unused declaration.
3521
3522         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3523         (gnus-float-time): On Emacs, always an alias.
3524
3525         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3526         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3527
3528 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * dgnushack.el: Don't use ignore-errors in the top level form since it
3531         is unavailable in XEmacs even if cl is loaded.
3532
3533         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3534
3535 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3536
3537         * shr.el (browse-url-mailto): Autoload.
3538
3539         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3540
3541         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3542         regexp doesn't need quoting.
3543
3544 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3545
3546         * message.el (message-subject-trailing-was-ask-regexp)
3547         (message-subject-trailing-was-regexp): Match was: in addition to was.
3548
3549 2010-11-09  Glenn Morris  <rgm@gnu.org>
3550
3551         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3552         (nnbabyl-check-mbox): Use point-at-bol.
3553
3554 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3555
3556         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3557
3558         * message.el (message-mailto): New function.
3559         (message-mailto): Should accept other parameters.
3560         (message-mailto): Remove since it duplicates browse-url-mailto
3561         functionality.
3562
3563 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3566         methods.
3567         (gnus-read-active-file): Ditto.
3568
3569         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3570         ": " from the prompt.
3571         (gnus-group-make-group): Ditto.
3572
3573 2010-11-07  Glenn Morris  <rgm@gnu.org>
3574
3575         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3576         (gnus-bookmark-kill-line): Use point-at-eol.
3577
3578 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3581         asterisks in From header.
3582
3583 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584
3585         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3586         string to avoid making the From headers syntactically invalid.
3587
3588         * message.el (message-send-mail): Don't insert courtesy messages if the
3589         message already has List-Post and List-ID messages.
3590
3591 2010-11-06  Glenn Morris  <rgm@gnu.org>
3592
3593         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3594         `condition', `type', `length' a prefix.
3595         (gnus-treat-predicate): Update for above name changes.
3596
3597 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3598
3599         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3600         binding.  Handled by `gnus-summary-refer-thread' instead.
3601         (nnir-warp-to-article): New backend function.
3602
3603         * nnimap.el (nnimap-request-thread): Force dependency updating.
3604
3605         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3606         (gnus-summary-refer-thread): Rework to improve thread-referral.
3607
3608         * gnus-int.el (gnus-warp-to-article): New function.
3609
3610         * gnus-sum.el (gnus-summary-article-map): Bind it.
3611
3612 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3613
3614         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3615         gnus-summary-refer-thread.
3616
3617         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3618         headers.
3619         (gnus-summary-limit-include-thread): Prevent articles in thread from
3620         being cut in gnus-cut-threads.
3621         (gnus-summary-refer-thread): Limit retrieved headers to those in
3622         thread.
3623
3624 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625
3626         * message.el (message-send-mail): Use the value of
3627         message-courtesy-message from the message buffer.
3628
3629         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3630
3631         * shr.el (shr-browse-url): Implement mailto: URLs.
3632
3633         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3634         "raw".
3635
3636         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3637         if it's already selected.
3638
3639         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3640
3641 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3644         to measure the length and truncate alt text.
3645
3646 2010-11-03  Glenn Morris  <rgm@gnu.org>
3647
3648         * nndiary.el (nndiary-generate-nov-databases-1)
3649         (nndiary-generate-active-info): Rename dynamic variable `files' to
3650         something less generic.
3651
3652 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3653
3654         * nnir.el (nnir-request-move-article): Call the underlying backend to
3655         move articles from nnir.
3656
3657 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3658
3659         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3660
3661 2010-11-02  Julien Danjou  <julien@danjou.info>
3662
3663         * nnir.el: Remove wais support.
3664
3665 2010-11-02  Glenn Morris  <rgm@gnu.org>
3666
3667         * gnus-html.el: Reorder requirements to quieten compiler.
3668
3669 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3672         properly for XEmacs as well.
3673         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3674         (gnus-article-natural-long-line-p): Use window-width rather than
3675         frame-width.
3676
3677 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3678
3679         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3680         (nnir-read-parms): Don't modify query.
3681         (nnir-run-query): Add ability to search topic on current line.
3682         (nnir-get-active): Clean up.
3683
3684 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685
3686         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3687         degenerate articles.
3688
3689         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3690         (gnus-print-buffer): Just print the buffer as is, without any copying
3691         to a buffer and then re-highlighting.
3692
3693         * nnimap.el (nnimap-request-group): Store the new updated info.
3694         (nnimap-request-group): Select the group when we don't know whether it
3695         exists or not.
3696
3697         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3698         groups.
3699
3700         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3701         groups.
3702
3703         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3704         groups.
3705
3706         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3707         long-lines case by only filling the long lines.
3708
3709         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3710         (bug #7311).
3711
3712 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * shr.el: No need to declare `declare-function' since shr.el is for
3715         only Emacsen that provide `libxml-parse-html-region'.
3716
3717         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3718         effective only in a file it is referred to.
3719
3720 2010-11-01  Glenn Morris  <rgm@gnu.org>
3721
3722         * mm-util.el (gnus-completing-read): Autoload.
3723         (mm-read-coding-system): Simplify Emacs definition.
3724
3725         * nnmail.el (gnus-activate-group):
3726         * nnimap.el (gnutls-negotiate):
3727         * nntp.el (netrc-parse): Fix declarations.
3728
3729 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3730
3731         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3732         string-match-p in Emacs >=23.
3733
3734         * gnus-msg.el (gnus-configure-posting-styles)
3735         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3736
3737 2010-11-01  Glenn Morris  <rgm@gnu.org>
3738
3739         * nnir.el (declare-function): Add compat stub.
3740         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3741         (nnir-run-gmane): Require 'mm-url.
3742
3743         * mm-util.el (mm-string-to-multibyte): Simplify.
3744
3745         * shr.el (declare-function): Add compat stub.
3746         (url-cache-create-filename): Declare.
3747         (mm-disable-multibyte, widget-convert-button): Autoload.
3748
3749         * smime.el (ldap-search): Declare.
3750         (smime-cert-by-ldap-1): Require ldap on Emacs.
3751
3752         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3753         (nnimap-keepalive): Use gnus-float-time.
3754
3755         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3756         (mail-source-delete-crash-box): Use gnus-float-time.
3757
3758         * gnus-dired.el (gnus-completing-read): Autoload.
3759
3760         * mm-view.el (gnus-rescale-image): Autoload.
3761
3762         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3763
3764         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3765
3766         * sieve-manage.el: Require 'cl when compiling.
3767
3768         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3769         (gnus-iswitchb-completing-read): Require iswitchb.
3770         (gnus-select-frame-set-input-focus): Silence compiler.
3771
3772 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * message.el (message-subject-trailing-was-query): Change default to t,
3775         since I think that's what most people want.
3776
3777         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3778         appending for easier debugging.
3779         (nnimap-wait-for-connection): Take a regexp.
3780         (nnimap-request-accept-article): Wait for the continuation line before
3781         sending anything unless we're streaming.
3782
3783         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3784         leave the header washing to take place.
3785
3786 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3787
3788         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3789         regular expression match and replace in posting styles.
3790
3791 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3792
3793         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3794         an entire server.
3795         (nnir-get-active): New function.
3796         (nnir-run-imap): Use it.
3797         (nnir-run-gmane): Who knew, gmane search returns an article score!
3798
3799         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3800         server on the current line with nnir.
3801
3802 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3805         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3806         left edge.
3807         (gnus-article-foldable-buffer): Skip past the prefix when determining
3808         raggedness.
3809
3810         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3811         the raw article, and change `C-u g' to show the article without doing
3812         treatments.
3813
3814         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3815         on to `gnus-treat-article'.
3816         (gnus-inhibit-article-treatments): New variable.
3817
3818         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3819
3820         * gnus-art.el (gnus-treatment-function-alist): Have
3821         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3822         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3823         sections.
3824
3825         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3826         parameter.
3827         (gnus-article-fill-cited-long-lines): New function.
3828         (gnus-article-fill-cited-article): Allow filling only long sections.
3829
3830         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3831         and non-punctuation (like after the apostrophe in "'We").
3832
3833         * gnus-sum.el (gnus-summary-select-article): Make sure
3834         gnus-original-article-buffer is alive.
3835
3836         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3837         reflect the order they're in in the digest.
3838
3839         * gnus.el (gnus-group-startup-message): Move point to the start of the
3840         buffer.
3841
3842         * nnimap.el (nnimap-capability): New function.
3843         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3844         is set.
3845
3846 2010-10-31  David Engster  <dengste@eml.cc>
3847
3848         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3849         conform with changes to gnus-completing-read.
3850
3851 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3854
3855 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3856
3857         * nnir.el: Move defvar, defcustom around to keep file organized
3858         and keep byte-compiler quiet.
3859         (nnir-read-parms): Accept search-engine as arg.
3860         (nnir-run-query): Pass search-engine as arg.
3861         (nnir-search-engine): Remove.
3862
3863 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * shr.el (shr-generic): The text nodes should be text, not :text.
3866
3867         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3868         later in the file.
3869
3870 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3871
3872         * nnir.el: General clean up.  Allow searching with multiple engines.
3873         Allow separate extra-parameters for each engine.
3874         Batch queries when possible.
3875         (nnir-imap-default-search-key,nnir-method-default-engines):
3876         Add customize interface.
3877         (nnir-run-gmane): New engine.
3878         (nnir-engines): Use it.  Qualify all prompts with engine name.
3879         (nnir-search-engine): Remove global variable.
3880         (nnir-run-hyrex): Restore for now.
3881         (nnir-extra-parms,nnir-search-history): New variables.
3882         (gnus-group-make-nnir-group): Use them.
3883         (nnir-group-server): Remove in favor of gnus-group-server.
3884         (nnir-request-group): Avoid searching twice.
3885         (nnir-sort-groups-by-server): New function.
3886
3887 2010-10-30  Julien Danjou  <julien@danjou.info>
3888
3889         * gnus-group.el: Remove gnus-group-fetch-control.
3890
3891         * gnus-start.el (gnus-find-new-newsgroups):
3892         Remove gnus-check-first-time-used.
3893
3894         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3895
3896 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3897
3898         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3899         set on groups that don't have \* permanentflags.
3900
3901 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902
3903         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3904         control the background color.
3905         (shr-tag-img): Ignore very small web bug type images.
3906         (shr-put-image): Add help-echo alt texts to the images.
3907         (shr-tag-video): Show the video poster image.
3908
3909 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * shr.el (shr-table-depth): New variable.
3912         (shr-tag-table-1): Only insert the images after the top-level table.
3913
3914         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3915
3916         * gnus-util.el (gnus-list-memq-of-list): New function.
3917
3918         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3919         selected.
3920         (nnimap-unsplittable-articles): New slot.
3921         (nnimap-new-articles): Use it.
3922
3923 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3924
3925         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3926         move to the previous line on `M-g'.
3927
3928 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3929
3930         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3931         *-request-group, which seems unnecessary.
3932
3933         * nnimap.el (nnimap-quote-specials): Function copied over from
3934         imap.el.
3935         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3936         they support that.  Suggested by Tom Regner.
3937
3938 2010-10-29  Julien Danjou  <julien@danjou.info>
3939
3940         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3941         defalias.
3942         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3943
3944         * gnus.el: Remove `gnus-nntp-service' variable.
3945         (gnus-secondary-servers): Make obsolete.
3946         (gnus-nntp-server): Make obsolete.
3947
3948         * gnus-start.el (gnus-1): Remove x-splash calls.
3949
3950         * gnus-ems.el (gnus-x-splash): Remove.
3951
3952         * gnus.el (gnus-group-startup-message): Simplify/update code.
3953
3954         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3955         definition.
3956
3957         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3958         capability before doing anything.
3959         (gnus-group-insert-group-line): Remove useless
3960         gnus-group-remove-excess-properties.
3961
3962 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3965
3966 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967
3968         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3969         config after reselecting.
3970
3971 2010-10-28  Julien Danjou  <julien@danjou.info>
3972
3973         * shr.el (shr-put-image): Use point even if only inserting text.
3974         (shr-put-image): Save excursion when inserting alt text on non-graphic
3975         display, so the behaviour is the same when we are on a graphic display.
3976
3977         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3978
3979 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3982         (gnus-mime-copy-part): Check coding system, not charset.
3983         (gnus-mime-view-part-externally): Never remove part.
3984         (gnus-mime-view-part-internally): Don't remove part here.
3985         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3986         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3987         multipart/alternative.
3988
3989         * mm-decode.el (mm-display-part): Take optional arg `force'.
3990
3991 2010-10-26  Julien Danjou  <julien@danjou.info>
3992
3993         * gnus-group.el (gnus-group-default-list-level): Add this function to
3994         compute the default list level.
3995         (gnus-group-default-list-level): Add possibility to use a function.
3996
3997 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
4000
4001         * gnus-group.el (gnus-group-completing-read)
4002         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
4003         gnus-replace-in-string.
4004
4005 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * shr.el (shr-tag-div): Add.
4008
4009         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
4010
4011 2010-10-25  Julien Danjou  <julien@danjou.info>
4012
4013         * gnus-util.el: Remove `gnus-with-local-quit'.
4014
4015         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
4016
4017 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
4020         the original article buffer.
4021
4022 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023
4024         * nnimap.el (nnimap-request-head): New function.
4025         (nnimap-request-move-article): Try to be slighly faster by not
4026         requesting the entire message when moving.
4027         (nnimap-transform-headers): Don't bug out on bodiless articles.
4028         (nnimap-send-command): Have no outstanding messages if the IMAP server
4029         doesn't support streaming.
4030         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
4031
4032 2010-10-24  Julien Danjou  <julien@danjou.info>
4033
4034         * message.el (message-default-headers): Fix type.
4035
4036 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
4039         prefetching images.
4040
4041         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
4042         backend for unknown groups.  This is mainly useful for nnimap groups.
4043
4044         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
4045         group isn't covered by the agent.
4046
4047 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
4048
4049         * nnir.el (nnir-method-default-engines): New variable.
4050         (nnir-run-query): Use it.
4051         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
4052         (gnus-summary-nnir-goto-thread): Change group if needed.
4053
4054         * gnus-group.el (gnus-group-group-map): Add key binding for
4055         gnus-group-make-nnir-group.
4056
4057 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4058
4059         * shr.el (shr-tag-object): Add.
4060
4061         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4062         original article buffer live.
4063         (gnus-summary-select-article-buffer):
4064         Mention gnus-widen-article-buffer.
4065
4066 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4067
4068         * shr.el (shr-tag-strong): Add.
4069
4070 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071
4072         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
4073         group names.  They mess up the group buffer badly.
4074
4075         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
4076
4077         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
4078         instead of the summary one.
4079
4080 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * mml.el (mml-preview): Work properly when editing article.
4083
4084         * gnus-start.el (gnus-read-active-file-1): Don't add method to
4085         gnus-have-read-active-file if it's already been in.
4086
4087 2010-10-22  Tom Tromey  <tromey@redhat.com>
4088
4089         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
4090         gnus-group-completing-read.
4091
4092 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4093
4094         * message.el (message-mode-map): Don't bind M-; to comment region, to
4095         allow the global comment-dwim to work.
4096
4097 2010-10-21  Julien Danjou  <julien@danjou.info>
4098
4099         * message.el (message-setup-1): Allow message-default-headers to be a
4100         function.
4101
4102 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4103
4104         * shr.el (shr-tag-table): Simplify.
4105
4106 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
4109         to avoid trying to snarf invalid stuff.
4110
4111         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4112
4113         * gnus.el (gnus-message-archive-group): Quote value.
4114         (gnus-message-archive-group): Mark as changed.
4115
4116         * shr.el (shr-add-font): Don't put the font properties on the newline
4117         or the indentation.
4118
4119         * message.el (message-fix-before-sending): Change options when sending
4120         non-printable characters.
4121
4122         * gnus.el (gnus-message-archive-method): Change the default to
4123         monthly outgoing groups.
4124
4125         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4126         that have gotten new numbers.
4127
4128         * nnimap.el (nnimap-request-replace-article): New function.
4129
4130 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4131
4132         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4133         (nnrss-request-article): Don't use special html washing code.
4134
4135 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * shr.el (shr-tag-table): Remove useless nconc.
4138
4139 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * gnus-art.el (article-wash-html): Simplify and remove the charset
4142         stuff.  Use the normal html rendering code instead of the special html
4143         washing code.
4144
4145         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4146         `gnus-w3m' symbols.
4147         (mm-text-html-washer-alist): Remove.
4148
4149         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4150         (mm-inline-media-tests): Remove use.
4151         (mm-text-html-renderer): Change default to the `shr' symbol.
4152
4153         * mm-view.el (mm-inline-text-html): Remove use.
4154
4155         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4156         `gnus-blocked-images' to be a function.
4157         (gnus-article-wash-function): Remove.
4158
4159 2010-10-20  Julien Danjou  <julien@danjou.info>
4160
4161         * spam.el (spam-list-of-processors): Mark as obsolete.
4162
4163         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4164         (nnimap-insert-partial-structure): Fix boundary detection.
4165
4166 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4167
4168         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4169         run file-truename on remote files.  This can be expensive and even
4170         prevent one from editing drafts if some unrelated buffer has a stale
4171         connection.
4172
4173 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4176         kinsoku-eol regardless of shr-kinsoku-shorten.
4177         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4178         (shr-tag-table): Support caption, thead, and tfoot.
4179
4180 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4181
4182         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4183         lines.
4184         (shr-save-contents): New command and keystroke.
4185
4186         * nndoc.el (nndoc-type-alist): Add git support.
4187         (nndoc-git-type-p): New function.
4188         (nndoc-transform-git-article): Ditto.
4189         (nndoc-transform-git-headers): Ditto.
4190         (nndoc-transform-git-headers): Generate Subject headers.
4191
4192         * shr.el (shr-parse-style): New function.
4193         (shr-tag-span): Ditto.
4194
4195         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4196         to `G G' to avoid collisions.
4197
4198 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * shr.el: Load kinsoku if necessary.
4201         (shr-kinsoku-shorten): New internal variable.
4202         (shr-find-fill-point): Make kinsoku shorten text line if
4203         shr-kinsoku-shorten is bound to non-nil.
4204         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4205         shr-indentation too when testing if table is wider than frame width.
4206         (shr-insert-table): Use `string-width' instead of `length' to measure
4207         text width.
4208         (shr-insert-table-ruler): Make sure indentation is done at bol.
4209
4210 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4211
4212         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4213         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4214         undecoded network data.
4215
4216 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4217
4218         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4219         name in the mode line spec so that the mode line menu works
4220         (bug #2431).
4221
4222         * message.el (message-get-reply-headers): If we're fed `to-address',
4223         then always use that.
4224
4225         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4226         aren't so wide as to need to switch off the edit menu.
4227
4228         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4229         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4230
4231         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4232         `M-g'.
4233         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4234         the permanent marks.
4235
4236 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4237
4238         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4239         Splitting according to references/in-reply-to obeys the ignore-groups
4240         variable, while splitting by sender and subject do not.
4241
4242 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4243
4244         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4245         alist, so that we can look for non-Unicode chars.
4246         (article-translate-strings): Allow both character and string maps.
4247
4248 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * shr.el (shr-insert): Don't insert space behind a wide character
4251         categorized as kinsoku-bol, or between characters both categorized as
4252         nospace.
4253
4254 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4255
4256         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4257         headers to gnus-newsgroup-headers.
4258
4259 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * shr.el (shr-tag-img): Don't align images -- since we're not
4262         rescaling, this often leads to ugly displays.
4263
4264 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4265
4266         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4267         duplicates.
4268
4269 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4270
4271         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4272         call.
4273
4274 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4275
4276         * gnus.el: Autoload gnus-html-show-images.
4277
4278         * nnimap.el: Use nnheader-message throughout.
4279
4280         * shr.el (shr-tag-img): Ignore images with no data.
4281
4282 2010-10-15  Julien Danjou  <julien@danjou.info>
4283
4284         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4285         a possibility to disable format=flow encoding when using hard newlines.
4286
4287 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4288
4289         * shr.el (shr-insert): Remove space inserted before or after a
4290         breakable character or at the beginning or the end of a line.
4291         (shr-find-fill-point): Do kinsoku; find the second best point or give
4292         it up if there's no breakable point.
4293
4294 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4295
4296         * nnimap.el (nnimap-open-connection): Message when opening connection
4297         for debugging purposes.
4298
4299         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4300         on every setup buffer call to allow this to change from article to
4301         article.
4302
4303         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4304         buffers where we have a wide table.
4305
4306 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4307
4308         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4309         uses *-request-thread.
4310
4311 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4312
4313         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4314         incantation, which is no longer valid.
4315
4316 2010-10-14  Julien Danjou  <julien@danjou.info>
4317
4318         * shr.el: Fix defcustom type (char -> character).
4319
4320 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4321
4322         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4323         programs.
4324
4325 2010-10-14  Julien Danjou  <julien@danjou.info>
4326
4327         * shr.el (shr-tag-a): Use url-link as widget type.
4328
4329         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4330         `gnus-group-get-icon'.
4331
4332 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4333
4334         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4335         This should make server editing work better.
4336
4337         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4338
4339         * tls.el (tls-program): Remove spurious %s from openssl.
4340
4341         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4342         (nnimap-parse-flags): Fix regexp.
4343
4344         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4345         probably work for CJVK text, too.
4346
4347         * nnimap.el (nnimap-extend-tls-programs): Remove.
4348         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4349
4350         * tls.el (tls-starttls-switches): Remove starttls hack.
4351         (open-tls-stream): Ditto.
4352         (tls-find-starttls-argument): Ditto.
4353
4354 2010-10-13  Julien Danjou  <julien@danjou.info>
4355
4356         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4357         responses.
4358
4359 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4360
4361         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4362
4363         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4364         anything in Emacs.
4365
4366         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4367
4368 2010-10-13  Julien Danjou  <julien@danjou.info>
4369
4370         * shr.el (shr-width): Make shr-width a defcustom with default to
4371         fill-column.
4372         (shr-tag-img): Use shr-width rather than fill-column.
4373
4374 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * dgnushack.el (byte-optimize-apply)
4377         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4378
4379         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4380         position when (X-)Faces exist.
4381         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4382         avatars when called interactively.
4383
4384 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4387         gnus-article-x-face-too-ugly is bound.
4388
4389 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4392
4393         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4394         mailbox that doesn't exist.
4395
4396 2010-10-12  Julien Danjou  <julien@danjou.info>
4397
4398         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4399         (shr-get-image-data): Encode URL properly when fetching from cache.
4400         (shr-tag-img): Use aligned-to spaces to align correctly images.
4401
4402         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4403         before inserting the Gravatar.
4404
4405         * shr.el (shr-tag-img): Add align attribute support for <img>.
4406
4407 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4408
4409         * gnus-gravatar.el (gnus-art): Require.
4410
4411         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4412         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4413         Remove long obsoleted functions.
4414
4415 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4418
4419         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4420
4421         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4422         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4423         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4424         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4425         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4426         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4427         * sieve-manage.el, smime.el, spam.el:
4428         Fix comment for declare-function.
4429
4430 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * nnimap.el (nnimap-request-rename-group): Select group read-only
4433         before renaming it.
4434
4435         * shr.el (shr-insert): Fix up the white space only regexp.
4436
4437         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4438         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4439
4440         * shr.el (shr-current-column): New function.
4441         (shr-find-fill-point): New function.
4442
4443 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4444
4445         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4446         numbers.
4447
4448 2010-10-11  Julien Danjou  <julien@danjou.info>
4449
4450         * shr.el (shr-hr-line): Add.
4451         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4452         display hr lines.
4453         (shr-max-columns): Do not change state to nil if we just inserting
4454         spaces.
4455
4456 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457
4458         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4459         select the last group.
4460
4461 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4462
4463         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4464
4465 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4466
4467         * dig.el (dig-mode-map): Declare and define in one step.
4468
4469 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4470
4471         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4472         for Gnus.
4473         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4474         (nnimap-update-qresync-info): Mark \Seen articles as read.
4475
4476         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4477         non-variable, too.
4478
4479         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4480         available.
4481         (nnimap-update-info): Rely more on the current active than the param
4482         active to avoid marking articles as read too much.
4483
4484         * auth-source.el (auth-source-create): Use (user-login-name) for the
4485         user name default.
4486
4487         * nnimap.el (nnimap-update-info): If the server doesn't return any
4488         useful info, just use the previous info.
4489         (nnimap-update-info): Prefer old info over start-article.
4490         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4491
4492 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4493
4494         * nnir.el (autoload): Clean up autoloads.
4495         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4496         Use key rather than value.
4497         (nnir-imap-search-other): New variable.
4498         (nnir-read-parm): Use it.
4499         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4500         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4501
4502 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4503
4504         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4505         the process, too.
4506
4507 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * spam.el (gnus-summary-mode-map): Bind to "$".
4510         Suggested by Russ Allbery.
4511
4512         * shr.el: Rework the way things are indented by <li> slightly.
4513
4514         * gnus.el (gnus-group-set-parameter): Fix typo.
4515
4516         * nnimap.el: Start implementing QRESYNC support.
4517
4518 2010-10-09  Julien Danjou  <julien@danjou.info>
4519
4520         * nnir.el (nnir-engines): Fix too many arguments.
4521
4522 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523
4524         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4525         group is the "last", so that the backends like nnfolder actually save
4526         their folders.
4527
4528         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4529         try to use that for the tls stream.
4530         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4531         UIDVALIDITY and find out which groups are read-only and not.
4532         (nnimap-get-flags): Use the same marks parsing code as the rest of
4533         nnimap.
4534
4535 2010-10-09  Julien Danjou  <julien@danjou.info>
4536
4537         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4538
4539         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4540         retrieving gravatars.
4541
4542         * shr.el (shr-table-corner): Add.
4543         (shr-table-line): Add.
4544         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4545
4546 2010-10-08  Julien Danjou  <julien@danjou.info>
4547
4548         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4549
4550 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4551
4552         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4553
4554         * gnus-sum.el (gnus-mark-article-as-unread)
4555         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4556         (gnus-summary-set-bookmark): Use it.
4557
4558         * gnus-msg.el (gnus-setup-message): Use it.
4559
4560         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4561
4562         * gnus.el (gnus-group-remove-parameter): Use it.
4563
4564         * gnus-group.el (gnus-group-make-web-group): Use it.
4565
4566         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4567
4568         * nnregistry.el: Update docs to mention manual.
4569
4570         * gnus-registry.el: Update docs to mention nnregistry.el.
4571         (gnus-registry-initialize): Don't install nnregistry refer method
4572         automatically.
4573         (gnus-registry-install-nnregistry): Remove it.
4574
4575 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * shr.el (shr-insert): Don't insert double spaces.
4578
4579 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * gnus-gravatar.el (gnus-treat-from-gravatar)
4582         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4583         called interactively.
4584
4585         * gnus-art.el (gnus-mime-view-part-externally)
4586         (gnus-mime-view-part-internally): Make predicate function passed to
4587         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4588         of a mime type.
4589
4590         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4591
4592 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4593
4594         * shr.el (require): Require cl when compiling.
4595         (shr-tag-hr): New function.
4596
4597         * nnimap.el (nnimap-update-info): Remove double setting of high.
4598         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4599         This makes nnimap work properly on Courier again.
4600
4601         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4602         the variable for backwards compatibility.
4603
4604         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4605         the file name before using to avoid setting mm-default-directory to
4606         nil.
4607
4608         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4609         bidning gnus-agent variables.
4610
4611         * shr.el (shr-render-td): Use a cache for the table rendering function
4612         to avoid getting an exponential rendering behaviour in nested tables.
4613         (shr-insert): Rework the line-breaking algorithm.
4614         (shr-insert): Don't leave trailing spaces.
4615         (shr-insert-table): Also insert empty TDs.
4616         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4617
4618 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4619
4620         * gnus-sum.el (gnus-number): Rename from `number'.
4621         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4622         (gnus-summary-limit-children): Update uses correspondingly.
4623
4624 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4627         (gnus-gravatar-transform-address): Don't show avatars of people of
4628         which mail addresses match gnus-gravatar-too-ugly.
4629
4630 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * shr.el (shr-table-widths): Expand TD elements to fill available
4633         space.
4634
4635 2010-10-07  Julien Danjou  <julien@danjou.info>
4636
4637         * nnimap.el (nnimap-request-rename-group): Add this method.
4638
4639 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4642         name from XEmacs' function-arglist.
4643
4644         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4645         gravatar under XEmacs.
4646
4647 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4648
4649         * auth-source.el: Update docs with TODO items.
4650
4651         * gnus-sync.el: Update docs to explain state and plans.
4652
4653         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4654         Hooks for mark updates.
4655         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4656
4657         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4658         hooks with arguments, which is needed for mark update hooks.
4659
4660 2010-10-06  Julien Danjou  <julien@danjou.info>
4661
4662         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4663         was matched.
4664
4665         * sieve-manage.el: Update example in `Commentary'.
4666
4667         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4668
4669         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4670         not 2000.
4671         (sieve-manage-authenticate): Re-add function.
4672
4673 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * shr.el (shr-insert): Get 'space transition right.
4676         (shr-render-td): Only delete space at the end of the TD.
4677
4678         * nnimap.el (nnimap-open-connection): Prepare to support
4679         open-gnutls-stream.
4680
4681         * shr.el: Rearrange function order to be more logical.
4682
4683 2010-10-06  Julien Danjou  <julien@danjou.info>
4684
4685         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4686         (nnrss-discover-feed): Remove 404 URL in docstring.
4687
4688         * nnir.el: Fix Swish-E URL.
4689         Fix Namazu URL.
4690
4691         * message.el (message-change-subject): Remove 404 URL in a comment.
4692
4693 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4696         called interactively.
4697
4698         * gnus-util.el (gnus-remove-if): Allow hash table.
4699         (gnus-remove-if-not): New function.
4700
4701         * gnus-art.el (gnus-mime-view-part-as-type)
4702         * gnus-score.el (gnus-summary-score-effect)
4703         * gnus-sum.el (gnus-read-move-group-name):
4704         Replace remove-if-not with gnus-remove-if-not.
4705
4706         * gnus-group.el (gnus-group-completing-read):
4707         Regard collection as a hash table if it is not a list.
4708
4709 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4710
4711         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4712
4713         * shr.el: Document the table-rendering algorithm.
4714
4715 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4716
4717         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4718         for Emacsen having no `libxml-parse-html-region' support.
4719
4720 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4723         invalid URLs.
4724
4725         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4726         line-broken.
4727         (shr-tag-img): Ignore image fetching errors.
4728         (shr-overlays-in-region): Compute overlay positions correctly.
4729
4730         * mm-decode.el (mm-shr): Require shr.
4731
4732         * gnus-art.el (gnus-blocked-images): Move variable here.
4733
4734         * shr.el (shr-insert-table): Bind free variable.
4735
4736         * mm-decode.el (mm-shr): Bind shr-content-function.
4737
4738         * shr.el (shr-content-function): New variable.
4739
4740         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4741         added for symmetry.
4742
4743         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4744
4745         * gnus-group.el (gnus-group-make-group): Doc fix.
4746
4747         * nnimap.el (nnimap-request-newgroups): Return success.
4748
4749         * shr.el (shr-find-elements): New function.
4750         (shr-tag-table): Put all the images after the table.
4751         (shr-tag-table): Really inhibit images inside the table.
4752         (shr-collect-overlays): Copy over overlays from the TD elements to the
4753         main document.
4754
4755         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4756         gnus-blocked-images.
4757
4758 2010-10-05  Julien Danjou  <julien@danjou.info>
4759
4760         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4761
4762         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4763         (gnus-html-maximum-image-size): Add this function.
4764         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4765
4766         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4767         server-value of the capability is nil.
4768
4769 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * shr.el (shr-tag-em): Add <EM> tag.
4772
4773 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4774
4775         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4776         customizable.
4777
4778         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4779         handing broken links to browse-url.
4780
4781 2010-10-05  Julien Danjou  <julien@danjou.info>
4782
4783         * gnus-util.el (gnus-emacs-completing-read)
4784         (gnus-iswitchb-completing-read): Use autoload rather than require.
4785
4786 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4787
4788         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4789         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4790         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4791         iswitchb-temp-buflist for XEmacs.
4792
4793         * gnus-util.el (gnus-completing-read-function): Exclude
4794         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4795         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4796         XEmacs.
4797
4798         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4799         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4800
4801         * gnus-html.el: Don't require help-fns under XEmacs.
4802         (gnus-html-schedule-image-fetching): Work for XEmacs.
4803
4804         * mm-decode.el (mm-shr): Decode contents by charset.
4805
4806 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4809         unknown.
4810
4811         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4812         (shr-get-image-data): Ensure against the cache file missing.
4813
4814         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4815         for data.
4816
4817         * spam-report.el (spam-report-url-ping-plain): Don't query about
4818         killing the process.
4819
4820         * shr.el (shr-render-td): Protect against too-wide text.
4821
4822 2010-10-04  Julien Danjou  <julien@danjou.info>
4823
4824         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4825         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4826
4827         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4828         retrieved.
4829
4830 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * shr.el (browse-url): Require.
4833         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4834         lines.
4835         (shr-show-alt-text, shr-browse-image): New commands.
4836         (shr-browse-url, shr-copy-url): New commands.
4837
4838         * gnus-sum.el (gnus-widen-article-window): New variable.
4839         (gnus-summary-select-article-buffer): Use it.
4840
4841         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4842         without @ signs.
4843
4844 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4845
4846         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4847
4848 2010-10-04  Julien Danjou  <julien@danjou.info>
4849
4850         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4851         for XEmacs.
4852
4853 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4856
4857         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4858         (nnimap-close-server): Implement.
4859
4860         * dgnushack.el (iswitchb): Require to shut up the compiler.
4861
4862         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4863         (shr-insert): Tweak line breaking.
4864         (shr-insert): Handle <pre> better.
4865         (shr-tag-li): Get <li> indentation right.
4866         (shr-tag-li): Get <li> indentation even righter.
4867         (shr-tag-blockquote): Ensure paragraph start.
4868         (shr-make-table): Tweak table generation.
4869         (shr-make-table): Fix typo.
4870
4871         * shr.el: Implement table rendering.
4872
4873 2010-10-04  Julien Danjou  <julien@danjou.info>
4874
4875         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4876
4877 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * shr.el (shr-insert): Use string anchors instead of line anchors.
4880
4881 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * shr.el: Add headings.
4884         (shr-ensure-paragraph): Actually work.
4885         (shr-tag-li): Make <ul> prettier.
4886         (shr-insert): Get white space at the beginning/end of elements right.
4887         (shr-tag-p): Collapse subsequent <p>s.
4888         (shr-ensure-paragraph): Don't insert double line feeds after blank
4889         lines.
4890         (shr-insert): \t is also space.
4891         (shr-tag-s): Fix "s" tag name function.
4892         (shr-tag-s): Fix face prop name.
4893
4894 2010-10-03  Julien Danjou  <julien@danjou.info>
4895
4896         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4897
4898         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4899         gnus-window-inside-pixel-edges.
4900
4901         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4902         gnus-ems.
4903
4904         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4905
4906         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4907         function.
4908
4909         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4910         resize choice.
4911
4912 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4915         beginning of the buffer.
4916
4917         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4918         article buffer again.
4919
4920         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4921
4922         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4923         when it's at the start of the buffer.
4924
4925         * shr.el (shr-tag-blockquote): Convert name.
4926         (shr-rescale-image): Use the right image-size variant.
4927
4928         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4929         buffer isn't shown, then select the current article first instead of
4930         bugging out.
4931         (gnus-summary-select-article-buffer): Show both the article and summary
4932         buffers again.
4933
4934         * shr.el (shr-fontize-cont): Protect against regions with no text.
4935         Rename tag functions to shr-tag-* for enhanced security.
4936         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4937
4938 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4939
4940         * shr.el (shr-insert):
4941         * pop3.el (pop3-movemail):
4942         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4943         loaded.
4944
4945 2010-10-03  Glenn Morris  <rgm@gnu.org>
4946
4947         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4948
4949         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4950
4951         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4952
4953         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4954
4955         * gnus-util.el (gnus-make-local-hook): Simplify.
4956
4957 2010-10-02  Julien Danjou  <julien@danjou.info>
4958
4959         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4960         (gnus-ido-completing-read): New function.
4961         (gnus-emacs-completing-read): New function.
4962         (gnus-completing-read): Use gnus-completing-read-function.
4963         Add gnus-completing-read-function.
4964
4965 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4966
4967         * shr.el (shr-insert-document): Autoload.
4968         (shr-img): Be silent.
4969         (shr-insert): Add a newline after every picture before text.
4970         (shr-add-font): Use overlays for combining faces.
4971         (shr-insert): Pass upwards the text start point.
4972
4973         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4974         possible.
4975         (mm-shr): New function.
4976
4977 2010-10-02  Julien Danjou  <julien@danjou.info>
4978
4979         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4980         should go backward.
4981
4982 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4983
4984         * shr.el (shr): Fix typo in provide call.
4985
4986 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * shr.el: New file.
4989
4990         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4991
4992         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4993         completing read.
4994
4995 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4998         we're being queried about.  Suggested by Dan Jacobson.
4999
5000         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
5001         Suggested by Jason Eisner.
5002
5003         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
5004         table, too.  Suggested by Stefan Wiens.
5005         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
5006         the table unnecessary.  Suggested by Stefan Wiens.
5007
5008         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
5009         longer needed, and probably doesn't work either, as pointed out by
5010         Stefan Wiens.
5011         (gnus-summary-exit): Remove call to the clearing function.
5012         (gnus-summary-exit-no-update): Ditto.
5013
5014         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
5015         instead of gnus-eval-in-buffer-window to avoid popping up frames.
5016         Reported by Stefan Monnier.
5017         (gnus-summary-save-in-rmail): Ditto.
5018
5019         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
5020         article buffer, instead of both the article buffer and the summary
5021         buffer.  Sort of suggested by Dan Jacobson.
5022
5023         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
5024
5025         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
5026         Suggested by Dan Jacobson.
5027
5028         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
5029         documentation clearer.
5030
5031         * message.el (message-shorten-references): Comment on the number "21".
5032         Suggested by Stefan Monnier.
5033
5034         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
5035         Suggested by Dan Jacobson.
5036
5037         * gnus.el (gnus-large-newsgroup):
5038         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
5039
5040         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
5041         externalize attachments.  Bug reported by Steve Wen.
5042
5043         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
5044         really message anything to the user.
5045
5046         * nnmail.el (nnmail-article-group): Allow using the fancy split method
5047         directly.
5048
5049         * nnimap.el (nnimap-request-group): Low higher than high to signal no
5050         messages in empty groups.
5051
5052 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
5053
5054         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
5055         non-UIDNEXT group.
5056
5057 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
5060         not the value from the collection.
5061
5062         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
5063         values.  This sometimes happens on some groups that have no info.
5064         (nnimap-request-newgroups): New function.
5065
5066 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
5067
5068         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
5069         check into `gnus-registry-initialize'.
5070         (gnus-registry-initialize): Ditto.
5071         Fix and extend header docs.
5072
5073 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5074
5075         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
5076         regexp backtrace overflows.
5077
5078         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
5079         for starttls that tls.el implements; i.e. openssl.
5080
5081         * tls.el (tls-starttls-switches): Give up on using starttls with
5082         gnutls-cli.
5083         (tls-program): Add --insecure to be consistent with the defaults from
5084         openssl s_client.  Now all three commands are insecure.
5085
5086 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * lpath.el: Bind completion-styles-alist for XEmacs.
5089
5090         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
5091         (gravatar-create-image): New function that's an alias to
5092         gnus-xmas-create-image, gnus-create-image, or create-image.
5093         (gravatar-data->image): Use it.
5094
5095 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
5096
5097         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
5098         install the nnregistry refer method.
5099         (gnus-registry-install-hooks): Use it.
5100         (gnus-registry-unfollowed-groups): Add nnmairix to the default
5101         unfollowed groups.
5102
5103 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
5104
5105         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
5106         expanding threads.
5107
5108 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * nnir.el: Use the server names without suffixes (bug #7009).
5111
5112         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5113         unencrypted to STARTTLS, if possible.
5114
5115 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5116
5117         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5118         headers before superseding.
5119
5120 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5121
5122         * nnrss.el (nnrss-use-local): Add documentation.
5123
5124         * nnimap.el (nnimap-extend-tls-programs): New function.
5125         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5126         (nnimap-wait-for-connection): Accept the greeting from the stupid
5127         output from openssl s_client -starttls, too.
5128
5129         * tls.el (tls-starttls-switches): New variable.
5130         (tls-find-starttls-argument): Use it.
5131         (open-tls-stream): Ditto.
5132
5133         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5134         (netrc-machine): Ditto.
5135
5136         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5137         article number.
5138         (nnimap-split-fancy): New variable.
5139         (nnimap-split-incoming-mail): Use it.
5140
5141         * nntp.el (nntp-server-list-active-group): Document.
5142
5143         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5144         SELECT to get the message-id.
5145
5146         * mail-source.el (mail-sources): Remove webmail support.
5147         (defvar): Ditto.
5148         (mail-source-fetcher-alist): Ditto.
5149         (mail-source-fetch-webmail): Remove.
5150
5151         * webmail.el: Remove -- doesn't seem relevant any more.
5152
5153         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5154
5155         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5156         the \r.
5157
5158 2010-09-30  Julien Danjou  <julien@danjou.info>
5159
5160         * gnus-agent.el (gnus-agent-add-group): Fix call to
5161         gnus-completing-read.
5162
5163 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5164
5165         * nndoc.el (nndoc-retrieve-groups): New function.
5166
5167         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5168         `default', use nnmail-split-methods.
5169         (nnimap-request-article): Downcase the NILs so that they are nil.
5170
5171         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5172         symbol.
5173
5174         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5175         code, since if the user has requested network, that's what they ought
5176         to get.
5177         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5178         (nnimap-split-rule): Mark as obsolete.
5179
5180         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5181         New variable.
5182
5183         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5184         correct slot, too.
5185
5186 2010-09-29  Julien Danjou  <julien@danjou.info>
5187
5188         * gnus.el (gnus-local-domain): Declare variable obsolete.
5189
5190         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5191         Fix history computing.
5192         (gnus-ido-completing-read): Require ido.
5193
5194 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195
5196         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5197         build Gnus.
5198
5199         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5200         when interpreting the structures.
5201         (nnimap-request-accept-article): Add \r\n to the lines to make this
5202         work with Cyrus.
5203
5204         * nndraft.el (nndraft-request-expire-articles): Use the group name
5205         instead if "nndraft".  Fix found by Nils Ackermann.
5206
5207 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5208
5209         * nnregistry.el: Add.
5210
5211 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5212
5213         * nnmail.el (group, group-art-list, group-art):
5214         Remove unneeded directives.
5215
5216 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5219         (mm-mime-charset)
5220         * rfc2047.el (rfc2047-syntax-table)
5221         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5222
5223         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5224         rather than `insert-file-contents' and `eval-region'.
5225
5226         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5227         construction.
5228
5229         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5230
5231         * time-date.el: No need to require cl for Emacs 21.
5232
5233 2010-09-29  Julien Danjou  <julien@danjou.info>
5234
5235         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5236         replacement of `gnus-gravatar-relief' to mimic
5237         `gnus-faces-properties-alist'.
5238         Add :version property.
5239
5240 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * mail-source.el (mail-source-report-new-mail)
5243         * message.el (message-default-mail-headers)
5244         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5245
5246         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5247
5248 2010-09-28  Julien Danjou  <julien@danjou.info>
5249
5250         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5251         mail-address contains the same string as real-name.
5252
5253         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5254         non-blank in header, otherwise it'll get stripped.
5255
5256         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5257         real-name, and then for mail address rather than doing : or , search.
5258
5259 2010-09-27  Julien Danjou  <julien@danjou.info>
5260
5261         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5262         right completing-read function.
5263         (gnus-use-ido): New variable
5264         (gnus-completing-read-with-default): Remove.
5265         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5266         (gnus-agent-add-group):
5267         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5268         * mm-view.el (mm-view-pkcs7-decrypt):
5269         * mm-util.el (mm-codepage-setup):
5270         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5271         * mml-smime.el (mml-smime-openssl-sign-query):
5272         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5273         (mml-insert-multipart):
5274         * gnus-msg.el (gnus-summary-yank-message):
5275         * gnus-int.el (gnus-start-news-server):
5276         * mm-decode.el (mm-interactively-view-part):
5277         * gnus-dired.el (gnus-dired-attach):
5278         * gnus.el (gnus-read-method):
5279         * gnus-bookmark.el (gnus-bookmark-jump):
5280         * gnus-art.el (gnus-mime-view-part-as-type)
5281         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5282         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5283         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5284         * nnmairix.el (nnmairix-create-server-and-default-group)
5285         (nnmairix-update-groups, nnmairix-get-server)
5286         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5287         (nnmairix-get-group-from-file-path):
5288         * nnrss.el (nnrss-find-rss-via-syndic8):
5289         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5290         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5291         (gnus-group-browse-foreign-server):
5292         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5293         (gnus-summary-execute-command, gnus-summary-respool-article)
5294         (gnus-read-move-group-name):
5295         * gnus-score.el (gnus-summary-increase-score)
5296         (gnus-summary-score-effect):
5297         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5298
5299 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5302         x-focus-frame.
5303
5304         * nnimap.el (auth-source-forget-user-or-password)
5305         (auth-source-user-or-password): Autoload.
5306
5307         * message.el (message-from-style, message-interactive)
5308         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5309         (message-yank-prefix, message-indentation-spaces, message-signature)
5310         (message-signature-file): Add comment.
5311
5312 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5315         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5316         new articles.
5317
5318         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5319         parts.
5320         (nnimap-request-article): Work with the t setting, too.
5321
5322         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5323         that you don't get flashes of other buffers.
5324         (gnus-summary-show-complete-article): Intern before setting.
5325
5326 2010-09-27  David Engster  <dengste@eml.cc>
5327
5328         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5329         well as HEADERS.
5330         (nnmairix-retrieve-headers): Provide new argument for the above.
5331
5332 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333
5334         * gnus-sum.el (gnus-summary-move-article): Don't alter
5335         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5336         group.
5337
5338         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5339
5340         * message.el (message-cite-prefix-regexp): Revert my last edit.
5341
5342         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5343         variable instead of the Gnus variable.
5344
5345         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5346
5347         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5348
5349         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5350         since some servers don't like it.
5351         (nnimap-open-connection): Forget credentials if the server says the
5352         password was wrong.
5353         (nnimap-parse-line): Protect against invalid data.
5354
5355         * gnus-sum.el (gnus-summary-move-article): Add comment.
5356         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5357         nothing alters it while scanning for new messages.
5358
5359         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5360         which may or may not help.
5361         (nnimap-open-connection): If we're doing a stream connection, and then
5362         discover we're on a STARTTLS-capable server, then open a STARTTLS
5363         connection instead.
5364
5365 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5366
5367         * nnimap.el (utf7): Require.
5368
5369         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5370         prefix.
5371
5372 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5373
5374         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5375
5376 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * nnimap.el (nnimap-request-accept-article): Message the error on
5379         error.
5380
5381 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5384
5385 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5386
5387         * nndoc.el (nndoc-request-list): Return success always.
5388
5389         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5390         `fetch-old' -- we only want to fetch the articles we've requested.
5391         The rest are in the agent, probably.
5392         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5393         disappeared server" to something low.  It's not important.
5394
5395         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5396         arrived before the FETCH data.
5397
5398         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5399         target here, because we don't know the Gnus name of the group.
5400
5401         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5402         for the correct group.
5403
5404         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5405
5406         * gnus.el (gnus): Give a final warning after startup.
5407
5408         * gnus-util.el (gnus-action-message-log): New variable.
5409         (gnus-message): Use it.
5410         (gnus-final-warning): New function.
5411
5412         * nnimap.el (nnimap-open-connection): Record the greeting.
5413         (nnimap): Add greeting.
5414
5415 2010-09-26  Julien Danjou  <julien@danjou.info>
5416
5417         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5418         arguments.
5419         (gnus-html-wash-images): Fix spec computing to include start/end.
5420
5421         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5422
5423 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5426         deletion.
5427         (nnimap-retrieve-headers): Don't select the group, because that's
5428         already done by nnimap-possibly-change-group.
5429
5430         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5431         (gnus-picon-transform-address): Use it.
5432
5433         * mail-source.el (mail-source-value): Revert previous patch.
5434
5435         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5436         on failure.
5437         (nnimap-open-connection): Look up both virtual and physical server name
5438         credentials.
5439
5440         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5441
5442 2009-02-07  Dave Love  <fx@gnu.org>
5443
5444         * tls.el (open-tls-stream): Don't query killing process.
5445
5446 2009-02-08  Dave Love  <fx@gnu.org>
5447
5448         * gnus-win.el (gnus-window-to-buffer-helper)
5449         (gnus-all-windows-visible-p): Function needn't be a symbol.
5450
5451         * mail-source.el (mail-source-value): Function needn't be a symbol.
5452
5453 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * message.el (message-cite-prefix-regexp): Remove } from the cite
5456         prefix.
5457
5458         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5459         highlight again, so that the highlight is correct.
5460
5461         * gnus-picon.el (gnus-picon): Remove again.
5462         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5463
5464         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5465         doing the header highlightling, so that the background colour of the
5466         picon is correct.
5467
5468         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5469         (gnus-picon): Ditto.
5470         (gnus-picon): Reinstate.  The background colour for picons is white.
5471         (gnus-picon-insert-glyph): Make the background white.
5472
5473         * nnml.el (nnml-open-nov): Don't return dead buffers.
5474
5475         * auth-source.el (auth-source-create): Query the user for whether to
5476         store the credentials.
5477
5478         * netrc.el (netrc-store-data): New function.
5479
5480         * auth-source.el (auth-source-user-or-password): Use the existing auth
5481         sources, if any, for creation.
5482
5483         * gnus.el (gnus-group-fast-parameter): Return the last matching
5484         parameter instead of the first matching parameter.
5485
5486 2010-09-26  Julien Danjou  <julien@danjou.info>
5487
5488         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5489
5490 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * mml2015.el (mml2015-use): Remove gpg support.
5493
5494         * mml1991.el (mml1991-function-alist): Remove gpg function.
5495         (mml1991-gpg-sign): Remove.
5496
5497 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5498
5499         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5500         (gnus-browse-unsubscribe-current-group): Document it.
5501         (gnus-browse-unsubscribe-group): Use it.
5502
5503 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5506         address to the To list for easier response.
5507
5508         * gnus.el (gnus-play-startup-jingle): Remove.
5509         (gnus-splash): Don't play jingle.
5510         (gnus): Silence gnus-load message.
5511
5512         * gnus-art.el (gnus-treat-play-sounds): Remove.
5513
5514         * gnus.el (gnus-play-jingle): Remove audio support.
5515
5516         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5517
5518         * earcon.el: Remove -- no users.
5519
5520         * gnus-audio.el: Remove -- no users of this package.
5521
5522         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5523
5524         * gnus-start.el (gnus-setup-news): Remove nocem support.
5525
5526         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5527
5528         * gnus.el (gnus-use-nocem): Remove.
5529
5530         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5531         Remove.
5532
5533         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5534         uses NoCeM any more.
5535
5536         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5537         (gnus-button-ctan-handler): Ditto.
5538         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5539         (gnus-button-ctan-directory-regexp): Ditto.
5540         (gnus-button-handle-ctan): Ditto.
5541         (gnus-button-tex-level): Ditto.
5542         (gnus-button-alist): Remove CTAN stuff.
5543
5544 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5547         nnimap-streaming test.
5548
5549         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5550         servers twice.
5551
5552         * nnimap.el (nnimap-open-connection): Add more error reporting when
5553         nnimap fails early.
5554
5555         * nnheader.el (nnheader-get-report-string): New function.
5556         (nnheader-get-report): Use it.
5557
5558         * gnus-int.el (gnus-check-server): Say what the error was when opening
5559         failed.
5560
5561         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5562         using streaming.
5563
5564 2010-09-25  Julien Danjou  <julien@danjou.info>
5565
5566         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5567         gnus-window-inside-pixel-edges.
5568
5569 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570
5571         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5572
5573         * mm-decode.el (mm-save-part): Allow saving to other directories the
5574         normal Emacs way.
5575
5576         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5577         Suggested by Jay Berkenbilt.
5578
5579         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5580         there isn't a single byte.
5581
5582         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5583         just do it.  It doesn't really seem to matter what the user responds
5584         here, I think, so it's just a confusing question.
5585
5586         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5587         non-streaming case.
5588
5589         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5590         (gnus-article-encrypt-body): Use it.
5591
5592         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5593         keystroke.
5594
5595         * nnimap.el (nnimap-find-wanted-parts-1):
5596         Use gnus-fetch-partial-articles.
5597
5598         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5599
5600         * nnimap.el (nnimap-insert-partial-structure): New function.
5601         (nnimap-get-partial-article): New function.
5602         (nnimap-request-article): Use it.
5603         (nnimap-wait-for-response): Return whether the wait was successful.
5604         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5605         retrieval wasn't successful.
5606         (nnimap-retrieve-group-data-early): Allow throttling servers.
5607         (nnimap-streaming): New variable.
5608         (nnimap-fetch-partial-articles): Remove.
5609
5610         * mm-decode.el (mm-with-part): Protect against killed buffers.
5611
5612         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5613         for prettier summary display.
5614
5615 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5616
5617         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5618
5619 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5620
5621         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5622         apparently third-party libraries depend on it.
5623
5624         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5625         before starting negotiation.
5626
5627         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5628         privacy reasons.
5629         (gnus-treat-mail-gravatar): Ditto.
5630
5631         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5632         buffer when inserting images.  Inserting text into the headers, for
5633         instance, can make them invalid.
5634
5635 2010-09-25  Julien Danjou  <julien@danjou.info>
5636
5637         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5638         variables.
5639
5640         * nnheader.el: Remove useless variables news-reply-yank-from and
5641         news-reply-yank-message-id.
5642
5643         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5644         variables.
5645
5646         * mml1991.el: Remove useless mml1991-verbose.
5647
5648         * gnus.el: Remove useless variable gnus-use-generic-from.
5649         Remove obsolete variable gnus-topic-indentation.
5650
5651         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5652
5653         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5654
5655         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5656
5657         * gnus-group.el: Remove useless gnus-group-icon-cache.
5658         Remove useless gnus-ephemeral-group-server.
5659
5660         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5661
5662         * mml2015.el: Remove useless mml2015-verbose.
5663
5664         * mml-smime.el: Remove useless mml-smime-verbose.
5665
5666         * gnus.el: Remove useless gnus-local-domain.
5667
5668         * gnus-gravatar.el (gnus-gravatar-transform-address):
5669         Use gnus-gravatar-size.
5670
5671         * gnus-art.el: Remove useless gnus-treat-translate.
5672
5673 2010-09-24  Julien Danjou  <julien@danjou.info>
5674
5675         * gnus-sum.el: Add support for Gravatars.
5676
5677         * gnus-art.el: Add support for Gravatars.
5678
5679         * gnus-gravatar.el: Add this file.
5680
5681         * gravatar.el: Add this file.
5682
5683 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5684
5685         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5686
5687         * gnus-group.el (gnus-group-fetch-faq): Remove.
5688
5689         * gnus.el (gnus-group-faq-directory): Remove.
5690
5691         * gnus-group.el (gnus-group-fetch-charter): Remove.
5692
5693         * gnus.el (gnus-group-charter-alist): Remove.
5694
5695         * gnus-group.el (gnus-group-archive-directory): Remove.
5696         (gnus-group-recent-archive-directory): Ditto.
5697         (gnus-group-make-archive-group): Remove.
5698
5699         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5700
5701         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5702         use the same article number for all the cached articles.
5703
5704         * nnimap.el (nnimap-command): Register the last command time so
5705         that we can use it for idling NOOPs.
5706         (nnimap-open-connection): Start the keeplive timer.
5707         (nnimap-make-process-buffer): Store all the process buffers.
5708         (nnimap-keepalive): New function.
5709
5710         * starttls.el (starttls-open-stream): Add autoload cookie.
5711
5712 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5713
5714         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5715         handling.
5716
5717 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5718
5719         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5720         its data structures.
5721
5722         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5723         instead of the cl.el copy-list.
5724         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5725         equalp.
5726
5727 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5730         and tool-bar-local-item-from-menu.
5731
5732         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5733         mode-line-highlight face for Emacs.
5734
5735         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5736         loading gnus-sum.elc; fix comment for canlock-verify.
5737         (gnus-article-jump-to-part): Use read-number.
5738         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5739         Remove Emacs pre-21 compatible code for help-echo.
5740         (gnus-article-next-page-1): No need to adjust the number of lines.
5741         (gnus-article-describe-bindings): Always use help-buffer.
5742
5743         * gnus-audio.el (gnus-audio-inline-sound)
5744         * gnus-cus.el (gnus-custom-mode)
5745         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5746
5747         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5748
5749         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5750         compatible code.
5751
5752 2010-09-24  Glenn Morris  <rgm@gnu.org>
5753
5754         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5755         visiting the fcc file in rmail-mode.
5756
5757         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5758
5759 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * nnir.el: Silence the byte compiler.
5762
5763         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5764         alias to browse-url-url-encode-chars if any.
5765         (gnus-html-encode-url): Use it.
5766
5767 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus-start.el (gnus-use-backend-marks): New variable.
5770         (gnus-get-unread-articles-in-group): Use it.
5771
5772         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5773         makeover.
5774
5775 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5776
5777         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5778
5779 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5780
5781         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5782         Remove.
5783         (gnus-setup-news-hook):
5784         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5785
5786         * gnus-int.el (gnus-request-update-info): Protect against backends not
5787         having the function.
5788
5789         * nnimap.el (nnimap-stream): Mention starttls.
5790         (nnimap-open-connection): Add starttls support.
5791
5792 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5793
5794         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5795
5796 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5797
5798         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5799         BODYSTRUCTUREs.
5800         (nnimap-transform-headers): Unfold quoted {42} headers.
5801
5802         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5803         the info.
5804         (gnus-get-unread-articles): Only call updatep on backends that support
5805         it.
5806
5807         * nnweb.el (nnweb-request-update-info): NOOP.
5808
5809         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5810
5811         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5812         since it only deals with marks.
5813
5814         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5815         gnus-request-marks, and make a new gnus-request-update-info.
5816
5817         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5818         the active instead of the high number, which is usually too low.
5819
5820 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5821
5822         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5823         * encrypt.el: Remove.
5824
5825 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826
5827         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5828         server in symbolic form.
5829
5830         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5831
5832 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5833
5834         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5835         (nnimap-update-info): Fix up code slightly.
5836
5837         * gnus-int.el (gnus-open-server): Add tracing for performance
5838         debugging.
5839
5840         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5841         (gnus-group-insert-group-line): Pass the real group name so that it
5842         gets the right data.
5843
5844         * gnus-start.el (gnus-get-unread-articles): Don't have
5845         `gnus-get-unread-articles-in-group' update info, since that can be
5846         really slow and doesn't seem to be needed?
5847
5848 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5849
5850         * time-date.el (date-to-time): Try using parse-time-string first before
5851         using the slower timezone-make-date-arpa-standard.
5852
5853 2010-09-22  Julien Danjou  <julien@danjou.info>
5854
5855         * gnus-group.el (gnus-group-insert-group-line):
5856         Call gnus-group-highlight-line.
5857         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5858         default hook list.
5859         (gnus-group-update-eval-form): Add new function.
5860         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5861         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5862
5863 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5864
5865         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5866         immediate, then expire all articles.
5867         (nnimap-update-info): Fix off-by-one errors.
5868         (nnimap-flags-to-marks): Would return no marks lists for group with no
5869         flags.  Instead return the other data.
5870
5871 2010-09-22  Julien Danjou  <julien@danjou.info>
5872
5873         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5874         Only return an icon.
5875         (gnus-group-insert-group-line): Compute icon to return.
5876
5877         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5878         (gnus-html-image-fetched): Only cache if
5879         gnus-html-image-automatic-caching is set.
5880         (gnus-html-image-fetched): Check for errors.
5881
5882 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5883
5884         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5885         once per method on `g'.  This ensures that backends like nnfolder don't
5886         open all their folders.
5887
5888         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5889         (nnimap-request-list): Nix out group in the correct buffer.
5890         (nnimap-parse-flags): Implement by using `read' instead of
5891         hand-parsing.
5892         (nnimap-flags-to-marks): Pass on permanent-flags.
5893         (nnimap-make-process-buffer): Record the server name.
5894         (nnimap-parse-flags): Fix typo.
5895         (nnimap-request-scan): Run split on the server in general, not just a
5896         single group.
5897
5898         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5899         parameter, and propagate this downwards.
5900
5901         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5902         since EXAMINE changes it on the server.
5903
5904         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5905         this command might take a while.
5906
5907 2010-09-22  Julien Danjou  <julien@danjou.info>
5908
5909         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5910         harmful if you have 2 images side-by-side, they can't be properly
5911         update on text deletion.  Using text-property is safer here.
5912         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5913         data.
5914
5915 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * nnimap.el (nnimap-expunge-inbox): Remove.
5918         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5919         (nnimap-expunge): Flip default to t.
5920
5921         * gnus.el (gnus-method-to-server): Don't push things to the cache
5922         unless it's unique.
5923         (gnus-server-to-method): Ditto.
5924
5925 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5926
5927         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5928
5929 2010-09-22  Julien Danjou  <julien@danjou.info>
5930
5931         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5932         get the start of data.
5933         (gnus-html-encode-url): Add this function to encode special chars in
5934         URL.
5935         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5936         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5937
5938         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5939         default.
5940         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5941
5942         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5943         images alt-text.
5944         (gnus-html-put-image): Put alt-text as help-echo.
5945
5946 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5947
5948         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5949         * mm-util.el (mm-decompress-buffer)
5950         * nnir.el (nnir-run-find-grep)
5951         * pop3.el (pop3-list): Use 3rd arg of split-string.
5952
5953         * time-date.el (format-seconds): Comment fix.
5954
5955         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5956         and byte-optimize-form-code-walker.
5957         (dgnushack-make-auto-load): Don't advise make-autoload.
5958
5959         * lpath.el: Remove Emacs 21 stuff.
5960
5961 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5962
5963         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5964         outside the active range.  Suggested by Dan Christensen.
5965
5966         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5967         slightly later to avoid double-getting it.
5968
5969         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5970         previous patch.
5971
5972         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5973
5974 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5975
5976         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5977
5978 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5979
5980         * gnus-int.el (gnus-open-server): Give a better error message in the
5981         "go offline" case.
5982
5983         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5984         marks for nnimap, which is seldom the right thing to do.
5985
5986         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5987         (gnus-same-method-different-name): New function.
5988
5989         * nnimap.el (parse-time): Require.
5990
5991         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5992         method in the presence of many similar methods.
5993
5994         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5995
5996         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5997         nnml-inhibit-expiry.
5998
5999         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
6000         find out whether methods are equal.
6001
6002         * nnimap.el (nnimap-find-expired-articles): New function.
6003         (nnimap-process-expiry-targets): New function.
6004         (nnimap-request-move-article): Request the article before looking at
6005         what the Message-ID is.  Fix found by Andrew Cohen.
6006         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
6007
6008         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
6009         for oldness in addition to being a predicate.
6010
6011         * nnimap.el (nnimap-request-group): When we have zero articles, return
6012         the right data to Gnus.
6013         (nnimap-request-expire-articles): Only delete articles immediately if
6014         the target is 'delete.
6015
6016         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
6017         method, this would bug out.
6018
6019         * gnus-group.el (gnus-group-expunge-group): Rename from
6020         gnus-group-nnimap-expunge, and implemented as a normal interface
6021         function.
6022
6023         * gnus-int.el (gnus-request-expunge-group): New function.
6024
6025         * nnimap.el (nnimap-request-create-group): Implement.
6026         (nnimap-request-expunge-group): New function.
6027
6028 2010-09-21  Julien Danjou  <julien@danjou.info>
6029
6030         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
6031         (gnus-html-cache-expired): Add new function.
6032         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
6033         wethever we should display image for fetch it.
6034         Compute alt-text earlier to pass it to the fetching function too.
6035         (gnus-html-schedule-image-fetching): Change function argument to only
6036         get one image at a time, not a list.
6037         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
6038         cache.
6039         (gnus-html-get-image-data): New function to retrieve image data from
6040         cache.
6041         (gnus-html-put-image): Change buffer argument to use image data rather
6042         than file, and place image above region rather than inserting a new
6043         one.  Do not take alt-text as argument, since it's useless now: we place
6044         the image above alt-text.
6045         (gnus-html-prune-cache): Remove.
6046         (gnus-html-show-images): Start to fetch image when we find one, do not
6047         push into a temporary list.
6048         (gnus-html-prefetch-images): Only fetch image if they have expired.
6049         (gnus-html-browse-image): Fix, use 'gnus-image-url.
6050         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
6051
6052 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
6055
6056 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6057
6058         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
6059         spec inser "*" if the group isn't active instead of 0.
6060
6061         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
6062         opening the server.
6063         (nnimap-request-delete-group): Implement group deletion.
6064         (nnimap-transform-headers): Return the size of the entire message in
6065         the Bytes header, not just the size of the first part.
6066         (nnimap-request-move-article): When moving an article from nnimap,
6067         request the article first so the accepting form has an article to
6068         accept.  Reported by Dan Christensen.
6069         (nnimap-command): Make sure that the error message doesn't error out.
6070
6071 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
6072
6073         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
6074         we haven't requested anything.
6075
6076 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077
6078         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
6079         "".  Fix found by Andrew Cohen.
6080
6081         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
6082         instead of -encode-string.
6083
6084 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
6087
6088         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
6089         by mm-subst-char-in-string.
6090
6091 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6092
6093         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
6094         waiting for the connection string.
6095
6096         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
6097         arriving.
6098
6099         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
6100         bogus characters.  This allows selecting certain Gmail groups.
6101
6102         * nnimap.el (nnimap-find-wanted-parts-1): New function.
6103         (nnimap-fetch-partial-articles): New variable.
6104         (nnimap-open-connection): When looking for credentials, also use the
6105         nnimap-server-port.
6106         (nnimap-request-article): Return the group/article number, so that Gnus
6107         `^' works as expected.
6108         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
6109
6110         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
6111         comments.
6112         (gnus-methods-sloppily-equal): New function.
6113         (gnus): When using the development version of Gnus, load the gnus-load
6114         file.
6115
6116         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6117         `gnus-open-server' on each method before trying to scan them etc.
6118         This ensures that all the backend parameters are set correctly.
6119
6120         * nnimap.el (nnimap-authenticator): New variable.
6121         (nnimap-open-connection): Allow anonymous login.
6122         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6123         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6124
6125         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6126         patch, found by Knut Anders Hatlen.
6127
6128 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6129
6130         * gnus-agent.el (gnus-agent-batch-confirmation)
6131         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6132         to gnus-message.
6133         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6134         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6135         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6136         * gnus-int.el (gnus-open-server): Likewise.
6137         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6138         (gnus-score-check-syntax): Likewise.
6139         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6140         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6141         Likewise.
6142         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6143
6144 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145
6146         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6147         calling conventions so that prefetch doesn't bug out.
6148
6149 2010-09-19  Julien Danjou  <julien@danjou.info>
6150
6151         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6152         rather than `subst-char-in-region' in order to be able to replace ASCII
6153         char by UTF-8 ones.
6154
6155         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6156         than curl.
6157         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6158         the right URL and ALT text on images.
6159         (gnus-html-wash-tags): Fix tag case.
6160         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6161         (gnus-article-html): Add -o display_ins_del=2 option.
6162         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6163
6164 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165
6166         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6167         the extra mail headers, which sometimes seem to happen for unknown
6168         reasons.
6169
6170         * mail-parse.el (mail-header-encode-parameter): Define as
6171         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6172         (or most, perhaps?) mail readers don't understand the latter, but do
6173         understand the former.
6174
6175         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6176         to nil, so that no methods are automatically agentized.  I think this
6177         is probably what most users want.
6178
6179         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6180         from url-retrieve, for instance about invalid URLs.
6181
6182         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6183         groups that have no articles.
6184         (nnimap-request-article): Check that we really got an article when we
6185         requested one.
6186
6187         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6188         doesn't exist.
6189
6190         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6191         nntp buffer so the agent can save it.
6192         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6193         that CRLF doesn't get translated to \n.
6194         (nnimap-open-connection): Don't make 'shell commands only send \n.
6195
6196 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6197
6198         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6199         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6200         Update var name.
6201         (nnml-generate-nov-file): Use dolist.
6202         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6203         Use with-current-buffer.
6204
6205 2010-09-18  Julien Danjou  <julien@danjou.info>
6206
6207         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6208         parallel.
6209
6210 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6211
6212         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6213         the range update right.
6214         (nnimap-request-group): Don't make `M-g' bug out on group with no
6215         marks.
6216         (nnoo): Require, so that other packages can require nnimap.
6217         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6218         command we're looking for.  This helps when the server sends more
6219         responses after we've gotten everything we expected.
6220         (nnimap): Add a `newlinep' field to keep track of end-of-line
6221         conventions.
6222         Don't send CRLF to things that don't want it.
6223         (nnimap-request-accept-article): Ditto.
6224
6225 2010-09-18  Julien Danjou  <julien@danjou.info>
6226
6227         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6228         than curl to retrieve images.
6229
6230 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6231
6232         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6233         the marks.
6234         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6235         (nnimap-wait-for-connection): New function.
6236         (nnimap-open-connection): If we have PREAUTH, don't query for login
6237         credentials.
6238         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6239         when doing a partial update.
6240
6241 2010-09-18  Julien Danjou  <julien@danjou.info>
6242
6243         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6244         tags.
6245
6246 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6247
6248         * nnimap.el (nnimap-credentials): New function.
6249         (nnimap-open-connection): Use the new function to look for credentials
6250         also on the numeric equivalents of "imap" and "imaps".
6251
6252         * gnus-start.el (gnus-activate-group): Send the info to
6253         gnus-request-group.
6254
6255         * nnimap.el (nnimap-request-group): Have the "check" version of the
6256         function parse flags and update the info, so that a `M-g' get a total
6257         resync of all flags from the group.
6258
6259         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6260         to allow backends to alter the info on group selection.  Also alter all
6261         the backend -request-group functions to take the parameter.
6262
6263         * nnimap.el (nnimap-store-info): New function.
6264         (nnimap-update-info): Store the info for later usage.
6265         (nnimap-request-group): Use the stored info for the dont-check case, so
6266         that we don't retrieve all marks when we enter a group.
6267
6268         * nnimap.el: Use deffoo instead of defun for interface functions.
6269
6270         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6271         update the group info.  This makes the nndraft groups, for instance, go
6272         back to their old behaviour.
6273
6274         * gnus-sum.el (gnus-select-newsgroup): Indent.
6275
6276         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6277         in.
6278         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6279         nothing.
6280
6281         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6282         from methods that are denied.
6283
6284         * gnus-int.el (gnus-method-denied-p): New function.
6285
6286         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6287         store the password instead of netrc.
6288         (nnimap-open-connection): Don't error out when we can't make a
6289         connections.
6290
6291         * auth-source.el (auth-source-create): In the password prompt, say what
6292         we're querying for.  Also prompt for user name if that hasn't been
6293         given.
6294
6295         * nnimap.el (nnimap-with-process-buffer): Remove.
6296
6297 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6300         method when we're reading from the agent.
6301
6302         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6303
6304         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6305         that's probably most useful for users.
6306
6307         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6308         "failed" all the time.
6309
6310         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6311         ...)) with (with-current-buffer ... ).
6312
6313         * nntp.el (nntp-open-server): Return whether the open was successful or
6314         not.
6315
6316         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6317         select an unread unseen article first.
6318
6319         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6320         /etc/services, supply some sensible port defaults.
6321
6322         * dgnushack.el: Define netrc-credentials.
6323
6324 2010-09-17  Julien Danjou  <julien@danjou.info>
6325
6326         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6327
6328 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6329
6330         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6331         doesn't have any parameters.
6332
6333 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6334
6335         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6336         only upcased checks.
6337
6338         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6339
6340         * nnimap.el (nnimap-open-shell-stream): New function.
6341         (nnimap-open-connection): Use it.
6342         (nnimap-transform-headers): Get the number of lines in each message.
6343         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6344         number of lines.
6345         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6346         problem.
6347
6348         * utf7.el (utf7-encode): Autoload.
6349
6350         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6351         to allow the mail splitting to not return a default group.  This is
6352         useful for nnimap, which will leave unmatched mail in the inbox.
6353
6354         * nnimap.el: Rewritten.
6355
6356         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6357         nnimap usage.
6358
6359         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6360         if the move is internal, so that nnimap can do fast internal moves.
6361
6362         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6363         data.
6364         (gnus-read-active-for-groups): Support finishing the early retrieval of
6365         data.
6366
6367         * gnus-range.el (gnus-range-nconcat): New function.
6368
6369         * gnus-int.el (gnus-finish-retrieve-group-infos)
6370         (gnus-retrieve-group-data-early): New functions.
6371
6372 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6373
6374         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6375         (nnrss-retrieve-groups):
6376         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6377         (pop3-quit): Use with-current-buffer.
6378
6379 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6382         instead of nnheader-accept-process-output.
6383
6384         * dgnushack.el (dgnushack-compile): Add comment.
6385
6386         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6387
6388         * gnus-html.el (gnus-html-schedule-image-fetching)
6389         (gnus-html-prefetch-images): Replace process-kill-without-query by
6390         gnus-set-process-query-on-exit-flag.
6391
6392 2010-09-16  Romain Francoise  <romain@orebokech.com>
6393
6394         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6395
6396 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397
6398         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6399         parameter to unintern is mandatory-ish in Emacs 24.
6400
6401         * gnus-html.el (gnus-html-schedule-image-fetching)
6402         (gnus-html-prefetch-images): Check for curl before using it.
6403
6404         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6405         depend on curl, which isn't essential.
6406
6407         * imap.el: Revert back to version
6408         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6409         seem problematic.
6410
6411 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6412
6413         * gnus-registry.el (gnus-registry-install-shortcuts):
6414         Explicitly pass `obarray' to `unintern' to avoid a warning.
6415
6416 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417
6418         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6419         change.
6420
6421         * nnrss.el (nnrss-request-list): Remove this function and related
6422         functions, including the moreover stuff.
6423
6424 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6425
6426         * nnrss.el (nnrss-retrieve-groups): New function.
6427
6428 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6429
6430         * .dir-locals.el: Add no-byte-compile cookie.
6431
6432 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * time-date.el (format-seconds): Comment fix.
6435
6436         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6437         for back end that doesn't support request-scan.
6438
6439 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6442         then do request scans from the backends.
6443
6444         * netrc.el (netrc-credentials): New conveniency function.
6445
6446         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6447         avoid running a hook per line, since this takes a lot of time,
6448         profiling shows.
6449         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6450         directly if gnus-visual-p is true.
6451
6452 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6453
6454         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6455         groups; replace mapcar with dolist which is a bit faster; pass groups
6456         info to gnus-read-active-file-1.
6457         (gnus-read-active-file-1): Scan only specified groups if the new
6458         optional arg `infos' is given.
6459
6460 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6461
6462         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6463
6464         * pop3.el (pop3-movemail): Remove.
6465         (pop3-streaming-movemail): Rename to pop3-movemail.
6466
6467         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6468         don't restrict end-tag searches to the end of the line.
6469
6470 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6473         articles of every unchecked group to t, which means unknown since the
6474         server has never been opened.
6475
6476 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * gnus-html.el (gnus-html-show-alt-text): New command.
6479         (gnus-html-browse-image): Ditto.
6480         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6481         to browse the image directly.
6482         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6483         better.
6484
6485         * gnus-async.el (gnus-async-article-callback):
6486         Call `gnus-html-prefetch-images' unconditionally.
6487
6488         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6489         before feeding URLs to curl.
6490
6491 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6492
6493         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6494         internal images as deletable by `W D D'.
6495
6496         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6497         (gnus-async-article-callback): Fix typo.
6498
6499 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6500
6501         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6502         current line to work around bugs in the output from w3m.
6503
6504         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6505         for groups that want that.
6506
6507         * nntp.el (nntp-wait-for-string): Supply a timeout for
6508         accept-process-output to ensure progress.
6509
6510         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6511         level to get unread articles from, then use that for foreign groups,
6512         too.
6513
6514         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6515         confuses the rest of the function.
6516
6517         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6518         for the methods that support -retrieve-groups, too.
6519
6520         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6521
6522 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6525         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6526
6527         * pop3.el: Require cl when compiling.
6528         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6529
6530 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6531
6532         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6533         that aren't going to be activated.
6534         (gnus-get-unread-articles): Fix up the last commit.
6535
6536         * gnus-html.el (gnus-article-html): Allow calling without specifying
6537         the handle.  In that case, dissect the buffer first.
6538
6539         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6540
6541         * nnimap.el (nnimap-open-connection): Revert the change that would look
6542         into authinfo for imaps instead of imap.
6543
6544         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6545         say that you don't want to call gnus-request-group with don-check, but
6546         do check the reponse.  This is for virtual groups only.
6547         (gnus-get-unread-articles): Count the archive groups as secondary, so
6548         that they're activated the same way as before.
6549
6550         * imap.el (imap-message-map): Removed optional buffer parameter, since
6551         no callers use it.
6552         (imap-message-get): Ditto.
6553         (imap-message-put): Ditto.
6554         (imap-mailbox-map): Ditto.
6555         (imap-mailbox-put): Ditto.
6556         (imap-mailbox-get): Ditto.
6557         (imap-mailbox-get): Revert last change for this function.
6558
6559         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6560         case-insensitively.
6561         (nnimap-debug): Remove.
6562
6563         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6564         callers to use `imap-fetch' instead.  According to the comments, this
6565         should be safe, since all other IMAP clients use the 1:* syntax.
6566         (imap-enable-exchange-bug-workaround): Remove.
6567         (imap-debug): Remove -- doesn't seem very useful.
6568
6569         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6570         mail from a file, and the file doesn't exist.
6571
6572         * imap.el (imap-log): New convenience function used throughout instead
6573         of repeating the same code all over the place.
6574
6575         * pop3.el (pop3-streaming-movemail): Return t for success.
6576
6577         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6578         .authinfo if we're using ssl connection.
6579
6580         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6581         already have if we're in a main Gnus `g' run.
6582
6583         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6584
6585 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6588
6589         * nnmh.el (nnmh-request-list-1): Bind `file'.
6590
6591         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6592         alias to set-process-query-on-exit-flag or process-kill-without-query.
6593         (pop3-open-server): Use it.
6594
6595 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6596
6597         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6598         box to the Incoming file.  Fixes mistake in previous checkin.
6599
6600         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6601         request loop (for debugging purposes) removed.
6602
6603         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6604         culprit is more visible.
6605         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6606         (nnml-add-incremental-nov): New functions to do "incremental" nov
6607         updates, where we just append to the end of the existing nov files
6608         without reading/writing them in full.
6609
6610         * mail-source.el (mail-source-delete-crash-box): Really only check the
6611         incoming files once in a while.
6612
6613         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6614
6615         * mail-source.el (mail-source-delete-crash-box): Only check the
6616         incoming files for deletion once per day to save a lot of file
6617         accesses.
6618
6619         * pop3.el (pop3-logon): Fix up unbound variable typo.
6620
6621         * mail-source.el (pop3-streaming-movemail): Autoload.
6622
6623         * pop3.el (pop3-streaming-movemail):
6624         Respect pop3-leave-mail-on-server.
6625
6626         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6627         retrieval.
6628
6629         * pop3.el (pop3-process-filter): Remove unused function.
6630         (pop3-streaming-movemail, pop3-send-streaming-command)
6631         (pop3-wait-for-messages, pop3-write-to-file)
6632         (pop3-number-of-responses): New functions for streaming pop3
6633         retrieval.
6634
6635         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6636         come from no known methods.
6637         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6638         list.
6639
6640         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6641         message sizes.
6642         (pop3-movemail): Use erase-buffer instead of looping and deleting
6643         regions, which seems rather odd.
6644
6645         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6646         file once per `g' run.
6647
6648         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6649         directories.  This makes the draft queue directory work.
6650
6651         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6652         data from the backends, so that we only request the list of groups from
6653         each method once.  This should speed things up considerably.
6654
6655         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6656         detect that it's not implemented.
6657
6658         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6659         we actually do recurse down into the tree, but don't stat all leaf
6660         nodes.
6661
6662         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6663         then say so instead of bugging out.
6664
6665         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6666         files exist before trying to read them.
6667
6668         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6669         around <pre_int>.
6670
6671         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6672
6673         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6674
6675 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6676
6677         * mm-util.el (mm-image-load-path): Just return the image directories,
6678         not all directories in the path in addition to the image directories.
6679         (mm-image-load-path): Maintain a cache of the image directories so that
6680         the `g' command in Gnus doesn't have to stat dozens of directories each
6681         time.
6682
6683         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6684         (gnus-html-wash-tags): Add a new `i' command to insert images.
6685         (gnus-html-insert-image): New command and keystroke.
6686         (gnus-html-redisplay-with-images): New command and keystroke.
6687         (gnus-html-show-images): Rename command.
6688         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6689         spacers.
6690         (gnus-html-wash-tags): Decode entities at the end, so that entities
6691         inside the tags don't mess up the rest of the "parsing".
6692
6693         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6694         so that nnimap methods aren't agentized by default.  There's apparently
6695         many problems related to agent/imap behaviour.
6696
6697         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6698
6699         * gnus-html.el: Doc fix.
6700
6701 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6704         specifier-spec-list for Emacs 21.
6705
6706         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6707         glyph-width and glyph-height instead of display-graphic-p and
6708         image-size; make avoidance of displaying small images work for XEmacs.
6709
6710         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6711         for XEmacs.
6712
6713         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6714         of symbol that holds plist data.
6715         (gnus-process-plist): Remove plist of process after getting it.
6716
6717 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * message.el (message-generate-hashcash): Change default to
6720         'opportunistic if hashcash is installed.
6721
6722         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6723         (gnus-html-put-image): Only call image-size once, since it's somewhat
6724         time-consuming on remote X servers.
6725
6726 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6729         type on data, not a file name.
6730
6731         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6732         window-pixel-edges for Emacs 21.
6733
6734         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6735         decoded contents.
6736         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6737
6738 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6739
6740         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6741         group line format, since it isn't very interesting.
6742
6743         * gnus-agent.el (gnus-agent-short-article),
6744         (gnus-agent-long-article): Increase values for these two variables,
6745         since most people are likely to have more network connection and
6746         storage than before.
6747
6748         * gnus.el (gnus-refer-article-method): Change default to 'current.
6749         When referring an article, the common behaviour is to refer it from the
6750         current select method, not the native select method.  The chances of
6751         the native select method having the message in question is rather slim
6752         these days.
6753
6754         * gnus-sum.el (gnus-auto-select-subject): Change default to
6755         `unseen-or-unread'.  I think it's likely that most people want to
6756         select an unseen article over a previously seen, but unread one.
6757
6758         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6759         means that in the article buffer none of the minor mode elements will
6760         be shown, usually, and this is not desirable in most cases.
6761
6762         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6763         that commands like `d' (and the like) go to the next line in the
6764         buffer, instead of the next unread article.  I think this is the
6765         behaviour that is most natural for most users.
6766         (gnus-single-article-buffer): Change default to nil, so that people can
6767         have as many article buffers open as they have summary buffer.  I think
6768         this is the most natural way for the groups to behave.
6769
6770         * message.el (message-generate-new-buffers): Change default to
6771         `unsent', so that all new message buffers start their names with the
6772         string "*unsent", and it's easier to find the buffers if you move from
6773         them.
6774
6775 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6776
6777         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6778         small.  They're probably tracking images.
6779         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6780         (gnus-html-rescale-image): Yet another try at getting the image sizing
6781         right.
6782
6783         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6784         nntp-marks-file-name is nil.
6785
6786 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6787
6788         * gnus-html.el (gnus-html-wash-tags)
6789         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6790         Better logging.
6791
6792 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6795
6796         * gnus-html.el (gnus-html-wash-tags): Check the value of
6797         gnus-blocked-images in the summary buffer.
6798
6799 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6800
6801         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6802
6803 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6804
6805         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6806         like "a", it seems like.
6807         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6808         since it needs to be picked from the correct buffer.
6809
6810         * nnwfm.el: Remove.
6811
6812         * nnlistserv.el: Remove.
6813
6814 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6815
6816         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6817         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6818
6819 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * nnkiboze.el: Remove.
6822
6823         * nndb.el: Remove.
6824
6825         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6826         alt text.
6827         (gnus-html-rescale-image): Try to get the rescaling logic right for
6828         images that are just wide and not tall.
6829
6830         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6831         overshadow variable bindings.
6832
6833 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6834
6835         * gnus-html.el (gnus-html-wash-tags)
6836         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6837         Add extra logging.
6838
6839 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6840
6841         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6842         (gnus-max-image-proportion): New variable.
6843         (gnus-html-rescale-image): New function.
6844         (gnus-html-put-image): Rescale images.
6845
6846 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6847
6848         Fix up some byte-compiler warnings.
6849         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6850         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6851         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6852         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6853         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6854         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6855         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6856
6857 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * gnus-html.el (gnus-article-html): Decode contents by charset.
6860
6861 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6864         (gnus-html-frame-width, gnus-blocked-images)
6865         * message.el (message-prune-recipient-rules): Add custom version.
6866         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6867
6868         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6869         functions.
6870
6871         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6872         gnus-process-get.
6873
6874 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6875
6876         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6877         instead of lsub directly.
6878
6879 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6880
6881         * nnwarchive.el: Remove.
6882
6883         * gnus-soup.el: Remove.
6884
6885         * nnsoup.el: Remove.
6886
6887         * nnultimate.el: Remove.
6888
6889         * gnus-html.el (gnus-blocked-images): New variable.
6890
6891         * message.el (message-prune-recipients): New function.
6892         (message-prune-recipient-rules): New variable.
6893
6894         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6895         guess whether a long line is natural text or not.
6896
6897         * gnus-html.el (gnus-html-schedule-image-fetching):
6898         Use gnus-process-plist and friends for compatibility.
6899
6900 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6901
6902         * gnus-html.el: Require packages that define macros used in this file.
6903         (gnus-article-mouse-face): Declare to silence byte-compiler.
6904         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6905         process-get.
6906         (gnus-html-put-image): Use plist-get to avoid getf.
6907         (gnus-html-prefetch-images): Use with-current-buffer.
6908
6909 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-ems.el: Provide compatibility functions for
6912         gnus-set-process-plist.
6913
6914         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6915         header-line-format for XEmacs 21.4.
6916
6917         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6918         * gnus.el (gnus-valid-select-methods)
6919         * message.el (message-send-mail-partially-limit)
6920         * mm-decode.el (mm-text-html-renderer)
6921         * mml.el (mml-insert-mime-headers-always)
6922         * smiley.el (smiley-regexp-alist): Bump custom version.
6923
6924 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6925
6926         * gnus-html.el: require mm-url.
6927         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6928         with the url to `url'.
6929         (gnus-html-wash-tags): Support cid: URLs/images.
6930
6931 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6932
6933         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6934         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6935         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6936
6937         * gnus-move.el: Remove file, since it doesn't really work.
6938
6939         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6940         UTF-8.  This seems to fix problems with some German web feeds.
6941
6942         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6943         at the top so that the proper colours are applied.
6944
6945         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6946         don't have dots in their names.
6947
6948         * gnus-art.el (gnus-article-view-part): Doc fix.
6949
6950         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6951         XEmacs-compatible.
6952         (gnus-html-put-image): Don't do images on non-graphic displays.
6953
6954         * nnslashdot.el: Remove this unused backend.
6955
6956         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6957         actions.
6958         (gnus-undo-register-1): Revert last change.
6959
6960         * gnus-group.el (gnus-group-completing-read): Protect against not
6961         having completion-styles bound.
6962
6963         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6964         make broken recipients happier.
6965
6966         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6967
6968         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6969         point parameter.
6970
6971         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6972
6973         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6974         completion-styles for group selection.
6975
6976 2009-02-04  Andreas Schwab  <schwab@suse.de>
6977
6978         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6979         headers and regexp-quote the match if necessary.
6980
6981 2009-03-24  Miles Bader  <miles@gnu.org>
6982
6983         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6984         the blinking smiley.
6985
6986 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6987
6988         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6989         blink smiley.
6990
6991 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6992
6993         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6994         where the dribbel file lives exists.
6995
6996         * message.el (message-send-mail-partially-limit): Change the default to
6997         nil, since most people don't want this.
6998
6999         * mm-url.el (mm-url-decode-entities): Also decode entities like
7000         &#x3212.
7001
7002 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7003
7004         * gnus-sum.el (gnus-summary-idna-message):
7005         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
7006         Hyperlink urls in docstrings with URL `...'.
7007
7008 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
7009
7010         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
7011         functions.
7012
7013 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
7016         say what the mouseover text should be.
7017
7018         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
7019         version of the mm-w3m-safe-url-regexp variable to only download images
7020         in the groups where we want that to happen.
7021
7022         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
7023
7024         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
7025         easier debugging.
7026         (gnus-article-beginning-of-window): Add kludge to allow spacing past
7027         big pictures in the article buffer.
7028
7029         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
7030         gnus-article-html.
7031         (mm-text-html-renderer): gnus-article-html needs curl in addition to
7032         w3m.
7033
7034         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
7035
7036 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
7039         which doesn't exist.
7040
7041         * message.el (message-inhibit-ecomplete): New variable to allow some
7042         function to inhibit ecomplete address storage.
7043         (message-resend): Disable ecomplete message storage when resending
7044         messages.
7045
7046         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
7047
7048 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7049
7050         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
7051         Save excursion while copying, moving, and deleting articles in order to
7052         prevent the cursor from jumping to unforeseen place.
7053
7054 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * lpath.el: No need to bind bookmark-current-buffer,
7057         bookmark-yank-point and bookmark-make-record-function.
7058
7059 2010-08-17  Glenn Morris  <rgm@gnu.org>
7060
7061         * gnus-sync.el: Require gnus components whose functions are used.
7062
7063         * gnus-art.el (bookmark-make-record-function):
7064         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
7065         Declare for compiler.
7066
7067         * mm-url.el (mml-compute-boundary): Autoload.
7068
7069 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
7072
7073 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
7074
7075         Typo fix "hoo4a" -> "hook".
7076
7077         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
7078
7079 2010-08-14  Glenn Morris  <rgm@gnu.org>
7080
7081         * gnus-sync.el (gnus-sync): Fix defgroup version.
7082
7083 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
7084
7085         Doc fixes and keep unknown groups (ammended for nunion bug fix).
7086
7087         * gnus-sync.el: Fix docs.
7088         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
7089         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
7090
7091 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7092
7093         Optimizations for gnus-sync.el.
7094
7095         * gnus-sync.el: Add docs about gnus-sync-backend
7096         possibilities.
7097         (gnus-sync-save): Remove unnecessary message.
7098         (gnus-sync-read): Optimize and show what groups were skipped.
7099
7100 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7101
7102         Minor bug fixes for gnus-sync.el.
7103
7104         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
7105         Don't read the sync on get-new-news.
7106
7107         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
7108         quiet.
7109
7110         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
7111         (fix typo).
7112
7113 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7114
7115         Make saving and restoring of hidden threads work with overlays.
7116         Patch applied by Ted Zlatanov.
7117
7118         * gnus-sum.el (gnus-hidden-threads-configuration)
7119         (gnus-restore-hidden-threads-configuration): Update to deal with text
7120         properties, rather than searching for a magic character.
7121
7122 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7123
7124         New gnus-sync.el library for synchronization of marks.
7125
7126         * gnus-sync.el: New library for synchronization of marks.
7127
7128         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7129         renamed from `gnus-registry-grep-in-list'.
7130
7131         * gnus-registry.el (gnus-registry-follow-group-p):
7132         Use `gnus-grep-in-list'.
7133
7134         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7135
7136 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7139         determining charset of text fails.
7140
7141 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * nnmail.el (nnmail-get-new-mail-1): Revert.
7144
7145         * nnml.el (nnml-active-number): Make sure names of newly created groups
7146         in nnml-group-alist are encoded.
7147
7148 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7151         containing non-ASCII characters in active file for nnml back end.
7152
7153 2010-07-24  David Engster  <dengste@eml.cc>
7154
7155         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7156         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7157
7158 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7159
7160         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7161         tag (Bug#6654).
7162
7163 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7166         the article buffer, not the summary buffer.
7167
7168 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7171         Emacs 23 as well.
7172
7173 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7174
7175         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7176         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7177
7178 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7179
7180         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7181         Patch applied by Karl Fogel.
7182
7183         * gnus-sum.el (gnus-summary-bookmark-make-record):
7184         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7185
7186 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7187
7188         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7189         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7190         C-w still not working correctly from Article buffers; Thierry's
7191         patch to fix that will be applied after this.
7192
7193         * gnus-art.el (bookmark-make-record-function): New local variable.
7194
7195         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7196         article buffer.
7197         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7198
7199 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7200
7201         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7202         on changes in bookmark.el.
7203
7204 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7207         `no-log' instead of message not to log prompt string.
7208
7209 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7210
7211         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7212         the *other* type of HTML form submission.
7213
7214 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7215
7216         * auth-source.el (auth-source-pick): If choice does not contain a
7217         questioned keyword, set the check to t.
7218
7219 2010-06-12  Romain Francoise  <romain@orebokech.com>
7220
7221         * gnus-util.el (gnus-date-get-time): Move up before first use.
7222
7223 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7226         (gnus-article-edit-part): Bind it to make last part that is substituted
7227         or deleted visible.
7228         (gnus-mime-display-single): Buttonize part of which id equals to
7229         gnus-mime-buttonized-part-id.
7230
7231 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7232
7233         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7234         (gnus-dd-mmm): Use gnus-date-get-time.
7235         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7236         simplify logic.
7237         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7238         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7239
7240 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7241
7242         * auth-source.el (top): Autoload `secrets-list-collections',
7243         `secrets-create-item', `secrets-delete-item'.
7244         (auth-sources): Fix tag string.
7245         (auth-get-source, auth-source-retrieve, auth-source-create)
7246         (auth-source-delete): New defuns.
7247         (auth-source-pick): Rewrite in order to avoid 2 passes.
7248         (auth-source-forget-user-or-password): New parameter USERNAME.
7249         (auth-source-user-or-password): New parameters CREATE-MISSING and
7250         DELETE-EXISTING.  Retrieve password interactively, if needed.
7251
7252 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7253
7254         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7255         deleting unused directories when gnus-expert-user is t.
7256
7257 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7260         for each temp file when gnus-article-browse-delete-temp is ask.
7261
7262 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7263
7264         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7265         Replace Lisp calls to delete-backward-char by calls to delete-char.
7266
7267 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7268
7269         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7270
7271 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7272
7273         * password-cache.el (password-cache-remove): Fix docstring.
7274
7275 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7278         article unless decoding article to be saved.
7279
7280 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7283         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7284         generated within the mm-with-unibyte-current-buffer macro.
7285
7286 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7289         to nil when we're in a mml-preview buffer and no group is selected.
7290
7291 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7292
7293         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7294         when catching the `C-g'.  Reported by "Leo".
7295
7296 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * message.el (message-forward-make-body-plain)
7299         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7300         multibyte-string-p.
7301
7302         * lpath.el: Revert.
7303
7304 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * message.el (message-forward-make-body-mml): Assume original message
7307         is multibyte string; error on unibyte.
7308         (message-forward-make-body-plain): Ditto; don't add excessive newline
7309         in body end.
7310
7311         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7312
7313 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7314
7315         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7316         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7317
7318 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * mm-extern.el (mm-extern-url): Don't use
7321         mm-with-unibyte-current-buffer.
7322         (mm-extern-cache-contents): Use with-current-buffer instead of
7323         save-excursion + set-buffer.
7324
7325 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * mm-util.el (mm-emacs-mule): Remove.
7328
7329 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7330
7331         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7332         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7333         change.
7334
7335 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7338         bind the default value of enable-multibyte-characters to nil.
7339
7340 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * message.el (message-forward-make-body-plain)
7343         (message-forward-make-body-mml):
7344         Don't use mm-with-unibyte-current-buffer.
7345
7346 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7347
7348         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7349
7350 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7351
7352         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7353         (Bug#5592).
7354
7355 2010-05-07  Julien Danjou  <julien@danjou.info>
7356
7357         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7358         it to mm-pipe-part.
7359
7360         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7361         it is given.
7362
7363 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * binhex.el (binhex-decode-region-internal)
7366         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7367         (dns-query)
7368         * nnweb.el (nnweb-gmane-search)
7369         * pgg-parse.el (pgg-parse-armor)
7370         * pgg.el (pgg-verify-region)
7371         * sha1.el (sha1-string-external)
7372         * uudecode.el (uudecode-decode-region-internal)
7373         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7374         XEmacs.
7375
7376         * gnus-art.el (gnus-article-browse-html-parts)
7377         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7378         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7379         make-temp-file.
7380
7381         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7382         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7383         compiling.
7384
7385         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7386         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7387         XEmacs when compiling.
7388
7389         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7390         gnus-pick-mode-off-hook for XEmacs when compiling.
7391         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7392         gnus-binary-mode-off-hook for XEmacs when compiling.
7393
7394         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7395         Return nil if char-charset is not available.
7396
7397         * imap.el (imap-disable-multibyte)
7398         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7399         macros.
7400
7401         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7402         instead of encode-coding-string.
7403
7404         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7405         'xemacs) instead of mm-emacs-mule to switch function definitions.
7406         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7407
7408         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7409         bind temporary-file-directory for XEmacs;
7410         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7411         timer-set-function for XEmacs 21.4 and SXEmacs;
7412         bind timer-list for XEmacs 21.4 and SXEmacs;
7413         fbind char-charset and find-charset-region for non-Mule XEmacs;
7414         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7415         encode-coding-region and encode-coding-string for XEmacs having no
7416         file-coding feature.
7417
7418 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7419
7420         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7421
7422 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7425         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7426
7427 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7428
7429         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7430         alias `jka-compr-delete-temp-file' no longer exists.
7431
7432 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7433
7434         Use define-minor-mode in Gnus where applicable.
7435         * mml.el (mml-mode): Use define-minor-mode.
7436         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7437         (gnus-undo-mode): Use define-minor-mode.
7438         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7439         (gnus-dead-summary-mode): Use define-minor-mode.
7440         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7441         Initialize in declaration.
7442         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7443         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7444         (gnus-mailing-list-mode): Use define-minor-mode.
7445         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7446         (gnus-draft-mode): Use define-minor-mode.
7447         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7448         (gnus-dired-mode): Use define-minor-mode.
7449
7450 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7451
7452         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7453         handles on recursive mml-to-mime translation and check them for
7454         boundary delimiter collisions.  Reported by Greg Troxel.
7455
7456 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7459
7460 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7461
7462         * mm-util.el (mm-find-buffer-file-coding-system):
7463         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7464
7465 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7466
7467         * message.el (message-generate-headers): Record insertion of optional
7468         headers as well.  Otherwise the check to prevent repeated insertion of
7469         optional headers is a no-op.
7470
7471 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7472
7473         * smime.el: Don't mention CVS.
7474
7475         * nnrss.el (nnrss-fetch): Don't mention CVS.
7476
7477         * nnir.el: Don't mention CVS.
7478
7479 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7480
7481         * gnus-sum.el (gnus-summary-bookmark-make-record):
7482         Add `location' field.
7483
7484 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * lpath.el: Fbind bookmark-default-handler,
7487         bookmark-get-bookmark-record, bookmark-make-record-default,
7488         bookmark-prop-get for Emacs <23 and XEmacs.
7489
7490 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7491
7492         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7493         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7494         Use with-current-buffer to silence the byte-compiler.
7495         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7496         bother to require `gnus'.
7497         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7498
7499 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7500
7501         * gnus-sum.el (gnus-summary-bookmark-make-record)
7502         (gnus-summary-bookmark-jump): New functions.
7503         (gnus-summary-mode): Setup bookmark support.
7504
7505 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7506
7507         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7508         if set.
7509
7510 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7513         gnus-article-browse-html-save-cid-image; make it work recursively for
7514         forwarded messages as well.
7515         (gnus-article-browse-html-parts): Work when prefix arg is given.
7516         (gnus-article-browse-html-article): Doc fix.
7517
7518 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7519
7520         * message.el (message-default-mail-headers):
7521         (message-default-headers): Carry the value mail-default-headers over
7522         into message-default-mail-headers, rather than message-default-headers.
7523
7524 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7525
7526         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7527         charset.
7528
7529         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7530         charset into the <meta> tag when the article is encoded to utf-8.
7531
7532 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-art.el (gnus-article-browse-delete-temp-files):
7535         Delete directories as well.
7536         (gnus-article-browse-html-parts): Work for images that do not specify
7537         file names; delete temp directory when quitting; insert header at the
7538         right place; use file: scheme for image files.
7539
7540 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7541
7542         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7543         (gnus-article-browse-html-parts): Use it to make temporary cid image
7544         files in addition to html file so that browser may display them.
7545
7546 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7547
7548         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7549
7550 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7551
7552         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7553
7554 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7555
7556         * auth-source.el (auth-sources): Change default to be simpler.
7557         Explain about Secret Service API sources.  Improve Customize options.
7558         (auth-source-pick): Change to accept any number of search parameters.
7559         Implement fallbacks iteratively, not recursively.  Add scoring on the
7560         second pass and sort by score.  Call Secret Service API when needed.
7561         (auth-source-user-or-password): Use it.  Call Secret Service API
7562         directly when needed to get the user name and the password.
7563
7564 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7565
7566         * message.el (message-interactive): Doc fix.
7567         (message-qmail-inject-args): Reflow.
7568         (message-kill-to-signature): Fix typo in docstring.
7569
7570         * smiley.el (smiley-buffer): Fix typo in docstring.
7571
7572 2010-03-24  Glenn Morris  <rgm@gnu.org>
7573
7574         * mail-source.el (gnus-message): Declare.
7575         (mail-source-delete-old-incoming): Require gnus-util.
7576
7577 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7580
7581         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7582
7583         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7584         password-cache's default if it is not bound.
7585         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7586         password-cache-expiry's default if it is not bound.
7587
7588         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7589         available in Emacs 21.
7590
7591         * lpath.el: Suppress compiler warnings for:
7592         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7593         XEmacs;
7594         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7595         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7596         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7597
7598 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7599
7600         * auth-source.el (auth-sources): Fix up definition so extra parameters
7601         are always inline.
7602
7603 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7604
7605         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7606         wasn't updated after mismatch.  Clear cached mailbox info correctly
7607         when uidvalidity changes.
7608         (nnimap-group-prefixed-name): New function to avoid some code
7609         duplication.
7610         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7611         (nnimap-request-group): Use it.
7612         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7613         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7614         with many imap folders.  This is done by caching the group status from
7615         the imap server persistently in a group parameter `imap-status'.  (This
7616         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7617         but not persistently, so every Gnus startup was still very slow.)
7618
7619 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7620
7621         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7622         delete the extra newline.  Otherwise editing of :string and :number
7623         types don't work.
7624
7625 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7626
7627         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7628         secrets.el dependency.
7629         (auth-sources): Add optional user name.  Add secrets.el configuration
7630         choice (unused right now).
7631
7632 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7633
7634         * gnus-sum.el (gnus-summary-make-menu-bar):
7635         Let `gnus-registry-install-shortcuts' fill in the functions.
7636
7637         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7638         warnings.
7639         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7640         (gnus-registry-install-shortcuts): Populate and use it in a
7641         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7642
7643 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7644
7645         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7646         In-place substitutions for the group name encoding/decoding.
7647         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7648         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7649         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7650         (nnimap-update-unseen, nnimap-request-list)
7651         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7652         (nnimap-request-set-mark, nnimap-split-to-groups)
7653         (nnimap-split-articles, nnimap-request-newgroups)
7654         (nnimap-request-create-group, nnimap-request-accept-article)
7655         (nnimap-request-delete-group, nnimap-request-rename-group)
7656         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7657         `encoded-mbx' for consistency.
7658         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7659         variable `imap-current-mailbox'.
7660
7661         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7662         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7663
7664 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7665
7666         * pop3.el (pop3-display-message-size-flag): Display message size byte
7667         counts during POP3 download.
7668         (pop3-movemail): Use it.
7669         (pop3-list): Implement listing of available messages.
7670
7671 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7672
7673         * nnir.el (nnir-get-article-nov-override-function): New function to
7674         override the normal NOV retrieval.
7675         (nnir-retrieve-headers): Use it.
7676
7677 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7678
7679         * auth-source.el (netrc-machine-user-or-password): Autoload.
7680
7681 2010-03-19  Glenn Morris  <rgm@gnu.org>
7682
7683         Stop message.el from loading about 40 libraries it doesn't always need.
7684         The general approach is to autoload rather than require, and to
7685         require in the specific functions rather than the file.  (Bug#5642)
7686
7687         * gmm-utils.el: Don't require wid-edit.
7688         (widget-create-child-value, widget-convert, widget-default-get):
7689         Autoload.
7690
7691         * gnus-util.el: Don't require time-date, netrc.
7692         (message-fetch-field, gnus-group-name-decode): Declare rather than
7693         autoloading.
7694         (gnus-fetch-field): Require message.
7695         (gnus-decode-newsgroups): Require gnus-group.
7696
7697         * ietf-drums.el: Don't require time-date.
7698
7699         * message.el: Don't require hashcash, canlock, ecomplete.
7700         Do require mail-utils.  Require nnheader only when compiling.
7701         (smtpmail-default-smtp-server): Remove declaration.
7702         (message-send-mail-function): Check smtpmail-default-smtp-server
7703         is bound rather than requiring smtpmail.
7704         (message-auto-save-directory, message-insert-signature):
7705         Use expand-file-name rather than nnheader-concat.
7706         (nnheader-insert-file-contents): Autoload.
7707         (hashcash-wait-async): Declare.
7708         (message-send-mail): Only call gnus-setup-posting-charset if
7709         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7710         (message-send-mail-with-sendmail): Require sendmail.
7711         (canlock-password, canlock-password-for-verify): Declare.
7712         (message-canlock-password): Require canlock.
7713         (nnheader-get-report): Autoload.
7714         (gnus-setup-posting-charset): Declare.
7715         (message-send-news): Require gnus-msg.
7716         (message-make-references, message-make-in-reply-to): Use mail-header-id
7717         rather than the alias mail-header-message-id.
7718         (ecomplete-add-item, ecomplete-save): Declare.
7719         (message-put-addresses-in-ecomplete): Require ecomplete.
7720         (ecomplete-display-matches): Autoload.
7721
7722         * mm-decode.el: Don't require mailcap, gnus-util.
7723         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7724         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7725         Autoload.
7726         (mailcap-mime-extensions): Declare.
7727
7728         * mm-encode.el: Don't require mailcap.
7729         (mailcap-extension-to-mime): Autoload.
7730
7731         * mml-sec.el: Don't require password-cache.
7732
7733         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7734         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7735         (mml-minibuffer-read-type): Require mailcap.
7736         (mml-preview): Require gnus-msg.
7737
7738         * mml1991.el: Require password-cache.
7739         (password-cache-expiry): Remove declaration.
7740
7741         * mml2015.el: Require password-cache.
7742         (password-cache-expiry): Remove declaration.
7743
7744         * nneething.el (mailcap): Require mailcap.
7745
7746         * nnheader.el (declare-function): Add compatibility stub.
7747         (message-remove-header): Declare rather than autoload.
7748         (nnheader-replace-header): Require message.
7749
7750         * nnimap.el (declare-function): Add compatibility stub.
7751         (netrc-parse, netrc-machine-user-or-password): Declare.
7752         (nnimap-open-connection): Require netrc.
7753
7754         * nntp.el (declare-function): Add compatibility stub.
7755         (netrc-parse, netrc-machine, netrc-get): Declare.
7756         (nntp-send-authinfo): Require netrc.
7757
7758         * rfc2047.el: Don't require qp.
7759         (quoted-printable-encode-region, quoted-printable-decode-string):
7760         Autoload.
7761
7762         * sieve-mode.el: Don't require easymenu.
7763         (easy-menu-add-item): Autoload it.
7764
7765         * spam-stat.el (time-to-number-of-days): Autoload it.
7766
7767 2010-03-19  Glenn Morris  <rgm@gnu.org>
7768
7769         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7770
7771 2010-03-18  Glenn Morris  <rgm@gnu.org>
7772
7773         * hashcash.el (declare-function): Remove duplicate definition.
7774
7775 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7776
7777         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7778         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7779         value if any backslash escapes).
7780
7781 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7784         if it is available.  (bug#5647)
7785
7786         * lpath.el: Suppress compiler warning for coding-system-from-name for
7787         Emacs 21 and XEmacs.
7788
7789 2010-03-14  Juri Linkov  <juri@jurta.org>
7790
7791         * hmac-def.el:
7792         * hmac-md5.el:
7793         * netrc.el: Fix keywords.
7794
7795 2010-02-26  Glenn Morris  <rgm@gnu.org>
7796
7797         * message.el (message-send-mail-function): Change the default, so that
7798         it inherits from a customized send-mail-function.  (Bug#5643)
7799
7800 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7801
7802         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7803         shell-command-to-string signals an error (bug#5299).
7804
7805 2010-02-24  Glenn Morris  <rgm@gnu.org>
7806
7807         * message.el (message-smtpmail-send-it)
7808         (message-send-mail-with-mailclient): Doc fixes.
7809
7810 2010-02-16  Glenn Morris  <rgm@gnu.org>
7811
7812         * message.el (message-default-mail-headers): Change the default value
7813         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7814
7815 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7818         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7819
7820 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7821
7822         * time-date.el (date-to-time): Doc fix (Bug#5408).
7823
7824 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7825
7826         * message.el (message-mail): Just pass yank-action on to message-setup.
7827         (message-setup): Handle (FUN . ARGS) form of yank-action.
7828         (message-with-reply-buffer, message-widen-reply)
7829         (message-yank-original): Handle non-buffer values of
7830         message-reply-buffer (Bug#4080).
7831         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7832
7833 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7834
7835         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7836         Fix typo in docstring.
7837
7838 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7839
7840         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7841         response.
7842
7843 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7846
7847         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7848
7849         * message.el (message-check-news-header-syntax): Protect against a
7850         string that `rfc822-addresses' returns when parsing fails.
7851
7852 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7855         (gnus-previous-char-property-change): New functions.
7856
7857         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7858
7859 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7860
7861         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7862         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7863
7864 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7865
7866         * message.el (message-exchange-point-and-mark): Rework last change to
7867         avoid using optional arg of exchange-point-and-mark, for backward
7868         compatibility.
7869
7870 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7871
7872         * message.el (message-exchange-point-and-mark):
7873         Call exchange-point-and-mark with an argument rather than setting
7874         mark-active by hand (Bug#5175).
7875
7876 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * nntp.el (nntp-service-to-port): Work for service expressed with
7879         numeric string; replace [:digit:] with [0-9] for XEmacs.
7880
7881 2009-12-17  Glenn Morris  <rgm@gnu.org>
7882
7883         * gnus-group.el (gnus-bug-group-download-format-alist):
7884         Change emacs entry to debbugs.gnu.org.  Bump :version.
7885
7886 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7887
7888         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7889
7890 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * message.el (message-info): Explain why we use `Info-goto-node'.
7893
7894 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7895
7896         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7897
7898 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7899
7900         * message.el (message-completion-in-region): New compatibility function.
7901         (message-expand-group): Use it.
7902
7903 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7904
7905         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7906         with no unread article should be listed if the 2nd arg `predicate' is
7907         given.
7908
7909 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7912
7913 2009-11-29  Juri Linkov  <juri@jurta.org>
7914
7915         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7916         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7917         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7918
7919 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7920
7921         * sha1.el (sha1-string-external): default-directory "/" in case
7922         otherwise non-existent.  process-connection-type pipe for touch of
7923         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7924
7925 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7926
7927         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7928         it's comms related and sgml-mode.el has "comm" on that basis too.
7929
7930 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7933         containing tspecial characters if they have been already quoted.
7934
7935 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7936
7937         * dns-mode.el (auto-mode-alist): Purecopy string.
7938
7939 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7940
7941         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7942
7943 2009-10-24  Glenn Morris  <rgm@gnu.org>
7944
7945         * gnus-art.el (help-xref-stack-item): Define for compiler.
7946
7947 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7948
7949         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7950
7951 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7954
7955 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7958         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7959
7960 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7963         (gnus-overlays-in): New alias to overlays-in.
7964
7965         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7966         gnus-overlay-get, and gnus-delete-overlay.
7967         (gnus-summary-show-thread): Make it work as well for systems in which
7968         next-single-char-property-change is not available.
7969         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7970
7971         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7972         (gnus-overlay-get): New alias to extent-property.
7973         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7974
7975         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7976         SXEmacs.
7977
7978         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7979         SXEmacs.
7980
7981 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7982
7983         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7984
7985 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7986
7987         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7988         and XEmacs that don't have `remove-overlays'.
7989
7990 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7991
7992         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7993         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7994         selective display.  Use overlays instead.
7995
7996 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7997
7998         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7999
8000 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8001
8002         * spam-stat.el (spam-stat-load): Fix typo in message.
8003
8004 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
8005
8006         * dig.el (dig-invoke): Fix typo in docstring.
8007         (query-dig): Reflow docstring.
8008
8009 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8010
8011         * gnus-art.el (gnus-article-encrypt-body):
8012         * message.el (message-check-recipients):
8013         * mm-util.el (mm-codepage-setup):
8014         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8015         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8016
8017 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8018
8019         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8020         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8021         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8022         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8023         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8024
8025 2009-09-21  Kevin Ryde  <user42@zip.com.au>
8026
8027         * dig.el: Add "Keywords: comm", as per net-utils.el.
8028
8029 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8030
8031         * dig.el (dig-mode): Use define-derived-mode.
8032
8033 2009-09-19  Glenn Morris  <rgm@gnu.org>
8034
8035         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
8036
8037 2009-09-18  Glenn Morris  <rgm@gnu.org>
8038
8039         * gnus-diary.el (gnus-diary-check-message):
8040         * message.el (message-insert-formatted-citation-line):
8041         * nnbabyl.el (top-level):
8042         * nndiary.el (nndiary-schedule):
8043         Fix typos in condition-case handlers.
8044
8045 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8048         configuration that provides the sole article window in a frame;
8049         position point correctly after deleting a part.
8050
8051 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8052
8053         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8054         (spam-resolve-registrations-routine): Use it to unregister articles
8055         that change status.
8056
8057 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
8060         with XEmacs.
8061         (parse-time-string-chars): Use it.
8062
8063 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8064
8065         * imap.el (imap-interactive-login): Better messages.
8066         (imap-open): Fix bug with renamed buffer on reconnect.
8067         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8068         for easier debugging and cleaner code.  On successful (guessed based on
8069         server capabilities) secondary authentication, set imap-state
8070         correctly.
8071         (imap-last-authenticator): Define imap-last-authenticator as a variable
8072         to avoid warnings.
8073
8074 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * nnrss.el (nnrss-request-article): Remove binding of
8077         default-enable-multibyte-characters that has gotten needless by
8078         the 2007-07-13 change in rfc2047-encode-message-header.
8079
8080         * mml.el (mml-insert-multipart): Error on the message header.
8081         (mml-insert-part): Error on the message header; position point at
8082         the end of a MIME tag.
8083
8084 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8085
8086         * time-date.el (autoload): Expand define-obsolete-function-alias into
8087         defalias and make-obsolete for old Emacsen that Gnus supports.
8088         (with-no-warnings): Define it for old Emacsen.
8089         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8090         is available.
8091         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8092         float-time is available; suppress compile warning for time-to-seconds.
8093
8094         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8095         (gnus-float-time): Alias to float-time if it exists.
8096
8097         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
8098         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
8099         float-time is available; suppress compile warning for time-to-seconds.
8100
8101         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
8102         XEmacs.
8103
8104 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8105
8106         * imap.el (imap-message-map): Docstring fix.
8107
8108 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8109
8110         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
8111         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8112         Add the optional argument `encoding' that overrides the default.
8113
8114         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8115         mm-encode-buffer.
8116
8117 2009-09-04  Glenn Morris  <rgm@gnu.org>
8118
8119         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8120         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8121         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8122         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8123         * mm-util.el (mm-with-unibyte-current-buffer)
8124         (mm-find-buffer-file-coding-system):
8125         * yenc.el (yenc-decode-region): Use default-value rather than
8126         default-enable-multibyte-characters.
8127
8128 2009-09-03  Glenn Morris  <rgm@gnu.org>
8129
8130         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8131         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8132         than default-enable-multibyte-characters.
8133
8134 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8135
8136         * gnus-art.el (gnus-article-read-summary-keys):
8137         Fix gnus-buffer-configuration's value temporarily used.
8138
8139 2009-09-02  Glenn Morris  <rgm@gnu.org>
8140
8141         * gnus-util.el (gnus-float-time): New function.
8142         * gnus-delay.el (gnus-delay-article):
8143         * gnus-sum.el (gnus-thread-latest-date):
8144         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8145         * nnspool.el (nnspool-request-newgroups):
8146         Use gnus-float-time rather than time-to-seconds.
8147         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8148
8149         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8150         (gnus-header-subject-face, gnus-header-newsgroups-face)
8151         (gnus-header-name-face, gnus-header-content-face):
8152         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8153         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8154         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8155         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8156         (gnus-cite-face-11):
8157         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8158         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8159         (gnus-server-closed-face, gnus-server-denied-face)
8160         (gnus-server-offline-face):
8161         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8162         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8163         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8164         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8165         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8166         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8167         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8168         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8169         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8170         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8171         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8172         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8173         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8174         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8175         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8176         (gnus-summary-high-undownloaded-face)
8177         (gnus-summary-low-undownloaded-face)
8178         (gnus-summary-normal-undownloaded-face)
8179         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8180         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8181         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8182         (gnus-splash-face):
8183         * message.el (message-header-to-face, message-header-cc-face)
8184         (message-header-subject-face, message-header-newsgroups-face)
8185         (message-header-other-face, message-header-name-face)
8186         (message-header-xheader-face, message-separator-face)
8187         (message-cited-text-face, message-mml-face):
8188         * sieve-mode.el (sieve-control-commands-face)
8189         (sieve-action-commands-face, sieve-test-commands-face)
8190         (sieve-tagged-arguments-face):
8191         * spam.el (spam-face):
8192         Mark face aliases with "-face" in the name as obsolete.
8193
8194 2009-09-01  Glenn Morris  <rgm@gnu.org>
8195
8196         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8197         than goto-line.
8198
8199 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8202         Don't move point if the command is invoked inside the message header.
8203
8204 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8205
8206         * imap.el (imap-send-command): Simplify.
8207         (imap-wait-for-tag): point-max -> buffer-size.
8208
8209 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8210
8211         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8212         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8213         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8214         * nnir.el (nnir-swish-e-index-file):
8215         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8216         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8217         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8218         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8219         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8220         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8221
8222 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8225         Don't save excursion.
8226
8227 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8228
8229         * nnheader.el (nnheader-find-file-noselect):
8230         * mm-util.el (mm-insert-file-contents):
8231         Use (default-value 'major-mode) instead of default-major-mode.
8232
8233 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8234
8235         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8236
8237 2009-08-26  Glenn Morris  <rgm@gnu.org>
8238
8239         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8240         than placing in files.el.
8241
8242 2009-08-25  Glenn Morris  <rgm@gnu.org>
8243
8244         * nnir.el (top-level): Don't require cl at run-time.
8245         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8246         Replace cl-function substitute with gnus-replace-in-string.
8247         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8248         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8249         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8250         simplified expansions.
8251
8252 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8253
8254         * dig.el (dig): Add autoload cookie.
8255
8256 2009-08-22  Glenn Morris  <rgm@gnu.org>
8257
8258         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8259         goto-line.
8260
8261 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8262
8263         * parse-time.el (parse-time-string-chars): Save match data.
8264
8265 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8266
8267         * parse-time.el (parse-time-string-chars): Compute using character
8268         classes, to handle non-ascii characters (Bug#3190).
8269
8270 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8273
8274         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8275         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8276         (gnus-mm-display-part, gnus-mime-display-single)
8277         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8278         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8279
8280         * gnus-sum.el
8281         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8282         (gnus-summary-move-article): Add expirable mark to articles copied or
8283         moved to group that has auto-expire turned on if the option is non-nil.
8284
8285 2009-07-24  Glenn Morris  <rgm@gnu.org>
8286
8287         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8288         Fix typo.  (Bug#3903)
8289
8290 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8293         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8294         that should not be used for draft articles.
8295         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8296         that has no concern in minor mode keys.
8297         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8298         Abolish.
8299
8300 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8303         article without making inquiry to a user for unknown encoding.
8304
8305         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8306         (nnmaildir--scan): Assume i-node and device number that file-attributes
8307         returns might be cons-cell.
8308
8309         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8310
8311         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8312
8313 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8314
8315         * auth-source.el: Remove docs now in auth.texi.  Don't use
8316         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8317         `auth-source-hide-passwords' and use them.
8318
8319 2009-07-15  Glenn Morris  <rgm@gnu.org>
8320
8321         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8322
8323 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8326         excessive whitespace from the default values of title and description.
8327
8328 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8329
8330         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8331         mail-fetch-field to fetch Content-Description header in order to
8332         exclude newlines.
8333
8334 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8335
8336         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8337         format used by GnuPG 2.0.11.
8338
8339 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8342         to deleted part.
8343
8344 2009-05-30  David Engster  <dengste@eml.cc>
8345
8346         * nnmairix.el: Remove old documentation in the commentary block.
8347         (nnmairix-request-group): Do not update active file for nnml back ends.
8348         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8349         end so that overview files are ignored.
8350         (nnmairix-update-groups): Make updating the groups more robust by using
8351         marks.
8352         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8353         with dollar characters in message-id.
8354
8355 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8358         2008-12-25 in dns.el.
8359
8360 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8361
8362         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8363         could happen if the text is only composed of spaces and/or tabs.
8364
8365 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8366
8367         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8368         when sending a queued message to avoid extra mml tags.
8369
8370 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8373
8374 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8377         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8378         rmail-toggle-header for XEmacs;
8379         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8380
8381 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8382
8383         * gnus-dired.el: Remove autoload for gnus-setup-message.
8384         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8385         displaying Gnus logo; always use compose-mail.
8386
8387 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8390
8391 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8392
8393         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8394         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8395         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8396         available.
8397         (gnus-nocem-epg-verify): New function.
8398
8399 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8400
8401         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8402
8403 2009-02-15  Glenn Morris  <rgm@gnu.org>
8404
8405         * gnus-util.el (rmail-insert-rmail-file-header)
8406         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8407         autoloads.
8408         (rmail-default-rmail-file): Remove unnecessary declaration.
8409         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8410
8411 2009-02-14  Glenn Morris  <rgm@gnu.org>
8412
8413         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8414         variable (only used in gnus-util, which declares it anyway).
8415         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8416         which was only needed by gnus-art (changed to not use it any more).
8417         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8418         only used in gnus-util, which autoloads it itself.
8419         (rmail-update-summary): Fix autoload.
8420
8421         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8422         rather than rmail-output-to-rmail-file.
8423
8424 2009-02-07  Glenn Morris  <rgm@gnu.org>
8425
8426         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8427         autoload of function that no longer exists.
8428         (rmail-toggle-header): Declare.
8429         (message-forward-rmail-make-body): Handle mbox Rmail.
8430
8431 2009-01-31  Glenn Morris  <rgm@gnu.org>
8432
8433         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8434         2009-01-09 change.
8435
8436 2009-01-31  Dave Love  <fx@gnu.org>
8437
8438         * imap.el (imap-fetch-safe): Bind debug-on-error.
8439         (imap-debug): Add imap-fetch-safe.
8440
8441 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8442
8443         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8444         (auth-source-forget-all-cached): New convenience function.
8445         (auth-source-user-or-password): Accept list of modes or a single mode.
8446
8447         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8448         auth-source modes.
8449
8450         * netrc.el (netrc-machine-user-or-password): Use list of
8451         auth-source modes.
8452
8453         * nnimap.el (nnimap-open-connection): Use list of
8454         auth-source modes.
8455
8456         * nntp.el (nntp-send-authinfo): Use list of
8457         auth-source modes.
8458
8459 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8460
8461         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8462         now.
8463
8464 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8467         coding system in XEmacs; add a workaround for XEmacs.
8468
8469         * lpath.el: Fbind coding-system-aliasee.
8470
8471 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8474         of current-language-environment.
8475
8476 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8479         available at runtime.
8480
8481 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8484
8485 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8486
8487         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8488         the greatest positive fixnum value doesn't work under an XEmacs with
8489         bignum support; use the most-positive-fixnum constant instead,
8490         available since Emacs 21.1 with cl and XEmacs 21.1.
8491
8492 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8495         XEmacs gets not to work.
8496
8497 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * mm-util.el (mm-coding-system-priorities): Allow the value like
8500         "Japanese (UTF-8)" of current-language-environment.
8501
8502 2009-01-09  Glenn Morris  <rgm@gnu.org>
8503
8504         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8505         with last-command-event.
8506
8507 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8510         in the doc string.
8511
8512         * message.el (message-fix-before-sending): Amend comment.
8513
8514 2009-01-08  Dave Love  <fx@gnu.org>
8515
8516         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8517
8518 2009-01-07  David Engster  <dengste@eml.cc>
8519
8520         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8521         simplified server definitions by converting it via
8522         gnus-server-to-method.
8523
8524 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8527         parameter's operands.
8528
8529 2009-01-06  David Engster  <dengste@eml.cc>
8530
8531         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8532         primary select method (for gnus-group-mark-article-as-read).
8533
8534 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8535
8536         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8537         `(gnus)Face', not `(gnus)X-Face'.
8538
8539 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * mm-util.el (mm-ucs-to-char): New function.
8542
8543         * mm-url.el (mm-url-decode-entities): Use it.
8544
8545         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8546         unicode-to-char.
8547
8548 2009-01-05  Dave Love  <fx@gnu.org>
8549
8550         * time-date.el: Require cl for `declare'.
8551
8552 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8553
8554         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8555         Dave Love.
8556
8557 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * message.el (message-fix-before-sending): Add `eight-bit' to
8560         illegible-text check.
8561
8562 2009-01-03  Michael Olson  <mwolson@gnu.org>
8563
8564         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8565         `headers' is nil.  This can occur if the IMAP server does not have
8566         permissions to read messages from a folder, but can write new messages
8567         to the folder.
8568         (nnimap-request-article-part): Do not insert `data' if it is nil.
8569
8570         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8571         characters which will confuse `read', so skip past them.
8572
8573 2009-01-01  Dave Love  <fx@gnu.org>
8574
8575         * imap.el (imap-string-to-integer): Fix typo.
8576         (imap-fetch-safe): New function.
8577         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8578
8579         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8580
8581         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8582         (imap-parse-greeting): Fix doc strings.
8583         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8584         (imap-parse-flag-list): Make messages unique.
8585         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8586
8587         * nnimap.el: Fix author email.
8588         (nnimap-split-rule): Add FIXME comment.
8589         (nnimap-debug): Fix doc string.
8590
8591 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8592
8593         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8594
8595 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8596
8597         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8598         nslookup if resolv.conf isn't available.
8599         (dns-query): Rename from query-dns.
8600         (dns-query-cached): Rename from query-dns-cached.
8601
8602 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8605         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8606         to check if those variables exist (first appeared in Emacs 18.50).
8607
8608 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * mm-util.el (mm-line-number-at-pos): New function.
8611
8612         * spam-report.el (spam-report-process-queue): Use it.
8613
8614 2008-12-24  David Engster  <dengste@eml.cc>
8615
8616         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8617         parameters that haven't existed as variables as buffer-local variables.
8618
8619 2008-12-23  Dave Love  <fx@gnu.org>
8620
8621         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8622         cadar.
8623
8624         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8625         imap-starttls-p.
8626         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8627
8628 2008-12-22  Dave Love  <fx@gnu.org>
8629
8630         * imap.el: Fix author email.  Doc fixes.
8631         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8632         reply.
8633
8634 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8635
8636         * spam-report.el (spam-report-gmane-max-requests): New constant.
8637         (spam-report-gmane-wait): New variable.
8638         (spam-report-gmane-ham, spam-report-gmane-spam)
8639         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8640         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8641         the server.
8642
8643         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8644         Add explanations.
8645
8646         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8647         nnheader-accept-process-output and nnheader-read-timeout if available.
8648         (pop3-movemail): Use it.
8649
8650         * message.el (message-check-news-body-syntax): Fix signature check if
8651         there's an attachment.
8652
8653 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * mm-util.el: Add comments to the mm- emulating functions.
8656
8657 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8660         Reported by Stephen Berman <stephen.berman@gmx.net>.
8661
8662 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * mm-util.el (mm-substring-no-properties): New function.
8665         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8666         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8667         (mm-string-to-multibyte): Doc fix.
8668
8669         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8670
8671 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8672
8673         * mml.el (mml-attach-file): Strip text properties from file name.
8674         (Bug#1574)
8675
8676 2008-12-16  Glenn Morris  <rgm@gnu.org>
8677
8678         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8679
8680 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8683         knows since the charset specified might be a bogus alias that
8684         mm-charset-synonym-alist provides.
8685
8686 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8689         "ISO_8859-1".
8690
8691         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8692
8693 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8694
8695         * mm-util.el (mm-charset-eval-alist):
8696         Define it before mm-charset-to-coding-system.
8697         (mm-charset-to-coding-system): Add optional argument `silent';
8698         define it before mm-charset-override-alist.
8699         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8700         default value if it can be used in Emacs currently running;
8701         silence mm-charset-to-coding-system.
8702
8703 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8706         `allow-override' which says whether to use `mm-charset-override-alist'.
8707         (rfc2047-decode-encoded-words): Use it.
8708
8709         * mm-util.el (mm-charset-override-alist): Fix custom type;
8710         add `(gb2312 . gbk)' to choices.
8711
8712 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8715         fast.
8716
8717         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8718
8719         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8720
8721 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8722
8723         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8724         on links.
8725
8726         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8727
8728 2008-12-03  Lute Kamstra  <lute@gnu.org>
8729
8730         * sha1.el: Remove leading * from docstrings of defcustoms,
8731         deffaces, defconsts and defuns.
8732
8733 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8736         users' addresses that don't have domain parts.
8737         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8738         rather than message-narrow-to-head since there will be the message
8739         header separator.
8740
8741 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8742
8743         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8744         since the result is inserted in a unibyte buffer anyway.
8745         (nnimap-demule-use-string-to-multibyte): Remove.
8746         (nnimap-demule): Alias it to mm-string-to-multibyte.
8747
8748 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8751         variable for debugging bug#464 and bug#1174.
8752         (nnimap-demule): Use it.
8753
8754 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8755
8756         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8757         score calculation correctly.
8758
8759 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8760
8761         * message.el (message-send-mail): Just set the buffer to unibyte
8762         rather than use mm-with-unibyte-current-buffer which does a lot more.
8763         (message-send-mail-partially): Don't bother with
8764         mm-with-unibyte-current-buffer since it's already been made unibyte by
8765         message-send-mail.
8766
8767 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8768
8769         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8770
8771 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8772
8773         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8774
8775 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8778         require itself and to remove `with-no-warnings'.
8779
8780 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8781
8782         * starttls.el (starttls-any-program-available): Get the name of the
8783         available TLS layer program.
8784         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8785         well as the host name in the "opening" message.
8786
8787         * auth-source.el (auth-source-cache, auth-source-do-cache)
8788         (auth-source-user-or-password): Cache passwords and logins by default,
8789         allow override with `auth-source-do-cache'.
8790         (auth-source-forget-user-or-password): Allow users to remove cache
8791         entries if needed.
8792
8793 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8794
8795         * md4.el (md4-buffer): Fix typo in docstring.
8796         (md4, md4-64): Doc fixes.
8797         (md4-pack-int32): Reflow docstring.
8798
8799 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8800
8801         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8802         condition-case to only the forward-sexp call.
8803
8804 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8805
8806         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8807         quotes contained.  Make it more robust regardless by an extra
8808         condition-case wrapper.
8809
8810 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8813
8814 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8815
8816         * nnml.el (nnml-request-expire-articles): Check if the function set to
8817         `nnmail-expiry-target' returns the symbol `delete'.
8818
8819         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8820
8821         * nnmail.el (nnmail-expiry-target): Fix custom type.
8822
8823 2008-10-02  Glenn Morris  <rgm@gnu.org>
8824
8825         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8826         Silence compiler warning.
8827
8828 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8829
8830         * tls.el (open-tls-stream): Show the actual command being
8831         executed, instead of the format string.
8832
8833 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * lpath.el: Fbind codepage-setup for Emacs 23.
8836
8837 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8838
8839         * mml.el (mml-menu): Don't assume mml2015 is bound.
8840
8841 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8842
8843         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8844         exists.
8845
8846 2008-09-27  Glenn Morris  <rgm@gnu.org>
8847
8848         * gnus-util.el (mail-header-remove-comments): Autoload it.
8849
8850 2008-09-27  Andreas Schwab  <schwab@suse.de>
8851
8852         * gnus-util.el (gnus-split-references): Strip comments.
8853         (gnus-parent-id): Likewise.
8854
8855 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8856
8857         * message.el (message-confirm-send): Fix version.
8858
8859 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * message.el (message-idna-to-ascii-rhs-1): Use
8862         mail-extract-address-components rather than mail-header-parse-addresses
8863         that is an alias by default to ietf-drums-parse-addresses that does not
8864         support non-ASCII names in headers' contents.
8865
8866 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8867
8868         * message.el (message-confirm-send): Fix variable documentation to
8869         avoid the "y/n" wording.
8870
8871 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8872
8873         * message.el (message-set-auto-save-file-name): Save to a different
8874         filename so multiple messages (especially drafts) can be recovered.
8875
8876 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8877
8878         * message.el (message-confirm-send): Add appropriate version.
8879
8880 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8881
8882         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8883         defvar.
8884
8885 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8886
8887         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8888         (mm-pkcs7-enveloped-magic): Ditto.
8889
8890 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8891
8892         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8893         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8894
8895 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8896
8897         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8898         default, it's better.
8899
8900 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8901
8902         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8903         summary line gnus-number property and ignore them (with a warning
8904         message).
8905
8906 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8909         macro caddr in the interactive form since it won't be expanded.
8910
8911 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8914         `charset'; fix name of function called recursively.
8915         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8916
8917 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8920         (gnus-mime-set-charset-parameters): New function.
8921         (gnus-mime-view-part-as-charset): Use it to correctly display part
8922         specifying wrong charset.
8923
8924 2008-09-08  David Engster  <dengste@eml.cc>
8925
8926         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8927         in completing-read for back end server.
8928
8929 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8930
8931         * message.el (message-confirm-send): New variable to confirm sending a
8932         message.
8933         (message-send): Use it.
8934
8935 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8936
8937         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8938
8939 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8942
8943 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8944
8945         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8946         prevent tracking too many groups.
8947         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8948         Use it.
8949
8950 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8951
8952         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8953         moving point to the bottom of the window in order to avoid recentering.
8954
8955 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8958
8959         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8960         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8961         (gnus-article-beginning-of-window): Fix calculation.
8962
8963 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * gnus-msg.el (gnus-summary-supersede-article)
8966         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8967         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8968         message header.
8969
8970 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8971
8972         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8973         pending output coming after the status change.
8974
8975 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8976
8977         * message.el:
8978         * gnus-start.el:
8979         * gnus-registry.el: Remove VMS support.
8980
8981 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8984         macro.
8985         (rfc2104-hash): Use it.
8986
8987 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8988
8989         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8990         (gnus-summary-sort-by-most-recent-date): New commands.
8991         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8992         and menu entries.
8993
8994 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8995
8996         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8997         don't redisplay article for raw contents; remove plural articles stuff.
8998
8999         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9000         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9001         on gnus-summary-save-article; display results properly.
9002
9003 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * lpath.el: No need to fbind ns-focus-frame.
9006
9007 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9010
9011 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * gnus-art.el (gnus-summary-save-in-pipe):
9014         Consider gnus-save-all-headers.
9015
9016 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9017
9018         * gnus-util.el (ns-focus-frame): Remove declaration.
9019         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9020         like x.
9021
9022 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9023
9024         * rfc2104.el (rfc2104-zero): Delete defconst.
9025         (rfc2104-hex-alist): Likewise.
9026         (rfc2104-hex-to-int): Delete func.
9027         (rfc2104-hexstring-to-bitstring): Likewise.
9028         (rfc2104-nybbles): New defconst.
9029         (rfc2104-hash): Rewrite for speed.
9030
9031 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * tls.el (open-tls-stream): Make it work with the 2nd argument
9034         BUFFER that is a string but does not exist as a buffer object, as
9035         mentioned in the doc-string.
9036
9037 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
9040         SXEmacs.
9041
9042 2008-07-16  Glenn Morris  <rgm@gnu.org>
9043
9044         * gnus-util.el (ns-focus-frame): Declare for compiler.
9045
9046 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9049         set as a group parameter.
9050         (gnus-summary-save-in-pipe): Work when it is called independently.
9051         (gnus-summary-pipe-to-muttprint): Don't modify
9052         gnus-summary-pipe-output-default-command.
9053
9054 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9055
9056         * message.el (message-send-mail-with-sendmail):
9057         Display the error message.
9058
9059 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-art.el (gnus-default-article-saver):
9062         Add gnus-summary-save-in-pipe to choices.
9063         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9064         gnus-summary-pipe-output-default-command as the default command.
9065         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9066         instead of gnus-last-shell-command.
9067
9068         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9069         New user option.
9070         (gnus-summary-muttprint-program): Mention the value will be changed.
9071         (gnus-summary-save-article): Force showing of all headers.
9072         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9073
9074 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9075
9076         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9077
9078 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9079
9080         * nnimap.el (nnimap-id):
9081         * sieve-manage.el (sieve-manage-open): Doc fixes.
9082
9083 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9084
9085         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9086         if available.
9087
9088 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9089
9090         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9091
9092         * nnkiboze.el (nnkiboze-generate-group):
9093         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9094
9095         * nnmairix.el: Require CL.
9096
9097 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * dgnushack.el: Autoload get-display-table and put-display-table for
9100         XEmacs 21.5.
9101
9102         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
9103         21.4 and SXEmacs.
9104
9105 2008-06-15  David Engster  <dengste@eml.cc>
9106
9107         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9108
9109 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9110
9111         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9112         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9113         runtime choice under XEmacs.
9114
9115         * gnus-sum.el (gnus-summary-set-display-table):
9116         Use `gnus-put-display-table', `gnus-get-display-table',
9117         `gnus-set-display-table' for the display table, instead of `aset'.
9118
9119         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9120         Use `gnus-put-display-table', `gnus-get-display-table',
9121         `gnus-set-display-table' for the display table.
9122
9123 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9124
9125         * nnmairix.el: Add autoloads.
9126
9127 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9128
9129         * nnmairix.el (nnmairix-delete-recreate-group)
9130         (nnmairix-update-and-clear-marks): Fix error messages.
9131
9132 2008-06-14  David Engster  <dengste@eml.cc>
9133
9134         * nnmairix.el: Upgrade to version 0.6.
9135         (nnmairix-group-toggle-propmarks-this-group)
9136         (nnmairix-group-toggle-readmarks-this-group)
9137         (nnmairix-group-delete-recreate-this-group)
9138         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9139         (nnmairix-remove-tick-mark-original-article): New commands.
9140         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9141         (nnmairix-propagate-marks-to-nnmairix-groups)
9142         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9143         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9144         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9145         functions needed for marks propagation and manipulation of read marks.
9146         (nnmairix-update-groups): New function.
9147         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9148         (nnmairix-determine-original-group-from-registry)
9149         (nnmairix-determine-original-group-from-path)
9150         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9151         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9152         New helper functions.
9153         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9154         keystrokes for new commands.
9155         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9156         (nnmairix-request-group): Check allow-fast group parameter.
9157         (nnmairix-request-create-group): Set allow-fast group parameter if
9158         nnmairix-allowfast-default is set.
9159         (nnmairix-close-group): Propagate marks upon closing if needed.
9160         (nnmairix-group-toggle-threads-this-group): Use new.
9161         nnmairix-group-toggle-parameter helper function.
9162         (nnmairix-search): Better check for empty search result.
9163         (nnmairix-goto-original-article): Use new helper functions for
9164         determining original article.
9165         (nnmairix-show-original-article): Make sure message-id is in brackets.
9166         (nnmairix-call-mairix-binary): Change variable name.
9167         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9168         helper function.
9169         (nnmairix-widget-toggle-activate): Fix doc string.
9170
9171 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * nnir.el: Require edmacro when compiling with XEmacs.
9174         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9175         available in Emacs 21.
9176
9177 2008-06-11  Glenn Morris  <rgm@gnu.org>
9178
9179         * gnus-util.el (x-focus-frame):
9180         * gnus.el (image-size):
9181         * mm-decode.el (image-size): Declare.
9182
9183         * gnus-picon.el (declare-function): Add compat definition.
9184         (image-size): Declare.
9185
9186         * gnus-group.el (tool-bar-map):
9187         * gnus-sum.el (tool-bar-map): Define for compiler.
9188
9189         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9190
9191         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9192
9193         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9194         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9195         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9196         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9197         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9198         * sieve-manage.el, spam-report.el, spam.el:
9199         Remove unnecessary eval-and-compile of autoloads.
9200
9201 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9202
9203         * auth-source.el: Precise Tramp doc.
9204
9205 2008-06-07  Glenn Morris  <rgm@gnu.org>
9206
9207         * nnmairix.el: Remove unnecessary eval-when-compile.
9208
9209 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * lpath.el: Fbind propertize for XEmacs 21.4.
9212
9213 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9214
9215         * nnir.el: Move here from ../contrib.
9216
9217 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9218
9219         * gnus-util.el (gnus-read-shell-command): New function.
9220         * mm-decode.el (mm-pipe-part):
9221         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9222
9223 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9226
9227 2008-06-03  Glenn Morris  <rgm@gnu.org>
9228
9229         * pop3.el (nnheader-accept-process-output): Autoload it.
9230
9231 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9232
9233         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9234         are not 2-digit hexadecimal characters that follow `%'s.
9235
9236 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9237
9238         * message.el (message-bogus-recipient-p): Fix type in doc string.
9239         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9240         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9241         Improve custom options.
9242         (message-bogus-recipient-p): Adjust accordingly.
9243
9244 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9245
9246         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9247         long-form month and day names.
9248
9249 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9250
9251         * dgnushack.el: Autoload debug, eudc-expand-inline and
9252         pgg-snarf-keys-region for XEmacs.
9253
9254         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9255
9256         * nnmairix.el: Require edmacro when compiling with XEmacs.
9257
9258 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9261         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9262
9263 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9264
9265         * auth-source.el: Add more docs.
9266
9267         * netrc.el (netrc-machine): Always match if the port is not given.
9268
9269 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9272         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9273         retrieval faster in some cases, but might make CPU usage larger.
9274         If this has any bad side effects, we might revert this change.
9275
9276         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9277         seems to make mail retrieval much, much faster.
9278         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9279         unconditionally.
9280
9281         * gnus-draft.el (gnus-group-send-queue):
9282         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9283
9284 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9285
9286         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9287
9288         * message.el (message-bogus-address-regexp): Fix and improve custom
9289         type.
9290         (message-setup-hook): Add message-check-recipients as custom option.
9291
9292 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9293
9294         * message.el (message-cite-function): Remove bogus autoload which crept
9295         in during merge from v5-10.
9296
9297 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9298
9299         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9300
9301         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9302
9303         * auth-source.el: Preliminary Tramp docs.
9304         (auth-sources): Change the default auth-sources to use
9305         EPA .gpg files.
9306
9307 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9308
9309         * nntp.el: Autoload `auth-source-user-or-password'.
9310         (nntp-send-authinfo): Use it.
9311
9312         * nnimap.el: Autoload `auth-source-user-or-password'.
9313         (nnimap-open-connection): Use it.
9314
9315         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9316         for the gnus-message function.
9317         (auth-source-user-or-password): Use it.
9318
9319 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9320
9321         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9322         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9323         (rfc2104-hash): Use it.
9324
9325 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9326
9327         * gnus-art.el (gnus-article-toggle-truncate-lines):
9328         Don't use `iff' in docstring.
9329
9330 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9331
9332         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9333
9334         * gnus-util.el (gnus-extract-address-component-name)
9335         (gnus-extract-address-component-email): Convenience functions around
9336         `gnus-extract-address-components'.
9337
9338         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9339         Use `gnus-extract-address-component-email' to fix bug of comparing full
9340         sender name to `user-mail-address'.
9341
9342 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9343
9344         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9345         catch/throw to optimize.
9346         (gnus-registry-find-keywords): Just use member to find a keyword.
9347
9348 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9349
9350         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9351         is current before calling gnus-server-prepare.
9352         (gnus-server-setup-buffer, gnus-server-update-server)
9353         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9354
9355 2008-05-04  Juri Linkov  <juri@jurta.org>
9356
9357         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9358         (mailcap-file-default-commands): Use mailcap-replace-in-string
9359         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9360         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9361
9362 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9363
9364         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9365
9366 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9367
9368         * gnus.el: Bump version to 0.11.
9369
9370 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9371
9372         * gnus.el: No Gnus v0.10 is released.
9373
9374 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9375
9376         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9377         hooks.
9378         (gnus-update-read-articles): Speed up non-marks-using users.
9379         (gnus-use-marks): Define gnus-use-marks.
9380         (gnus-propagate-marks): Rename variable to something more sensible.
9381
9382 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9383
9384         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9385         (gmm-image-load-path-for-library): Fix typos in docstrings.
9386         (gmm-message): Reflow docstring.
9387
9388 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9389
9390         * mail-source.el (mail-source-set-1, mail-source-bind):
9391         Move auth-source code out of the macro to clean it up and fix bugs.
9392
9393 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9394
9395         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9396         by sender if it's equal to user-mail-address, it's likely to be
9397         useless.
9398
9399         * mail-source.el (mail-source-bind): Don't use user or password if they
9400         are not bound.  Unintern them if they are nil.  Don't use server unless
9401         it's bound, and default it to empty string otherwise.
9402
9403 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9404
9405         * mail-source.el: Load auth-source.el.
9406         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9407         get user name or password, if auth-sources is set up.
9408
9409         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9410         strategy of splitting with parent.
9411         (gnus-registry-split-fancy-with-parent)
9412         (gnus-registry-post-process-groups): Use it and fix prior
9413         bug (returning a list as the split result).
9414
9415         * auth-source.el (auth-sources): Remove server parameter.
9416         (auth-source-pick, auth-source-user-or-password)
9417         (auth-source-user-or-password-imap)
9418         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9419         (auth-source-user-or-password-sftp)
9420         (auth-source-user-or-password-smtp): Remove server parameter.
9421
9422 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9423
9424         * smime.el (smime-sign-region, smime-encrypt-region)
9425         (smime-decrypt-region):
9426         Remove redundant calls to `generate-new-buffer-name'.
9427
9428 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9429
9430         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9431         Don't use QP for message/rfc822.
9432         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9433
9434 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9435
9436         * sieve-manage.el (sieve-string-bytes): Remove.
9437         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9438         correct byte-length only if the process's coding-system is the same as
9439         the one used internally by Emacs to represent strings.
9440
9441 2008-04-22  Juri Linkov  <juri@jurta.org>
9442
9443         * mailcap.el (mailcap-file-default-commands): New function.
9444
9445 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9446
9447         * message.el (message-signature-separator, message-cite-function):
9448         Change custom version.
9449
9450 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9451
9452         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9453         commands.
9454         (tls-checktrust): Ditto.
9455
9456 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9457
9458         * mm-decode.el (mm-display-external): Make temp file read-only.
9459
9460 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9463         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9464         `C-c C-f d'.
9465
9466 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9467
9468         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9469
9470 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9471
9472         * gnus.el: Bump version to 0.9.
9473
9474 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * gnus.el: No Gnus v0.8 is released.
9477
9478 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9479
9480         * mail-source.el (mail-source-value):
9481         Prefer fboundp to functionp so it works with macros as well.
9482
9483 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9484
9485         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9486         Fix last change in case the element is not even a symbol.
9487
9488 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9489
9490         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9491         Prefer fboundp to functionp so it works with macros as well.
9492
9493 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9494
9495         * auth-source.el: Add docs.
9496         (auth-sources): Modify format to support server.
9497         (auth-source-pick, auth-source-user-or-password)
9498         (auth-source-user-or-password-imap)
9499         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9500         (auth-source-user-or-password-sftp)
9501         (auth-source-user-or-password-smtp): Add server parameter.
9502
9503 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9504
9505         * gnus-registry.el: Initialize the registry when gnus-registry-install
9506         is t.
9507
9508 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * compface.el (uncompface): Make buffer unibyte.
9511
9512 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9513
9514         * mail-source.el (mail-source-value):
9515         Prefer fboundp to functionp so it works with macros as well.
9516
9517 2008-04-05  Glenn Morris  <rgm@gnu.org>
9518
9519         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9520
9521 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9522
9523         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9524         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9525
9526         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9527         multibyteness after rather than before erasing it.
9528
9529         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9530         mm-with-multibyte.
9531         (gnus-request-article-this-buffer): Make sure the proper decoding is
9532         used if gnus-original-article-buffer happens to be unibyte.
9533
9534         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9535         default-enable-multibyte-characters.
9536
9537         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9538         default-enable-multibyte-characters.
9539
9540         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9541
9542         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9543
9544 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9545
9546         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9547         Fix last change in case the element is not even a symbol.
9548
9549 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9550
9551         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9552         (imap-message-copyuid-1): Use it.
9553         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9554         J. Williams in
9555         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9556
9557         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9558         imap-enable-exchange-bug-workaround.
9559         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9560
9561 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9562
9563         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9564         a 100 byte status-checks into a 2-3MB transfer for each group.
9565         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9566         to enable bug workaround or not.
9567         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9568
9569 2008-03-31  Glenn Morris  <rgm@gnu.org>
9570
9571         * message.el (mml2015-use): Declare for compiler.
9572         (message-info): Require mml2015 when appropriate.
9573
9574 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9575
9576         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9577         whitespace.
9578
9579 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9580
9581         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9582         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9583         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9584         (nntp-service-to-port): New function.
9585         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9586         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9587         (nntp-open-netcat-stream): New function.
9588         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9589
9590 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9591
9592         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9593
9594 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9595
9596         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9597
9598 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9599
9600         * dns.el (dns-write): Use set-buffer-multibyte.
9601
9602 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9603
9604         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9605
9606 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * message.el (message-signature-separator): Change default.
9609         Improve custom type.
9610         (message-cite-function): Change default to
9611         message-cite-original-without-signature.
9612
9613         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9614         toggle.
9615
9616         * message.el (message-check-news-body-syntax): Fix signature check.
9617         (message-setup-1): Mark buffer as unmodified _after_ running
9618         message-setup-hook and handling message-alternative-emails.
9619         (message-shorten-references): Be more strict when building list of
9620         valid references to comply with GNKSA.
9621
9622         * gnus-group.el (gnus-read-ephemeral-bug-group)
9623         (gnus-read-ephemeral-debian-bug-group)
9624         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9625
9626         * message.el (message-info): Don't use booleanp which isn't supported
9627         in Emacs 21 and XEmacs.
9628
9629 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9632         gnus-group-gmane-group-download-format.
9633         (gnus-group-read-ephemeral-gmane-group): Rename from
9634         gnus-group-read-ephemeral-gmane-group.
9635         (gnus-read-ephemeral-gmane-group-url): Rename from
9636         gnus-group-read-ephemeral-gmane-group-url.
9637         (gnus-bug-group-download-format-alist): New variable.
9638         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9639         (gnus-read-ephemeral-emacs-bug-group): New commands.
9640
9641 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9644         (gnus-visible-headers): Improve custom type.
9645
9646 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * mml.el (mml-menu): Add workarounds for XEmacs.
9649
9650         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9651         X-Boundary header.
9652
9653         * message.el (message-simplify-recipients): Fix previous commit.
9654
9655 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9656
9657         * mm-util.el (mm-set-buffer-multibyte): New function.
9658         * mm-decode.el (mm-copy-to-buffer): Use it.
9659
9660         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9661         Prefer fboundp to functionp so it works with macros as well.
9662
9663 2008-03-19  Glenn Morris  <rgm@gnu.org>
9664
9665         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9666         Accidentally removed in the sync process with Emacs.
9667
9668 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9669
9670         * message.el (message-alter-recipients-discard-bogus-full-name):
9671         New function.
9672         (message-alter-recipients-function): New variable.
9673         (message-get-reply-headers): Use it.
9674         (message-replace-header): New helper function.
9675         (message-recipients-without-full-name): New variable.
9676         (message-simplify-recipients): New command.
9677
9678         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9679
9680         * message.el (message-info): Handle EasyPG manual.
9681
9682         * mml.el (mml-menu): Add entry for EasyPG.
9683
9684 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9685
9686         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9687         parameter.
9688
9689         * message.el (message-disassociate-draft): Specify drafts group name
9690         fully.
9691
9692 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9693
9694         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9695         Eliminate unnecessary duplicates from the match list.
9696
9697 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9700
9701         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9702
9703         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9704         args of `how-many' of which the XEmacs version doesn't take; declare
9705         Info-index-next as function.
9706
9707 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * gnus-score.el (gnus-score-headers): Fix handling of
9710         gnus-inhibit-slow-scoring.
9711
9712         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9713         string.
9714         (gnus-button-url-regexp): Improve handling of parenthesis.
9715         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9716         (gnus-button-handle-info-keystrokes): Handle index entries.
9717
9718 2008-03-15  Glenn Morris  <rgm@gnu.org>
9719
9720         * parse-time.el (parse-time-string): Simplify.
9721
9722 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9725         Incoming* files.
9726
9727 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9728
9729         * auth-source.el (auth-sources): Rename from auth-source-choices.
9730         (auth-source-pick): Use it.
9731
9732 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9733
9734         * binhex.el (binhex-decode-region-internal):
9735         * uudecode.el (uudecode-decode-region-internal):
9736         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9737         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9738         setting default-enable-multibyte-characters.
9739
9740 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9741
9742         * auth-source.el (auth-source-protocols)
9743         (auth-source-protocols-customize, auth-source-choices): Add and
9744         modified variable customizations and defaults.
9745         (auth-source-pick, auth-source-user-or-password)
9746         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9747         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9748         (auth-source-user-or-password-sftp)
9749         (auth-source-user-or-password-smtp): Use new variables and provide an
9750         interface to netrc.el.
9751
9752 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9755         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9756         Make sure the nntp port to specify is a string.
9757
9758 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9759
9760         * nntp.el: Use with-current-buffer.
9761         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9762         dubious mm-with-unibyte-current-buffer.
9763         (nntp-with-open-group-function): New function extracted from
9764         nntp-with-open-group macro.
9765         (nntp-with-open-group): Use the function, so it's easier to debug.
9766         Add indentation and debugging info.
9767         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9768         Recommend the use of the netcat alternatives.
9769
9770         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9771         Avoid mm-string-as-multibyte as well.
9772
9773         * nnweb.el (nnweb-insert-html):
9774         Remove use of nnheader-string-as-multibyte.
9775
9776         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9777         (nnheader-string-as-multibyte): Remove.
9778
9779         * mm-view.el: Use inhibit-read-only.
9780         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9781         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9782         or unibyte-string.
9783
9784         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9785         (mm-uu-yenc-extract): Use with-current-buffer.
9786
9787         * gnus-soup.el (gnus-soup-send-packet): Don't use
9788         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9789
9790         * nnmh.el: Use with-current-buffer.
9791         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9792         mm-string-as-multibyte on the output of mm-encode-coding-string.
9793
9794         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9795         (nnimap-request-move-article): Use with-current-buffer.
9796
9797         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9798         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9799         conversion uses string-make-unibyte rather than string-as-unibyte.
9800
9801         * gnus-msg.el: Use with-current-buffer.
9802
9803         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9804
9805 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9806
9807         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9808         string for caching if it is 'PIN.
9809
9810 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * lpath.el: Consider the case without Emacs/W3.
9813
9814 2008-03-08  Glenn Morris  <rgm@gnu.org>
9815
9816         * time-date.el (date-to-time, time-subtract, time-add)
9817         (safe-date-to-time): Doc fixes.
9818
9819 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * mail-source.el (mail-source-delete-old-incoming-confirm):
9822         Change default to nil.
9823         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9824
9825 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * lpath.el: Rearrange.
9828
9829         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9830         (gnus-article-goto-prev-page): Work for articles having ^L's.
9831
9832         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9833
9834         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9835
9836 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9837
9838         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9839         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9840         (gnus-bookmark-jump): Adjust some variable names.
9841
9842 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9843
9844         * auth-source.el: New package.
9845         (auth-source-choices): Add customization entry point variable.
9846
9847         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9848         bug.
9849
9850 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9851
9852         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9853         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9854         (gnus-registry-install-shortcuts): Rename from
9855         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9856         the `gnus-registry-mark-map' keymap dynamically from
9857         `gnus-registry-marks'.  The generated functions update the summary line
9858         when a registry mark is added or deleted, and will call
9859         `gnus-registry-install-p' (see the comments in the code).
9860         (gnus-registry-user-format-function-M): Use concat intelligently.
9861
9862         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9863         the registry mark functions.
9864
9865 2008-03-05  Glenn Morris  <rgm@gnu.org>
9866
9867         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9868         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9869         gnus-art.
9870         (top-level): No need to load own source when compiling.
9871
9872 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9875         Suggested by <chris.anderton@zetnet.co.uk>.
9876
9877 2008-03-04  Glenn Morris  <rgm@gnu.org>
9878
9879         * gnus-sum.el (top-level): No need to require gnus when compiling,
9880         since unconditionally required near start of file.
9881         (gnus-summary-display-while-building): Move definition before use.
9882
9883 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9884
9885         * gnus-registry.el (gnus-registry-user-format-function-M):
9886         Add formatting function.
9887
9888 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9889
9890         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9891         with plists.
9892         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9893         Use new format.
9894
9895 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9898         `where-is-internal' that returns a range of key sequences.
9899
9900 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9901
9902         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9903
9904         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9905         (gnus-summary-jump-to-group): Consider windows on other displayed
9906         frames as well.  Similar changes might be needed elsewhere, but that's
9907         the one I've bumped into during my use.
9908
9909         * nndoc.el (nndoc-oe-dbx-type-p):
9910         * gnus-msg.el (gnus-debug):
9911         * gnus-group.el (gnus-update-group-mark-positions):
9912         Use mm-string-to-multibyte.
9913
9914 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9917         doesn't handle NotDashEscaped.
9918
9919         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9920         (mml-dnd-attach-options): Fix typo in custom choice.
9921
9922         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9923         Change nndoc-article-type to mbox.
9924         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9925
9926         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9927         to nil, instead of html2text.
9928
9929         * imap.el (imap-debug): Add `imap-ping-server'.
9930
9931         * gnus-bookmark.el: Add FIXMEs.
9932
9933         * message.el (message-form-letter-separator)
9934         (message-send-form-letter-delay): New variables.
9935         (message-send-form-letter): Use them.  New command to send form
9936         letters.  Requested by Uwe Siart.
9937         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9938
9939 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9940
9941         * Update copyright years.
9942
9943 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         Sync from EMACS_22_BASE.
9946
9947         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9948
9949 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9950
9951         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9952         empty author.
9953
9954 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9955
9956         * gnus-registry.el (gnus-registry-marks): Add variable for
9957         customization of marks and their appearance.
9958         (gnus-registry-read-mark): Use it.
9959         (gnus-registry-do-marks): Add utility function to loop through
9960         `gnus-registry-marks'.
9961         (gnus-registry-install-shortcuts-and-menus): Add function to install
9962         shortcuts and menus.
9963         (gnus-registry-initialize): Use it.
9964         (gnus-registry-default-mark): Clarify documentation.
9965
9966 2008-02-29  Glenn Morris  <rgm@gnu.org>
9967
9968         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9969         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9970         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9971         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9972         Change defcustom :version from 23.0 to 23.1.
9973
9974 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9975
9976         * gnus-registry.el (gnus-registry-follow-group-p)
9977         (gnus-registry-post-process-groups): Add functions to aid registry
9978         splitting and improve logging.  Clarify behavior in function
9979         documentation.
9980         (gnus-registry-split-fancy-with-parent): Use them.
9981
9982 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9983
9984         * gnus-art.el: Use with-current-buffer.
9985
9986 2008-02-27  David Engster  <dengste@eml.cc>
9987
9988         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9989         Express real group name in the response.
9990
9991 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9992
9993         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9994         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9995         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9996         autoload gnus-registry-fetch-group when compiling.
9997         (nnmairix-request-group-with-article-number-correction):
9998         Remove unreferenced argument passed to nnmairix-call-backend.
9999
10000 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10003         (mm-uu-extract): Improve face for low color ttys.
10004         Reported by Sascha Wilde.
10005
10006 2008-02-27  Glenn Morris  <rgm@gnu.org>
10007
10008         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10009         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10010         variables to defconsts.  Convert comments to doc-strings.
10011         (nnmairix-last-server, nnmairix-current-server): Convert from free
10012         variables to defvars.  Convert comments to doc-strings.
10013         (gnus-registry-fetch-group): Autoload.
10014         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10015         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10016         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10017         caddr.
10018         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10019         nnmairix-request-group-with-article-number-correction call.
10020         (nnmairix-fast, nnmairix-group): New, less general names, for free
10021         variables passed from nnmairix-request-group to
10022         nnmairix-request-group-with-article-number-correction.  Declare.
10023         (nnmairix-request-group-with-article-number-correction):
10024         Use nnmairix-fast, nnmairix-group rather than fast, group.
10025
10026 2008-02-26  David Engster  <dengste@eml.cc>
10027
10028         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10029         version 0.5.
10030
10031 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10032
10033         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10034         instead of making an extra function call.  Don't add the current group
10035         to articles only when they have the group.  Use
10036         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10037         Reported by David <de_bb@arcor.de>.
10038
10039 2008-02-24  Miles Bader  <miles@gnu.org>
10040
10041         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10042         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10043         (mm-find-mime-charset-region):
10044         * mm-bodies.el (mm-encode-body):
10045         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10046
10047 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
10050         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
10051
10052 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10053
10054         * mail-source.el (mail-source-delete-incoming): Change default.
10055         Supplement doc string.
10056
10057         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10058
10059 2008-02-14  Glenn Morris  <rgm@gnu.org>
10060
10061         * time-date.el (format-seconds): New function.
10062
10063 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10064
10065         * nnmail.el (nnmail-message-id-cache-file): Derive from
10066         `gnus-home-directory'.
10067
10068 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10069
10070         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10071         Document negative prefix.
10072
10073         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10074
10075 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * message.el (message-unsent-separator): Add the Exim bounce
10078         separator.
10079
10080 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10081
10082         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10083         list.
10084         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10085         recipient/signer list.
10086
10087 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * Makefile.in (datarootdir): Define.
10090         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
10091         name that might contain whitespace.
10092
10093 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10096         fbound (Emacs 23 unicode), signal an error.
10097
10098 2008-02-08  Glenn Morris  <rgm@gnu.org>
10099
10100         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10101
10102 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10103
10104         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10105         ports to the calls to `netrc-machine-user-or-password' in addition to
10106         "imap" and "imaps".
10107
10108 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10109
10110         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10111
10112         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10113
10114 2008-02-01  Kenichi Handa  <handa@m17n.org>
10115
10116         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10117         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10118         (rfc2104-hash): Convert the result of concat to unibyte string.
10119
10120 2008-02-01  Dave Love  <fx@gnu.org>
10121
10122         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10123         coding-system-for-read.
10124         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10125
10126 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10127
10128         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10129         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10130         <hanche@math.ntnu.no>.
10131
10132 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10135
10136         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10137
10138 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10139
10140         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10141         * message.el (message-beginning-of-line): Use featurep instead of bound
10142         tests in order to resolve conditionals at compile time.
10143
10144 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10145
10146         * mail-source.el (mail-sources): Add `group' choice.
10147
10148         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10149         parameter `in-group' to control into which group the articles go.
10150         Add treatment of `group' mail-source.
10151
10152 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10155
10156         * mm-decode.el (mm-dissect-buffer): Decode description.
10157
10158         * mml.el (mml-to-mime): Encode message header first.
10159
10160 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10163         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10164
10165         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10166         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10167
10168 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10169
10170         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10171
10172 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10173
10174         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10175         prefix keys.
10176         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10177         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10178         gnus-xmas.el.
10179
10180         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10181         (gnus-xmas-article-describe-bindings): New function.
10182         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10183         gnus-xmas-article-describe-bindings.
10184
10185         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10186
10187 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10188
10189         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10190         Add new variables for article mark management.
10191         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10192         list of extra data entries which, when present, will indicate that the
10193         article ID should not be trimmed from the registry.
10194         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10195         functions.
10196         (gnus-registry-read-mark): New function to read a mark name from the
10197         user.
10198         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10199         (gnus-registry-set-article-mark-internal): New functions to add and
10200         remove marks.
10201         (gnus-registry-get-article-marks): New function to show the marks for
10202         an article, or retrieve them for further use.
10203
10204 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10207         keys when no argument is given.
10208
10209 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10210
10211         * imap.el (imap-ping-server): New variable.
10212         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10213         (imap-ping-server): Minor doc string fixes.
10214
10215 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10216
10217         * imap.el (imap-ping-server): New function.
10218         (imap-opened): Call imap-ping-server.
10219
10220 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * gnus-sum.el (gnus-article-sort-by-random)
10223         (gnus-thread-sort-by-random): Fix doc strings.
10224         Reported by jidanni@jidanni.org.
10225
10226 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * gnus-art.el (gnus-article-describe-bindings): New function.
10229         (gnus-article-read-summary-keys): Use it.
10230         (gnus-article-mode-map): Bind `C-h b' to it.
10231
10232 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10235         XEmacs.
10236         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10237         Protect against non-character events.
10238
10239         * lpath.el: Fbind map-keymap for Emacs 21.
10240
10241 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10242
10243         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10244         New command.
10245         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10246         instead of END.  Change name of the temp file.
10247         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10248         customizable.
10249
10250 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10253         bind `S W' to gnus-article-wide-reply-with-original; set default
10254         binding to gnus-article-read-summary-send-keys.
10255         (gnus-article-read-summary-keys): Fix the order of keys; display
10256         continuation keys correctly in the echo area; describe bindings
10257         correctly when keys end with `C-h'.
10258         (gnus-article-read-summary-send-keys): New function.
10259         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10260         Work for gnus-article-read-summary-send-keys; display continuation keys
10261         correctly in the echo area.
10262         (gnus-article-reply-with-original): Ignore prefix argument.
10263         (gnus-article-wide-reply-with-original): New function.
10264
10265         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10266         Emacs 21.
10267
10268 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10271         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10272
10273 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10276         (gnus-group-read-ephemeral-gmane-group): New command.
10277
10278 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10279
10280         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10281
10282 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * message.el (message-send-mail-function): Increase custom version.
10285
10286         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10287         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10288
10289 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10290
10291         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10292         for the cases where imap-authenticate is called with a nil buffer
10293         parameter.
10294
10295 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10298         html parts correctly; support forwarded messages.
10299         (gnus-article-browse-html-article): Remove work buffers.
10300
10301         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10302         compiling.
10303         (netrc-bound-and-true-p): New macro.
10304         (netrc-parse): Use it instead of bound-and-true-p that is not available
10305         in XEmacs 21.4.
10306
10307 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10308
10309         * gnus-registry.el (gnus-registry-mark-article)
10310         (gnus-registry-article-marks): Add functionality to mark articles
10311         through the Gnus registry.
10312
10313         * encrypt.el: Clarify documentation for the new pgg method.
10314         (encrypt-file-alist): Add PGG option.
10315         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10316         functionality.  Abstract password key and messaging to external
10317         functions.
10318         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10319         (encrypt-message-method-and-cipher): Add new convenience external
10320         functions.
10321         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10322         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10323
10324         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10325         (netrc-parse): Use encrypt-file-alist to determine if
10326         encrypt-find-model or encrypt-insert-file-contents should be used.
10327
10328         * encrypt.el: Clarify documentation.  Load password-cache or
10329         password, whichever one is found first, instead of autoloading.
10330
10331 2007-12-19  Glenn Morris  <rgm@gnu.org>
10332
10333         * mml.el (message-options-set, message-narrow-to-head)
10334         (message-in-body-p, message-mail-p, message-encode-message-body):
10335         Autoload.
10336         (message-remove-header, message-narrow-to-headers-or-head)
10337         (message-subscribed-p, message-make-mail-followup-to)
10338         (message-position-on-field, message-news-p)
10339         (message-options-set-recipient, message-generate-headers)
10340         (message-sort-headers): Declare as functions.
10341
10342 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10345         convention in doc string.
10346
10347 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10350         title to html parts.
10351         (gnus-article-browse-html-article): Pass message header to it.
10352
10353         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10354
10355 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10358         or password compatible with XEmacs.
10359
10360 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10363         format document.
10364         (gnus-mime-delete-part): Don't write description line if empty.
10365         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10366
10367 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10368
10369         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10370         (gnus-summary-mark-read-and-unread-as-read)
10371         (gnus-summary-mark-current-read-and-unread-as-read)
10372         (gnus-summary-mark-unread-as-ticked): Doc fix.
10373         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10374
10375 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10376
10377         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10378         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10379
10380 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10383         yes-or-no-p.
10384
10385 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * mm-decode.el (mm-add-meta-html-tag): New function.
10388         (mm-save-part-to-file, mm-pipe-part): Use it.
10389
10390         * gnus-art.el (gnus-article-browse-delete-temp-files):
10391         Use gnus-y-or-n-p instead of y-or-n-p.
10392         (gnus-article-browse-html-parts): Work with message/external-body; use
10393         mm-add-meta-html-tag.
10394
10395 2007-12-11  Glenn Morris  <rgm@gnu.org>
10396
10397         * gnus-cache.el: Require gnus-sum not just when compiling.
10398
10399         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10400
10401         * gnus-int.el (gnus-server-opened, gnus-status-message):
10402         Move definitions before use.
10403
10404         * mm-decode.el: Require gnus-util.
10405         (mm-remove-part): Only call delete-annotation on XEmacs.
10406
10407         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10408
10409         * nnmail.el: Require gnus-int.
10410
10411         * spam.el: Move `require's before `eval-when-compile's.
10412
10413         * gnus-ems.el (gnus-alive-p):
10414         * gnus-fun.el (message-goto-eoh):
10415         * gnus-util.el (gnus-group-name-decode):
10416         * mail-source.el (gnus-compress-sequence):
10417         * message.el (Info-goto-node, format-spec):
10418         * mm-bodies.el (message-options-get):
10419         * mm-decode.el (mm-view-pkcs7):
10420         * mm-util.el (gmm-write-region):
10421         * mml-smime.el (mml-compute-boundary)
10422         (gnus-completing-read-with-default):
10423         * mml.el (widget-button-press, gnus-make-hashtable):
10424         * mml1991.el (mm-decode-content-transfer-encoding)
10425         (mm-encode-content-transfer-encoding)
10426         (message-options-get, message-options-set):
10427         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10428         * nnfolder.el (gnus-request-group):
10429         * nnheader.el (ietf-drums-unfold-fws):
10430         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10431         * smime.el (gnus-run-mode-hooks):
10432         * spam-stat.el (gnus-message): Autoload.
10433
10434         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10435         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10436         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10437         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10438         Add declare-function compatibility definition.
10439
10440         * gnus-cache.el (nnvirtual-find-group-art):
10441         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10442         (gnus-add-image, gnus-add-wash-type):
10443         * gnus-group.el (nnkiboze-score-file):
10444         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10445         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10446         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10447         (message-tokenize-header, gnus-get-buffer-create)
10448         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10449         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10450         * gnus.el (gnus-group-decoded-name):
10451         * mail-source.el (imap-capability):
10452         * mm-bodies.el (message-options-set):
10453         * mm-decode.el (gnus-configure-windows):
10454         * mm-extern.el (message-goto-body):
10455         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10456         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10457         (epg-sub-key-validity, message-options-set):
10458         * mml.el (widget-event-point, gnus-configure-windows):
10459         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10460         * mml2015.el (epg-check-configuration, epg-configuration)
10461         (message-options-set):
10462         * nndb.el (nndb-request-article):
10463         * nnfolder.el (gnus-request-create-group):
10464         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10465         * nnmaildir.el (gnus-group-mark-article-read):
10466         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10467         * rfc1843.el (message-fetch-field):
10468         * spam.el (gnus-extract-address-components):
10469         Declare as functions.
10470
10471 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10472
10473         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10474
10475         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10476
10477         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10478         bind show-trailing-whitespace for XEmacs.
10479
10480 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10481
10482         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10483         new no-op macro for backward compatibility.
10484
10485         * imap.el (imap-string-to-integer): New function.
10486
10487 2007-12-09  Glenn Morris  <rgm@gnu.org>
10488
10489         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10490
10491         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10492         * message.el, mm-view.el, sieve-manage.el, smime.el:
10493         Add declare-function compatibility definition.
10494
10495         * gnus-art.el (w3-region, w3m-region, Info-menu):
10496         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10497         * gnus-sum.el (gnus-get-predicate):
10498         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10499         * message.el (mail-abbrev-in-expansion-header-p):
10500         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10501         (w3m-detect-meta-charset, w3m-region):
10502         * sieve-manage.el (password-read, password-cache-add)
10503         (password-cache-remove):
10504         * smime.el (password-read-and-add): Declare as functions.
10505
10506 2007-12-08  David Kastrup  <dak@gnu.org>
10507
10508         * gnus-sum.el (gnus-summary-simplify-subject-query):
10509         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10510         `message'.
10511
10512 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10515         it to bind idna-program, installation-directory, defined-colors, and
10516         face-attribute for XEmacs of the version that compiles defcustom forms.
10517
10518 2007-12-07  Glenn Morris  <rgm@gnu.org>
10519
10520         * gnus-art.el (article-make-date-line): Revert previous change.
10521
10522 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10525
10526 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10527
10528         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10529         Call gnus-add-to-range ranges only once with a prepared article-list.
10530
10531 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10532
10533         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10534         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10535         group names with backslashes.
10536         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10537
10538 2007-12-06  Deepak Goel  <deego3@gmail.com>
10539
10540         * gnus-art.el (article-make-date-line):
10541         * gnus-start.el (gnus-load):
10542         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10543
10544 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * gnus-art.el (gnus-use-idna)
10547         * gnus-start.el (gnus-site-init-file)
10548         * message.el (message-use-idna)
10549         * mm-uu.el (mm-uu-hide-markers)
10550         * smiley.el (smiley-style): Revert changes that suppress warnings.
10551
10552 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10555         specify charset to html source.
10556         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10557
10558 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10561         idna-program in order to suppress byte compile warning issued by XEmacs
10562         that came to byte compile the default value section of defcustom forms
10563         recently.
10564
10565         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10566         value of installation-directory.
10567
10568         * message.el (message-use-idna): Don't directly refer to the value of
10569         idna-program.
10570
10571         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10572
10573         * smiley.el (smiley-style): Don't directly call face-attribute.
10574
10575 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10578
10579         * gnus-dired.el: Reduce Gnus dependencies.
10580         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10581         Don't require.  Use autoloads instead.
10582         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10583         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10584         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10585         (gnus-dired-mode): Adjust doc string.
10586         (gnus-dired-mail-mode): New variable.
10587         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10588         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10589         (gnus-dired-mail-buffers): New function.  Return mail or message
10590         composition buffers.
10591         (gnus-dired-attach): Use it.
10592         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10593         NO-DECODE.
10594         (gnus-dired-print): Use `gnus-print-buffer' depending on
10595         `gnus-dired-mail-mode'.
10596
10597 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * rfc2047.el (rfc2047-encoded-word-regexp)
10600         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10601         explaining what regexp patterns are for.
10602
10603 2007-12-04  Glenn Morris  <rgm@gnu.org>
10604
10605         * password.el: Move to password-cache.el.
10606
10607         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10608         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10609         * mml-smime.el (password-read, password-cache-add)
10610         (password-cache-remove):
10611         No need to autoload, since mml-sec requires password.
10612
10613         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10614         * message.el (gnus-extract-address-components):
10615         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10616
10617         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10618         password.
10619
10620 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * mailcap.el: Reduce dependencies.
10623         (mail-header-parse-content-type): Autoload.
10624         (mailcap-delete-duplicates): New alias.
10625         (mailcap-mime-info): Add optional argument NO-DECODE.
10626         (mailcap-mime-types): Use mailcap-delete-duplicates.
10627
10628         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10629
10630 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10631
10632         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10633         (imap-parse-status): Upcase status-att for servers that sends them
10634         lower-case (e.g., MS Exchange 2007).
10635
10636 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10637
10638         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10639         function.
10640
10641         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10642         (gnus-uu-yenc-article): New function.
10643
10644         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10645
10646         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10647
10648 2007-12-02  Glenn Morris  <rgm@gnu.org>
10649
10650         * binhex.el (binhex): New custom group.
10651         (binhex-decoder-program, binhex-decoder-switches)
10652         (binhex-use-external): Move to the binhex custom group.
10653
10654         * uudecode.el (uudecode): New custom group.
10655         (uudecode-decoder-program, uudecode-decoder-switches)
10656         (uudecode-use-external): Move to the uudecode custom group.
10657
10658         * netrc.el (top-level): Don't load `encrypt' features.
10659         (netrc-parse): Don't use encrypt.
10660         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10661
10662         * encrypt.el: Remove file.
10663
10664 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10665
10666         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10667         matches on patches.
10668
10669         * gnus-art.el (gnus-article-browse-html-article):
10670         Mention `mm-text-html-renderer' in the doc string.
10671
10672         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10673         string.  Add comments.
10674
10675         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10676         if rhs is ASCII.
10677
10678 2007-12-01  Glenn Morris  <rgm@gnu.org>
10679
10680         * mail-source.el (top-level): Require format-spec before
10681         eval-when-compile.
10682
10683 2007-11-30  Glenn Morris  <rgm@gnu.org>
10684
10685         * encrypt.el: Require password, rather than autoloading password-read.
10686
10687 2007-11-29  Glenn Morris  <rgm@gnu.org>
10688
10689         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10690         (sasl-make-client, sasl-next-step, sasl-step-data)
10691         (sasl-step-set-data): Declare as functions.
10692
10693 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10696
10697 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10698
10699         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10700         certs should be verified and what is to be done in the event of a
10701         verification failure.
10702
10703         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10704         caller can indicate whether the cache should be disregarded for this
10705         call.  This way the result of the call is reproducible at all times and
10706         can be considered a canonical server name for the supplied method.
10707         (gnus-agent-method-p): Canonicalize server names by pushing their
10708         method through `gnus-method-to-server' using the no-cache argument.
10709
10710         * gnus-srvr.el (gnus-server-insert-server-line):
10711         Call `gnus-method-to-server' with `no-cache' argument.
10712
10713         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10714         gnus-agent-possibly-synchronize-flags as this should be called when the
10715         server is actually being opened.
10716         (gnus-agent-possibly-synchronize-flags)
10717         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10718         flags file of an agentized server to the latter function.
10719
10720         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10721         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10722         after a connection has been established successfully.
10723
10724 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * gnus-art.el (article-display-face): Force to display face if called
10727         interactively; check if gnus-article-x-face-too-ugly matches author.
10728         (article-display-x-face): Display face even if From header is missing
10729         as article-display-face does.
10730
10731 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10732
10733         * hashcash.el (message-narrow-to-headers-or-head)
10734         (message-fetch-field, message-goto-eoh)
10735         (message-narrow-to-headers): Declare as functions.
10736
10737 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10738
10739         * mail-source.el (mail-sources): Default to fetch from file for
10740         compatibility with default of nnmail-spool-file.
10741
10742 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10743
10744         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10745         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10746         to look for encoded word that should be encoded again.
10747         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10748         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10749         encoding pattern.
10750         (rfc2047-decode-region): Switch strict regexp and loose one according
10751         to rfc2047-allow-irregular-q-encoded-words.
10752
10753 2007-11-25  Romain Francoise  <romain@orebokech.com>
10754
10755         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10756
10757 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10758
10759         * tls.el (tls-program): Provide more custom choices from
10760         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10761         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10762
10763 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10766         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10767
10768         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10769         `nnmail-spool-file'.
10770
10771         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10772         `nnmail-spool-file'.
10773
10774         * gnus-move.el (gnus-change-server): Ditto.
10775
10776         * gnus-kill.el (gnus-batch-score): Ditto.
10777
10778         * gnus-cache.el (gnus-jog-cache): Ditto.
10779
10780         * gnus-msg.el (gnus-summary-reply):
10781         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10782
10783 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10786         version.  Minor improvement to doc strings.
10787         (tls-program): Add comment.
10788
10789 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10790
10791         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10792         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10793         mismatch between the hostname provided in the certificate and the name
10794         of the host connnecting to.
10795         (open-tls-stream): Use them.  Check certificates against trusted root
10796         certificates.
10797
10798 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * gnus-cache.el (gnus-cache-generate-nov-databases):
10801         Use nnml-generate-nov-databases-directory instead of
10802         nnml-generate-nov-databases-1.
10803
10804 2007-11-24  Glenn Morris  <rgm@gnu.org>
10805
10806         * message.el (message-tool-bar-retro): Update for rename
10807         mail_send.xpm->mail-send.xpm.
10808
10809 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10810
10811         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10812         `smime-ldap-search' for Emacs 22 and up.
10813
10814 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10815
10816         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10817
10818         * message.el (message-send-mail-function): Fix error convention.
10819         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10820         (message-widen-reply, message-send-mail, message-talkative-question)
10821         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10822         (message-clone-locals, message-send-news): Use with-current-buffer.
10823         (message-insert-or-toggle-importance): Remove unused var `valid'.
10824         (message-make-references): Remove unused var `new-references'.
10825         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10826
10827 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10828
10829         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10830         (spam-split-symbolic-return-positive): Reflow docstring.
10831         (spam-backends, spam-summary-exit-behavior)
10832         (spam-mark-ham-unread-before-move-from-spam-group)
10833         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10834         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10835         (spam-clear-cache, spam-backend-check, spam-install-backend)
10836         (spam-install-statistical-backend, spam-list-of-processors)
10837         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10838         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10839         (spam-check-crm114, spam-initialize, spam-unload-hook):
10840         Fix typos in docstrings.
10841
10842 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10845         been checked if they have never been read and those group levels are
10846         higher than the one that a user specified.
10847
10848 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10851         foreign groups unless a group level is specified by a user.
10852         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10853
10854 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10855
10856         * message.el (message-send-mail-function): Require sendmail.
10857
10858 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10859
10860         * message.el (message-send-mail-function): Check for smtpmail too.
10861
10862         * utf7.el (utf7-encode, utf7-decode): Use coding system
10863         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10864
10865         * message.el (message-send-mail-function): New function.
10866         (message-send-mail-function): Set default using
10867         message-send-mail-function.  Adjust doc string.
10868         (message-send-mail-with-mailclient): New function.
10869
10870 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10871
10872         * smime.el (from):
10873         * rfc2047.el (message-posting-charset):
10874         * qp.el (mm-use-ultra-safe-encoding):
10875         * pop3.el (parse-time-months):
10876         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10877         * nnml.el (files):
10878         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10879         (jka-compr-compression-info-list, ange-ftp-path-format)
10880         (efs-path-regexp):
10881         * nndiary.el (files):
10882         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10883         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10884         (epg-digest-algorithm-alist, inhibit-redisplay)
10885         (password-cache-expiry):
10886         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10887         (pgg-output-buffer, password-cache-expiry):
10888         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10889         (efs-path-regexp):
10890         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10891         (inhibit-redisplay):
10892         * mm-uu.el (file-name, start-point, end-point, entry)
10893         (gnus-newsgroup-name, gnus-newsgroup-charset):
10894         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10895         (latin-unity-ucs-list):
10896         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10897         (mm-uu-binhex-decode-function):
10898         * message.el (gnus-message-group-art, gnus-list-identifiers)
10899         (rmail-enable-mime-composing, gnus-local-organization)
10900         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10901         (gnus-read-active-file, facemenu-add-face-function)
10902         (facemenu-remove-face-function, gnus-article-decoded-p)
10903         (tool-bar-mode):
10904         * mail-source.el (display-time-mail-function):
10905         * gnus-util.el (nnmail-pathname-coding-system)
10906         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10907         (gnus-original-article-buffer, gnus-user-agent)
10908         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10909         (xemacs-codename, sxemacs-codename, emacs-program-version):
10910         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10911         * gnus-start.el (gnus-agent-covered-methods)
10912         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10913         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10914         (gnus-newsgroup-headers, gnus-group-list-mode)
10915         (gnus-group-mark-positions, gnus-newsgroup-data)
10916         (gnus-newsgroup-unreads, nnoo-state-alist)
10917         (gnus-current-select-method, mail-sources)
10918         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10919         (nnmail-spool-file, gnus-cache-active-hashtb):
10920         * gnus-mh.el (mh-lib-progs):
10921         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10922         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10923         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10924         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10925         (gnus-group-buffer):
10926         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10927         (font-lock-set-defaults):
10928         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10929         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10930         (gnus-summary-post-menu, total-parts, type, condition, length):
10931         * gnus-agent.el (gnus-agent-read-agentview):
10932         * flow-fill.el (show-trailing-whitespace):
10933         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10934         eval-and-compile wrappers for byte compiler pacifiers.
10935
10936         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10937         (mm-display-inline-fontify): Check for featurep 'xemacs not
10938         extent-list.
10939
10940         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10941         itimer-list.
10942         (mm-create-image-xemacs): Only do something for XEmacs.
10943         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10944
10945         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10946
10947         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10948         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10949
10950 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10951
10952         * nnimap.el (nnimap-split-download-body):
10953         * gnus-demon.el (gnus-demon):
10954         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10955
10956 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10957
10958         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10959         New macros.
10960         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10961         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10962         copy data from unibyte buffer to multibyte current buffer.
10963         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10964         to copy data from unibyte current buffer to multibyte buffer.
10965         (nntp-make-process-buffer): Make process buffer unibyte.
10966
10967         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10968
10969 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10970
10971         * pop3.el (pop3-open-server): Accept and process data more robustly at
10972         connexion start to avoid spurious "POP SSL connexion failed" errors.
10973
10974 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10975
10976         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10977         read group names.
10978
10979 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10980
10981         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10982
10983 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10984
10985         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10986         (nnmail-save-active): Use a unibyte buffer when saving active file,
10987         which may contain non-ASCII group names.
10988
10989         * nnml.el (nnml-request-group): Decode group names in messages.
10990
10991 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * message.el (message-citation-line-function)
10994         (message-insert-formatted-citation-line): Fix spelling of
10995         `message-insert-formated-citation-line'.
10996
10997 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10998
10999         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11000
11001 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11004         nnmail-pathname-coding-system.
11005
11006         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11007         that a user enters; decode group names in messages.
11008
11009         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11010
11011 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11014
11015         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11016
11017         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11018         risky local variable.
11019
11020         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11021
11022 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11023
11024         * encrypt.el: Improve documentation to fix function name typo.
11025         Reported by Daiki Ueno <ueno@unixuser.org>.
11026
11027 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11030         even if the point is not in the last page of an article.
11031         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11032         back to the previous page.
11033
11034 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11037
11038 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11039
11040         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11041
11042 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11043
11044         * message.el (message-check-news-body-syntax):
11045         Avoid mm-string-as-multibyte.
11046         (message-hide-headers): Don't assume (point-min)==1.
11047
11048 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11049
11050         * message.el (message-remove-blank-cited-lines): Fix if remove is
11051         given.
11052         (message-bogus-address-regexp): New variable.
11053         (message-bogus-recipient-p): New function.
11054         (message-check-recipients): New command.
11055         (message-syntax-checks): Add `bogus-recipient'.
11056         (message-fix-before-sending): Add `bogus-recipient'.
11057
11058         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11059         (gnus-treat-body-boundary): Don't test window-system.
11060
11061 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
11062
11063         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11064
11065 2007-10-28  Miles Bader  <miles@gnu.org>
11066
11067         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11068         at compile-time too.
11069
11070 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * gnus-msg.el (gnus-message-setup-hook):
11073         Add `message-remove-blank-cited-lines' to options.
11074
11075 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * message.el (message-remove-blank-cited-lines): New function.
11078         Suggested by Karl Plästerer.
11079
11080 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11083         mapc.
11084
11085         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11086         (top-level): Use mapc to set functions to be traced for debugging.
11087
11088         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11089         called for effect with while loop.
11090
11091         * message.el (message-talkative-question): Replace mapcar called for
11092         effect with mapc.
11093
11094         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11095         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11096         called for effect with dolist.
11097
11098         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11099
11100         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11101         gnus-extra-headers and nnmail-extra-headers.
11102
11103         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11104         called for effect with dolist.
11105         (top-level): Use mapc to set functions to be traced for debugging.
11106
11107         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11108         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11109         dolist.
11110
11111         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11112         Replace mapcar called for effect with mapc.
11113         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11114         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11115         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11116         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11117
11118         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11119         remove-if that's a cl function.
11120
11121         * webmail.el (webmail-debug): Replace mapcar called for effect with
11122         dolist.
11123
11124         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11125         with mapc.
11126
11127 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11128
11129         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11130         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11131         with while loop.
11132
11133         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11134         functions from article-* functions.
11135         (gnus-multi-decode-header): Replace mapcar called for effect with
11136         dolist.
11137
11138         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11139         (gnus-bookmark-show-details): Replace mapcar called for effect with
11140         while loop.
11141
11142         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11143         called for effect with while loop.
11144
11145         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11146         with dolist.
11147
11148         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11149         Replace mapcar called for effect with dolist.
11150
11151         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11152
11153         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11154         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11155         Replace mapcar called for effect with dolist.
11156         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11157         mapc.
11158
11159         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11160         Replace mapcar called for effect with dolist.
11161         (gnus-topic-list): Replace mapcar called for effect with mapc.
11162
11163         * gnus.el: Use mapc instead of mapcar to add autoloads.
11164
11165 2007-10-23  Richard Stallman  <rms@gnu.org>
11166
11167         * gnus-group.el (gnus-group-highlight): Mark as risky.
11168
11169 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * gnus.el (gnus-server-to-method): Return method found first in
11172         gnus-newsrc-alist.
11173
11174         * gnus-art.el (gnus-article-highlight-signature)
11175         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11176         button overlay without the front stickiness.
11177
11178 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11179
11180         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11181         overview buffer needed a catch to receive its throw.
11182         (gnus-agent-flush-cache): Declare as interactive to make this function
11183         easier to use.
11184
11185 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11188         `next-line'.
11189
11190 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11193         exclude address matching message-dont-reply-to-names.
11194
11195 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * gnus-util.el (gnus-string<): New function.
11198
11199         * gnus-sum.el (gnus-article-sort-by-author)
11200         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11201
11202 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11203
11204         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11205         the frame-focus tag is set in gnus-buffer-configuration.
11206
11207 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11210         the front stickiness.
11211
11212 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11215         url pattern; remove duplicate one.
11216         (gnus-article-extend-url-button): New function.
11217         (gnus-article-add-buttons): Use it.
11218         (gnus-button-push): Use concatenated url that it makes.
11219
11220 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11221
11222         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11223
11224 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11225
11226         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11227         Don't hardcode point-min==1.
11228
11229 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11230
11231         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11232         Fix comment about "iso8859-1".
11233
11234 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11235
11236         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11237         ones returned from the verify-function.
11238
11239         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11240         Call mml2015-extract-cleartext-signature if extraction failed.
11241
11242 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11243
11244         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11245         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11246         failed.
11247
11248 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11251
11252 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11253
11254         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11255         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11256         recommends to use EasyPG instead of PGG.
11257
11258         * pgg.el: Revert to revision 6.23.2.16.
11259
11260         * pgg-def.el: Revert to revision 6.6.2.14.
11261
11262         * pgg-gpg.el: Revert to revision 6.23.2.34.
11263
11264 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11265
11266         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11267         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11268         thread for both the null and zero (kill/expire thread) universal prefix
11269         cases.
11270         (gnus-summary-expire-thread): Add new function to expire a thread,
11271         using gnus-summary-kill-thread.
11272         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11273         shortcuts for gnus-summary-expire-thread.
11274         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11275         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11276
11277 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11278
11279         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11280         extras value, so an extras entry can be deleted.
11281         (gnus-registry-delete-extra-entry): Use it.
11282         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11283         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11284         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11285         storage through the gnus-registry, and provide an appropriate API for
11286         it.
11287
11288 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11291         Suggested by Leo <sdl.web@gmail.com>.
11292
11293         * gnus.el: Do.
11294
11295 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11298         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11299
11300         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11301
11302         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11303         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11304
11305 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11308         newline.
11309         (nnmbox-request-accept-article): Don't change article in source buffer;
11310         narrow to header to use message-fetch-field rather than
11311         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11312         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11313         as delimiters; make sure article ends with newline.
11314         (nnmbox-delete-mail): Correct last position of article to be deleted;
11315         ignore X-Gnus-Newsgroup header in article body.
11316         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11317         positions; make sure article ends with newline.
11318
11319         * message.el (message-display-abbrev): Don't infloop when a user
11320         inserts SPC in the beginning of header.
11321
11322         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11323         coding-system-for-read and coding-system-for-write for XEmacs having no
11324         file-coding feature.
11325
11326         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11327
11328 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11329
11330         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11331         list of groups not followed by default.  Fix type to be regexp.
11332         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11333
11334 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11335
11336         * hmac-def.el (define-hmac-function): Switch from old-style to
11337         new-style backquotes.
11338
11339         * md4.el (md4-make-step): Likewise.
11340
11341 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11344         raw-text coding system when saving .newsrc file, which may contain
11345         non-ASCII group names.
11346
11347 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * gnus-cus.el (gnus-score-extra): New widget.
11350         (gnus-score-extra-convert): New function.
11351         (gnus-score-customize): Use it for Extra.
11352
11353 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11354
11355         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11356         (mml2015-mailcrypt-clear-verify): Use it.
11357         (mml2015-gpg-clear-verify): Use it.
11358         (mml2015-pgg-clear-verify): Use it.
11359         (mml2015-epg-clear-verify): Replace the current part with the output
11360         from GnuPG; don't extract the plaintext by itself.
11361
11362         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11363         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11364         mml2015-clear-verify-function; don't touch the armor headers or
11365         dash-escaped text here.
11366
11367 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11370         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11371         parts, or application/octet-stream as a last resort.
11372         (gnus-mime-view-part-as-type): Don't toggle display.
11373         (gnus-mime-view-part-as-charset): Don't turn off display before
11374         querying charset.
11375
11376         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11377         stuff to undisplayer function in Emacs.
11378         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11379
11380         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11381         text/calendar parts.
11382
11383 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11386         decoding text/calendar parts.
11387
11388         * message.el (message-forward-make-body-mime): Always mark body as
11389         having no illegible text; remove signed-or-encrypted argument.
11390         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11391
11392         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11393         (mml-generate-mime-1): Don't encode body if it is specified to be in
11394         raw form; don't make buffer be unibyte when inserting multibyte string.
11395
11396 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11397
11398         * sha1.el: Fix up comment style.
11399         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11400         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11401
11402         * hex-util.el: Fix up comment style.
11403         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11404
11405         * gnus-salt.el: Use with-current-buffer.
11406         (gnus-pick-setup-message): Fix long-standing typo.
11407
11408 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * imap.el (imap-logout-timeout): New variable.
11411         (imap-logout, imap-logout-wait): New functions.
11412         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11413
11414         * nnimap.el (nnimap-logout-timeout): New server variable.
11415         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11416         nnimap-logout-timeout.
11417
11418         * gnus-art.el (gnus-article-summary-command-nosave)
11419         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11420
11421 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * gnus.el (gnus-maximum-newsgroup): New variable.
11424
11425         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11426         according to gnus-maximum-newsgroup.
11427
11428         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11429         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11430         Limit the range of articles according to gnus-maximum-newsgroup.
11431
11432 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11433
11434         * gnus-art.el (gnus-sticky-article): Fix problems described in
11435         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11436         Don't perform gnus-configure-windows here; reuse existing sticky
11437         article buffer.
11438
11439         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11440         it doesn't exist in gnus-article-mode.
11441
11442 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11445         (gnus-agent-decoded-group-name): New function.
11446         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11447         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11448
11449 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11450
11451         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11452         Add binding for gnus-sticky-article.
11453         (gnus-summary-exit): Don't kill sticky article buffers.
11454
11455         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11456         article buffer.
11457         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11458         (gnus-kill-sticky-article-buffers): New commands.
11459
11460 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * nntp.el (nntp-xref-number-is-evil): New server variable.
11463         (nntp-find-group-and-number): If it is non-nil, don't trust article
11464         numbers in the Xref header.
11465
11466 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * gnus-agent.el (gnus-agent-read-group): New function.
11469         (gnus-agent-flush-group, gnus-agent-expire-group)
11470         (gnus-agent-regenerate-group): Use it.
11471         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11472         nnmail-pathname-coding-system.
11473
11474 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11477
11478         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11479         that are unread as unread, and also as selected so that information of
11480         marks having been changed by a user may be updated when exiting group.
11481
11482 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11483
11484         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11485
11486 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11489         calculated ignoring signature parts to gnus-treat-article.
11490
11491 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11494         a point here in order to keep the window start.
11495         (gnus-insert-mime-security-button): Make a button overlay without the
11496         front stickiness.
11497         (gnus-mime-display-security): Goto the end of a button.
11498
11499         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11500
11501 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11502
11503         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11504         group-name-at-point.
11505         (gnus-group-completing-read): New function that offers decoded
11506         non-ASCII group names for completion.
11507         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11508         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11509         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11510         (gnus-group-fetch-control): Use it.
11511         (gnus-fetch-group): Use group-name-at-point for the initial value
11512         rather than the default value; use gnus-alive-p.
11513
11514         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11515         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11516         (gnus-summary-post-news): Use gnus-group-completing-read.
11517
11518         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11519         (gnus-read-move-group-name): Decode group name for completion.
11520
11521 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11522
11523         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11524         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11525         Yamaoka slightly modified the code).
11526
11527 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11530         (nnmail-split-incoming): Bind it.
11531
11532         * nnml.el (nnml-group-name-charset): New function.
11533         (nnml-decoded-group-name): Use it; don't decode group name if
11534         nnmail-group-names-not-encoded-p is non-nil.
11535         (nnml-encoded-group-name): New function.
11536         (nnml-group-pathname): Inline nnml-decoded-group-name.
11537         (nnml-request-expire-articles): Decode group name in message.
11538         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11539         nnmail-pathname-coding-system.
11540         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11541         not decoded ones according to nnmail-group-names-not-encoded-p.
11542         (nnml-generate-active-info): Use nnml-encoded-group-name.
11543
11544 2007-08-08  Glenn Morris  <rgm@gnu.org>
11545
11546         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11547         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11548         doc-strings and comments.
11549
11550 2007-07-25  Glenn Morris  <rgm@gnu.org>
11551
11552         * Relicense all FSF files to GPLv3 or later.
11553
11554 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * gnus-sum.el (gnus-summary-move-article):
11557         Make gnus-summary-respool-article work.
11558
11559 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11560
11561         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11562         string.
11563
11564 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11565
11566         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11567         that should be ignored when comparing distant RSS articles with local
11568         ones.
11569         (nnrss-make-hash-index): New function.  Create a hash index according
11570         to the ignored fields.
11571         (nnrss-check-group): Use it.
11572
11573 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11576
11577         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11578
11579         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11580         the new optional argument ENCODED is non-nil.
11581         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11582         coding system for encoding group name.
11583         (gnus-group-make-rss-group): Pass un-encoded group name to
11584         gnus-group-make-group.
11585         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11586         encoded.
11587
11588         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11589         Encode group name to which articles are moved or copied.
11590         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11591         coding system for encoding Newsgroup, Followup-To and Xref headers.
11592
11593         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11594         marks; use nnheader-file-coding-system to write a file.
11595         (nnagent-retrieve-headers): Bind file-name-coding-system to
11596         nnmail-pathname-coding-system.
11597
11598         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11599
11600         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11601         (nnml-request-article, nnml-request-create-group)
11602         (nnml-request-rename-group, nnml-find-id)
11603         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11604         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11605         (nnml-save-marks): Use nnml-group-pathname instead of
11606         nnmail-group-pathname.
11607
11608         (nnml-request-create-group, nnml-request-expire-articles)
11609         (nnml-request-move-article, nnml-request-delete-group)
11610         (nnml-deletable-article-p, nnml-possibly-create-directory)
11611         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11612         (nnml-open-marks): Bind file-name-coding-system to
11613         nnmail-pathname-coding-system.
11614
11615         (nnml-request-article): Pass server argument to nnml-find-group-number.
11616         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11617         Pass server argument to nnml-possibly-create-directory.
11618         (nnml-request-accept-article): Pass server argument to
11619         nnml-active-number and nnml-save-mail.
11620         (nnml-find-group-number): Pass server argument to nnml-find-id.
11621         (nnml-request-update-info): Pass server argument to
11622         nnml-marks-changed-p.
11623
11624         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11625         (nnml-save-mail, nnml-active-number): Add server argument.
11626
11627         (nnml-request-delete-group): Warn if group is missing.
11628         (nnml-get-nov-buffer): Decode group name.
11629         (nnml-generate-active-info): Encode group name.
11630         (nnml-open-marks): Decode group name in messages.
11631
11632 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11635         if it is not specified.
11636         (gnus-article-pipe-part, gnus-article-save-part)
11637         (gnus-article-interactively-view-part, gnus-article-copy-part)
11638         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11639         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11640         (gnus-article-replace-part, gnus-article-delete-part)
11641         (gnus-article-view-part-as-type): Pass raw prefix argument to
11642         gnus-article-part-wrapper.
11643
11644 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * gnus-agent.el (gnus-agent-save-active):
11647         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11648
11649         * gnus-cache.el (gnus-cache-save-buffers)
11650         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11651         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11652         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11653         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11654         (gnus-cache-generate-active, gnus-cache-rename-group)
11655         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11656         (gnus-cache-update-overview-total-fetched-for):
11657         Bind file-name-coding-system to nnmail-pathname-coding-system.
11658         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11659         New variables.
11660         (gnus-cache-decoded-group-name): New function.
11661         (gnus-cache-file-name): Use it.
11662         (gnus-cache-generate-active): Use non-decoded group name for active.
11663
11664         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11665         right place.
11666         (gnus-write-active-file): Don't break non-ASCII group names.
11667
11668         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11669         nnmail-pathname-coding-system.
11670
11671         * lpath.el: Bind default-file-name-coding-system,
11672         file-name-coding-system and language-info-alist for XEmacs.
11673
11674         * gnus-uu.el (gnus-uu-decode-save): Typo.
11675
11676 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11679
11680 2007-07-14  David Kastrup  <dak@gnu.org>
11681
11682         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11683         finishing actions if we did not edit the article.
11684
11685 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11688         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11689         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11690         (gnus-agent-flush-group, gnus-agent-flush-cache)
11691         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11692         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11693         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11694         (gnus-agent-regenerate-group)
11695         (gnus-agent-update-files-total-fetched-for)
11696         (gnus-agent-update-view-total-fetched-for):
11697         Bind file-name-coding-system to nnmail-pathname-coding-system.
11698         (gnus-agent-group-pathname): Don't encode file names by
11699         nnmail-pathname-coding-system.
11700         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11701         coding-system-for-write instead of buffer-file-coding-system to
11702         gnus-agent-file-coding-system.
11703
11704         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11705         Decode group name.
11706
11707         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11708
11709         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11710         (gnus-read-newsrc-el-file): Make group names unibyte.
11711
11712         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11713         nnmail-pathname-coding-system.
11714
11715         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11716         (nnrss-request-delete-group): Bind file-name-coding-system to
11717         nnmail-pathname-coding-system.
11718         (nnrss-read-server-data, nnrss-read-group-data):
11719         Bind file-name-coding-system correctly.
11720         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11721
11722         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11723         (nntp-server-to-method-cache): New variable.
11724         (nntp-group-pathname): New function that decodes non-ASCII group names.
11725         (nntp-possibly-create-directory, nntp-marks-changed-p)
11726         (nntp-save-marks, nntp-open-marks): Use it.
11727         (nntp-possibly-create-directory, nntp-open-marks):
11728         Bind file-name-coding-system to nnmail-pathname-coding-system.
11729         (nntp-open-marks): Decode group names when bootstrapping marks.
11730
11731         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11732         Newsgroups and Folowup-To headers.
11733
11734 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11737         (gnus-server-closed-face, gnus-server-denied-face)
11738         (gnus-server-offline-face): Remove variable.
11739         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11740
11741         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11742         of modifying message-stack directly for XEmacs.
11743
11744         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11745         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11746         if the coding-system argument is nil for XEmacs.
11747
11748         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11749         mm-charset-override-alist.
11750
11751         * rfc2047.el: Don't require base64; require rfc2045 for the function
11752         rfc2045-encode-string.
11753         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11754         to quote the parameter value.
11755
11756 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11759         form in gnus-group-name-charset-method-alist.
11760
11761         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11762         overrides the default layout edit-form.
11763
11764         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11765
11766         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11767
11768 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11771         as unfetched articles.
11772
11773 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11776
11777 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11780         original back end that keeps marks in the local system.
11781
11782 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11785         arg of pop-to-buffer for XEmacs.
11786         (gnus-article-read-summary-keys): Ditto; don't restore window
11787         configuration if summary command ends up with neither article buffer
11788         nor summary buffer; describe bindings if summary keys end with C-h.
11789
11790 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * message.el (message-fix-before-sending): Skip raw message part to be
11793         forwarded while checking illegible text.
11794         (message-forward-make-body-mime, message-forward-make-body):
11795         Mark signed or encrypted raw message as having no illegible text.
11796
11797 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11800         (gnus-message-with-timestamp-1): New macro.
11801         (gnus-message-with-timestamp): New function.
11802         (gnus-message): Use them.
11803
11804         * nnheader.el (nnheader-message): Use them.
11805
11806 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11809         .newsrc.eld file.
11810
11811 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * gnus-agent.el (gnus-agent-fetch-headers)
11814         (gnus-agent-retrieve-headers):
11815         Bind gnus-decode-encoded-address-function to identity.
11816
11817         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11818         available also when the server returns simply a dot.
11819
11820         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11821
11822 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11823
11824         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11825
11826 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-ems.el (gnus-x-splash): Make it work.
11829
11830         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11831         from being used.
11832
11833         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11834
11835 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11838         4th and the 5th arguments.
11839
11840         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11841         the front stickiness.
11842         (gnus-article-summary-command-nosave): Correct the order of the
11843         arguments passed to pop-to-buffer.
11844         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11845         summary command ends up with the article buffer.
11846
11847         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11848         the same faces.
11849
11850 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11851
11852         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11853
11854 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11855
11856         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11857         * gnus-sum.el (gnus-summary-highlight):
11858         * pgg.el (pgg-sign-region, pgg-sign):
11859         * mail-source.el (mail-source-delete-old-incoming-confirm):
11860         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11861
11862 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * gnus-art.el (gnus-mime-view-part-externally)
11865         (gnus-mime-view-part-internally): Fix predicate function passed to
11866         completing-read.
11867
11868         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11869
11870         * gnus.el (gnus-update-message-archive-method): Add :version.
11871
11872 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * gnus.el (gnus-update-message-archive-method): New variable.
11875
11876         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11877         according to gnus-message-archive-method if
11878         gnus-update-message-archive-method is non-nil.
11879
11880 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11881
11882         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11883         Suggested by Loic Dachary <loic@dachary.org>.
11884         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11885
11886 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * message.el (message-pop-to-buffer): Add switch-function argument.
11889         (message-mail): Pass switch-function argument to it.
11890
11891 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11892
11893         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11894         Improve doc string.
11895
11896 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11897
11898         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11899         (gnus-header-content)
11900         * gnus-cite.el (gnus-cite-10)
11901         * gnus-srvr.el (gnus-server-closed)
11902         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11903         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11904         (gnus-group-mail-3-empty, gnus-group-mail-low)
11905         (gnus-group-mail-low-empty, gnus-splash)
11906         * message.el (message-header-to, message-header-cc)
11907         (message-header-subject, message-header-other, message-header-name)
11908         (message-header-xheader, message-separator, message-cited-text)
11909         (message-mml): Lighten colors of faces used for dark background.
11910
11911 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11912
11913         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11914         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11915
11916 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * message.el (message-narrow-to-headers-or-head):
11919         Ignore mail-header-separator in the body.
11920
11921 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11924         same as window size.
11925
11926 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11927
11928         * message.el (message-font-lock-keywords): Use message-header-xheader
11929         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11930         ahead of the anything pattern, to get it recognised.
11931
11932 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11935         spam.el loads uses it in the compiled defadvice form.
11936
11937 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11938
11939         * gnus-sum.el (gnus-articles-to-read)
11940         (gnus-summary-insert-old-articles): Don't truncate group name for
11941         `read-string'.
11942
11943         * gnus-util.el (gnus-limit-string): Delete this function.
11944
11945         * gnus-sum.el (gnus-simplify-subject-fully):
11946         Use `truncate-string-to-width' instead.
11947
11948 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11949
11950         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11951         Tell if, on summary exit, the next group has to be selected.
11952         (gnus-summary-exit): Use it.
11953
11954 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11955
11956         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11957         non-break space.
11958
11959 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11962         Check if group is not a directory.
11963         (nnfolder-request-expire-articles): Don't delete articles if the target
11964         group is not available.
11965
11966         * nnml.el (nnml-request-create-group): Properly check if group is not a
11967         file.
11968         (nnml-request-expire-articles): Don't delete articles if the target
11969         group is not available.
11970
11971         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11972         Don't quote characters that are within parentheses.
11973
11974 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11977         (gnus-handle-ephemeral-exit): Select article according to it.
11978
11979 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11980
11981         * message.el (message-insert-formated-citation-line): Remove newline.
11982         (message-citation-line-format): Add final \n here so that the user can
11983         avoid a blank line.
11984
11985 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11986
11987         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11988         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11989         Update lanl/arXiv support.
11990
11991 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11992
11993         * gnus.el: Bump version number.
11994
11995 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11996
11997         * gnus.el (gnus-version-number): Bump version.
11998
11999 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12000
12001         * gnus.el: No Gnus v0.6 is released.
12002
12003 2007-04-27  Didier Verna  <didier@xemacs.org>
12004
12005         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12006         * gmm-utils.el (gmm-regexp-concat): ... here.
12007         * message.el: Don't require 'gnus-util.
12008         (message-dont-reply-to-names): Handle name change above.
12009         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12010
12011 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12014         since the initial value varies according to the system.
12015
12016 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12019
12020 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12021
12022         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12023
12024 2007-04-24  Didier Verna  <didier@xemacs.org>
12025
12026         Improve the type of gnus-ignored-from-addresses.
12027         * gnus-util.el (gnus-orify-regexp): New function.
12028         * message.el (gnus-util): Require it.
12029         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12030         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12031         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12032
12033 2007-04-24  Didier Verna  <didier@xemacs.org>
12034
12035         * gnus-sum.el:
12036         * gnus-utils.el: Fix some trailing whitespaces.
12037
12038 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12041         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12042         article's Message-ID; refer parent article in summary buffer.
12043
12044         * message.el (message-bounce): Call mime-to-mml.
12045
12046         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
12047         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
12048         optimize and/or forms properly.
12049
12050 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
12051
12052         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
12053         URL.
12054
12055 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12058
12059 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12062         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12063         displayed of multipart/alternative part if it is invoked from summary
12064         buffer.
12065
12066         * mm-view.el (mm-inline-text-html-render-with-w3m)
12067         (mm-inline-text-html-render-with-w3m-standalone)
12068         (mm-inline-render-with-function): Use mail-parse-charset by default.
12069
12070 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12071
12072         * parse-time.el (parse-time-string-chars): Check if CHAR
12073         is less than the length of parse-time-syntax.
12074
12075 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12078         from gnus-newsgroup-processable.
12079
12080 2007-04-16  Didier Verna  <didier@xemacs.org>
12081
12082         * gnus-msg.el (gnus-configure-posting-styles):
12083         Handle message-signature-directory properly with :file syntax.
12084         Reported by "Leo".
12085
12086 2007-04-11  Didier Verna  <didier@xemacs.org>
12087
12088         New user option: message-signature-directory.
12089         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12090         * message.el (message-insert-signature): Ditto.
12091         * message.el (message-signature-file): Doc update.
12092         * message.el (message-signature-directory): New.
12093
12094 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-msg.el (gnus-inews-yank-articles):
12097         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12098
12099 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * message.el (message-yank-original): Make sure cited text ends with
12102         newline; don't exchange point and mark.
12103
12104 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12105
12106         * tls.el (open-tls-stream): Properly handle case where there
12107         is no associated buffer.
12108
12109 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12110
12111         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12112         message-yank-original, make sure (< mark TEXT point).
12113
12114 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * message.el (message-fill-column): New variable.
12117         (message-mode): Use it.  Add comment on a possible new hook.
12118
12119         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12120         (nnmail-get-new-mail): Reformat.
12121
12122         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12123
12124         * gmm-utils.el: Fix Commentary.
12125         (gmm-tool-bar-from-list): Fix typo in doc string.
12126
12127 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12128
12129         * message.el (message-yank-original): Don't switch point and mark
12130         unnecessarily to put point and mark as documented.
12131
12132 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12133
12134         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12135         from the message heads.
12136
12137 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12138
12139         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12140         article buffer does not have a window.  This may not be the best
12141         solution but is certainly better than setting the start of the null,
12142         that is the current, window.
12143
12144 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12145
12146         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12147         (gnus-draft-setup): Run it.
12148
12149         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12150         gnus-score-fast-scoring.  Allow regexp.
12151         (gnus-score-headers): Use it.
12152
12153         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12154         XEmacs.
12155
12156         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12157         string.
12158         (gnus-button-alist): Also catch `<f1> k ...'.
12159         (gnus-treat-display-x-face): Fix doc string.
12160
12161 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12162
12163         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12164         evaluation of gnus-extended-version to ensure correct generation of the
12165         User-Agent header when message-generate-headers-first is used.
12166
12167 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12168
12169         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12170         hashcash-path is nil.  Don't call callback with incorrect number of
12171         parameters if val is 0.
12172
12173 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12174
12175         * message.el (message-required-news-headers):
12176         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12177
12178 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12179
12180         * tls.el (open-tls-stream): In handshake-waiting loop,
12181         don't wait more if there is output available to process.
12182
12183 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12184
12185         * tls.el (tls-program): Doc fix.
12186
12187 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * message.el (message-generate-new-buffers): Change the meaning of the
12190         nil value; add `standard' to the choices; treat t as `unique'; improve
12191         doc string.
12192         (gnus-select-frame-set-input-focus): Autoload.
12193         (message-buffer-name): Search for the existing message buffer if
12194         message-generate-new-buffers is nil or `standard'; treat the value t of
12195         message-generate-new-buffers as `unique'.
12196         (message-pop-to-buffer): Raise the frame already displaying the message
12197         buffer; clear the echo area after querying.
12198         (message-setup): Pass the `continue' argument to compose-mail.
12199         (message-mail): Prefer `switch-function' if it is given; search for the
12200         existing message buffer if the `continue' argument is non-nil; pass
12201         continue and switch-function arguments to compose-mail by way of
12202         message-setup.
12203         (message-mail-other-window): Adjust argument of message-setup.
12204         (message-mail-other-frame): Ditto.
12205
12206 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12209         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12210         to turn font-lock on when turning gnus-message-citation-mode on.
12211
12212 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12213
12214         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12215         (mml-smime-function-alist): New variable; add epg as the backend.
12216         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12217         mml-smime- functions instead.
12218         * mm-view.el: Require smime.
12219
12220 2007-03-05  Didier Verna  <didier@xemacs.org>
12221
12222         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12223         instead of just inheritance for posting styles.
12224         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12225
12226 2007-02-24  Chris Moore  <dooglus@gmail.com>
12227
12228         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12229         * pgg-pgp.el (pgg-pgp-encrypt-region):
12230         * pgg-gpg.el (pgg-gpg-encrypt-region):
12231         Check pgg-encrypt-for-me if no other recipients.
12232
12233 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12234
12235         * tls.el (tls-certtool-program): Fix custom type.
12236
12237 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12240         and point-at-eol instead of line-(beginning|end)-position.
12241
12242         * assistant.el (assistant-parse-buffer): Ditto.
12243
12244         * netrc.el (netrc-parse-services): Ditto.
12245
12246 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12247
12248         * mml2015.el (mml2015-epg-find-usable-key): New function.
12249         (mml2015-epg-sign): Use it.
12250         (mml2015-epg-encrypt): Use it.
12251
12252 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * message.el (message-make-in-reply-to): Quote name containing
12255         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12256         if there are special characters.  Reported by NAKAJI Hiroyuki
12257         <nakaji@jp.freebsd.org>.
12258
12259 2007-02-27  Didier Verna  <didier@xemacs.org>
12260
12261         Include the group parameters as well as the topic ones in the
12262         inheritance filter process.
12263         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12264         argument GROUP-PARAMS-LIST.
12265         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12266
12267 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * nntp.el (nntp-never-echoes-commands)
12270         (nntp-open-connection-functions-never-echo-commands): New variables.
12271         (nntp-send-command): Use them.
12272
12273 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12274
12275         * mml2015.el (mml2015-epg-verify): Simplify.
12276
12277 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * mml.el (mml-content-disposition-alist): New user option.
12280         (mml-content-disposition): New function.
12281         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12282         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12283
12284 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12285
12286         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12287         verification.
12288
12289 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12290
12291         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12292         articles posted in the last 24 hours.
12293
12294 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12295
12296         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12297
12298 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12299
12300         * nntp.el (nntp-send-command): Don't wait for echoes when
12301         nntp-open-ssl-stream is used.
12302
12303 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12306         (gnus-message-add-citation-keywords)
12307         (gnus-message-remove-citation-keywords): Remove.
12308         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12309         directly, make the variables in font-lock-defaults buffer-local, add
12310         gnus-message-citation-keywords to them and then update the value of
12311         font-lock-keywords.
12312
12313 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * message.el (message-cite-original-1): Don't call
12316         gnus-article-highlight-citation.
12317
12318         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12319         citations; fix line count.
12320
12321 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12322
12323         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12324         (gnus-message-add-citation-keywords)
12325         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12326         versions of font-lock-add-keywords and font-lock-remove-keywords to
12327         work with XEmacs correctly.
12328
12329 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12330
12331         * gnus-cite.el (gnus-cite-face-list): Set the values of
12332         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12333         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12334         (gnus-message-cite-prefix-regexp): New variable.
12335         (gnus-message-search-citation-line): Use it; protect against long
12336         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12337         the 0th match data for Emacs.
12338         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12339         (gnus-message-add-citation-keywords): Append keywords rather than
12340         prepending; emulate font-lock-add-keywords if it is not available.
12341         (gnus-message-remove-citation-keywords):
12342         Emulate font-lock-remove-keywords if it is not available.
12343
12344         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12345
12346         * message.el (message-cite-prefix-regexp): Set the value of
12347         gnus-message-cite-prefix-regexp.
12348
12349 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12350
12351         * nnweb.el (nnweb-google-parse-1): Update parser.
12352
12353 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12354
12355         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12356
12357 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12358
12359         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12360         regexp.
12361
12362 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12365         string-to-multibyte.
12366         (uudecode-decode-region-internal): Use it.
12367
12368         * lpath.el: Fbind string-as-multibyte for XEmacs.
12369
12370 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12371
12372         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12373         Fix custom choice.
12374
12375         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12376
12377 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12378
12379         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12380
12381         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12382         `write-region' to respect `mm-inhibit-file-name-handlers'.
12383
12384 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12387         Use gnus-home-directory instead of "~/" or "$HOME".
12388
12389 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12390
12391         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12392         to mention filename.
12393         Add comments at beginning regarding usage.
12394         (encrypt-write-file-contents): Change interactive so a string is
12395         acceptable.  If the file has no associated model, show an error instead
12396         of a nonsense prompt.
12397
12398 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12399
12400         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12401         Thanks to Yoshihiko Yamada for kind notification of this typo.
12402
12403 2007-01-12  Kenichi Handa  <handa@m17n.org>
12404
12405         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12406         multibyte buffer.
12407
12408 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12409
12410         * gnus-score.el (gnus-score-fast-scoring): New variable.
12411         (gnus-score-headers): Use it.
12412
12413         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12414
12415         * message.el (message-cite-original-1):
12416         Call gnus-article-highlight-citation if requested.
12417         (message-make-from): Allow name and address as optional arguments.
12418
12419         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12420
12421         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12422         bugs to doc string.
12423         (gnus-button-alist): Add mid\\|message-id.
12424         (gnus-button-fetch-group): Extend for use in
12425         `browse-url-browser-function'.
12426         (gnus-button-url-regexp): Try to catch paired parentheses like in
12427         Wikipedia URLs.
12428
12429         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12430         Suggested by Simon Krahnke <overlord@gmx.li>.
12431
12432 2007-01-13  Romain Francoise  <romain@orebokech.com>
12433
12434         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12435         Update copyright.
12436
12437 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12438
12439         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12440
12441 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12442
12443         * gnus-registry.el (gnus-registry-unfollowed-groups)
12444         (gnus-registry-split-fancy-with-parent): Fix documentation.
12445
12446 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12447
12448         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12449         from nnweb groups.
12450
12451 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12452
12453         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12454         Xref urls.  Erase buffer before requesting head.
12455
12456         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12457
12458 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12459
12460         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12461         customizable.
12462
12463 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12464
12465         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12466         no signing key is found.
12467         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12468         no encrypting and/or signing key is found.
12469
12470 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12471
12472         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12473
12474 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12475
12476         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12477         headers read from disk with the ones newly found in the current search.
12478         This should no longer cause problems, because the article numbers in
12479         Gmane's `nov.php' output are ignored since the previous change.
12480
12481 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12482
12483         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12484
12485 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12488         replace-regexp-in-string; bind url-version; fbind display-images-p and
12489         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12490         find-face and set-itimer-function for Emacs; bind itimer-list for
12491         Emacs.
12492
12493         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12494
12495 2007-01-01  Romain Francoise  <romain@orebokech.com>
12496
12497         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12498
12499 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12500
12501         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12502         `define-minor-mode' macro definition expanded properly.
12503         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12504         exclude it there.
12505
12506         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12507         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12508         `fboundp' test.
12509         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12510         This is OK to autoload in (S)XEmacs now.
12511
12512 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12513
12514         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12515         keystroke.
12516         (gnus-summary-limit-to-singletons): Fix typo.
12517
12518         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12519         else fails.
12520
12521 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12522
12523         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12524         docstring.
12525
12526         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12527         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12528         (gnus-summary-insert-dormant-articles): Fix typo in message.
12529
12530 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12533         nil for XEmacs.
12534         (gnus-message-citation-mode): Don't autoload in XEmacs.
12535
12536         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12537
12538 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12539
12540         * nnimap.el (nnimap-expunge-search-string):
12541         Mention nnimap-search-uids-not-since-is-evil in docstring.
12542
12543 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12544
12545         * spam.el: Revert to make-obsolete-variable because
12546         define-obsolete-variable-alias is not supported in Emacs 21.
12547
12548         * spam.el (spam-ifile-path, spam-ifile-database-path)
12549         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12550         make-obsolete-variable.
12551         (spam-bsfilter-path, spam-bsfilter-program)
12552         (spam-spamassassin-path, spam-spamassassin-program)
12553         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12554         Don't use "path" inappropriately.
12555         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12556         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12557         variable names.
12558
12559 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12560
12561         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12562         summary buffer.
12563
12564         * password.el (password-cache-remove): Use clear-string to burn
12565         password, if available.
12566
12567 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12570
12571         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12572
12573         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12574         (gnus-message-highlight-citation): Move defcustom here from
12575         gnus-cite.el.
12576         (gnus-message-citation-mode): Autoload.
12577
12578         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12579         checks to make it compile with XEmacs.
12580         (gnus-message-citation-mode): New minor mode.
12581         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12582         (gnus-message-highlight-citation): New variables.
12583         (gnus-message-search-citation-line)
12584         (gnus-message-add-citation-keywords)
12585         (gnus-message-remove-citation-keywords)
12586         (turn-on-gnus-message-citation-mode)
12587         (turn-off-gnus-message-citation-mode): New functions.
12588
12589 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12590
12591         * gnus-cite.el: Enable highlighting of different citation levels in
12592         message-mode.
12593
12594 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12595
12596         * message.el (message-make-fqdn): Fix comment.
12597         (message-bogus-system-names): Add ".local".
12598
12599         * spam.el (spam-ifile-path, spam-ifile-program)
12600         (spam-ifile-database-path, spam-ifile-database)
12601         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12602         Don't use "path" inappropriately.
12603         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12604         strings.
12605         (spam-check-ifile, spam-ifile-register-with-ifile)
12606         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12607         Use new variable names.
12608
12609         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12610         (gnus-treat-display-smileys): Simplify using
12611         gnus-image-type-available-p.
12612
12613         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12614         available.
12615
12616         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12617         Use `display-images-p' if available.
12618
12619 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12622         one after turning on the buffer's multibyteness instead of decoding
12623         them directly in the unibyte buffer that causes unexpected conversion
12624         in Emacs 23 (unicode).
12625
12626 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12627
12628         * message.el (message-generate-hashcash): Fix custom type.
12629
12630 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12631
12632         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12633
12634 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12637         disconnect icons.  Add help text.
12638
12639 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12640
12641         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12642         negated to be consistent with the others we handle.
12643
12644 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12645
12646         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12647         version of gnus-summary-buffer to something, so that we can use two
12648         article buffers at the same time.
12649
12650 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12651
12652         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12653         trigger all the extra headers.
12654         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12655         sorting.
12656
12657 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12658
12659         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12660         solid groups.
12661
12662 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12663
12664         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12665
12666 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12667
12668         * legacy-gnus-agent.el: Add Copyright notice.
12669
12670 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12671
12672         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12673
12674 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12675
12676         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12677
12678         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12679         to make it work reliably in CVS Emacs.
12680         (gnus-summary-limit-strange-charsets-predicate)
12681         (gnus-summary-limit-to-predicate): New functions.
12682
12683 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12684
12685         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12686         specifying array size.
12687         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12688         array if it is too small.
12689         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12690         (gnus-sort-threads-loop): New function.
12691
12692 2006-12-06  Chris Moore  <dooglus@gmail.com>
12693
12694         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12695         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12696
12697 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12698
12699         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12700         options.
12701
12702 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12703
12704         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12705         DOS-ing the recipient.
12706
12707         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12708         the headers when creating the mapping to avoid mismappings.
12709         (nnweb-gmane-create-mapping): Always nix out old mapping.
12710
12711 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12712
12713         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12714         and mm-verify-option to never.
12715
12716 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12717
12718         * message.el (message-signed-or-encrypted-p): New function.
12719         (message-forward-make-body): Use it.
12720
12721         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12722         Replace encode-coding-string with mm-encode-coding-string.
12723
12724 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * nneething.el (nneething-decode-file-name):
12727         Replace decode-coding-string with mm-decode-coding-string.
12728
12729         * gnus-int.el (gnus-open-server): Say failed server's name.
12730
12731 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12732
12733         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12734         strings to a single string.  Quote `errors-file-name'.
12735         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12736         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12737         Adjust calls.  Use `shell-quote-argument'.
12738
12739 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12740
12741         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12742         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12743
12744         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12745         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12746         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12747         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12748         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12749         (gnus-subscribe-newsgroup, gnus-1):
12750         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12751         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12752         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12753         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12754
12755 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12756
12757         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12758         keystroke.
12759         (gnus-summary-limit-to-bodies): Implement headersp.
12760
12761 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12762
12763         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12764
12765 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12768
12769 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12770
12771         * message.el (message-generate-hashcash): Expand range of values to
12772         include `opportunistic'.
12773         (message-send-mail): Use it.
12774
12775 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12776
12777         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12778         and comment it.
12779
12780         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12781
12782 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12783
12784         * gnus-util.el (gnus-extract-address-components): Improve comment.
12785
12786 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * gnus-util.el (gnus-extract-address-components): Work with address in
12789         which the name portion contains @.
12790
12791         * lpath.el: Fbind custom-autoload.
12792
12793 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * gnus.el (gnus-start): Move custom group up.
12796         (gnus-select-method): Don't autoload, but make it available for
12797         `customize-variable'.
12798         (gnus-getenv-nntpserver): Don't autoload.
12799
12800 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12801
12802         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12803
12804 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12805
12806         * message.el (message-sendmail-extra-arguments): New variable.
12807         (message-send-mail-with-sendmail): Use it.
12808
12809 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12810
12811         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12812         mm-with-unibyte-current-buffer to make string unibyte.
12813
12814         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12815         mm-string-as-multibyte.
12816
12817 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12818
12819         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12820         Reported by Werner Koch <wk@gnupg.org>.
12821
12822 2006-11-14  Daiki Ueno  <ueno@p360>
12823
12824         * mml2015.el: Autoload epa-select-keys when compiling.
12825
12826 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12827
12828         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12829         message-options.
12830         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12831
12832 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12833
12834         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12835         EasyPG (< 0.0.6).
12836         (mml2015-always-trust): New user option.
12837         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12838         prompt.
12839
12840 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12841
12842         * nntp.el (nntp-authinfo-force): New variable.
12843         (nntp-send-authinfo): Use it.
12844
12845 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12848         decode encoded words.  Improve prompt.  Add comment about forwarding.
12849         (message-replacement-char): Move up.
12850
12851 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12852
12853         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12854         instead of gnus-intersection because arguments of gnus-sorted-nunion
12855         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12856
12857 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12858
12859         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12860         (message-simplify-subject-functions):
12861         Enable message-strip-subject-encoded-words by default.
12862
12863 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * message.el (message-strip-subject-encoded-words): New function.
12866         (message-simplify-subject-functions): New variable.
12867         (message-simplify-subject): Use it.  Fix typo in doc string.
12868         Support message-strip-subject-encoded-words.
12869
12870 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12871
12872         * gnus-diary.el (gnus-diary-delay-format-function):
12873         * nndiary.el (nndiary-reminders):
12874         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12875
12876 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * gnus-art.el (article-hide-boring-headers): Fetch date from
12879         gnus-original-article-buffer to avoid problems with localized date
12880         strings.
12881
12882 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12885
12886 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12889         New variables.
12890         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12891         (mm-charset-synonym-alist): Move some entries to
12892         mm-codepage-iso-8859-list.
12893         (mm-charset-synonym-alist, mm-charset-override-alist):
12894         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12895
12896 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12899
12900 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12903         with Emacs 21 and XEmacs.
12904
12905 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12906
12907         * spam.el (spam-parse-address): New function for better parsing,
12908         catching errors, etc.
12909         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12910
12911 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * mm-view.el: Add interactive arg to html2text autoload.
12914
12915 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12918
12919 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12922         New variables.
12923         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12924         (mm-charset-synonym-alist): Move some entries to
12925         mm-codepage-iso-8859-list.
12926
12927         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12928
12929 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * message.el (message-citation-line-format)
12932         (message-insert-formated-citation-line): Fix implementation of %E, %N
12933         and %n according to the doc string.
12934
12935 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12936
12937         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12938         Use car-safe to avoid bad parses.
12939
12940 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12943         names.
12944
12945         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12946
12947 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12950         header.
12951
12952         * message.el (message-draft-headers): Add Date.
12953         (message-headers-to-generate): Fix typo in docstring.
12954
12955         * nndraft.el (nndraft-required-headers): New variable.
12956         (nndraft-generate-headers): Use it.
12957
12958         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12959
12960 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12961
12962         * gnus-registry.el (gnus-registry-wash-for-keywords)
12963         (gnus-registry-find-keywords): New functions to allow easy searching of
12964         articles that are in the registry.
12965
12966 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12967
12968         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12969         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12970         Reported by Damien Elmes <damien@repose.cx>.
12971
12972 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12973
12974         * gnus.el (gnus-mime): Remove unused custom group.
12975
12976 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12977
12978         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12979         "blank line" when searching for end of armor headers.
12980
12981 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gmm-utils.el (gmm-write-region): Fix variable name.
12984
12985 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * gmm-utils.el (gmm-write-region): New function based on compatibility
12988         code from `mm-make-temp-file'.
12989
12990         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12991
12992         * nnmaildir.el (nnmaildir--update-nov)
12993         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12994         Use `gmm-write-region'.
12995
12996 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12997
12998         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12999         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13000
13001         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13002
13003         * message.el (message-replacement-char): New variable.
13004         (message-fix-before-sending): Use it.
13005         (message-simplify-subject): New function to remove duplicate code.
13006         (message-reply, message-followup): Use it.
13007
13008         * gnus-sum.el (gnus-summary-make-menu-bar):
13009         Clarify gnus-summary-limit-to-articles.
13010
13011 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * gnus-util.el (gnus-with-local-quit): New macro.
13014
13015         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13016
13017 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13018
13019         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13020         ignore non-string data.
13021
13022 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13023
13024         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13025         non-string data (needs to be done in the registry too).
13026
13027 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13028
13029         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13030         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13031         (gnus-registry-split-fancy-with-parent)
13032         (gnus-registry-fetch-simplified-message-subject-fast)
13033         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13034         Remove text properties on ingress into the registry and when it's saved.
13035         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13036         registry from entries with no groups.
13037
13038 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13039
13040         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13041         function to remove string properties.
13042
13043 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13044
13045         * gmm-utils.el (gmm): Adjust custom version.
13046
13047         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13048         Adjust custom version.
13049
13050         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13051
13052 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13053
13054         * gnus-art.el (gnus-insert-prev-page-button)
13055         (gnus-insert-next-page-button): Simplify.  Reformat.
13056
13057 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13058
13059         * gnus-art.el (gnus-insert-prev-page-button)
13060         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13061
13062 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13063
13064         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13065
13066 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13067
13068         * gnus-art.el (gnus-insert-mime-button)
13069         (gnus-insert-mime-security-button):
13070         Apply gnus-article-button-face to MIME and security buttons.
13071
13072 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13075         readable.
13076
13077 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
13080
13081 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13082
13083         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13084         `browse-url-of-file' instead of `browse-url'.
13085
13086 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13087
13088         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13089         regexp.  Articles containing quotation were cut prematurely.
13090
13091 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * message.el (message-cite-original-1): Use nobody by default for the
13094         value of From header.
13095         (message-reply): Ditto.
13096
13097 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13098
13099         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13100         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13101         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13102
13103 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13104
13105         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13106         mails in the doc string.  Add some URLs in comment.
13107         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13108
13109 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13112         backslashes handling and the way to find boundaries of quoted strings.
13113
13114 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13115
13116         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13117         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13118         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13119         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13120
13121 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13122
13123         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13124         doc string.
13125         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13126
13127 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * lpath.el: Fbind epg-check-configuration.
13130
13131 2006-09-06  Simon Josefsson  <jas@extundo.com>
13132
13133         * mml2015.el (mml2015-use): Doc fix, mention epg.
13134
13135 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13136
13137         * mml2015.el (mml2015-use): Default to epg, if available.
13138
13139 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13140
13141         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13142         message-sender.
13143         (mml1991-epg-encrypt): Ditto.
13144         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13145         message-sender.
13146         (mml2015-epg-encrypt): Ditto.
13147
13148 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13149
13150         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13151         several common directories.
13152
13153 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13154
13155         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13156         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13157
13158 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13159
13160         * gnus-art.el (article-decode-encoded-words): Make it fast.
13161
13162 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13163
13164         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13165
13166         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13167         in quoted string into `\'.
13168
13169 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13172         Use standard-syntax-table.
13173
13174 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * gnus-art.el (gnus-decode-address-function): New variable.
13177         (article-decode-encoded-words): Use it to decode headers which are
13178         assumed to contain addresses.
13179         (gnus-mime-delete-part): Remove useless `or'.
13180
13181         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13182         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13183         (gnus-nov-parse-line): Use it to decode From header.
13184         (gnus-get-newsgroup-headers): Ditto.
13185         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13186
13187         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13188         (mail-decode-encoded-address-string): New alias.
13189
13190         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13191         New function.
13192         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13193         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13194         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13195         (rfc2047-decode-string): Ditto.
13196         (rfc2047-decode-address-region): New function.
13197         (rfc2047-decode-address-string): New function.
13198
13199 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13200
13201         * message.el (message-caesar-buffer-body): Allow rotating headers.
13202
13203         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13204
13205         * message.el (message-insert-formated-citation-line): Fix %f.
13206         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13207
13208 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13211         (gnus-bookmark-mouse-available-p): New macro.
13212         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13213         (gnus-bookmark-bmenu-show-infos): Use it.
13214         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13215         (gnus-bookmark-bmenu-hide-infos): Ditto.
13216         (gnus-bookmark-remove-properties): New function.
13217         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13218         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13219         (gnus-bookmark-write-file): Bind coding-system-for-write.
13220         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13221         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13222         group before selecting it.
13223         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13224         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13225         quit-window if it is not available; use gnus-mouse-2 and bind it to
13226         gnus-bookmark-bmenu-select-by-mouse.
13227         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13228         (gnus-bookmark-bmenu-select-by-mouse): New function.
13229
13230 2006-08-13  Romain Francoise  <romain@orebokech.com>
13231
13232         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13233         space.
13234
13235 2006-08-10  Romain Francoise  <romain@orebokech.com>
13236
13237         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13238         (dns-mode-soa-auto-increment-serial): New user option.
13239         (dns-mode-soa-maybe-increment-serial): New function.
13240         (dns-mode): Add the latter to `write-contents-functions'.
13241
13242 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13243
13244         * compface.el (uncompface): Use binary rather than raw-text-unix.
13245
13246 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * compface.el (uncompface): Make sure the eol conversion doesn't take
13249         place when communicating with the external programs.
13250         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13251
13252 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13253
13254         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13255
13256 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13257
13258         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13259         Make it more robust by parsing author and date independently.
13260
13261 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13264
13265 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13266
13267         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13268         first matching secret key.
13269         (mml2015-epg-encrypt): Ditto.
13270
13271         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13272         first matching secret key.
13273         (mml1991-epg-encrypt): Ditto.
13274
13275         * mml2015.el (mml2015-encrypt-to-self): New user option.
13276         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13277         mml2015-epg-encrypt-to-self is set.
13278
13279         * mml1991.el (mml1991-encrypt-to-self): New variable.
13280         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13281         mml1991-epg-encrypt-to-self is set.
13282
13283         * mml2015.el (mml2015-signers): New user option.
13284         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13285         (mml2015-epg-encrypt): Allow to select signing keys.
13286
13287         * mml1991.el (mml1991-signers): New variable.
13288         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13289         (mml1991-epg-encrypt): Allow to select signing keys.
13290
13291 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * nnheader.el (nnheader-insert-head): Make it work even if the file
13294         uses CRLF for the line-break code.
13295
13296 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13297
13298         * mml2015.el: Require mml-sec instead of password.
13299         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13300         (mml2015-cache-passphrase): Inherit the default value from
13301         mml-secure-cache-passphrase.
13302         (mml2015-passphrase-cache-expiry): Inherit the default value from
13303         mml-secure-passphrase-cache-expiry.
13304
13305         * mml1991.el: Require mml-sec instead of password.
13306         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13307         (mml1991-cache-passphrase): Inherit the default value from
13308         mml-secure-cache-passphrase.
13309         (mml1991-passphrase-cache-expiry): Inherit the default value from
13310         mml-secure-passphrase-cache-expiry.
13311
13312         * mml-sec.el: Require password.
13313         (mml-secure-verbose): New user option.
13314         (mml-secure-cache-passphrase): New user option.
13315         (mml-secure-passphrase-cache-expiry): New user option.
13316
13317 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13318
13319         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13320         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13321         andreas@altroot.de (Andreas Vögele).
13322
13323         FIXME: Use `tiny change'?
13324
13325 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13326
13327         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13328         workaround for the url package included with Emacs.
13329
13330         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13331
13332 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13335         correctly.  This fixes a bug caused by the 2006-05-12 change.
13336
13337 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13338
13339         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13340         some information about the error when saying that the `bogus' mail
13341         group will be used.
13342
13343 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13344
13345         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13346         string.
13347
13348 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13349
13350         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13351
13352 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13353
13354         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13355
13356 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13357
13358         * mml1991.el (mml1991-function-alist): Add epg.
13359         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13360         (mml1991-epg-encrypt): New functions.
13361
13362 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13363
13364         * mml2015.el (mml2015-verbose): New variable.
13365         (mml2015-cache-passphrase): Ditto.
13366         (mml2015-passphrase-cache-expiry): Ditto.
13367         (mml2015-function-alist): Add epg.
13368         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13369         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13370         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13371         New functions.
13372
13373 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13374
13375         * message.el (message-cite-original-1): Preserve region when removing
13376         quoted text due to X-No-Archive in order to avoid bogus attribution
13377         when citing multiple messages.
13378
13379 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13380
13381         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13382         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13383
13384 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * gnus-diary.el (gnus-user-format-function-d)
13387         (gnus-user-format-function-D): Autoload.
13388
13389         * imap.el (Commentary): Fix typo.
13390
13391         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13392         2006-04-22 contribution.
13393
13394 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13395
13396         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13397         It didn't really fix the bogosity I'm seeing with solid web groups.
13398
13399 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13400
13401         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13402         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13403         created using server names.  If we use the feature without declaring
13404         it, Gnus does not properly manage server and group state.
13405
13406         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13407         bound.
13408
13409 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13410
13411         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13412         looking up the method using GROUP's prefix before inventing a new one.
13413         It is used on killed/unknown groups in various places where returning
13414         an all-new method isn't expected by the caller.
13415
13416         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13417         and match semantics of gnus-group-real-prefix.
13418
13419 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * nnmail.el (nnmail-broken-references-mailers): New variable.
13422         (nnmail-ignore-broken-references): New function generalizing
13423         nnmail-fix-eudora-headers.
13424         (nnmail-fix-eudora-headers): Now obsolete.
13425
13426         * gnus-art.el (gnus-button-handle-custom):
13427         Support `customize-apropos*'.
13428
13429 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13430
13431         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13432
13433         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13434         articles.
13435
13436 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * message.el (message-cite-reply-above): New variable.
13439         (message-yank-original): Use it.
13440
13441 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13444
13445 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13448         as read.
13449
13450         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13451
13452 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13455         (gnus-bookmark-default-file): Use gnus-directory.
13456         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13457         Remove "*" in doc string.
13458         (gnus-bookmark-write-file): Simplify.
13459         (gnus-bookmark-maybe-sort-alist): Use `when'.
13460         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13461         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13462         Add FIXME about Emacs 21 and XEmacs compatibility.
13463         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13464         compatibility.
13465         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13466         compatibility.
13467         (gnus-bookmark-menu-heading): Fix version.
13468
13469 2006-06-19  Bastien Guerry  <bzg@altern.org>
13470
13471         * gnus-bookmark.el: New file.
13472
13473 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * message.el (message-syntax-checks): Doc fix.
13476
13477 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13478
13479         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13480         unsubscribed groups as if they were killed ones.  It causes duplicate
13481         entries in gnus-newsrc-alist.
13482
13483 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * message.el (message-syntax-checks): Doc fix.
13486         (message-send-mail): Add check for continuation headers.
13487         (message-check-news-header-syntax): Fix regexp used to check for
13488         continuation headers.
13489
13490 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13493
13494 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13497
13498 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13501         default-truncate-lines.
13502
13503 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13506         to fill the utf-8 entry.
13507
13508         * lpath.el: Fbind unicode-precedence-list.
13509
13510 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13511
13512         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13513
13514 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13515
13516         * gnus-agent.el (directory-files-and-attributes): Move all the way
13517         forward (the third and final move).
13518         (gnus-agent-read-agentview): Trap reconstruction errors due to
13519         nonexistent directory.  Handle by returning nil.
13520
13521 2006-05-30  Didier Verna  <didier@xemacs.org>
13522
13523         * message.el (message-dont-reply-to-names): Update the custom type.
13524         * message.el (message-dont-reply-to-names): New defsubst: potentially
13525         convert a list of regexps into a single one.
13526         * message.el (message-get-reply-headers): Use it.
13527         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13528
13529 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * gnus-agent.el (directory-files-and-attributes): Move forward.
13532
13533 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13534
13535         * gnus-ml.el (gnus-mailing-list-subscribe)
13536         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13537         (gnus-mailing-list-message): Fix doc strings.
13538
13539 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13540
13541         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13542         of doing it manually.
13543
13544 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13545
13546         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13547         comment.
13548
13549 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13550
13551         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13552         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13553         (gnus-agent-read-local): All symbols allocated in my-obarray.
13554         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13555         (gnus-agent-regenerate-group): Check numeric names to see if they are
13556         messages or groups.
13557         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13558         better way of do this...)
13559
13560         * gnus-cache.el (gnus-agent-total-fetched-for):
13561         Ignore 'dummy.group' (there should be a better way of do this...)
13562
13563 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13566         (gnus-saved-headers): Ditto.
13567         (gnus-default-article-saver): Mention functions may have properties.
13568         (gnus-article-save): Override gnus-save-all-headers and
13569         gnus-saved-headers by :headers property which saver function may have.
13570         (gnus-summary-save-in-file): Add :headers property.
13571         (gnus-summary-write-to-file): Ditto.
13572
13573         * gnus-sum.el (gnus-summary-save-article): Bind
13574         gnus-prompt-before-saving to t when saving many articles in a file;
13575         always show all headers.
13576
13577         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13578
13579 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13580
13581         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13582         marks.
13583
13584         * message.el (message-indent-citation): Add optional arguments to allow
13585         using it outside of message buffers.
13586
13587         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13588         (gnus-article-treat-unfold-headers): Use it.
13589         (gnus-article-truncate-lines): New variable.
13590         (gnus-article-mode): Use it.
13591         (gnus-article-toggle-truncate-lines): New function.
13592
13593         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13594         Add gnus-article-toggle-truncate-lines.
13595
13596         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13597         coding system in XEmacs, use binary.
13598
13599 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13602         after-load-alist.
13603
13604         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13605         this function should save decoded articles.
13606         (gnus-summary-write-to-file): Use property to specify this function
13607         should save decoded articles and specify gnus-summary-save-in-file
13608         should be used to save articles other than the first one when saving
13609         many articles.
13610         (gnus-summary-save-body-in-file): Use property to specify this
13611         function should save decoded articles.
13612         (gnus-summary-write-body-to-file): Use property to specify this
13613         function should save decoded articles and specify
13614         gnus-summary-save-body-in-file should be used to save articles other
13615         than the first one when saving many articles.
13616
13617         * gnus-sum.el (gnus-summary-save-article): Simplify.
13618
13619 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * gnus-art.el (gnus-default-article-saver):
13622         Add gnus-summary-write-body-to-file.
13623         (gnus-article-save-coding-system): Don't use coding system object
13624         in XEmacs.
13625         (gnus-read-save-file-name): Add optional `dir-var' argument which
13626         specifies directory in which files are saved; work even if optional
13627         `variable' argument is not specified.
13628         (gnus-summary-write-to-file): Read file name.
13629         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13630         (gnus-summary-write-body-to-file): New function.
13631
13632         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13633         (gnus-summary-local-variables): Add it.
13634         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13635         (gnus-summary-save-article): Remove optional `decode' argument;
13636         determine whether to decode articles by the value of
13637         gnus-default-article-saver; when saving many files using
13638         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13639         it first and use gnus-summary-save-in-file or
13640         gnus-summary-save-body-in-file thereafter unless
13641         gnus-prompt-before-saving is always; move point to article which
13642         will be saved.
13643         (gnus-summary-save-article-file): Revert.
13644         (gnus-summary-write-article-file): Revert.
13645         (gnus-summary-save-article-body-file): Revert.
13646         (gnus-summary-write-article-body-file): New function.
13647
13648 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13649
13650         * gnus-art.el (gnus-default-article-saver): Doc fix.
13651         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13652         from gnus-summary-save-article-coding-system, and default to a
13653         certain coding system.
13654         (gnus-output-to-file): Add coding cookie and encode text according
13655         to gnus-article-save-coding-system; don't use mm-append-to-file.
13656
13657         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13658         gnus-art.el and rename to gnus-article-save-coding-system.
13659         (gnus-summary-save-article): Require gnus-art; don't show all
13660         headers if it decodes articles; don't add coding cookie here;
13661         don't bind mm-text-coding-system-for-write.
13662         (gnus-summary-save-article-file): Save decoded articles.
13663         (gnus-summary-write-article-file): When saving many files, use
13664         gnus-summary-write-to-file first and gnus-summary-save-in-file
13665         thereafter unless gnus-prompt-before-saving is always.
13666         (gnus-summary-save-article-body-file): Save decoded articles.
13667
13668         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13669
13670 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13671
13672         * nnrss.el (nnrss-check-group): Bind hash-index.
13673
13674 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13675
13676         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13677         its hash index.  Store this hash in `nnrss-group-data'.
13678         (nnrss-read-group-data): Update accordingly.
13679
13680 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13683         entry.
13684
13685         * gnus-sum.el (gnus-summary-make-menu-bar):
13686         Add gnus-article-browse-html-article.
13687
13688 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13689
13690         * gnus-sum.el (gnus-summary-mime-map):
13691         Add gnus-article-browse-html-article.
13692
13693         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13694
13695 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13696
13697         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13698         suitable coding systems in customize.
13699
13700 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * mail-source.el (mail-sources): Fix custom type.
13703
13704 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13705
13706         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13707         (gnus-summary-expire-articles-now): Shorten prompt.
13708
13709         * gmm-utils.el (wid-edit): Require.
13710         (defun-gmm): Rename from `gmm-defun-compat'.
13711         (gmm-image-search-load-path): Use it.
13712         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13713
13714 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * gnus-sum.el (gnus-summary-save-article-coding-system):
13717         New variable.
13718         (gnus-summary-save-article): Add optional `decode' argument.
13719         If it is set and gnus-summary-save-article-coding-system is non-nil,
13720         save decoded article.
13721         (gnus-summary-write-article-file): Save decoded article if
13722         gnus-summary-save-article-coding-system is non-nil.
13723
13724         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13725         type.
13726
13727 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13730
13731 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13734         first to test gnus-single-article-buffer which may be buffer-local.
13735
13736         * gnus-sum.el (gnus-summary-setup-buffer):
13737         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13738         group; make gnus-article-buffer, gnus-article-current, and
13739         gnus-original-article-buffer always buffer-local.
13740         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13741         group.
13742         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13743
13744 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * nnml.el (nnml-request-compact-group): Compressed files might not
13747         have .gz extension.
13748
13749 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13750
13751         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13752         (mm-copy-to-buffer): Use with-current-buffer.
13753         (mm-display-part): Simplify.
13754         (mm-inlinable-p): Add optional arg `type'.
13755
13756 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13757
13758         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13759         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13760         Try harder to show the attachment internally or externally using
13761         gnus-mime-view-part-as-type.
13762
13763 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * message.el (message-from-style, message-signature-separator)
13766         (message-user-organization-file, message-send-mail-function)
13767         (message-citation-line-function, message-yank-prefix)
13768         (message-indent-citation-function, message-signature)
13769         (message-signature-file, message-signature-insert-empty-line):
13770         Remove autoloads.
13771
13772         * gnus-art.el (gnus-buttonized-mime-types):
13773         Remove "multipart/signed".  Revert 2006-04-26 change.
13774
13775 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13776
13777         * gnus.el (gnus-version-number): Bump version.
13778
13779 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13780
13781         * gnus.el: No Gnus v0.5 is released.
13782
13783 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13784
13785         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13786         fetching articles by message-id.
13787
13788 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13789
13790         * message.el (hashcash): Require hashcash as normal.
13791
13792         * ecomplete.el (ecomplete-highlight-match-line):
13793         Use point-at-eol.
13794         (ecomplete-highlight-match-line): Use `highlight', because that
13795         face exists in both Emacs and XEmacs.
13796
13797         * message.el (message-display-abbrev): Use point-at-bol.
13798
13799         * mail-source.el: Don't require timer/timer-funcs.
13800
13801         * gnus-async.el: Ditto.
13802
13803         * password.el: Ditto.
13804
13805         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13806
13807         * mm-url.el: Ditto.
13808
13809         * gnus-xmas.el: Don't require timer-funcs.
13810
13811         * mm-util.el: Require timer/timer-funcs.
13812
13813 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13814
13815         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13816         Close.
13817
13818 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13821         unibyte after clear-decrypt function runs.
13822
13823         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13824         returns as a unibyte string.
13825
13826 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * lpath.el: Revert.
13829
13830         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13831         (pgg-gpg-process-sentinel): Revert.
13832
13833         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13834         (pgg-pgp-lookup-key): Revert.
13835
13836         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13837         (pgg-pgp5-lookup-key): Revert.
13838
13839         * pgg.el (pgg-fetch-key): Revert.
13840
13841 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * lpath.el: Fbind string-as-multibyte for XEmacs.
13844
13845         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13846         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13847         (mml1991-pgg-encrypt): Ditto.
13848
13849         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13850         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13851         a multibyte buffer.
13852
13853         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13854         (pgg-pgp-lookup-key): Ditto.
13855
13856         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13857         (pgg-pgp5-lookup-key): Ditto.
13858
13859         * pgg.el (pgg-fetch-key): Ditto.
13860
13861 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13862
13863         * message.el (message-user-organization-file): Check several
13864         locations of the organization file.
13865
13866         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13867         Add gnus-article-view-part-as-type.
13868
13869         * gnus-art.el (gnus-article-view-part-as-type): New function.
13870
13871         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13872         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13873
13874         * mml.el: Simplify autoload.
13875         (mml-mode): defvar dnd-protocol-alist instead of using
13876         symbol-value.
13877         (mml-default-directory): New variable.
13878         (mml-minibuffer-read-file): Use it.
13879         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13880
13881         * message.el (message-citation-line-format): New variable.
13882         (message-insert-formated-citation-line): New function.
13883         (message-citation-line-function):
13884         Add `message-insert-formated-citation-line' to custom type.
13885
13886         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13887         to doc string.
13888
13889         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13890         depending on mm-verify-option.
13891
13892 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13895         binding pgg-* variables; reimplement the section which prevents
13896         MIME header from being signed.
13897         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13898         pgg-text-mode; remove a blank line at the top of body.
13899
13900         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13901         lines at the top of body; use gnus-newsgroup-charset if there's no
13902         Charset header.
13903
13904 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * message.el (message-self-insert-commands): Doc fix.
13907
13908         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13909         (mm-uu-pgp-encrypted-test): Ditto.
13910         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13911         between header and body; return application/pgp-encrypted handle
13912         if decryption failed; decode decrypted body by charset.
13913
13914         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13915         element match to application/pgp-*.
13916
13917 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13918
13919         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13920         HTML.
13921
13922 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13923
13924         * mail-source.el (mail-source-call-script): Message the error
13925         string.
13926
13927 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13928
13929         * gnus-util.el (gnus-byte-compile): Use it.
13930
13931 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13932
13933         * gnus-util.el (kill-empty-logs): New function.
13934
13935 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13936
13937         * message.el (message-mail-alias-type): Doc fix.
13938         (message-mail-alias-type-p): New function.
13939         (message-send): Use it.
13940         (message-mode): Ditto.
13941         (message-strip-forbidden-properties): Ditto.
13942
13943         * ecomplete.el (ecomplete-database-file-coding-system):
13944         New variable.
13945         (ecomplete-save): Use it.
13946         (ecomplete-setup): Use it.
13947
13948 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * message.el (message-self-insert-commands): New variable.
13951         (message-strip-forbidden-properties): Use it.
13952
13953 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13954
13955         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13956         that doesn't make XEmacs choke.
13957
13958 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * gnus-util.el (gnus-replace-in-string):
13961         Prefer replace-regexp-in-string over of replace-in-string.
13962
13963 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-util.el (gnus-select-frame-set-input-focus):
13966         Use select-frame-set-input-focus if it is available in XEmacs; use
13967         definition defined in Emacs 22 for old Emacsen.
13968
13969         * dgnushack.el: Autoload unmorse-region for XEmacs.
13970
13971         * lpath.el: Bind cursor-in-non-selected-windows and
13972         select-frame-set-input-focus for XEmacs.
13973
13974 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13977
13978 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13979
13980         * gnus-registry.el (gnus-registry-cache-save): Remove text
13981         properties when saving via the temp buffer.
13982
13983 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13984
13985         * message.el (message-generate-hashcash): Honor custom type.
13986
13987 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13988
13989         * message.el (message-generate-hashcash): Default to non-nil when
13990         hashcash is found.
13991
13992         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13993         (gnus-refer-thread-limit): Increase default to 500.
13994
13995         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13996
13997         * flow-fill.el (fill-flowed): Allow delete-space.
13998
13999 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14000
14001         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14002         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14003         Remove autoloads.
14004
14005 2006-04-18  Simon Josefsson  <jas@extundo.com>
14006
14007         * message.el (message-generate-hashcash): Default to.
14008
14009 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14012         concatenating segments rather than before concatenating them.
14013
14014 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14015
14016         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14017
14018 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14019
14020         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14021
14022         * message.el (message-forward-make-body-plain):
14023         Allow message-forward-ignored-headers to be a list.
14024         (message-remove-ignored-headers): Factor out into function.
14025         (message-forward-make-body-mml): Use it.
14026
14027         * imap.el (imap-quote-specials): New function.
14028         (imap-login-auth): Quote specials.
14029
14030         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14031         (rfc2231-parse-string): Allow concatanation of parameters that
14032         aren't contiguous.  The test case is
14033           (mail-header-parse-content-type "message/external-body;
14034             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14035             access-type=LOCAL-FILE;
14036             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14037
14038 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14039
14040         * nntp.el (nntp-accept-process-output): Return the value of
14041         `nnheader-accept-process-output'.
14042
14043 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14044
14045         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14046         (gnus-button-alist): Recognize more diff formats.
14047         (gnus-button-patch): Strip directory.
14048
14049 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14050
14051         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14052         Emacs 22 when setting focus.
14053
14054 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14055
14056         * gnus-art.el (gnus-article-treat-types): Do treatment of
14057         text/x-verbatim parts.
14058         (gnus-button-patch): New command.
14059
14060         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14061         addresses that contain invalid characters.
14062
14063 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14064
14065         * message.el (message-put-addresses-in-ecomplete):
14066         Use gnus-replace-in-string.
14067         (message-is-yours-p): Use the more correct
14068         mail-header-parse-address instead of
14069         mail-extract-address-components.
14070         (message-put-addresses-in-ecomplete): Fix typo.
14071
14072         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14073         keystroke.
14074
14075         * gnus-art.el (gnus-treatment-function-alist): Change order of
14076         newsgroups/generic header folding to avoid double-folding.
14077
14078         * message.el (message-hidden-headers): Add X-Draft-From.
14079
14080         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14081         New command.
14082         (gnus-summary-repeat-search-article-backward): New command.
14083
14084         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14085         groups in the parent topic.
14086
14087 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14088
14089         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14090         (spam-extra-header-to-number): Return the CRM114 number as a
14091         number instead of a string.
14092
14093 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14094
14095         * gnus-art.el (gnus-face-properties-alist): Move here from
14096         gnus-fun.
14097
14098         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14099
14100 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14101
14102         * message.el (message-strip-forbidden-properties): Only display on
14103         self-insert-command.
14104
14105         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14106         reindent.
14107         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14108
14109 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14110
14111         * smiley.el (smiley-style): Fix typo.
14112
14113 2006-03-23  Kenichi Handa  <handa@m17n.org>
14114
14115         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14116         instead of set-buffer-multibyte.
14117
14118 2006-03-23  Kenichi Handa  <handa@m17n.org>
14119
14120         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14121         buffer and then decode the buffer text if necessary.
14122         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14123         first, and after mm-encode-body, change the buffer to unibyte.
14124
14125 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14126
14127         * hashcash.el (hashcash-insert-payment-async-2):
14128         Use message-goto-eoh instead of doing it manually.
14129         (mail-add-payment): Use message-narrow-to-header instead of trying
14130         to do the same itself.
14131
14132         * message.el (message-hidden-headers): Add Face.
14133
14134         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14135         reparenting code.
14136         (gnus-summary-reparent-children): Refactored out code.
14137         (gnus-summary-thread-map): New keystroke.
14138         (gnus-summary-reparent-children): Make into command.
14139
14140         * smiley.el (smiley-style): Default to `medium' if using a large
14141         font.
14142
14143         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14144         does it itself.
14145
14146         * message.el (message-point-in-header-p): Simplify definition.
14147
14148 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14149
14150         * nnagent.el (nnagent-request-set-mark): Silence log file
14151         writing.
14152         (nnagent-request-set-mark): Use write-region instead of
14153         append-to-file.
14154
14155         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14156         strange select method.
14157
14158         * ecomplete.el (ecomplete-display-matches): Get highlightling
14159         right.
14160         (ecomplete-display-matches): Use literals.
14161         (ecomplete-display-matches): Disable message logging.
14162
14163         * message.el (message-display-abbrev): Small optimization.
14164
14165         * ecomplete.el (ecomplete-display-matches): Allow automatic
14166         display.
14167
14168         * message.el (message-strip-forbidden-properties):
14169         Display abbrevs.
14170         (message-display-abbrev): Get automatic display right.
14171
14172         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14173         keystrokes.
14174
14175 2006-04-13  Romain Francoise  <romain@orebokech.com>
14176
14177         TODO: Backport to v5-10!
14178
14179         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14180         Move here (and rename) from gnus-registry.el.
14181
14182         * gnus-registry.el: Require gnus-util.
14183         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14184
14185 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14186
14187         * gnus-group.el (gnus-group-catchup-current):
14188         Change if-then-else-if-then-else into cond.
14189         (gnus-group-catchup): Indent.
14190         (group-name-at-point): New function.
14191         (gnus-fetch-group): Provide default from thing at point.
14192
14193 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14194
14195         * message.el (message-display-abbrev): Fix regexp.
14196
14197         * ecomplete.el (ecomplete-highlight-match-line):
14198         Reimplement choosing.
14199         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14200         dead variables.
14201
14202         * message.el (message-newline-and-indent): Remove debugging.
14203         (message-display-abbrev): Use new implementation.
14204
14205 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * gnus-art.el (gnus-article-mode):
14208         Set cursor-in-non-selected-windows to nil.
14209
14210         * smiley.el: Revert previous change.
14211         (smiley-data-directory): defvar it before using it in the
14212         defcustom of `smiley-style'.
14213
14214 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14215
14216         * message.el (message-newline-and-indent): New function.
14217
14218         * ecomplete.el: Implement more bits.
14219
14220         * message.el (message-put-addresses-in-ecomplete): Clean up the
14221         string.
14222
14223         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14224
14225         * gnus-sum.el (gnus-summary-save-parts):
14226         Bind gnus-summary-save-parts-counter and use it to make unique file
14227         names.
14228
14229         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14230
14231         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14232         parameter to say whether to actually parse the individual
14233         addresses.
14234
14235         * message.el (message-put-addresses-in-ecomplete): New function.
14236         (ecomplete): Require.
14237         (message-mail-alias-type): Add ecomplete as an option.
14238
14239 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14240
14241         * flow-fill.el (fill-flowed): Remove trailing space from blank
14242         quoted lines.
14243
14244 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14245
14246         * smiley.el (smiley-style): Move definition later to avoid a
14247         compilation warning.
14248
14249 2006-04-12  Kenichi Handa  <handa@m17n.org>
14250
14251         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14252         buffer and then decode the buffer text if necessary.
14253         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14254         first, and after mm-encode-body, change the buffer to unibyte.
14255         Use mm-disable-multibyte instead of set-buffer-multibyte.
14256
14257 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14258
14259         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14260         Content-Type header instead of Content-Disposition header.
14261         (gnus-mime-inline-part): Ditto.
14262         (gnus-mime-view-part-as-charset): Ignore charset that the part
14263         specifies.
14264
14265         * mm-decode.el (mm-display-part): Work with external parts and
14266         usual parts similarly.
14267
14268         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14269         instead of gnus-display-mime.
14270
14271         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14272         instead of with-temp-buffer.
14273
14274         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14275         tag to summarized topics part in order to encode non-ASCII text.
14276
14277 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14278
14279         * smiley.el (smiley-style): New variable.
14280         (smiley-directory): New function.
14281         (smiley-data-directory): Derive from `smiley-style' using
14282         `smiley-directory'.
14283         (smiley-regexp-alist): Add new entries.
14284
14285         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14286         (gnus-article-browse-delete-temp): Add :version.
14287
14288 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14289
14290         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14291         the sieve region.
14292
14293 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14294
14295         * gnus.el (gnus-version-number): Bump version.
14296
14297 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14298
14299         * gnus.el: No Gnus v0.4 is released.
14300
14301 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14302
14303         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14304         layout.
14305
14306         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14307         unknown charset.
14308
14309         * message.el (message-header-synonyms): Add Original-To to the
14310         default.
14311
14312         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14313         optional parameter.
14314
14315 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14316
14317         * gnus-fun.el (gnus): Require it for gnus-directory.
14318
14319 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14322
14323 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14324
14325         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14326
14327 2006-04-05  Simon Josefsson  <jas@extundo.com>
14328
14329         * password.el (password-reset): New function.
14330
14331 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14332
14333         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14334         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14335
14336 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14337
14338         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14339         Some whitespace was matched into the url, which broke browsing hits
14340         > 100 when mm-url-use-external was nil.
14341
14342 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14343
14344         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14345         Check gnus-extra-headers for 'Newsgroups.
14346
14347         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14348         bound.
14349
14350 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14351
14352         * pgg-gpg.el: Clean up process buffers every time gpg processes
14353         complete.
14354
14355 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14356
14357         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14358         doc string.
14359
14360 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14361
14362         * pgg-gpg.el (pgg-gpg-process-filter)
14363         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14364
14365         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14366         lines, temporary fix.
14367
14368 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14371
14372 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14373
14374         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14375         default-enable-multibyte-characters.  This reverts the change from
14376         revision 6.17 which is no longer necessary because the passphrase
14377         is sent separately now.  GnuPG messages are unreadable under
14378         multibyte locales with default-enable-multibyte-characters set to
14379         nil.
14380
14381 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14382
14383         * message.el (message-tool-bar-gnome): Move "spell".
14384
14385 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14388         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14389         instead.
14390
14391 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14392
14393         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14394         Improve newsgroups handling for NNTP overviews which don't include
14395         Newsgroups.
14396
14397 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14398
14399         * message.el (message-resend): Bind message-generate-hashcash to nil.
14400
14401 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14402
14403         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14404         when searching for already-paid recipients.
14405
14406 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14407
14408         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14409         passphrases when it is not needed.
14410         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14411         passphrase stuff from gpg, should only be necessary when you use
14412         gpg with a smartcard.
14413
14414 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * mml.el (mml-insert-mime): Ignore cached contents of
14417         message/external-body part.
14418
14419         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14420         (mm-insert-part): Ditto.
14421
14422 2006-03-23  Simon Josefsson  <jas@extundo.com>
14423
14424         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14425         Reiner.
14426         (pgg-gpg-use-agent-p): Use it again.
14427
14428 2006-03-23  Simon Josefsson  <jas@extundo.com>
14429
14430         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14431         older emacsen.
14432         (pgg-gpg-use-agent-p): Don't use it.
14433
14434 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14437         if we can.
14438
14439 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14440
14441         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14442         (pgg-gpg-update-agent): New function.
14443         (pgg-gpg-use-agent-p): New function.
14444         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14445         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14446         (pgg-gpg-sign-region): Use it.
14447
14448 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14451         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14452
14453 2006-03-21  Simon Josefsson  <jas@extundo.com>
14454
14455         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14456         <wilde@sha-bang.de>.
14457         (pgg-gpg-use-agent): New variable.
14458         (pgg-gpg-process-region): Use it.
14459         (pgg-gpg-encrypt-region): Likewise.
14460         (pgg-gpg-encrypt-symmetric-region): Likewise.
14461         (pgg-gpg-decrypt-region): Likewise.
14462         (pgg-gpg-sign-region): Likewise.
14463         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14464
14465 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14466
14467         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14468
14469         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14470         Add comment on version.
14471
14472 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14473
14474         * smiley.el: Add missing test smiley.
14475
14476 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14477
14478         * mm-decode.el (mm-with-part): New macro.
14479         (mm-get-part): Use it; work with message/external-body as well.
14480         (mm-save-part): Treat name and filename equally.
14481
14482         * mm-extern.el (mm-extern-cache-contents): New function.
14483         (mm-inline-external-body): Use it; force the part to be displayed;
14484         move undisplayer added to the cached handle to the parent.
14485
14486         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14487         (gnus-mime-view-part-as-type): Work with message/external-body.
14488
14489         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14490
14491 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14492
14493         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14494         images in image-load-path.  [Sync with image.el, revision 1.60, in
14495         Emacs.]
14496
14497 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14500         path rather than symbol.  Always return list of directories.
14501         Guarantee that image directory comes first.  [Sync with image.el,
14502         revision 1.59, in Emacs.]
14503
14504         * message.el (message-make-tool-bar): Adjust to new API of
14505         `gmm-image-load-path-for-library'.
14506
14507         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14508
14509         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14510
14511 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14512
14513         * gnus-art.el (gnus-article-only-boring-p):
14514         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14515         intangible text.
14516         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14517
14518 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14521         Use `defun' instead of `gmm-defun-compat'.
14522
14523 2006-03-14  Simon Josefsson  <jas@extundo.com>
14524
14525         * message.el (message-unique-id): Don't use message-number-base36
14526         if (user-uid) is a float.
14527         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14528
14529 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14532
14533         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14534         empty line between a part and a message part.
14535
14536 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14537
14538         * smiley.el: Add more test smileys.
14539         (smiley-data-directory, smiley-regexp-alist)
14540         (gnus-smiley-file-types): Fix doc strings.
14541         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14542         adding new elements.
14543         (smiley-mouse-map): Unused code.  Make it a comment.
14544
14545 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14548         scan latest NoCeM messages instead of old ones.
14549         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14550         delimiters that are recently used.
14551         (gnus-nocem-load-cache): Add autoload cookie.
14552
14553         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14554
14555         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14556         level which is larger than gnus-use-nocem is specified.
14557
14558         * gnus-group.el (gnus-group-get-new-news): Ditto.
14559
14560 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14561
14562         * gnus-util.el (gnus-tool-bar-update): New function.
14563
14564         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14565         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14566
14567         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14568
14569         * gnus-group.el (gnus-group-redraw-when-idle)
14570         (gnus-group-redraw-check): Remove.
14571         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14572
14573 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14576         if optional last element is specified in splits (FIELD VALUE...).
14577
14578 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14579
14580         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14581         to gmm-image-load-path-for-library.  Call with no-error argument.
14582         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14583
14584         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14585
14586         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14587
14588         * gmm-utils.el (gmm-image-load-path): Remove alias.
14589
14590 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14591
14592         * gmm-utils.el (gmm-image-load-path): Add alias.
14593
14594         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14595         nnml-generate-nov-databases-1.
14596         (nnml-generate-nov-databases): Use it.
14597         (nnml-generate-nov-databases-directory): Document no-active
14598         argument.
14599
14600         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14601         directory if path is t.  Add no-error.
14602
14603         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14604         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14605
14606         * gnus-art.el (gnus-article-browse-delete-temp-files):
14607         Simplify resetting gnus-article-browse-html-temp-list.
14608
14609         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14610         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14611         Add example to docstring.  Rename local variables.  Move error
14612         checks to default case in cond and simplify.
14613
14614 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14617         handle is multipart when calling it recursively.
14618         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14619
14620 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14621
14622         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14623         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14624
14625 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14628         is loaded.
14629
14630         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14631         loaded.
14632
14633 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14634
14635         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14636         to "Emacs 23 (unicode)" in doc string.
14637
14638         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14639         "Emacs 23 (unicode)" in comment.
14640
14641 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14644
14645         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14646         characters 160 through 255 in Emacs 23.
14647
14648 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14649
14650         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14651         gnus-article-browse-html-temp.
14652         (gnus-article-browse-delete-temp): Make it customizable.
14653         Add `file'.  Adjust doc string.
14654         (gnus-article-browse-delete-temp-files): Add argument.
14655         Allow query for each file.  Adjust doc string.
14656         (gnus-article-browse-html-parts):
14657         Add `gnus-article-browse-delete-temp-files' to
14658         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14659
14660 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14661
14662         * gnus-art.el (gnus-article-browse-html-temp)
14663         (gnus-article-browse-delete-temp): New variables.
14664         (gnus-article-browse-delete-temp-files): New function.
14665         (gnus-article-browse-html-parts): Use it.
14666
14667 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14668
14669         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14670
14671         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14672         string.
14673
14674         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14675         gnus-summary-insert-new-articles when unplugged.
14676         Remove gnus-summary-search-article-forward.
14677
14678         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14679         display-visual-class instead of display-color-cells.
14680
14681 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * dgnushack.el: Autoload customize-group for XEmacs.
14684
14685         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14686         message/* containing non-ASCII text properly.
14687
14688 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * message.el: Require gmm-utils, remove autoloads.
14691         (message-tool-bar): Set default based on
14692         gmm-tool-bar-style.
14693         (message-tool-bar-gnome): Add gmm-customize-mode.
14694
14695         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14696         gmm-tool-bar-style.
14697         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14698
14699         * gnus-group.el (gnus-group-tool-bar): Set default based on
14700         gmm-tool-bar-style.
14701         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14702
14703         * gmm-utils.el (gmm-image-directory): Rename variable from
14704         gmm-image-load-path.
14705         (gmm-image-load-path): Use gmm-image-directory.
14706         (gmm-customize-mode): New function.
14707         (gmm-tool-bar-style): New variable.
14708
14709         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14710         gnus-group-redraw-line-number.
14711         (gnus-group-redraw-check): Simplify.
14712         (gnus-group-tool-bar-update): Remove redraw check.
14713         (gnus-group-make-tool-bar): Add redraw check.
14714
14715 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14716
14717         * gnus-art.el (gnus-button): Add missing parentheses.
14718
14719 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * lpath.el: Fbind line-number-at-pos.
14722
14723 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14726
14727 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14728
14729         * gnus-art.el (gnus-button): New face.
14730         (gnus-article-button-face): Use it.
14731
14732         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14733         Add gnus-summary-next-page.  Re-order.
14734
14735         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14736         next-node are now included.
14737         (gnus-group-redraw-line-number): New internal variable.
14738         (gnus-group-redraw-check): Helper function for updating the tool
14739         bar.
14740         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14741
14742         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14743
14744         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14745         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14746         Use it to match format of Spamassassin 3.0 and later.
14747         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14748         (spam-check-bogofilter)
14749         (spam-bogofilter-register-with-bogofilter): Fix args of
14750         `gnus-error' calls.
14751
14752 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14753
14754         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14755         unnecessary interaction when sending queued mails.
14756         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14757
14758 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14761         first or last are nil.
14762
14763 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14764
14765         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14766
14767 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14768
14769         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14770
14771 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14772
14773         * dns.el (query-dns): Protect more against buggy tcp output.
14774
14775 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14778         nov.php.
14779
14780 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14781
14782         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14783         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14784         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14785         output on the server side.
14786         (nnweb-google-create-mapping): Update regexps and add some
14787         progress indication.
14788
14789 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14790
14791         * gnus-group.el (gnus-group-tool-bar-gnome):
14792         Fix gnus-agent-toggle-plugged.  Re-order icons.
14793         (gnus-group-tool-bar-gnome):
14794         Add gnus-group-{prev,next}-unread-group.
14795         (gnus-group-tool-bar-gnome): Re-order icons.
14796
14797         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14798         Move gnus-summary-insert-new-articles.
14799
14800         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14801         Fix comments.
14802
14803         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14804         also available in Emacs 21.3.
14805
14806         * message.el (message-fix-before-sending): Change "Emacs 22" to
14807         "Emacs 23 (unicode)" in comment.
14808
14809         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14810         "Emacs 23 (unicode)" in comment.
14811
14812         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14813         comment.
14814         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14815
14816         * mm-view.el (mm-fill-flowed): Add :version.
14817
14818 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14821         and load-path.
14822
14823 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * message.el: Autoload gmm-image-load-path.
14826         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14827         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14828         consitency.
14829
14830         * gmm-utils.el (gmm-image-load-path): Also search in
14831         "../etc/images".  Don't set gmm-image-load-path if we don't find
14832         the image.
14833
14834 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * gmm-utils.el (gmm-image-load-path): Don't make
14837         `gmm-image-load-path' include subdirectories which the second arg
14838         `image' might specify.
14839
14840         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14841         subdirectory to icon file names.
14842
14843         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14844
14845 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14846
14847         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14848         gmm-image-load-path calls.
14849
14850         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14851
14852         * message.el (message-make-tool-bar): Ditto.
14853
14854         * mml.el (mml-preview): Add comment concerning tool bar icons.
14855
14856         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14857         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14858
14859         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14860         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14861
14862         * message.el (message-tool-bar-gnome): Use new icon names.
14863         (message-make-tool-bar): Use `gmm-image-load-path'.
14864
14865         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14866         New functions from MH-E.
14867         (gmm-image-load-path): New variable from MH-E.
14868         (gmm-image-load-path): New function from MH-E.  Add arguments
14869         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14870         *-image-load-path-called-flag.
14871
14872 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14873
14874         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14875
14876 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14877
14878         * nnimap.el (nnimap-request-move-article): Change folder back to
14879         source group before deleting.
14880
14881 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14884
14885         * gnus-art.el (mm-url-insert-file-contents-external):
14886         Autoload mm-url.
14887
14888         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14889
14890 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14893         coding system which mm-charset-to-coding-system returns for a
14894         given charset is valid.
14895
14896 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14897
14898         * html2text.el (html2text-remove-tag-list):
14899         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14900
14901 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14902
14903         * gnus-cus.el: Revert 2005-10-17 change.
14904
14905 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus-art.el (article-strip-banner):
14908         Call article-really-strip-banner only when the regexp match is made.
14909
14910 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * gnus-art.el (article-strip-banner):
14913         Use gnus-extract-address-components instead of
14914         mail-header-parse-addresses to make it work with non-ASCII text;
14915         remove mail-encode-encoded-word-string.
14916
14917         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14918         values which are surrounded with \"...\"; make it never cause a
14919         Lisp error; give up parsing of parameters if it failed in
14920         extracting type.
14921
14922 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14923
14924         * smime.el (smime-cert-by-ldap-1): Fix bug where
14925         `smime-ldap-search' returns results without userCertificates.
14926
14927 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14930
14931 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14932
14933         * spam.el (spam-check-spamassassin-headers): Adapt format for
14934         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14935         <ari@mbf.ocn.ne.jp>.
14936         (spam-list-of-processors): Add spam-use-gmane.
14937
14938 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14939
14940         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14941         make-temp-file; make it work with XEmacs as well.
14942
14943         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14944         mm-make-temp-file.
14945
14946         * mm-decode.el (mm-display-external): Use the 3rd arg of
14947         mm-make-temp-file.
14948         (mm-create-image-xemacs): Ditto.
14949
14950 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14953         with message-narrow-to-headers.
14954         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14955         (gnus-draft-check-draft-articles): New function.
14956         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14957
14958 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14959
14960         * gnus-art.el (gnus-article-browse-html-parts):
14961         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14962         Don't use suffix argument for mm-make-temp-file for Emacs 21
14963         compatibility.  Remove useless `format'.
14964
14965 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14966
14967         * nnweb.el (nnweb-google-wash-article): Update regexps.
14968         (nnweb-group-alist): Use defvoo instead of defvar.
14969
14970 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14971
14972         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14973         re-loading nn* modules.
14974
14975 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14978         for `tool-bar-mode' and don't check it's default-value.
14979
14980         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14981
14982         * message.el (message-make-tool-bar): Ditto.
14983
14984         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14985         `substring'.  Shorten tmp-file name.
14986
14987         * gnus.el: Remove bogus comment.
14988
14989 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14990
14991         * gnus-art.el (gnus-article-browse-html-parts): New function.
14992         (gnus-article-browse-html-article): New function for viewing html
14993         articles with a browser.
14994
14995 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14996
14997         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14998         in elisp.
14999         (pgg-gpg-encrypt-symmetric-region): Ditto.
15000         (pgg-gpg-sign-region): Ditto.
15001
15002         * pgg-def.el (pgg-text-mode): New variable.
15003
15004         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15005         (mml2015-pgg-encrypt): Ditto.
15006
15007         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15008         (mml1991-pgg-encrypt): Ditto.
15009
15010 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * nnfolder.el (nnfolder-insert-newsgroup-line):
15013         Use message-make-date instead of current-time-string.
15014
15015         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15016         to gnus-decoded which mm-uu might set.
15017
15018 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15021         don't decode quoted parameters; remove misimported Emacs code.
15022         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15023         (rfc2231-decode-encoded-string): Don't use split-string which
15024         behaves differently according to Emacs version; use
15025         mm-decode-coding-region to convert charset to coding-system.
15026         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15027         (rfc2231-encode-string): Remove misimported Emacs code.
15028
15029 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15032         when calling mail-header-parse-content-type.
15033         (article-de-quoted-unreadable): Ditto.
15034         (article-de-base64-unreadable): Ditto.
15035         (article-wash-html): Ditto.
15036
15037         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15038         calling mail-header-parse-content-type and
15039         mail-header-parse-content-disposition.
15040         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15041         mail-header-parse-content-type.
15042
15043         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15044         insert charset and format parameters; encode description after
15045         inserting it to buffer.
15046         (mml-insert-parameter): Fold lines properly even if a parameter is
15047         segmented into two or more lines; change the max column to 76.
15048
15049         * rfc1843.el (rfc1843-decode-article-body): Don't use
15050         ignore-errors when calling mail-header-parse-content-type.
15051
15052         * rfc2231.el (rfc2231-parse-string): Return at least type if
15053         possible; don't cause an error even if it fails in parsing of
15054         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15055         (rfc2231-encode-string): Don't break lines at the beginning, leave
15056         it to mml-insert-parameter.
15057
15058         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15059         calling mail-header-parse-content-type.
15060
15061 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15062
15063         * spam-report.el (spam-report-gmane-use-article-number):
15064         Improve doc string.
15065         (spam-report-gmane-internal): Check if a suitable header was found
15066         in the article.
15067
15068 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15071         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15072
15073 2006-02-05  Romain Francoise  <romain@orebokech.com>
15074
15075         Update copyright notices of all files in the gnus directory.
15076
15077 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15078
15079         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15080
15081 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15084         segmented lines of parameter value to cope with Thunderbird 1.5
15085         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15086         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15087         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15088
15089 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15090
15091         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15092         parts.
15093
15094 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15095
15096         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15097         there's only one active file for all servers.
15098         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15099         solid groups.  Gnus might have used a FAST request to select the group.
15100         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15101         and nnweb-search redundantly in the active file.
15102         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15103         (nnweb-request-create-group): Don't use ARGS.
15104         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15105         initialisations.  Let nnoo do the work.
15106
15107 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15108
15109         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15110         Say the part has been decoded.
15111
15112         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15113
15114 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15115
15116         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15117         mailcap-viewer-test-cache when there's no 'test clause, since that
15118         will invert the meaning of a "nil" test previously determined by
15119         mailcap-mailcap-entry-passes-test.
15120
15121 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15124         compiling.
15125
15126         * gnus-sum.el: Ditto.
15127
15128         * message.el: Don't bind tool-bar-map when compiling.
15129
15130 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15133
15134 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15135
15136         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15137         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15138         current Google Groups.
15139
15140 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15141
15142         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15143         and tool-bar-mode.
15144
15145         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15146         and tool-bar-mode.
15147
15148         * message.el (message-tool-bar-update): Simplify.
15149         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15150
15151         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15152         gnus-summary-buffer.
15153         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15154         gnus-summary-reply.
15155
15156         * gmm-utils.el (gmm): Add :version.
15157
15158 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * Makefile.in (clean): New rule.
15161         (distclean): Use it.
15162
15163 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15164
15165         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15166         Don't autoload.
15167
15168 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15169
15170         * gmm-utils.el (gmm-verbose): Add :group.
15171
15172 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15173
15174         * message.el: Change some comments WRT tool-bars.
15175
15176         * gnus-sum.el (gnus-summary-tool-bar)
15177         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15178         (gnus-summary-tool-bar-zap-list): New variables.
15179         (gnus-summary-make-tool-bar): Complete rewrite using
15180         `gmm-tool-bar-from-list'.
15181
15182         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15183         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15184         New variables.
15185         (gnus-group-make-tool-bar): Complete rewrite using
15186         `gmm-tool-bar-from-list'.
15187         (gnus-group-tool-bar-update): New function.
15188
15189         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15190
15191 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15194         is dissected into a single part of which the type is the same as
15195         the given one; decode charset.
15196
15197 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15198
15199         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15200         into alists as symbol not string, since that's what
15201         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15202         look for.
15203
15204 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15205
15206         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15207         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15208
15209         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15210
15211 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15214         (gnus-xmas-mime-security-button-menu): New function.
15215
15216         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15217         (gnus-mime-security-button-menu): New definition.
15218         (gnus-mime-security-button-map): Use them.
15219         (gnus-mime-security-button-menu): New function.
15220         (gnus-insert-mime-security-button): Addition to help echo.
15221         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15222         (gnus-mime-security-pipe-part): New functions.
15223
15224         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15225         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15226
15227         * mm-decode.el (mm-handle-set-disposition): Remove.
15228         (mm-handle-set-description): Remove.
15229
15230 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15233         (mm-w3m-standalone-supports-m17n-p): New function.
15234         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15235         w3m usage.
15236
15237         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15238         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15239
15240 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15241
15242         * message.el (message-tool-bar-zap-list):
15243         Use gmm-tool-bar-zap-list as custom type.
15244         (message-tool-bar-update): New function.
15245         (message-tool-bar, message-tool-bar-gnome)
15246         (message-tool-bar-retro): Add message-tool-bar-update.
15247         (message-tool-bar-gnome): Add flyspell-buffer.
15248
15249         * gnus-util.el (gnus-error): Describe `args'.
15250
15251         * gmm-utils.el (gmm-error): Describe `args'.
15252         (gmm-tool-bar-zap-list): New widget.
15253         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15254
15255 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15258         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15259         the number of recursive calls.
15260
15261         * mm-decode.el (mm-handle-set-disposition): New macro.
15262         (mm-handle-set-description): New macro.
15263
15264 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15267         encoding.
15268
15269 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15270
15271         * message.el (message-tool-bar-zap-list, message-tool-bar)
15272         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15273         (message-tool-bar-local-item-from-menu): Remove.
15274         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15275         (message-make-tool-bar): New function.
15276         (message-mode): Use `message-make-tool-bar'.
15277
15278         * gmm-utils.el: New file.
15279         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15280         (gmm-lazy): New widget copied from `nnmail.el'.
15281         (gmm-tool-bar-from-list): New function for creating customizable
15282         tool bars.
15283         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15284         output.
15285         (gmm): Add :prefix to defgroup.
15286
15287 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15288
15289         * gmm-utils.el (gmm-widget-p): New function.
15290
15291 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15292
15293         * mml.el (mml-attach-file): Describe `description' in doc string.
15294         (mml-menu): Add Emacs MIME manual and PGG manual.
15295
15296 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15297
15298         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15299
15300 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15301
15302         * nntp.el (nntp-end-of-line): Doc fix.
15303
15304 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15305
15306         * imap.el (imap-open): Handle case where buffer is a buffer
15307         object.
15308
15309 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15310
15311         * gnus-delay.el (gnus-delay): Don't autoload.
15312         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15313         to be re-loaded when customizing the `gnus-delay' group.
15314
15315 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15316
15317         * message.el (message-insert-citation-line): Use newlines.
15318
15319 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15320
15321         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15322         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15323         these routines, so the passphrase can be managed externally and
15324         passed in to the system.
15325         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15326         pgg-add-passphrase-to-cache function.
15327
15328         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15329         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15330         these routines, so the passphrase can be managed externally and
15331         passed in to the system.
15332         (pgg-pgp5-sign-region): Use new name of
15333         pgg-add-passphrase-to-cache function.
15334
15335 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15336
15337         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15338         part of the decoded armor to find the key-identifier.
15339         (pgg-gpg-lookup-key-owner): New function to return the
15340         human-readable identifier of a key owner.
15341         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15342         itself.
15343         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15344         the key value) if we have a key and can match it against a secret
15345         key.  Also, added a note pointing out fact that the prompt only
15346         indicates the first matching key.
15347
15348         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15349         pgg-decrypt-region.
15350         (pgg-add-passphrase-to-cache): Rename from
15351         `pgg-add-passphrase-cache' to reduce confusion (all callers
15352         changed).
15353         (pgg-remove-passphrase-from-cache): Rename from
15354         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15355         changed).
15356         (pgg-read-passphrase, pgg-add-passphrase-cache)
15357         (pgg-remove-passphrase-cache): Add informative docstrings.
15358         (pgg-decrypt): Convey provided passphrase in subordinate call to
15359         pgg-decrypt-region.
15360
15361 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15362
15363         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15364         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15365         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15366         'passphrase' argument, so the passphrase can be managed externally
15367         and then passed in to the system.
15368
15369         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15370         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15371         so the passphrase cache can be used reliably with identifiers
15372         besides a pgp packet's key id.
15373
15374         * pgg-gpg.el (pgg-gpg-encrypt-region)
15375         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15376         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15377         these routines, so the passphrase can be managed externally and
15378         passed in to the system.
15379
15380         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15381         'notruncate' argument, so the passphrase cache can be used
15382         reliably with identifiers besides a pgp packet's key id.
15383
15384 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15385
15386         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15387         symmetric encryption.
15388         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15389         encrypted session key.
15390         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15391         message ask for the passphrase in a proper way.
15392
15393         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15394         New user commands for symmetric encryption.
15395
15396 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15399
15400         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15401
15402 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15403
15404         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15405
15406 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15407
15408         * mm-decode.el (mm-inlined-types): Add application/pgp.
15409         (mm-automatic-display): Ditto.
15410
15411         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15412         part as text.
15413
15414 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * nnrss.el: Update copyright.
15417         (nnrss-opml-import): Query whether to subscribe to each entry.
15418
15419         * gnus-art.el:
15420         * gnus-sum.el:
15421         * gnus-xmas.el:
15422         * messagexmas.el:
15423         * mm-uu.el:
15424         * mm-view.el: Update copyright.
15425
15426 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15427
15428         * message.el (message-info): New function.
15429         (message-mode-menu): Add it.
15430         Update copyright.
15431
15432         * ChangeLog: Fix and update copyright.
15433
15434 2006-01-13  Romain Francoise  <romain@orebokech.com>
15435
15436         * message.el (message-forward-subject-name-subject): Prefer the
15437         address to 'nowhere' if the sender has no name.
15438         Fix typo.  Update copyright year.
15439
15440 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-art.el (article-wash-html):
15443         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15444         (gnus-article-wash-html-with-w3m-standalone): New function.
15445
15446         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15447         mm-inline-text-html-render-with-w3m-standalone.
15448         (mm-text-html-washer-alist): Map w3m-standalone to
15449         gnus-article-wash-html-with-w3m-standalone.
15450         (mm-inline-text-html-render-with-w3m-standalone): New function.
15451
15452 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15453
15454         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15455         Improve LaTeX.
15456
15457 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15460         (nnrss-request-article): Render text/plain parts as HTML.
15461
15462         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15463         the buffer.
15464
15465 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15466
15467         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15468         custom definition of `gnus-posting-styles'.
15469
15470         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15471         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15472
15473 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15474
15475         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15476         Use nntp for bug archive.
15477
15478 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15481         parts.
15482         (nnrss-normalize-date): New function converts ISO 8601 date into
15483         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15484         (nnrss-check-group): Use it.
15485
15486 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15489
15490         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15491         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15492         (nnrss-insert-w3): Ditto.
15493
15494 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15497         the articles to be forwarded including the case where neither a
15498         number of articles nor a region is specified.
15499
15500 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * nnrss.el (nnrss-request-article): Fix last change; fill
15503         text/plain parts.
15504
15505 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15506
15507         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15508         in text/plain part.
15509         (nnrss-check-group): Don't add excessive newline to dc:subject.
15510
15511 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15512
15513         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15514         article.
15515
15516 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15517
15518         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15519         (nnml-use-compressed-files, nnml-save-mail): Support other
15520         comression programs such as bzip2.
15521
15522 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15523
15524         * dns.el (query-dns): Make sure we check the buffer size before
15525         removing tcp headers.
15526
15527 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15530         remove MIME buttons associated with multipart/alternative parts.
15531         (gnus-mime-display-alternative): Tag buttons using `article-type'
15532         text property.
15533
15534         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15535         associated with multipart/alternative parts.
15536
15537         * gnus-art.el (gnus-signature-separator): Fix custom type.
15538
15539         * mm-decode.el (mm-inlined-types): Fix custom type.
15540         (mm-keep-viewer-alive-types): Ditto.
15541         (mm-automatic-display): Ditto.
15542         (mm-attachment-override-types): Ditto.
15543         (mm-inline-override-types): Ditto.
15544         (mm-automatic-external-display): Ditto.
15545
15546 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15547
15548         * spam-report.el (spam-report-user-mail-address)
15549         (spam-report-user-agent): New variables.
15550         (spam-report-url-ping-plain): Use spam-report-user-agent.
15551
15552 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15553
15554         * gnus-art.el (gnus-button-handle-custom): Do not just use
15555         `customize-apropos' for any "M-x customize-*" button but the
15556         function called for.  Accept both the function name and its
15557         argument in order to achieve this.
15558         (gnus-button-alist): Remove support for "custom:" URL's.
15559         Pass function name to `gnus-button-handle-custom' in case of "M-x
15560         customize-*" buttons.
15561
15562 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15565         multipart/alternative and add xref to mm-discouraged-alternatives
15566         in doc string.
15567
15568         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15569         gnus-buttonized-mime-types in doc string.
15570
15571 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15572
15573         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15574         Suggest image/.* in the doc string.
15575
15576 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15577
15578         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15579         message-marks (Debian bug #342521).
15580
15581 2005-12-12  Simon Josefsson  <jas@extundo.com>
15582
15583         * password.el (password-read-from-cache): Add.
15584         (password-read): Use it.
15585
15586 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * rfc2047.el (rfc2047-charset-to-coding-system):
15589         Recognize us-ascii as a MIME charset.
15590
15591         * mm-bodies.el (mm-decode-content-transfer-encoding):
15592         Protect against the case where the 2nd arg TYPE is nil.
15593
15594 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15595
15596         * pop3.el (pop3-stream-type): Fix custom version.
15597
15598         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15599
15600 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15601
15602         * mm-decode.el (mm-display-external): Add missing cdr.
15603
15604 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15605
15606         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15607         RFC1524) if it is in mailcap or add a suffix according to
15608         mailcap-mime-extensions when generating a temp filename; postpone
15609         deleting a temp file for 2 seconds for some wrappers, shell
15610         scripts, and so on, which might exit right after having started a
15611         viewer command as a background job.
15612
15613 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * nntp.el (nntp-marks-directory): Fix custom group.
15616
15617         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15618         steps when < 10.
15619
15620         * gnus-start.el (gnus-no-server-1):
15621         Mention `gnus-level-default-subscribed' in doc string.
15622
15623 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15624
15625         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15626         parens.
15627
15628 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * gnus-xmas.el (gnus-use-toolbar): Revert.
15631         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15632         gnus-use-toolbar is default.
15633
15634         * messagexmas.el (message-use-toolbar): Revert.
15635         (message-setup-toolbar): Use global default-toolbar if
15636         message-use-toolbar is default.
15637
15638 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15639
15640         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15641         according to default-toolbar-visible-p.
15642
15643         * messagexmas.el (message-use-toolbar): Ditto.
15644
15645 2005-11-26  Dave Love  <fx@gnu.org>
15646
15647         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15648         (tls-program, tls-success): Provide openssl alternative.
15649
15650         * starttls.el: Doc fixes.
15651         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15652         SERVICE to PORT.
15653
15654         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15655         port null or service name.
15656         (starttls-negotiate): Autoload.
15657
15658 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15659
15660         * message.el (message-kill-to-signature): Fix interactive spec.
15661
15662 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * pop3.el (pop3-open-server): Recognize a string as a service name.
15665
15666 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15667
15668         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15669
15670 2005-11-23  Dave Love  <fx@gnu.org>
15671
15672         Add pop3s, pop3/starttls.
15673
15674         * pop3.el (pop3-authentication-scheme): Clarify doc.
15675         (open-tls-stream, starttls-open-stream): Autoload.
15676         (pop3-stream-type): New.
15677         (pop3-open-server): Use it.
15678
15679         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15680         for POP.
15681         (mail-source-keyword-map): Add :stream for POP.
15682         (mail-source-fetch-pop): Use pop3-stream-type.
15683
15684 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15687         of current-time-string.
15688
15689 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15690
15691         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15692         date header.
15693
15694 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15695
15696         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15697         it can seriously impact performance as it bypasses the agent's
15698         local caches.
15699
15700 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15701
15702         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15703         must be explicitly online rather than "not explicitly offline" for
15704         its flags to be synchronized.
15705
15706         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15707         that gnus-uu-unmark-thread will function correctly.
15708
15709         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15710         1024K is instead displayed as 1M.
15711
15712 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15713
15714         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15715
15716 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15717
15718         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15719
15720 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15721
15722         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15723         error message to display actual error condition.
15724         (gnus-agent-save-local): Avoid saving symbols that are bound to
15725         nil as they simply result in a warning message in
15726         gnus-agent-read-local.
15727
15728 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15731         rather than make-variable-buffer-local for file-precious-flag.
15732
15733 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15734
15735         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15736         for duplicates which are removed.  The invalid sort check then
15737         triggers a rescan after the sort as sorting may have moved
15738         duplicate entries such that they can be cheaply detected.
15739
15740 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15741
15742         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15743
15744 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15745
15746         * gnus-agent.el (gnus-agent-article-alist-save-format):
15747         Change internal variable to a custom variable.  Change default value
15748         from compressed(2) to uncompressed(1).
15749         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15750         support for uncompressed agentview files.  Taken together, reading
15751         the agentview file should now be 6-7 times faster.
15752
15753 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15754
15755         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15756         as a buffer-local variable.  This avoids creating truncated
15757         dribble files as a result of a hang up, eg.
15758
15759 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15760
15761         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15762         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15763         XEmacs.
15764
15765 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15766
15767         * gnus-start.el (gnus-start-draft-setup):
15768         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15769
15770         * gnus.el (gnus-splash): Change custom group.
15771         (gnus-group-get-parameter, gnus-group-parameter-value):
15772         Describe allow-list argument.
15773
15774         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15775         string.
15776
15777 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15778
15779         * gnus-art.el (gnus-default-article-saver): Add user-defined
15780         `function' to custom type.
15781
15782 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15783
15784         * imap.el (imap-open): Handle case where buffer is a buffer
15785         object.
15786
15787 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15788
15789         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15790         long lines.
15791         (gnus-cache-delete-group): Wrap doc strings.
15792
15793         * gnus-agent.el (gnus-agent-rename-group)
15794         (gnus-agent-delete-group): Wrap doc strings.
15795
15796 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15797
15798         * messagexmas.el (message-use-toolbar): Change the valid values
15799         into default, top, bottom, left, and right.
15800         (message-toolbar-thickness): New variable.
15801         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15802         well.
15803         (message-setup-toolbar): Make it work.
15804
15805         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15806         (gnus-use-toolbar): Change the valid values into default, top,
15807         bottom, left, and right.
15808         (gnus-toolbar-thickness): New variable.
15809         (gnus-xmas-setup-toolbar): New function.
15810         (gnus-xmas-setup-group-toolbar): Use it.
15811         (gnus-xmas-setup-summary-toolbar): Use it.
15812
15813 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15814
15815         * gnus-start.el (gnus-1): Add "native" to
15816         gnus-predefined-server-alist.
15817
15818         * gnus.el (gnus-method-to-server): Don't add "native" to the
15819         lists here, because that leads to problems when
15820         gnus-select-method is bound.
15821
15822 2005-11-09  Simon Josefsson  <jas@extundo.com>
15823
15824         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15825         use (not sort-by-date) instead.
15826
15827 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15828
15829         * gnus-delay.el (gnus-delay-group): Don't autoload.
15830         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15831         to be re-loaded when customizing the `gnus-delay' group.
15832
15833 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15834
15835         * message.el: Revert last changes.
15836         (message-insert-citation-line): Use newlines.
15837
15838 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15839
15840         * message.el (message-courtesy-message)
15841         (message-mark-insert-begin, message-mark-insert-end)
15842         (message-elide-ellipsis, message-cancel-message)
15843         (message-add-header, message-change-subject)
15844         (message-cross-post-followup-to-header)
15845         (message-cross-post-insert-note, message-reduce-to-to-cc)
15846         (message-widen-reply, message-delete-not-region)
15847         (message-kill-to-signature, message-insert-signature)
15848         (message-insert-importance-high, message-insert-importance-low)
15849         (message-insert-or-toggle-importance)
15850         (message-insert-disposition-notification-to)
15851         (message-indent-citation, message-yank-original)
15852         (message-cite-original-without-signature, message-cite-original)
15853         (message-insert-citation-line, message-position-on-field)
15854         (message-fix-before-sending, message-send-mail-partially)
15855         (message-send-mail, message-send-mail-with-sendmail)
15856         (message-send-mail-with-qmail, message-send-news)
15857         (message-check-news-header-syntax, message-generate-headers)
15858         (message-insert-courtesy-copy, message-fill-address)
15859         (message-fill-header, message-shorten-references)
15860         (message-setup-1, message-cancel-news)
15861         (message-forward-make-body-plain, message-forward-make-body-mime)
15862         (message-forward-make-body-mml, message-encode-message-body)
15863         (message-forward-make-body-digest-plain)
15864         (message-forward-make-body-digest-mime)
15865         (message-use-alternative-email-as-from): Insert `hard-newline'
15866         instead of ordinary newlines.
15867
15868 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15869
15870         * message.el (message-generate-headers): Downcase the argument
15871         given to message-check-element.
15872
15873 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15874
15875         * nntp.el (nntp-authinfo-rejected): New error condition.
15876         (nntp-wait-for): Use new error condition to signal authentication
15877         error.
15878         (nntp-retrieve-data): Rethrow new error condition to break out of
15879         recursive call to nntp-send-authinfo.
15880
15881 2005-11-08  Romain Francoise  <romain@orebokech.com>
15882
15883         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15884         (gnus-summary-exit-map): Bind to `Z p'.
15885         (gnus-summary-make-menu-bar): Add menu item.
15886
15887 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15888
15889         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15890         (gnus-treat-*): Add `first' in all doc strings.
15891
15892         * gnus-group.el (gnus-group-compact-group): Fix typo.
15893
15894 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15895
15896         * gnus.el (gnus-parameters-case-fold-search): New variable.
15897         (gnus-parameters-get-parameter): Use it.
15898
15899         * gnus-score.el (gnus-home-score-file): Doc fix.
15900
15901 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15902
15903         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15904
15905 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * mm-util.el (mm-special-display-p): New function.
15908
15909         * mml.el (mml-preview): Use it; doc fix.
15910
15911 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15912
15913         * imap.el (imap-open): Handle case where buffer is a buffer object.
15914
15915 2005-10-29  Romain Francoise  <romain@orebokech.com>
15916
15917         * message.el (message-fix-before-sending): Fix comment.
15918
15919 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15920
15921         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15922
15923 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15924
15925         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15926         Used in gnus-score.el.
15927
15928 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15931
15932 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15933
15934         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15935         whitespace removed in revision 7.8.  Use concatenated string to
15936         protect trailing whitespace.
15937
15938 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15939
15940         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15941         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15942         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15943         Courier IMAP ("some version from 2004").  Mostly based on similar
15944         code in the same function.
15945
15946 2005-10-26  Didier Verna  <didier@xemacs.org>
15947
15948         * gnus-group.el (gnus-group-compact-group): Invalidate original
15949         article buffer.
15950         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15951         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15952         NOV database and in article itself.
15953         Invalidate article backlog.
15954
15955 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15956
15957         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15958
15959 2005-10-26  Simon Josefsson  <jas@extundo.com>
15960
15961         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15962         part of 2004-07-25 change.
15963
15964 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * message.el (message-display-completion-list): New function.
15967         (message-expand-group): Use it; make sure the Completions buffer
15968         is modifiable.
15969 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15970
15971         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15972         user-mail-name is an empty string.
15973
15974 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15975
15976         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15977         depending on gnus-score-decay-constant.
15978
15979         * encrypt.el (encrypt-insert-file-contents)
15980         (encrypt-write-file-contents): Don't use `gnus-message'.
15981
15982         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15983         arguments.
15984         (mm-uu-type-alist): Add message-marks and insert-marks.
15985         Pass arguments to mm-uu-verbatim-marks-extract.
15986         (mm-uu-hide-markers): New variable.
15987         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15988
15989         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15990         (gnus-convert-image-to-face-command): Use "convert" by default to
15991         allow other input image formats.
15992         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15993         accordingly.
15994
15995 2005-10-23  Simon Josefsson  <jas@extundo.com>
15996
15997         * imap.el (imap-gssapi-program): Align command line parameters
15998         with latest GNU SASL.
15999         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16000
16001 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16002
16003         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16004         HTML.
16005         (nnslashdot-request-article): Ditto.
16006
16007         * lpath.el (featurep): Add nobreak-char-display.
16008
16009 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16010
16011         * mail-source.el (mail-source-fetch-pop): Require pop3.
16012         (mail-source-check-pop): Ditto.
16013
16014 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16017         errors.
16018
16019 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16020
16021         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16022         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16023
16024         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16025
16026         * mm-bodies.el (mm-decode-string):
16027         Call `mm-charset-to-coding-system' with allow-override argument.
16028
16029 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16032         (rfc2047-charset-to-coding-system): New function.
16033         (rfc2047-decode-encoded-words): New function.
16034         (rfc2047-decode-region): Use them.
16035         (rfc2047-decode-cte): Remove.
16036         (rfc2047-parse-and-decode): Remove.
16037         (rfc2047-decode): Remove.
16038
16039 2005-10-15  Kenichi Handa  <handa@m17n.org>
16040
16041         * rfc2047.el (rfc2047-decode-cte): New function.
16042         (rfc2047-decode-region): Change the way to decode successive
16043         encoded-words: decode B- or Q-encoding in each encoded-word,
16044         concatenate them, and decode it as charset.
16045
16046 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * lpath.el: Fbind codepage-setup for XEmacs.
16049
16050 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16051
16052         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16053         widget-move-and-invoke.
16054         (gnus-custom-mode): Use gnus-custom-map.
16055
16056 2005-10-15  Bill Wohler  <wohler@newt.com>
16057
16058         * message.el (message-tool-bar-map): Rename image file from
16059         mail_send to mail/send.
16060
16061 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16062
16063         * message.el (message-expand-group): Pass the common
16064         prefix substring of completion to `display-completion-list'.
16065
16066 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16067
16068         * mml-sec.el (mml-secure-method): New internal variable.
16069         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16070         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16071         New functions using mml-secure-method.
16072
16073         * mml.el (mml-mode-map): Add key bindings for those functions.
16074         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16075         Harder <harder@myrealbox.com>.
16076         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16077         Goto end of message if point is the headers of the message.
16078
16079         * message.el (message-in-body-p): New function.
16080
16081         * assistant.el: Autoload gnus-util and netrc.
16082
16083         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16084         Use `mm-charset-override-alist' only when decoding.
16085
16086         * mm-bodies.el (mm-decode-body):
16087         Call `mm-charset-to-coding-system' with allow-override argument.
16088
16089         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16090         `filename' from Content-Disposition if Content-Type doesn't
16091         provide `name'.
16092         (gnus-mime-view-part-as-type): Set default instead of
16093         initial-input.
16094
16095 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16096
16097         * format-spec.el (format-spec): Propagate text properties of % spec.
16098
16099 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16100
16101         * gnus-art.el (gnus-treat-predicate): Add `first'.
16102
16103 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16104
16105         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16106         (mm-charset-override-alist): New variable.
16107         (mm-charset-to-coding-system): Use it.
16108         (mm-codepage-setup): New helper function.
16109         (mm-charset-eval-alist): New variable.
16110         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16111         Warn about unknown charsets.
16112
16113         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16114
16115 2005-10-04  David Hansen  <david.hansen@gmx.net>
16116
16117         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16118         (nnrss-check-group): Ditto.
16119
16120 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16121
16122         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16123         Rename x-gnus-verbatim to x-verbatim.
16124         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16125
16126         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16127         x-verbatim.
16128
16129         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16130
16131         * gnus-util.el (gnus-remove-duplicates): Remove.
16132
16133         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16134         instead of gnus-remove-duplicates.
16135
16136         * message.el (message-remove-duplicates): Remove.
16137         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16138         message-remove-duplicates.
16139
16140         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16141         available, else use implementation from `delete-dups'.
16142
16143         * message.el (message-insert-expires): New function.
16144         (message-mode-map): Add key binding.
16145         (message-mode-field-menu): Add menu entry.
16146         (message-mode): Document it.
16147         (message-make-expires-date): Use `message-make-date'.
16148
16149 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16150
16151         * message.el (message-make-expires-date): New function.
16152
16153 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * Makefile.in (list-installed-shadows): New entry.
16156         (install): Use it.
16157         (remove-installed-shadows): New entry.
16158
16159         * dgnushack.el (dgnushack-default-load-path): New variable.
16160         (dgnushack-find-lisp-shadows): New function.
16161         (dgnushack-remove-lisp-shadows): New function.
16162
16163 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * Makefile.in (install-el-elc): New entry.
16166         (install): Use it so that .el files are necessarily installed.
16167
16168 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16171
16172 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16173
16174         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16175         function rather than the diff-mode.el package.
16176         (mm-display-external): Use with-current-buffer.
16177         (mm-viewer-completion-map, mm-viewer-completion-map):
16178         Move initialization inside declaration.
16179
16180 2005-09-29  Simon Josefsson  <jas@extundo.com>
16181
16182         * spam.el: Load hashcash when compiling, to avoid warnings.
16183         Don't autoload mail-check-payment.
16184         (spam-check-hashcash): Define unconditionally, since hashcash.el
16185         is part of Gnus now.  Ignore errors from payment checking.
16186
16187 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16188
16189         * message.el (message-bold-region, message-unbold-region):
16190         Rename from `bold-region' and `unbold-region'.
16191
16192         * message.el: Remove useless autoloads.
16193
16194 2005-09-28  Simon Josefsson  <jas@extundo.com>
16195
16196         * message.el (message-use-idna): Default to t.
16197         (message-use-idna): Test whether encoding works too.  Doc fix.
16198
16199 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * nntp.el (nntp-warn-about-losing-connection): Remove.
16202
16203 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16204
16205         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16206         customizable.  Change default value.
16207         (mm-uu-diff-groups-regexp): Change default value.
16208         (mm-uu-type-alist): Add doc string.
16209         (mm-uu-configure): Add doc string.  Make it interactive.
16210         (mm-uu-tex-groups-regexp): New variable.
16211         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16212         (mm-uu-type-alist): Add LaTeX documents.
16213         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16214         of "text/verbatim".
16215         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16216
16217         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16218         instead of "text/verbatim".
16219
16220         * message.el (message-mark-inserted-region)
16221         (message-mark-insert-file): Use slrn style marks when called with
16222         prefix argument.
16223
16224 2005-09-27  Simon Josefsson  <jas@extundo.com>
16225
16226         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16227
16228 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16229
16230         * message.el (message-remove-duplicates): New function.
16231         Implementation borrowed from `gnus-remove-duplicates'.
16232         (message-idna-to-ascii-rhs): Also encode idna addresses in
16233         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16234         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16235         only ask about the same idna domain once per header and also tell
16236         in what header to replace the idna domain.
16237
16238         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16239         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16240         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16241         a header is decoded and not just the last one.
16242
16243 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16246         has been decoded.
16247
16248         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16249         (mm-insert-part): Don't modify text if it has been decoded.
16250
16251         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16252         decoded.
16253
16254         * mm-view.el (mm-inline-text): Don't strip text props unless
16255         decoding enriched or richtext parts.
16256
16257 2005-09-25  Romain Francoise  <romain@orebokech.com>
16258
16259         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16260         * gnus-start.el (gnus-subscribe-interactively):
16261         * gnus-uu.el (gnus-uu-grab-articles):
16262         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16263         space.
16264
16265 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16266
16267         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16268         * mm-view.el (mm-view-pkcs7-decrypt):
16269         * gnus-sum.el (gnus-summary-limit-to-extra)
16270         (gnus-summary-respool-article, gnus-read-move-group-name):
16271         * gnus-score.el (gnus-summary-increase-score):
16272         * gnus-util.el (gnus-completing-read-with-default):
16273         * gnus-art.el (gnus-read-save-file-name)
16274         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16275         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16276         * message.el (message-check-news-header-syntax):
16277         Follow convention for reading with the minibuffer.
16278
16279 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16280
16281         * spam-report.el (spam-report-url-ping-plain):
16282         Use gnus-extended-version as User-Agent.
16283
16284         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16285         default value is nil.
16286
16287         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16288         (mm-uu-verbatim-marks-extract): New function.
16289         (mm-uu-extract): New face.
16290         (mm-uu-copy-to-buffer): Use it.
16291
16292         * spam-report.el (spam-report-gmane-ham): Rename from
16293         `spam-report-gmane-unspam'.
16294         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16295         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16296
16297         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16298         Autoload.
16299         (spam-report-gmane-unregister-routine):
16300         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16301
16302 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16303
16304         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16305         (spam-report-gmane-unregister-routine): Add support for gmane
16306         unregistration.
16307
16308         * spam-report.el (spam-report-gmane-unspam)
16309         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16310         (spam-report-gmane): Change to take a single article and do unspam
16311         registration.
16312
16313 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16314
16315         * mm-url.el (mm-url-decode-entities): Fix regexp.
16316
16317 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16318
16319         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16320         default to nil, to be able to use Gnus at all.  If the default
16321         switches to something else, then the function should be fixed not
16322         be exceedingly slow.
16323
16324 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16325
16326         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16327         fail hard.
16328
16329         * spam-report.el: Add better Keywords line.
16330
16331         * spam.el: Add Maintainer and better Keywords line.
16332
16333 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16334
16335         * gnus-art.el (gnus-article-replace-part)
16336         (gnus-mime-replace-part): New functions.
16337         (gnus-mime-action-alist, gnus-mime-button-commands)
16338         (gnus-mime-save-part-and-strip): Add file argument.
16339         (gnus-article-part-wrapper): Add interactive argument.
16340
16341         * gnus-sum.el (gnus-summary-mime-map):
16342         Add `gnus-article-replace-part'.
16343
16344 2005-09-19  Didier Verna  <didier@xemacs.org>
16345
16346         The nnml compaction feature:
16347         * nnml.el (nnml-request-compact-group): New function.
16348         * nnml.el (nnml-request-compact): New function.
16349         * gnus-int.el (gnus-request-compact-group): New function.
16350         * gnus-int.el (gnus-request-compact): New function.
16351         * gnus-group.el (gnus-group-compact-group): New function.
16352         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16353         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16354         * gnus-srvr.el (gnus-server-compact-server): New function.
16355         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16356         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16357
16358 2005-09-18  Deepak Goel  <deego@gnufans.org>
16359
16360         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16361         format spec.
16362
16363 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16366
16367 2005-09-15  Romain Francoise  <romain@orebokech.com>
16368
16369         * message.el (message-fill-paragraph): Clarify docstring.
16370
16371 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * gnus-art.el (gnus-mime-display-part): Protect against broken
16374         MIME messages.
16375
16376 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16377
16378         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16379         before parsing header.
16380
16381 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16382
16383         * html2text.el (html2text-replace-list): Add new entities.
16384
16385 2005-09-11  Romain Francoise  <romain@orebokech.com>
16386
16387         * message.el (message-alternative-emails): Improve docstring.
16388         (message-setup-1): Call `message-use-alternative-email-as-from'
16389         after `message-setup-hook' to give it precedence over posting
16390         styles, etc.
16391         (message-use-alternative-email-as-from): Add docstring.
16392         Remove the original From header if present.
16393
16394         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16395         (nnml-save-mail): Use it.
16396
16397         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16398         articles.  Add new argument `silent'.
16399         (gnus-uu-mark-all): Report the total number of marked articles.
16400
16401 2005-09-10  Romain Francoise  <romain@orebokech.com>
16402
16403         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16404         (gnus-uu-mark-series): Likewise.
16405
16406 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16407
16408         * spam-report.el (spam-report-gmane): Fix generation of spam
16409         report URL.
16410
16411 2005-09-10  Simon Josefsson  <jas@extundo.com>
16412
16413         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16414         t, based on discussion on the ding list with Robert Epprecht
16415         <epprecht@solnet.ch>.
16416
16417 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16418
16419         * spam-report.el (spam-report-gmane): Make it work without
16420         X-Report-Spam header.  Gmane now only provides Archived-At.
16421         This is only used if `spam-report-gmane-use-article-number' is nil.
16422         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16423
16424         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16425         make `gnus-summary-sort-by-recipient' work with threading.
16426
16427         * nnweb.el (nnweb-google-wash-article): Print a message if article
16428         is not available.
16429
16430 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16431
16432         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16433         change.  Decode text/* parts content before displaying.
16434
16435 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16436
16437         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16438
16439 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16442
16443         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16444         url-package-name, url-package-version,
16445         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16446         w3m-display-inline-images, and w3m-minor-mode-map.
16447
16448 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16449
16450         * message.el (message-tab-body-function): Fix mismatched custom type.
16451
16452         * gnus.el (gnus-group-change-level-function): Ditto.
16453
16454         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16455
16456         * gnus-art.el (gnus-signature-limit)
16457         (gnus-article-mime-part-function): Ditto.
16458
16459 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * mml.el (mml-mode): Silence the byte compiler.
16462
16463         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16464         using `(sit-for 0)' before moving the point to the specified part;
16465         skip unbuttonized parts.
16466         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16467         return to the summary window if gnus-auto-select-part is non-nil.
16468
16469 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16470
16471         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16472         New variables.
16473         (mml-dnd-attach-file, mml-mode): Use them.
16474
16475         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16476         Make fetching article by MID work again for Google Groups.
16477         Add FIXME concerning gnus-group-make-web-group.
16478
16479         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16480         Don't depend on Gnus by using mail-extract-address-components if
16481         gnus-extract-address-components is not bound.
16482
16483 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16484
16485         * gnus-art.el (gnus-mime-display-security): Don't display the
16486         signature, but only the signed part.
16487
16488 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16491
16492         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16493         list, not listp.
16494
16495 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16496
16497         * mm-encode.el (mm-encode-content-transfer-encoding):
16498         Likewise when encoding.
16499
16500         * mm-bodies.el (mm-decode-content-transfer-encoding):
16501         De-canonicalize CRLF for all text content types, not just
16502         text/plain.
16503
16504 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16507         valid article; point arrow and cursor at the MIME button.
16508
16509 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16512         Suggested by Dan Christensen <jdc@uwo.ca>.
16513
16514         * mm-decode.el (mm-save-part): Enable change of prompt.
16515
16516 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16517
16518         * gnus-msg.el (gnus-inews-add-send-actions):
16519         Make `message-post-method' lambda parameter ARG `&optional'.
16520
16521 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16522
16523         * gnus-sum.el (gnus-summary-mime-map):
16524         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16525         gnus-article-jump-to-part.
16526
16527         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16528         (gnus-article-edit-part): Use it.
16529         (gnus-article-part-wrapper): Add no-handle argument.
16530         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16531         New functions.
16532
16533 2005-08-29  Romain Francoise  <romain@orebokech.com>
16534
16535         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16536         docstring.
16537         (gnus-face-from-file): Likewise.
16538
16539 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16540
16541         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16542         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16543         non-nil.
16544         (gnus-auto-select-part): New variable.
16545         (gnus-article-jump-to-part): New function.
16546         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16547         (gnus-mime-delete-part): Allow selecting specified part after
16548         deleting or stripping parts.
16549         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16550         part if argument is bogus.
16551
16552 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16553
16554         * gnus-art.el (w3m-minor-mode-map):
16555         * gnus-spec.el (gnus-newsrc-file-version):
16556         * gnus-util.el (nnmail-active-file-coding-system)
16557         (gnus-original-article-buffer, gnus-user-agent):
16558         * gnus.el (gnus-ham-process-destinations)
16559         (gnus-parameter-ham-marks-alist)
16560         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16561         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16562         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16563         * mm-decode.el (gnus-current-window-configuration):
16564         * mm-extern.el (gnus-article-mime-handles):
16565         * mm-url.el (url-current-object, url-package-name)
16566         (url-package-version):
16567         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16568         (smime-keys, w3m-cid-retrieve-function-alist)
16569         (w3m-current-buffer, w3m-display-inline-images)
16570         (w3m-minor-mode-map):
16571         * mml-smime.el (gnus-extract-address-components):
16572         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16573         (gnus-newsrc-hashtb, message-default-charset)
16574         (message-deletable-headers, message-options)
16575         (message-posting-charset, message-required-mail-headers)
16576         (message-required-news-headers):
16577         * mml1991.el (mc-pgp-always-sign):
16578         * mml2015.el (mc-pgp-always-sign):
16579         * nnheader.el (nnmail-extra-headers):
16580         * rfc1843.el (gnus-decode-encoded-word-function)
16581         (gnus-decode-header-function, gnus-newsgroup-name):
16582         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16583
16584 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16585
16586         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16587         the end of the date treatments.
16588
16589 2005-08-15  Simon Josefsson  <jas@extundo.com>
16590
16591         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16592         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16593         Capello and Romain Francoise.
16594         (pgg-fetch-key-function): Remove, not used?
16595         (pgg-insert-url-with-w3): Require url, to get
16596         url-insert-file-contents regardless of where it is defined.
16597
16598 2005-08-13  Romain Francoise  <romain@orebokech.com>
16599
16600         * message.el (message-cite-original-1): New function.
16601         (message-cite-original): Use it.
16602         (message-cite-original-without-signature): Ditto.
16603
16604 2005-08-08  Romain Francoise  <romain@orebokech.com>
16605
16606         * message.el (message-yank-empty-prefix): New variable.
16607         (message-indent-citation): Use it.
16608         (message-cite-original-without-signature): Respect X-No-Archive.
16609
16610 2005-08-08  Simon Josefsson  <jas@extundo.com>
16611
16612         * pgg.el: Autoload url-insert-file-contents instead of loading
16613         w3/url.
16614         (pgg-insert-url-with-w3): Don't load url here.
16615
16616 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16617
16618         * message.el (message-kill-to-signature): Don't insert newline at
16619         bol.
16620         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16621
16622 2005-08-06  Romain Francoise  <romain@orebokech.com>
16623
16624         * message.el (message-user-fqdn): Fix typo in docstring.
16625
16626 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16627
16628         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16629
16630         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16631
16632 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * mm-bodies.el (mm-encode-body): Use coding system rather than
16635         charset to encode text.
16636
16637         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16638         number of charsets if utf-8 is available (XEmacs).
16639
16640 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16643         taken from `gnus-button-mid-or-mail-regexp'.
16644         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16645         (gnus-button-alist): Improve regexp for domain part of the MIDs
16646         for news:localpart@domain buttons.
16647         (gnus-button-ctan-directory-regexp): Update.
16648
16649 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * sieve-manage.el (sieve-manage-interactive-login):
16652         Use make-local-variable rather than make-variable-buffer-local.
16653         (sieve-manage-open): Ditto.
16654         (sieve-manage-authenticate): Ditto.
16655
16656         * mml.el (mml-generate-mime-1): Make the content type default to
16657         text/plain if the filename is not specified.
16658
16659 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16662         instead of insert-buffer.
16663
16664         * message.el (message-yank-original): Ditto; set the mark at the
16665         end of the yanked message.
16666
16667 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16670         lines to scroll rather than to stop it.
16671
16672         * mml.el (mml-generate-default-type): Add doc string.
16673         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16674         default to application/octet-stream when determining the content
16675         type if it is not specified for the part or the mml contents; add
16676         a comment about mml-generate-default-type.
16677
16678 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16679
16680         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16681         make it default to application/octet-stream when determining the
16682         content type if it is not specified for the external contents.
16683
16684 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16685
16686         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16687         segmented parameter but also other parameters might be there.
16688
16689 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * mm-decode.el (mm-display-external): Delete temp file, directory
16692         and buffer immediately if the external process is exited.
16693
16694 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16697         fewer lines than that of scroll-margin.
16698         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16699
16700 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * gnus-art.el (gnus-article-next-page): Revert.
16703         (gnus-article-beginning-of-window): New macro.
16704         (gnus-article-next-page-1): Use it.
16705         (gnus-article-prev-page): Ditto.
16706         (gnus-article-edit-part): Use insert-buffer-substring instead of
16707         insert-buffer.
16708         (gnus-article-edit-exit): Ditto.
16709
16710         * gnus-util.el (gnus-beginning-of-window): Remove.
16711         (gnus-end-of-window): Remove.
16712
16713         * lpath.el: Don't bind header-line-format and scroll-margin.
16714
16715 2005-07-25  Simon Josefsson  <jas@extundo.com>
16716
16717         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16718         to have the url package without w3.  Reported by Daiki Ueno
16719         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16720
16721 2005-07-20  Didier Verna  <didier@xemacs.org>
16722
16723         * gnus-diary.el: Remove the description comment (nndiary is now
16724         properly documented in the Gnus manual).
16725         Fix the spelling of "Back End".
16726         * nndiary.el: Ditto.
16727         Fix the copyright notice.
16728
16729 2005-07-18  Romain Francoise  <romain@orebokech.com>
16730
16731         * gnus-sum.el (gnus-summary-to-prefix)
16732         (gnus-summary-newsgroup-prefix): New variables.
16733         (gnus-summary-from-or-to-or-newsgroups): Use them.
16734
16735 2005-07-17  Romain Francoise  <romain@orebokech.com>
16736
16737         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16738         space as it's generally not especially interesting to the user.
16739
16740 2005-07-16  Romain Francoise  <romain@orebokech.com>
16741
16742         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16743         nil to avoid prompting and file modification if one of the
16744         messages at the top of the nnfolder file contains a copyright
16745         notice.
16746         Update copyright notice.
16747
16748         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16749         instead of `current-time-string' as the latter creates a time
16750         string that is not RFC 2822 compliant (it lacks the zone).
16751         Update copyright notice.
16752
16753 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16754
16755         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16756         for text/rtf.  Display default in prompt.  Pass default for M-n.
16757
16758         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16759
16760 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16761
16762         * gnus-msg.el (gnus-button-mailto):
16763         Remove save-selected-window-window hackery because it relies on
16764         save-selected-window internals.
16765
16766 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16769         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16770         (gnus-article-prev-page): Ditto.
16771
16772         * gnus-util.el (gnus-beginning-of-window): New function.
16773         (gnus-end-of-window): New function.
16774
16775         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16776
16777 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16778
16779         * gnus-score.el (gnus-score-edit-all-score):
16780         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16781         gnus-message.
16782
16783 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16784
16785         * gnus-msg.el (gnus-button-mailto):
16786         Remove save-selected-window-window hackery because it relies on
16787         save-selected-window internals.
16788
16789 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16790
16791         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16792         add-minor-mode.
16793         (gnus-binary-mode): Ditto.
16794
16795         * gnus-topic.el (gnus-topic-mode): Ditto.
16796
16797 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16798
16799         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16800         (gnus-article-prev-page): Take scroll-margin into consideration.
16801
16802 2005-07-04  Lute Kamstra  <lute@gnu.org>
16803
16804         Update FSF's address in GPL notices.
16805
16806 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16807
16808         * gnus.el (gnus-exit):
16809         * gnus-group.el (gnus-group-icons):
16810         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16811
16812         * gnus-nocem.el (gnus-nocem):
16813         * message.el (message-various, message-buffers, message-sending)
16814         (message-interface, message-forwarding, message-insertion)
16815         (message-headers, message-news, message-mail):
16816         * pgg-gpg.el (pgg-gpg):
16817         * pgg-parse.el (pgg-parse):
16818         * pgg-pgp.el (pgg-pgp):
16819         * pgg-pgp5.el (pgg-pgp5):
16820         * pop3.el (pop3): Finish `defgroup' description with period.
16821
16822 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16823
16824         * gnus-art.el (article-display-face): Improve the efficiency.
16825         (article-display-x-face): Ditto; remove grey x-face stuff.
16826
16827 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * gnus-art.el (article-display-face): Correct the position in
16830         which Faces are inserted.
16831
16832 2005-06-29  Didier Verna  <didier@xemacs.org>
16833
16834         * gnus-art.el (article-display-face): Display faces in correct
16835         order.
16836
16837 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16838
16839         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16840         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16841         (gnus-nocem-check-article): Fetch the Type header.
16842         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16843         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16844         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16845         make sure gnus-nocem-hashtb is initialized.
16846         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16847         (gnus-nocem-unwanted-article-p): Ditto.
16848
16849         * pgg.el (pgg-verify): Return the verification result.
16850
16851 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16852
16853         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16854         is ascii.
16855
16856 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16857
16858         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16859         `show-nonbreak-escape'.
16860
16861 2005-06-23  Lute Kamstra  <lute@gnu.org>
16862
16863         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16864
16865         * dig.el (dig-mode):
16866         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16867
16868 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16869
16870         * nnimap.el (nnimap-split-download-body): Fix spellings.
16871
16872 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16873
16874         * gnus-art.el (gnus-article-encrypt-body):
16875         * gnus-cus.el (gnus-score-customize):
16876         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16877         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16878
16879 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16880
16881         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16882         header by looking for magic "MII" at the beginnig.
16883
16884 2005-06-16  Miles Bader  <miles@gnu.org>
16885
16886         * gnus-xmas.el (gnus-xmas-group-startup-message):
16887         Use renamed gnus-splash face.
16888
16889         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16890         (assistant-field-face): New backward-compatibility alias for renamed
16891         face.
16892         (assistant-render-text): Use renamed assistant-field face.
16893
16894         * spam.el (spam): Remove "-face" suffix from face name.
16895         (spam-face): New backward-compatibility alias for renamed face.
16896         (spam-face, spam-initialize): Use renamed spam face.
16897
16898         * message.el (message-header-to, message-header-cc)
16899         (message-header-subject, message-header-newsgroups)
16900         (message-header-other, message-header-name)
16901         (message-header-xheader, message-separator, message-cited-text)
16902         (message-mml): Remove "-face" suffix from face names.
16903         (message-header-to-face, message-header-cc-face)
16904         (message-header-subject-face, message-header-newsgroups-face)
16905         (message-header-other-face, message-header-name-face)
16906         (message-header-xheader-face, message-separator-face)
16907         (message-cited-text-face, message-mml-face):
16908         New backward-compatibility aliases for renamed faces.
16909         (message-font-lock-keywords): Use renamed message faces.
16910
16911         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16912         (sieve-test-commands, sieve-tagged-arguments):
16913         Remove "-face" suffix from face names.
16914         (sieve-control-commands-face, sieve-action-commands-face)
16915         (sieve-test-commands-face, sieve-tagged-arguments-face):
16916         New backward-compatibility aliases for renamed faces.
16917         (sieve-control-commands-face, sieve-action-commands-face)
16918         (sieve-test-commands-face, sieve-tagged-arguments-face):
16919         Use renamed sieve faces.
16920
16921         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16922         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16923         (gnus-group-news-3-empty, gnus-group-news-4)
16924         (gnus-group-news-4-empty, gnus-group-news-5)
16925         (gnus-group-news-5-empty, gnus-group-news-6)
16926         (gnus-group-news-6-empty, gnus-group-news-low)
16927         (gnus-group-news-low-empty, gnus-group-mail-1)
16928         (gnus-group-mail-1-empty, gnus-group-mail-2)
16929         (gnus-group-mail-2-empty, gnus-group-mail-3)
16930         (gnus-group-mail-3-empty, gnus-group-mail-low)
16931         (gnus-group-mail-low-empty, gnus-summary-selected)
16932         (gnus-summary-cancelled, gnus-summary-high-ticked)
16933         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16934         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16935         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16936         (gnus-summary-low-undownloaded)
16937         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16938         (gnus-summary-low-unread, gnus-summary-normal-unread)
16939         (gnus-summary-high-read, gnus-summary-low-read)
16940         (gnus-summary-normal-read, gnus-splash):
16941         Remove "-face" suffix from face names.
16942         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16943         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16944         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16945         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16946         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16947         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16948         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16949         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16950         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16951         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16952         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16953         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16954         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16955         (gnus-summary-normal-ticked-face)
16956         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16957         (gnus-summary-normal-ancient-face)
16958         (gnus-summary-high-undownloaded-face)
16959         (gnus-summary-low-undownloaded-face)
16960         (gnus-summary-normal-undownloaded-face)
16961         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16962         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16963         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16964         (gnus-splash-face):
16965         New backward-compatibility aliases for renamed faces.
16966         (gnus-group-startup-message): Use renamed gnus faces.
16967
16968         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16969         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16970         (gnus-server-agent): Remove "-face" suffix from face names.
16971         (gnus-server-agent-face, gnus-server-opened-face)
16972         (gnus-server-closed-face, gnus-server-denied-face)
16973         (gnus-server-offline-face):
16974         New backward-compatibility aliases for renamed faces.
16975         (gnus-server-agent-face, gnus-server-opened-face)
16976         (gnus-server-closed-face, gnus-server-denied-face)
16977         (gnus-server-offline-face): Use renamed gnus faces.
16978
16979         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16980         Remove "-face" suffix from face names.
16981         (gnus-picon-xbm-face, gnus-picon-face):
16982         New backward-compatibility aliases for renamed faces.
16983
16984         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16985         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16986         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16987         (gnus-cite-11): Remove "-face" suffix from face names.
16988         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16989         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16990         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16991         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16992         New backward-compatibility aliases for renamed faces.
16993         (gnus-cite-attribution-face, gnus-cite-face-list)
16994         (gnus-article-boring-faces): Use renamed gnus faces.
16995
16996         * gnus-art.el (gnus-signature, gnus-header-from)
16997         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16998         (gnus-header-content): Remove "-face" suffix from face names.
16999         (gnus-signature-face, gnus-header-from-face)
17000         (gnus-header-subject-face, gnus-header-newsgroups-face)
17001         (gnus-header-name-face, gnus-header-content-face):
17002         New backward-compatibility aliases for renamed faces.
17003         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17004
17005         * gnus-sum.el (gnus-summary-selected-face)
17006         (gnus-summary-highlight): Use renamed gnus faces.
17007         * gnus-group.el (gnus-group-highlight): Likewise.
17008
17009 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17010
17011         * gnus-sieve.el (gnus-sieve-article-add-rule):
17012         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17013         * spam-stat.el (spam-stat-buffer-change-to-spam)
17014         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17015
17016         * message.el (message-is-yours-p):
17017         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17018
17019 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * mm-view.el (mm-inline-text): Withdraw the last change.
17022
17023 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17026         executing enriched-decode.
17027
17028 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17031         charset of tar files.
17032
17033 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17034
17035         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17036
17037 2005-06-04  Lute Kamstra  <lute@gnu.org>
17038
17039         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17040         information is never recorded.
17041
17042 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17043
17044         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17045
17046 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * pop3.el (pop3-apop): Run md5 in the binary mode.
17049
17050         * starttls.el (starttls-set-process-query-on-exit-flag):
17051         Use eval-and-compile.
17052
17053 2005-05-31  Simon Josefsson  <jas@extundo.com>
17054
17055         * smime.el (smime-replace-in-string): Define.
17056         (smime-cert-by-ldap-1): Use it.
17057
17058 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * gnus-art.el (article-display-x-face): Replace
17061         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17062
17063         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17064         set-process-query-on-exit-flag or process-kill-without-query.
17065
17066         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17067         loop instead of replace-regexp.
17068
17069         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17070         instead of process-kill-without-query if it is available.
17071
17072         * lpath.el: Fbind ldap-search-entries.
17073
17074         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17075         instead of find-file-hooks if it is available.
17076
17077         * mml1991.el: Bind pgg-default-user-id when compiling.
17078
17079         * mml2015.el: Bind pgg-default-user-id when compiling.
17080
17081         * nndraft.el (nndraft-request-associate-buffer):
17082         Use write-contents-functions instead of write-contents-hooks if it is
17083         available.
17084
17085         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17086         instead of find-file-hooks if it is available.
17087
17088         * nntp.el (nntp-open-connection): Replace
17089         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17090         (nntp-open-ssl-stream): Ditto.
17091         (nntp-open-tls-stream): Ditto.
17092
17093         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17094         set-process-query-on-exit-flag or process-kill-without-query.
17095         (starttls-open-stream-gnutls): Use it instead of
17096         process-kill-without-query.
17097         (starttls-open-stream): Ditto.
17098
17099 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17100
17101         * smime.el (smime-cert-by-ldap-1): Don't use
17102         replace-regexp-in-string.
17103
17104 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17105
17106         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17107
17108         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17109         in PEM format.  Adjust to the XEmacs compatibility.
17110
17111 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17112
17113         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17114         by `string-to-number'.
17115         * gnus-agent.el (gnus-agent-regenerate-group)
17116         (gnus-agent-fetch-articles): Ditto.
17117         * gnus-art.el (gnus-button-fetch-group): Ditto.
17118         * gnus-cache.el (gnus-cache-generate-active)
17119         (gnus-cache-articles-in-group): Ditto.
17120         * gnus-group.el (gnus-group-set-current-level)
17121         (gnus-group-insert-group-line): Ditto.
17122         * gnus-score.el (gnus-score-set-expunge-below)
17123         (gnus-score-set-mark-below, gnus-summary-score-effect)
17124         (gnus-summary-score-entry): Ditto.
17125         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17126         (gnus-soup-pack): Ditto.
17127         * gnus-spec.el (gnus-xmas-format): Ditto.
17128         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17129         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17130         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17131         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17132         * nndb.el (nndb-get-remote-expire-response): Ditto.
17133         * nndiary.el (nndiary-parse-schedule-value)
17134         (nndiary-string-to-number, nndiary-request-replace-article)
17135         (nndiary-request-article): Ditto.
17136         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17137         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17138         * nneething.el (nneething-make-head): Ditto.
17139         * nnfolder.el (nnfolder-request-article)
17140         (nnfolder-retrieve-headers): Ditto.
17141         * nnheader.el (nnheader-file-to-number): Ditto.
17142         * nnkiboze.el (nnkiboze-request-article): Ditto.
17143         * nnmail.el (nnmail-process-unix-mail-format)
17144         (nnmail-process-babyl-mail-format): Ditto.
17145         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17146         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17147         (nnmh-request-create-group, nnmh-request-list-1)
17148         (nnmh-request-group, nnmh-request-article): Ditto.
17149         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17150         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17151         * nnsoup.el (nnsoup-make-active): Ditto.
17152         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17153         * nntp.el (nntp-find-group-and-number)
17154         (nntp-retrieve-headers-with-xover): Ditto.
17155         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17156         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17157         (pgg-format-key-identifier): Ditto.
17158         * pop3.el (pop3-last, pop3-stat): Ditto.
17159         * qp.el (quoted-printable-decode-region): Ditto.
17160
17161         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17162         of concat.
17163
17164 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17167
17168         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17169
17170         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17171
17172         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17173
17174         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17175
17176         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17177
17178         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17179         (gnus-carpal-mode): Ditto.
17180
17181         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17182         (gnus-browse-mode): Ditto.
17183
17184         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17185
17186         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17187
17188 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17189
17190         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17191
17192 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * gnus-util.el (gnus-run-mode-hooks): New function.
17195
17196         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17197
17198         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17199         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17200
17201 2005-05-27  Lute Kamstra  <lute@gnu.org>
17202
17203         * dns-mode.el (dns-mode): Specify customization group.
17204
17205 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17206
17207         * gnus-agent.el (gnus-agent-make-mode-line-string):
17208         Use mode-line-highlight as mouse-face.
17209
17210 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17211
17212         * canlock.el (canlock): Change the parent group to news.
17213
17214         * deuglify.el (gnus-outlook-deuglify): Add :group.
17215
17216         * dig.el (dig): Add :group.
17217
17218         * dns-mode.el (dns-mode): Add :group.
17219
17220         * encrypt.el (encrypt): Add :group.
17221
17222         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17223         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17224         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17225         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17226         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17227
17228         * gnus-diary.el (gnus-diary): Add :group.
17229
17230         * gnus.el (gnus-group-news-1-face): Add :group.
17231         (gnus-group-news-1-empty-face): Ditto.
17232         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17233         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17234         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17235         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17236         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17237         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17238         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17239         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17240         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17241         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17242         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17243         (gnus-summary-high-ticked-face): Ditto.
17244         (gnus-summary-low-ticked-face): Ditto.
17245         (gnus-summary-normal-ticked-face): Ditto.
17246         (gnus-summary-high-ancient-face): Ditto.
17247         (gnus-summary-low-ancient-face): Ditto.
17248         (gnus-summary-normal-ancient-face): Ditto.
17249         (gnus-summary-high-undownloaded-face): Ditto.
17250         (gnus-summary-low-undownloaded-face): Ditto.
17251         (gnus-summary-normal-undownloaded-face): Ditto.
17252         (gnus-summary-high-unread-face): Ditto.
17253         (gnus-summary-low-unread-face): Ditto.
17254         (gnus-summary-normal-unread-face): Ditto.
17255         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17256         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17257
17258         * hashcash.el (hashcash): New custom group.
17259         (hashcash-default-payment): Add :group.
17260         (hashcash-payment-alist): Ditto.
17261         (hashcash-default-accept-payment): Ditto.
17262         (hashcash-accept-resources): Ditto.
17263         (hashcash-path): Ditto.
17264         (hashcash-extra-generate-parameters): Ditto.
17265         (hashcash-double-spend-database): Ditto.
17266         (hashcash-in-news): Ditto.
17267
17268         * message.el (message-minibuffer-local-map): Add :group.
17269
17270         * netrc.el (netrc): Add :group.
17271
17272         * sieve-manage.el (sieve-manage-log): Add :group.
17273         (sieve-manage-default-user): Diito.
17274         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17275         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17276         (sieve-manage-authenticators): Ditto.
17277         (sieve-manage-authenticator-alist): Ditto.
17278         (sieve-manage-default-port): Ditto.
17279
17280         * sieve-mode.el (sieve-control-commands-face): Add :group.
17281         (sieve-action-commands-face): Ditto.
17282         (sieve-test-commands-face): Ditto.
17283         (sieve-tagged-arguments-face): Ditto.
17284
17285         * smime.el (smime): Add :group.
17286
17287         * spam-report.el (spam-report): Add :group.
17288
17289         * spam.el (spam, spam-face): Add :group.
17290
17291 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17292
17293         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17294         return \n.\n.\n at the end of articles.  Protect against that.
17295         (nntp-with-open-group): Allow debugging.
17296
17297         * nnheader.el (mail-header-set-extra): Make into a function
17298         because I just could't understand how to quote the list properly.
17299
17300         * dns.el (query-dns-cached): New function.
17301
17302 2005-05-26  Lute Kamstra  <lute@gnu.org>
17303
17304         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17305
17306 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17307
17308         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17309
17310         * gnus-art.el: Don't autoload mail-extract-address-components.
17311
17312         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17313         eval-and-compile to evaluate it.
17314
17315         * hashcash.el: Don't autoload executable-find.
17316
17317         * nndb.el: Don't declare the nndb back end two or more times; don't
17318         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17319
17320         * nntp.el: Autoload format-spec instead of format; use
17321         eval-and-compile to evaluate autoload forms.
17322
17323 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17324
17325         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17326
17327 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17328
17329         * gnus.el (gnus-version-number): Bump version.
17330
17331 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17332
17333         * gnus.el: No Gnus v0.3 is released.
17334
17335 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17336
17337         * lpath.el (featurep): Bind show-nonbreak-escape.
17338
17339 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17340
17341         * gnus-art.el (gnus-article-edit-part): Disable undo.
17342
17343 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17346         gnus-article-date-lapsed-new-header is t if date timer is active;
17347         skip headers in which the original date value is empty.
17348         (gnus-article-save-original-date): Redefine it as a macro.
17349         (gnus-display-mime): Use it.
17350
17351 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17352
17353         * gnus-art.el (article-date-ut): Support converting date in
17354         forwarded parts as well.
17355         (gnus-article-save-original-date): New function.
17356         (gnus-display-mime): Use it.
17357
17358 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17359
17360         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17361         enclosure element of <item>.
17362
17363 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17364
17365         * message.el (message-kill-buffer-query): Rename from
17366         `message-kill-buffer-query-if-modified'.  Add :version.
17367
17368 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17371         window layout.
17372
17373 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17374
17375         * mml.el: Autoload dnd when compiling.
17376
17377 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17378
17379         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17380         x-dnd-*.
17381
17382 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17383
17384         * qp.el (quoted-printable-encode-region): Save excursion.
17385
17386 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17387
17388         * message.el (message-kill-buffer-query-if-modified): Add new variable
17389         so the user can kill a modified message buffer quickly.
17390         (message-kill-buffer): Use it.
17391
17392 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * lpath.el: Fbind display-time-event-handler; don't fbind
17395         string-to-multibyte.
17396
17397         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17398
17399 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17402         contained in text because xml.el decodes entities) with LFs.
17403
17404 2005-04-11  Lute Kamstra  <lute@gnu.org>
17405
17406         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17407         differently.
17408
17409 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17410
17411         * mm-util.el (mm-detect-coding-region): Typo.
17412
17413 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17416
17417 2005-04-06  Deepak Goel  <deego@gnufans.org>
17418
17419         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17420         user-function allow user modifications of the scores.
17421         (spam-stat-score-buffer-user): New function, to allow
17422         user-computed modifications to the score.
17423         (spam-stat-score-buffer-user-functions): List of additional
17424         scoring functions.
17425         (spam-stat-error-holder): Global temporary error holder.
17426         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17427         variable.
17428
17429 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17430
17431         * gnus-registry.el (gnus-registry-clean-empty-function)
17432         (gnus-registry-trim, gnus-registry-fetch-groups)
17433         (gnus-registry-delete-group): Groups that match
17434         `gnus-registry-ignored-groups' are removed from the registry
17435         entries, not just ignored for splitting.  This helps clean up the
17436         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17437         to get all the groups a message ID is in.
17438
17439         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17440         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17441         (spam-stat-score-buffer-user-functions): Add :number custom type.
17442
17443 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17446         argument in XEmacs.
17447
17448         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17449         (nnrss-request-group): Decode group name first.
17450         (nnrss-request-article): Make a text/plain article if mml-to-mime
17451         failed.
17452         (nnrss-get-encoding): Return a compatible encoding according to
17453         nnrss-compatible-encoding-alist.
17454         (nnrss-find-el): Use consp instead of listp.
17455         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17456
17457 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17458
17459         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17460         which Emacs 20 doesn't support.
17461         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17462
17463 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17464
17465         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17466         silence the byte compiler inside the defun.
17467
17468         * gnus-demon.el (parse-time-string): Add autoload.
17469
17470         * gnus-delay.el (parse-time-string): Add autoload.
17471
17472         * gnus-art.el (parse-time-string): Add autoload.
17473
17474         * nnultimate.el (parse-time): Require for `parse-time-string'.
17475
17476 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17477
17478         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17479
17480         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17481
17482         * smime.el (smime-ldap-host-list): Add :version.
17483
17484 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17485
17486         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17487         pass it to `gnus-browse-read-group'.
17488         (gnus-browse-read-group): Add NUMBER argument and pass it to
17489         `gnus-group-read-ephemeral-group'.
17490
17491         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17492         argument and pass it to `gnus-group-read-group'.
17493
17494 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17495
17496         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17497         mm-xemacs-find-mime-charset-1 if we have the mule feature
17498         available at runtime.
17499
17500 2005-03-25  Werner Lemberg  <wl@gnu.org>
17501
17502         * nnmaildir.el: Replace `illegal' with `invalid'.
17503
17504 2005-03-23  Lute Kamstra  <lute@gnu.org>
17505
17506         * time-date.el: Add comment on time value formats.
17507         Don't require parse-time.
17508         (with-decoded-time-value): New macro.
17509         (encode-time-value): New function.
17510         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17511         (days-to-time): Return a valid time value when arg is huge.
17512         (time-since): Use time-subtract.
17513         (time-to-number-of-days): Use time-to-seconds.
17514
17515 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17516
17517         * gnus-start.el (gnus-display-time-event-handler):
17518         Check display-time-timer at runtime rather than only at load time
17519         in case display-time-mode is turned off in the mean time.
17520
17521 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17522
17523         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17524         used.
17525
17526         * nneething.el (nneething-map-file-directory): Derive from
17527         `gnus-directory'.
17528
17529         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17530         the To/Cc button.
17531
17532 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17533
17534         * nnmaildir.el (nnmaildir-request-accept-article):
17535         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17536
17537 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17538
17539         * gnus-async.el: Require timer-funcs at compile time when in
17540         XEmacs for `run-with-idle-timer'.
17541
17542 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17543
17544         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17545         autoloaded function.
17546
17547 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17548
17549         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17550
17551 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17552
17553         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17554
17555 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17556
17557         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17558         Add gnus-expert-user to default.
17559
17560 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17561
17562         * nnimap.el (nnimap-open-server): Ditto.
17563
17564         * imap.el (imap-authenticate): Fix typo.
17565
17566 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17567
17568         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17569         buffer (since IMAP server might return FETCH response out of
17570         order, and the nntp buffer must be sorted).
17571
17572 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17573
17574         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17575         comparison on string.
17576
17577         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17578         (gnus-agent-score): Rename category keywords to match gnus-cus.
17579         (gnus-agent-summary-fetch-series): Modify to protect against
17580         gnus-agent-summary-fetch-group clearing processable flags.
17581         (gnus-agent-synchronize-group-flags): Update live group buffer as
17582         synchronization may occur due to the user toggle the plugged
17583         status.
17584         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17585         successfully downloaded.
17586         (gnus-agent-expire-group-1): Avoid using markers when the overview
17587         is in ascending order; greatly improves performance.
17588         (gnus-agent-regenerate-group):
17589         Use gnus-agent-synchronize-group-flags to reset read status in both
17590         gnus and server.
17591         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17592
17593 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17594
17595         * message.el: Don't autoload former message-utils variables.
17596         (message-strip-subject-trailing-was): Change doc string.
17597
17598         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17599         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17600         (nnweb-google-search): Add "hl=en" here.
17601         (nnweb-google-parse-1, nnweb-google-create-mapping):
17602         Don't hardcode URL.
17603
17604 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17605
17606         * message.el (message-get-reply-headers, message-followup):
17607         Mention related variables `message-use-followup-to' and
17608         `message-use-mail-followup-to', in the information buffer.
17609
17610         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17611         of broken groups(-beta).google.com.
17612
17613 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17614
17615         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17616         parameter to invoked gnus-request-move-article; remove the
17617         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17618         all at once instead of once per article.
17619         (gnus-summary-remove-process-mark): Accept a list of articles as
17620         well as a single article for processing.
17621
17622         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17623         parameter.
17624
17625         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17626
17627         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17628
17629         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17630         parameter.
17631
17632         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17633         parameter.
17634
17635         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17636         parameter and remove the gnus-sum-hint-move-is-internal variable.
17637
17638         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17639         parameter.
17640
17641         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17642         parameter.
17643
17644         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17645         parameter.
17646
17647         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17648
17649         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17650         parameter.
17651
17652         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17653         parameter.
17654
17655 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17656
17657         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17658         a more conservative way.
17659
17660 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17661
17662         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17663         buffer, so it moves the window's cursor.
17664
17665 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17666
17667         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17668         `mm-dissect-multipart' and receive the from field as an (optional)
17669         argument from `mm-dissect-multipart'.
17670         (mm-dissect-multipart): Receive the from field as an argument and
17671         pass it on when we call `mm-dissect-buffer' on MIME parts.
17672         Fixes verification/decryption of signed/encrypted MIME parts.
17673
17674 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17675
17676         * gnus-sum.el (gnus-summary-move-article):
17677         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17678         whatever it calls (right now, only nnimap-request-move article
17679         respects it).
17680
17681         * nnimap.el (nnimap-request-move-article):
17682         When gnus-sum-hint-move-is-internal is set, don't do the extra
17683         nnimap-request-article.
17684
17685 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17686
17687         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17688
17689         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17690         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17691
17692         * gnus-sum.el (gnus-summary-caesar-message):
17693         Apply `gnus-treat-article' after rotation.
17694
17695         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17696         doc string.
17697
17698 2005-02-22  Simon Josefsson  <jas@extundo.com>
17699
17700         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17701         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17702         <arne@arnested.dk>.
17703         (encrypt): Add password-cache and password-cache-expiry as group
17704         members.
17705
17706 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17707
17708         * smime.el (smime-ldap-host-list): Doc fix.
17709         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17710         cache) password.
17711         (smime-sign-region): Use it.
17712         (smime-decrypt-region): Use it.
17713         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17714         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17715         fails.
17716         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17717         certificate from DER to PEM format rather than calling openssl.
17718
17719         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17720
17721         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17722         for signing/encryption.
17723
17724         * mml.el (mml-parse-1): Use them.
17725
17726 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17727
17728         * nnrss.el (nnrss-verbose): Remove.
17729         (nnrss-request-group): Use `nnheader-message' instead.
17730
17731 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17732
17733         * nnrss.el (nnrss-verbose): New variable.
17734         (nnrss-request-group): Make it say nnrss is requesting a group.
17735
17736 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17737
17738         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17739         Handle news URL with given port correctly.
17740
17741 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17744         containing special characters.
17745
17746         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17747
17748         * mml.el (mime-to-mml): Ditto.
17749
17750         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17751         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17752         (rfc2047-decode-region): Quote decoded words containing special
17753         characters when rfc2047-quote-decoded-words-containing-tspecials
17754         is non-nil.
17755
17756 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17757
17758         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17759
17760         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17761
17762 2005-02-15  Simon Josefsson  <jas@extundo.com>
17763
17764         * nnimap.el (nnimap-debug): Doc fix.
17765
17766         * imap.el (imap-debug): Doc fix.
17767
17768 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17771
17772 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17773
17774         * gnus.el (spam-contents): Improve docs for spam-contents
17775         parameter in its variable incarnation.
17776
17777 2005-02-14  Simon Josefsson  <jas@extundo.com>
17778
17779         * smime-ldap.el: Use require instead of load-library for ldap.
17780         (smime-ldap-search): Indent.
17781         (smime-ldap-search-internal): Shorten line.
17782
17783         * smime.el (smime-cert-by-dns): Add doc-string.
17784         (smime-cert-by-ldap-1): Indent.
17785
17786         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17787         mml-smime-get-dns-ldap.
17788         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17789
17790 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17791
17792         * smime.el: Require smime-ldap.
17793         (smime-ldap-host-list): New variable.
17794         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17795
17796         * mml-smime.el (mml-smime-encrypt-query): New function.
17797         (mml-smime-encrypt-query): Use it.
17798
17799         * smime-ldap.el: New file.
17800
17801 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17802
17803         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17804
17805 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17806
17807         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17808         argument in doc string.  Make query for type more clear.
17809
17810 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17811
17812         * gnus.el (gnus-group-startup-message): Search for gnus images in
17813         etc/images/gnus.
17814         * mm-util.el (mm-image-load-path): Likewise.
17815         * smiley.el (smiley-data-directory): Search for smilies in
17816         etc/images/smilies.
17817
17818 2005-02-09  Kim F. Storm  <storm@cua.dk>
17819
17820         Change Emacs release version from 21.4 to 22.1 throughout.
17821         Change Emacs development version from 21.3.50 to 22.0.50.
17822
17823 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17826
17827         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17828         non-Mule XEmacs as well.
17829         (mm-decompress-buffer): Signal an error intentionally if it does
17830         not decompress compressed data because auto-compression-mode is
17831         disabled.
17832
17833 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17834
17835         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17836         an ID in the registry even if it has no groups.
17837
17838 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17841         merge it into mm-decompress-buffer.
17842         (gnus-mime-copy-part): Use the MIME part charset, the value which
17843         a user specified or gnus-newsgroup-charset for decoding, like
17844         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17845         save-buffer what was used.  Suggested by Kevin Ryde
17846         <user42@zip.com.au>.
17847         (gnus-mime-inline-part): Allow the name parameter as well as the
17848         filename parameter; force decompressing of compressed data; always
17849         display contents being not decoded as unibyte.
17850
17851         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17852         as well as the filename parameter.
17853
17854         * mm-util.el (mm-decompress-buffer):
17855         Merge gnus-mime-jka-compr-maybe-uncompress.
17856         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17857         of compressed data.
17858
17859 2005-02-08  Simon Josefsson  <jas@extundo.com>
17860
17861         * imap.el (imap-log): Doc fix.
17862
17863 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17864
17865         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17866         the coding cookies; decompress compressed parts.
17867
17868         * mml.el (mml-generate-mime-1): Add the charset parameter according
17869         to the value which a user specified manually or the coding cookie.
17870
17871         * mm-util.el (mm-string-to-multibyte): New function.
17872         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17873         (mm-coding-system-to-mime-charset): New function.
17874         (mm-decompress-buffer): New function.
17875         (mm-find-buffer-file-coding-system): New function.
17876
17877         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17878         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17879         parts.
17880
17881 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17882
17883         * mm-view.el (mm-display-inline-fontify): Decode a part according
17884         to the charset parameter.
17885
17886 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17889         prefix arg is neither nil nor a number, as info specifies.
17890
17891 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17894         timestamps.
17895
17896 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17897
17898         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17899         groups error checking and notify user.
17900
17901 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17902
17903         * message.el (message-send-mail-function): Check existence of
17904         sendmail-program first before using default value
17905         `message-send-mail-with-sendmail'.  Otherwise use more generic
17906         `smtpmail-send-it'.
17907
17908 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17909
17910         * nntp.el (nntp-request-update-info): Always return nil.
17911
17912 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17913
17914         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17915
17916 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17917
17918         * message.el (message-beginning-of-line): Change the behavior when
17919         invoked between BOL and : so that it first moves backward.
17920
17921 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17924         article buffer when editing of the article is discarded.
17925         (gnus-article-prepare): Revert.
17926
17927 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * gnus-art.el (gnus-article-prepare):
17930         Remove message-strip-forbidden-properties from the local hook.
17931
17932 2005-01-27  Simon Josefsson  <jas@extundo.com>
17933
17934         * password.el (password-cache-add): Only start one timer per key.
17935         Reported by Derek Atkins <warlord@MIT.EDU>.
17936
17937 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17938
17939         * run-at-time.el: Remove.  It is no longer needed as
17940         timer-funcs.el in the xemacs-base package has a working version of
17941         `run-at-time'.
17942
17943         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17944
17945         * password.el: Require timer-funcs instead of run-at-time in
17946         XEmacs.
17947         Remove `password-run-at-time' macro.
17948         (password-cache-add): Use `run-at-time' instead of
17949         `password-run-at-time'.
17950
17951         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17952         Remove `nnheader-cancel-function-timers' alias,
17953         `cancel-function-timers' exists in XEmacs in timer-funcs.
17954
17955         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17956         for `run-with-idle-timer'.
17957
17958         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17959         for `run-at-time'.
17960
17961         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17962         for `with-timeout'.
17963
17964         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17965         the same as for XEmacs 21.4.
17966         No need to ignore `run-with-idle-timer', this function exists in
17967         XEmacs now in timer-funcs.el in the xemacs-base package.
17968         (dgnushack-compile): No need to delete
17969         run-at-time.el from the list of files to compile because it
17970         doesn't exist anymore.
17971
17972 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17973
17974         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17975         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17976
17977 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17978
17979         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17980         sensitively.
17981
17982 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17983
17984         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17985
17986 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17987
17988         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17989         which will be inserted according to the multibyteness of a buffer
17990         rather than the type of contents.  Suggested by ARISAWA Akihiro
17991         <ari@mbf.ocn.ne.jp>.
17992
17993         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17994         of string which old xml.el may return rather than a string.
17995
17996 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17999
18000 2005-01-16  Simon Josefsson  <jas@extundo.com>
18001
18002         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18003         idn/idna.el isn't available.
18004         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18005         <michael@waxrat.com>.
18006
18007         * hashcash.el: Remove non-FSF copyright header.
18008
18009         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18010         (hashcash-generate-payment): Use it.
18011         (hashcash-generate-payment-async): Use it.
18012
18013 2005-01-15  Simon Josefsson  <jas@extundo.com>
18014
18015         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18016         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18017
18018         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18019         gnus-summary-idna-message.
18020         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18021         (gnus-summary-idna-message): New function.
18022
18023 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18024
18025         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18026         gnus-novice-user.
18027
18028 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * nnrss.el (nnrss-request-delete-group): Delete entries in
18031         nnrss-group-alist as well.
18032         (nnrss-save-server-data): Insert newline.
18033
18034 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18035
18036         * gnus.el (gnus-user-agent): Use list of symbols instead of
18037         symbols.  Display full version number for (S)XEmacs.
18038         Optionally display (S)XEmacs codename.
18039
18040         * gnus-util.el (gnus-emacs-version): Update for new
18041         `gnus-user-agent'.
18042
18043         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18044         Gnus version.
18045
18046 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18047
18048         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18049         which is unreadable in some setups.
18050
18051 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * gnus-spec.el (gnus-update-format-specifications): Flush the
18054         group format spec cache if it doesn't support decoded group names.
18055
18056 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18057
18058         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18059         Allow to apply decay on score files matching a regexp.
18060
18061 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18062
18063         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18064         compatibility in %g and %c.
18065
18066 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18069         name for only %g and %c.
18070         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18071         of gnus-tmp-group to decoded group name.
18072         (gnus-group-make-rss-group): Exclude `/'s from group names.
18073
18074 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * nnrss.el (nnrss-get-encoding): Fix regexp.
18077
18078 2004-12-27  Simon Josefsson  <jas@extundo.com>
18079
18080         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18081         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18082         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18083
18084 2004-12-17  Kim F. Storm  <storm@cua.dk>
18085
18086         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18087
18088         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18089
18090 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18091
18092         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18093
18094 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * nnrss.el: Require rfc2047 and mml.
18097         (nnrss-file-coding-system): New variable.
18098         (nnrss-format-string): Redefine it as an inline function.
18099         (nnrss-decode-group-name): New function.
18100         (nnrss-string-as-multibyte): Remove.
18101         (nnrss-retrieve-headers): Decode group name; don't use
18102         nnrss-format-string.
18103         (nnrss-request-group): Decode group name.
18104         (nnrss-request-article): Decode group name; allow a Message-ID as
18105         well as an article number; don't use nnrss-format-string; encode a
18106         Message-ID string which may contain non-ASCII characters; use
18107         mml-to-mime to compose a MIME article.
18108         (nnrss-request-expire-articles): Decode group name.
18109         (nnrss-request-delete-group): Decode group name.
18110         (nnrss-fetch): Clarify error message.
18111         (nnrss-read-server-data): Use insert-file-contents instead of load;
18112         bind file-name-coding-system; use multibyte buffer.
18113         (nnrss-save-server-data): Bind coding-system-for-write to the
18114         value of nnrss-file-coding-system; bind file-name-coding-system;
18115         add coding cookie.
18116         (nnrss-read-group-data): Use insert-file-contents instead of load;
18117         bind file-name-coding-system; use multibyte buffer.
18118         (nnrss-save-group-data): Bind coding-system-for-write to the
18119         value of nnrss-file-coding-system; bind file-name-coding-system.
18120         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18121         make it work with non-ASCII text.
18122         (nnrss-find-el): Make it work with old xml.el as well.
18123
18124 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18125
18126         * nnrss.el (nnrss-get-encoding): New function.
18127         (nnrss-fetch): Use unibyte buffer initially; bind
18128         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18129         decode contents according to the encoding attribute.
18130         (nnrss-save-group-data): Add coding cookie.
18131         (nnrss-mime-encode-string): New function.
18132         (nnrss-check-group): Use it to encode subject and author.
18133
18134 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18135
18136         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18137         imaginary variable.
18138
18139 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18140
18141         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18142         correctly even if there are wide characters.
18143
18144 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18145
18146         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18147         downcased symbol names; make a new cache instead of reusing
18148         bbdb-hashtable.
18149
18150 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18151
18152         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18153         concatenating segments rather than before concatenating them.
18154         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18155
18156         * message.el (message-get-reply-headers): Bind `extra'.
18157
18158 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18159
18160         * message.el (message-extra-wide-headers): New variable.
18161         (message-get-reply-headers): Use it.
18162
18163 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18166         (gnus-agent-group-pathname): Ditto.
18167
18168         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18169
18170         * gnus-group.el (gnus-group-make-group): Decode group name.
18171         (gnus-group-make-rss-group): Register the group data after opening
18172         the nnrss group.
18173
18174 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18175
18176         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18177         by expiry now get marked as read.
18178
18179 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18182
18183 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18184
18185         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18186         unify Latin characters in XEmacs.
18187         (mm-find-mime-charset-region): Use it.
18188
18189 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * gnus-util.el (gnus-delete-directory): New function.
18192
18193         * gnus-agent.el (gnus-agent-delete-group): Use it.
18194
18195         * gnus-cache.el (gnus-cache-delete-group): Use it.
18196
18197 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18198
18199         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18200         names.
18201
18202 2004-12-16  Simon Josefsson  <jas@extundo.com>
18203
18204         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18205
18206 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18207
18208         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18209
18210         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18211         (gnus-group-set-current-level): Decode group name.
18212
18213 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18214
18215         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18216         failed.
18217
18218 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * gnus-group.el (gnus-group-delete-group): Decode group name.
18221         (gnus-group-make-rss-group): Encode group name.
18222         (gnus-group-catchup-current): Decode group name.
18223         (gnus-group-kill-group): Decode group name.
18224
18225 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18226
18227         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18228
18229 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18230
18231         * gnus-group.el (gnus-group-make-rss-group):
18232         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18233
18234         * gnus-start.el (gnus-setup-news): Honor user's setting to
18235         gnus-message-archive-method.  Suggested by Lute Kamstra
18236         <lute@gnu.org>.
18237
18238 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18239
18240         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18241         global counterparts of the buffer-local variables.
18242
18243 2004-11-16  Romain Francoise  <romain@orebokech.com>
18244
18245         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18246         counterparts of the buffer-local variables.
18247
18248 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18249
18250         * message.el (message-forbidden-properties): Fix typo in doc
18251         string.
18252
18253 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18254
18255         * gnus-util.el (gnus-replace-in-string): Add doc string.
18256
18257         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18258         to avoid problems when splitting mails with many recipients.
18259
18260 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18261
18262         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18263         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18264
18265 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18266
18267         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18268         if there is no hashtable in memory or file modification time is
18269         newer than cached timestamp.
18270
18271 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18272
18273         * gnus-sum.el (gnus-summary-limit-to-recipient):
18274         Implement not-matching option.
18275
18276 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18277
18278         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18279         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18280         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18281         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18282         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18283         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18284
18285 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18286
18287         * message.el (message-forward-make-body-mml): Remove headers
18288         according to message-forward-ignored-headers if a message is decoded.
18289
18290 2004-12-02  Romain Francoise  <romain@orebokech.com>
18291
18292         * message.el (message-forward-make-body-plain): Always remove
18293         headers according to message-forward-ignored-headers.
18294
18295 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18296
18297         * spam.el (spam-summary-prepare-exit): Remove the
18298         gnus-summary-limit pop for now, it has problems with ham marks for
18299         me.
18300
18301 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18302
18303         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18304         correctly.
18305
18306 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18307
18308         * format-spec.el (format-spec): Message the char.
18309
18310 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18311
18312         * gnus-art.el (gnus-split-methods): Reformat comments.
18313
18314         * spam.el (spam-summary-prepare-exit): Remove article limits
18315         before exiting the summary buffer.
18316
18317 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18320         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18321
18322         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18323         order to silence the byte compiler.
18324
18325         * spam.el: Fix the way to silence the byte compiler, which
18326         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18327         bbdb-search-simple, spam-BBDB-register-routine,
18328         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18329         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18330         spam-stat-buffer-is-spam, spam-stat-load,
18331         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18332         spam-stat-save and spam-stat-split-fancy.
18333
18334 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18335
18336         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18337         which may confuse users.
18338         (canlock-password-for-verify): Ditto.
18339
18340         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18341
18342         * gnus-art.el (gnus-emphasis-alist): Ditto.
18343
18344         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18345
18346         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18347
18348         * gnus-start.el (gnus-save-killed-list): Ditto.
18349
18350         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18351         (gnus-sum-thread-tree-root): Ditto.
18352         (gnus-sum-thread-tree-false-root): Ditto.
18353         (gnus-sum-thread-tree-single-indent): Ditto.
18354
18355         * message.el (message-courtesy-message): Ditto.
18356         (message-archive-note): Ditto.
18357         (message-subscribed-address-file): Ditto.
18358         (message-user-fqdn): Ditto.
18359
18360         * spam-report.el (spam-report-gmane-regex): Ditto.
18361
18362         * spam.el (spam-blackhole-good-server-regex): Ditto.
18363
18364 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * mml.el (mml-preview): Widen the message buffer before copying
18367         the contents to the preview buffer; sort headers before previewing.
18368
18369         * message.el (message-hidden-headers): Fix the way to avoid a bug
18370         in the `repeat' widget in Emacs 21.3 or earlier.
18371
18372 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * message.el (message-hidden-headers): Default to "^References:".
18375         Improve customization type.  Suggested by Reiner Steib
18376         <Reiner.Steib@gmx.de>.
18377
18378 2004-11-25  Romain Francoise  <romain@orebokech.com>
18379
18380         * message.el (message-strip-forbidden-properties): Remove check for
18381         obsolete `message-hidden' text property, hidden headers are not
18382         accessible in the buffer anymore.
18383
18384 2004-11-22  Romain Francoise  <romain@orebokech.com>
18385
18386         * message.el (message-header-format-alist): Add `From' in list
18387         so that it can be sorted.
18388         (message-fix-before-sending): Widen and sort headers before
18389         sending.
18390         (message-hide-headers): Use narrowing to hide headers by moving
18391         them to the top of the buffer and narrowing to the region
18392         underneath.
18393
18394 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18395
18396         * message.el (message-strip-forbidden-properties):
18397         Bind buffer-read-only (etc) to nil.
18398
18399 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18402         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18403
18404 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18405
18406         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18407
18408 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18409
18410         * dns.el (query-dns): Use sit-for to time instead of
18411         accept-process-output, since that doesn't seem to work on udp
18412         sockets.
18413
18414 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18417
18418 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18419
18420         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18421         doc string.  Improve doc string.
18422
18423 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18424
18425         * nntp.el (nntp-request-update-info): Return nil if
18426         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18427         may not call gnus-activate-group which uselessly issues the GROUP
18428         commands for all nntp groups and wastes time.  Reported by Romain
18429         Francoise <romain@orebokech.com>.
18430
18431         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18432
18433 2004-11-15  Simon Josefsson  <jas@extundo.com>
18434
18435         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18436         headers separately.
18437         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18438         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18439
18440 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18441
18442         * gnus-start.el (gnus-convert-old-newsrc):
18443         Assign legacy-gnus-agent to 5.10.7.
18444
18445 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18446
18447         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18448         start of the lines.
18449
18450 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18451
18452         * hashcash.el (hashcash-default-payment): Change default to 20.
18453         (hashcash-default-accept-payment): Change default to 20.
18454         (hashcash-process-alist): New variable.
18455         (hashcash-generate-payment-async): Add.
18456         (hashcash-already-paid-p): Add.
18457         (hashcash-insert-payment): Don't generate payments twice.
18458         (hashcash-insert-payment-async): Add.
18459         (hashcash-insert-payment-async-2): Add.
18460         (hashcash-cancel-async): Add.
18461         (hashcash-wait-async): Add.
18462         (hashcash-processes-running-p): Add.
18463         (hashcash-wait-or-cancel): Add.
18464         (mail-add-payment): New optional argument.  Conditionally start
18465         asynchronous calculation.
18466         (mail-add-payment-async): Add.
18467
18468         * message.el (message-send-mail): Wait for asynchronous hashcash
18469         results.  Don't clobber existing X-Hashcash headers.
18470         (message-setup-1): Call mail-add-payment-async when
18471         message-generate-hashcash is non-nil.
18472
18473 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18474
18475         * message.el (message-use-alternative-email-as-from): Examine the
18476         From header as well; use message-make-from in order to include a
18477         user's full name.
18478
18479 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18482         default; improve customization type.
18483         (gnus-emphasis-custom-with-format): New macro.
18484         (gnus-emphasis-custom-value-to-external): New function.
18485         (gnus-emphasis-custom-value-to-internal): New function.
18486
18487 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18488
18489         * dns.el (query-dns): Resolve reverse addresses.
18490
18491 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18492
18493         * gnus-group.el (gnus-group-get-new-news): Use it.
18494
18495         * gnus-start.el (gnus-check-reasonable-setup): New function.
18496
18497 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18498
18499         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18500         "Args out of range" error.  Reported by Arnaud Giersch
18501         <arnaud.giersch@free.fr>.
18502
18503 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18504
18505         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18506
18507 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18508
18509         * spam.el (spam group): Add :version.
18510
18511         * pgg-def.el (pgg group): Add :version.
18512
18513 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * gnus-art.el (gnus-article-edit-article): Don't associate the
18516         article buffer with a draft file.  This is a temporary measure
18517         against the 2004-08-22 change to gnus-article-edit-mode.
18518
18519 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18522         (html2text-format-tags): Remove unused variable `attr'.
18523
18524 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18525
18526         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18527
18528         * tls.el (tls-process-connection-type, tls-success)
18529         (tls-certtool-program): Add :version.
18530
18531         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18532         (starttls-extra-arguments, starttls-process-connection-type)
18533         (starttls-connect, starttls-failure, starttls-success): Add :version.
18534
18535         * spam-stat.el (spam-stat): Add :version.
18536
18537         * sieve.el (sieve): Add :version.
18538
18539         * sha1.el (sha1): Add :version.
18540         (sha1-use-external): Remove redundant version.
18541
18542         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18543         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18544         (nnmail-split-fancy-match-partial-words)
18545         (nnmail-split-lowercase-expanded): Add :version.
18546
18547         * nndiary.el (nndiary): Add :version.
18548
18549         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18550
18551         * mml-sec.el (mml-default-sign-method)
18552         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18553         Add :version.
18554
18555         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18556
18557         * mm-url.el (mm-url-use-external, mm-url-program)
18558         (mm-url-arguments): Add :version.
18559
18560         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18561         (mm-attachment-file-modes, mm-decrypt-option)
18562         (mm-w3m-safe-url-regexp): Add :version.
18563
18564         * message.el (message-cite-prefix-regexp)
18565         (message-sendmail-envelope-from, message-minibuffer-local-map)
18566         (message-user-fqdn, message-completion-alist): Add :version.
18567
18568         * gnus-win.el (gnus-configure-windows-hook)
18569         (gnus-use-frames-on-any-display): Add :version.
18570
18571         * gnus-art.el (gnus-article-address-banner-alist)
18572         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18573         (gnus-treat-from-picon, gnus-treat-mail-picon)
18574         (gnus-treat-x-pgp-sig): Add :version.
18575
18576         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18577         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18578         (gnus-summary-article-delete-hook)
18579         (gnus-summary-display-while-building): Add :version.
18580
18581         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18582         (gnus-get-top-new-news-hook): Add :version.
18583
18584         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18585         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18586
18587         * gnus-registry.el (gnus-registry): Add :version.
18588
18589         * gnus-spec.el (gnus-use-correct-string-widths)
18590         (gnus-make-format-preserve-properties): Add :version.
18591
18592         * gnus.el (gnus-group-charter-alist)
18593         (gnus-group-fetch-control-use-browse-url)
18594         (gnus-install-group-spam-parameters): Add :version.
18595
18596         * gnus-diary.el (gnus-diary): Add :version.
18597
18598         * gnus-delay.el (gnus-delay): Add :version.
18599
18600         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18601         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18602         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18603         Add :version.
18604
18605         * gnus-agent.el (gnus-agent-max-fetch-size)
18606         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18607         (gnus-agent-prompt-send-queue): Add :version.
18608
18609         * deuglify.el (gnus-outlook-deuglify): Add :version.
18610
18611         * html2text.el: Beautify code.  Improve doc strings.
18612         Some checkdoc cleanup.
18613         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18614
18615 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18616
18617         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18618
18619 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18620
18621         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18622         when package is loaded.
18623
18624         * spam.el (spam-summary-score-preferred-header): Add global preference
18625         for people who want to override the default SpamAssassin over
18626         Bogofilter preference (when both are set).
18627         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18628         (spam-user-format-function-S):
18629         Check spam-summary-score-preferred-header.
18630         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18631         (spam-user-format-function-S): Format the score correctly.
18632
18633 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18634
18635         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18636         signature file.  Suggested by Manoj Srivastava
18637         <srivasta@golden-gryphon.com>.
18638
18639         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18640         iso-2022-jp even in the Japanese language environment.
18641         Suggested by Jason Rumney <jasonr@gnu.org>.
18642
18643 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18644
18645         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18646         use the same characters as the dummy marks; make it free from
18647         getting affected by the language environment.
18648         (gnus-summary-read-group-1): Update mark positions only when the
18649         format spec is updated.
18650
18651         * gnus-spec.el (gnus-update-format-specifications): Return a list
18652         of updated types.
18653
18654 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18657         of boundp to check if display-warning is available.
18658
18659 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18660
18661         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18662
18663 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18664
18665         * nnspool.el (nnspool-spool-directory): Use news-path if the
18666         news-directory variable is not bound.
18667
18668         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18669         function instead of display-warning if it is not available.
18670
18671 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18672
18673         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18674         v5-10: Use `point-at-bol'.
18675
18676 2004-10-26  Simon Josefsson  <jas@extundo.com>
18677
18678         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18679         <chenggao@gmail.com>.
18680
18681 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18682
18683         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18684         instead.
18685
18686 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18687
18688         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18689         to remove a server from the nnimap-server-buffer-alist.
18690         (nnimap-open-connection, nnimap-close-server): Use it.
18691
18692         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18693
18694 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18697         running the major-mode function.
18698
18699 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18700
18701         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18702         dummy marks in the right way.
18703
18704 2004-10-18  David Edmondson  <dme@dme.org>
18705
18706         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18707         excessively.
18708
18709 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18710
18711         * gnus-util.el (gnus-split-references): Accept a nil references
18712         string and go on blissfully.
18713
18714         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18715         cases where the references string is non-nil but has no references.
18716
18717         * encrypt.el: Add autoload tags.
18718
18719         * spam.el (spam-resolve-registrations-routine): Remove article
18720         from unregistration list too.  Reported by David Hanak
18721         <dhanak@isis.vanderbilt.edu>
18722
18723 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18724
18725         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18726         nil.  Change custom type.
18727
18728 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18729
18730         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18731
18732         * gnus-sum.el (gnus-summary-move-article): Use it.
18733
18734 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18735
18736         * encrypt.el: Add autoload cookies.
18737
18738         * spam.el (spam-backend-article-list-property)
18739         (spam-backend-get-article-todo-list)
18740         (spam-backend-put-article-todo-list)
18741         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18742         Resolve registrations separately.
18743         (spam-register-routine): Format comments.
18744         (spam-unregister-routine, spam-register-routine): Always call with
18745         specific-articles, no default list.
18746         (spam-summary-prepare-exit): Use the spam-classifications function.
18747
18748         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18749         gnus-encrypt.el.
18750
18751         * encrypt.el: Copied from gnus-encrypt.el.
18752
18753         * gnus-encrypt.el: Commented that it's obsolete.
18754
18755 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18756
18757         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18758         (gnus-score-save): Use it.
18759
18760         * message.el (message-bury): Use `window-dedicated-p'.
18761
18762 2004-10-15  Simon Josefsson  <jas@extundo.com>
18763
18764         * pop3.el (top-level): Don't require nnheader.
18765         (pop3-read-timeout): Add.
18766         (pop3-accept-process-output): Add.
18767         (pop3-read-response, pop3-retr): Use it.
18768
18769 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18770
18771         * spam.el (spam-register-routine): Move comment.
18772         (spam-verify-bogofilter): Use 'unknown for the initial
18773         spam-bogofilter-valid state, not 'never.
18774
18775         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18776         for netrc-machine.
18777
18778         * nnimap.el (nnimap-open-connection):
18779         Use netrc-machine-user-or-password.
18780
18781 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18782
18783         * gnus-registry.el (gnus-registry-unload-hook):
18784         Set as a variable with add-hook.
18785
18786         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18787         of news-path.
18788
18789         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18790
18791         * spam.el: Delete duplicate `provide'.
18792         (spam-unload-hook): Set as a variable with add-hook.
18793
18794 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18795
18796         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18797         in the doc string.
18798
18799         * message.el (message-ignored-news-headers)
18800         (message-ignored-supersedes-headers)
18801         (message-ignored-resent-headers)
18802         (message-forward-ignored-headers): Improve custom type.
18803
18804 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18805
18806         * message.el (message-tokenize-header): Fix 2004-09-06 change
18807         which used point-min in the wrong place.
18808
18809 2004-10-12  Simon Josefsson  <jas@extundo.com>
18810
18811         * tls.el (tls-certtool-program): New variable.
18812         (tls-certificate-information): New function, based on
18813         ssl-certificate-information.
18814
18815 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18816
18817         * compface.el: Move the version of ELisp-based uncompface program
18818         to the contrib directory because of the copyright problem.
18819
18820 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18821
18822         * message.el (message-kill-buffer): Raise the current frame.
18823
18824 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18825
18826         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18827
18828         * gnus.el (message-y-or-n-p): Autoload.
18829
18830         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18831         (pop3-password-required, pop3-authentication-scheme)
18832         (pop3-leave-mail-on-server): Make customizable.
18833         (pop3): New custom group.
18834         (pop3-retr): Remove `sleep-for' statements.
18835         Suggested by Dave Love <fx@gnu.org>.
18836
18837         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18838         Windows/DOS.
18839
18840         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18841         (imap-parse-body): Fix incorrect use of `assert'.
18842         Suggested by Dave Love <fx@gnu.org>.
18843
18844         * mml.el (mml-minibuffer-read-disposition): Require match.
18845         Suggested by Dave Love <fx@gnu.org>.
18846
18847 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18848
18849         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18850         doc string.
18851
18852 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18853
18854         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18855
18856 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18857
18858         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18859         instead of calling `mm-insert-inline', to decode text/* parts
18860         before displaying them.
18861
18862 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18863
18864         * mm-uu.el (mm-uu-text-plain-type): New variable.
18865         (mm-uu-pgp-signed-extract-1): Use it.
18866         (mm-uu-pgp-encrypted-extract-1): Use it.
18867         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18868         bind mm-uu-text-plain-type with that value.
18869         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18870         mm-uu-dissect.
18871
18872 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18873
18874         * gnus-group.el (gnus-update-group-mark-positions):
18875         * gnus-sum.el (gnus-update-summary-mark-positions):
18876         * message.el (message-check-news-body-syntax):
18877         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18878         of string-as-multibyte.
18879
18880 2004-10-05  Juri Linkov  <juri@jurta.org>
18881
18882         * gnus-group.el (gnus-update-group-mark-positions):
18883         * gnus-sum.el (gnus-update-summary-mark-positions):
18884         * message.el (message-check-news-body-syntax):
18885         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18886         8-bit unibyte values to a multibyte string for search functions.
18887
18888 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18891         (mm-uu-dissect-text-parts): New function.
18892
18893         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18894         dissect text parts.
18895
18896         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18897         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18898
18899         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18900
18901         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18902         Use gnus-current-topics instead of gnus-current-topic.
18903
18904 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18905
18906         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18907
18908 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18909
18910         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18911         where approriate.
18912
18913         * nnml.el (nnml-generate-active-info): do.
18914
18915         * nndiary.el (nndiary-generate-active-info): do.
18916
18917         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18918         (gnus-topic-move): do.
18919
18920         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18921         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18922
18923         * gnus-srvr.el (gnus-server-prepare)
18924         (gnus-server-open-all-servers): do.
18925
18926         * gnus-msg.el (gnus-summary-cancel-article)
18927         (gnus-summary-resend-message)
18928         (gnus-summary-mail-crosspost-complaint): do.
18929
18930         * gnus-move.el (gnus-change-server): do.
18931
18932         * gnus-group.el (gnus-group-unmark-all-groups)
18933         (gnus-group-set-current-level): do.
18934
18935 2004-10-04  Simon Josefsson  <jas@extundo.com>
18936
18937         * message.el (message-generate-hashcash): Doc fix.
18938
18939 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18940
18941         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18942         avoid infinite recursion via gnus-get-function.
18943
18944 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18945
18946         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18947
18948         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18949
18950         * nnmail.el (nnmail-split-history): do.
18951
18952         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18953         (nnml-request-delete-group): do.
18954
18955         * nnslashdot.el (nnslashdot-read-groups): do.
18956
18957         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18958         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18959
18960         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18961         (nnspool-sift-nov-with-sed): Use last.
18962         (nnspool-retrieve-headers-with-nov): Use mapc.
18963         (nnspool-request-newgroups): Use dolist.
18964         (nnspool-request-group): Use last.
18965
18966         * nntp.el (nntp-read-server-type): Use dolist.
18967
18968         * nnvirtual.el (nnvirtual-create-mapping)
18969         (nnvirtual-update-read-and-marked): Use dolist.
18970         (nnvirtual-convert-headers): Simplify.
18971
18972 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18973
18974         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18975         Add support for sync'ing tick marks.
18976
18977 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18978
18979         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18980         there's no visible header.
18981
18982 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18983
18984         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18985         When necessary, pass full group name to gnus-request-set-marks.
18986
18987 2004-10-01  Simon Josefsson  <jas@extundo.com>
18988
18989         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18990         acroread.
18991
18992 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18993
18994         * spam-report.el (spam-report-gmane): Fix interactive.
18995
18996         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18997
18998         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18999         when writing file.
19000         (gnus-agent-synchronize-flags): Don't default to being
19001         interactive.
19002
19003 2004-09-30  Simon Josefsson  <jas@extundo.com>
19004
19005         * message.el (message-generate-hashcash): Add.
19006         (message-send-mail): Use it, call mail-add-payment.
19007
19008 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19009
19010         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19011
19012 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19013
19014         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19015         gnus-requst-update-info with explicit code to sync the in-memory
19016         info read flags with the marks being sync'd to the backend.
19017
19018         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
19019
19020 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19021
19022         * spam.el (spam-verify-bogofilter): Add new function.
19023         (spam-check-bogofilter)
19024         (spam-bogofilter-register-with-bogofilter): Use it.
19025         (spam-verify-bogofilter): Add small fixes.
19026
19027 2004-09-28  Simon Josefsson  <jas@extundo.com>
19028
19029         * hashcash.el (hashcash-generate-payment): Revert.
19030
19031 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19032
19033         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19034         Use gnus-extract-references instead of gnus-split-references.
19035
19036         * gnus-util.el (gnus-extract-references): Add new function, analogous
19037         to gnus-split-references but extracts only the message-ID without
19038         anything extra.
19039
19040         * hashcash.el (hashcash-generate-payment)
19041         (hashcash-check-payment): Do the right thing if hashcash-path is
19042         nil (because the hashcash program could not be found).
19043
19044         * spam.el (spam-use-hashcash): Remove comment.
19045
19046 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19047
19048         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19049         (gnus-cache-enter-article, gnus-cache-remove-article)
19050         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19051
19052         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19053
19054         * gnus-art.el (article-hide-boring-headers)
19055         (article-translate-strings, article-display-face)
19056         (gnus-article-mime-match-handle-first)
19057         (gnus-article-highlight-headers)
19058         (gnus-article-add-buttons-to-head): do.
19059
19060 2004-09-27  Simon Josefsson  <jas@extundo.com>
19061
19062         * hashcash.el: New version, from
19063         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19064         ../contrib/.
19065
19066 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19067
19068         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19069
19070 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19071
19072         * gnus-dup.el (gnus-dup-open): Use mapc.
19073         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19074
19075         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19076         Reported by Stefan Wiens <s.wi@gmx.net>.
19077
19078         * gnus.el (gnus-shutdown): Use dolist.
19079
19080         * gnus-undo.el (gnus-undo): Use mapc.
19081
19082         * nnrss.el (nnrss-generate-active): do.
19083
19084         * message.el (message-cite-original-without-signature)
19085         (message-cite-original): Use mapc.
19086         (message-do-actions, message-make-forward-subject): Use dolist.
19087
19088 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19089
19090         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19091         deletion to remove entire duplicate line.  Fixes merged article
19092         number bug.
19093
19094 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19095
19096         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19097         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19098         first ask if you want to open a server and then, even when you
19099         responded with no, asking if you want to synchronize the server's
19100         flags.
19101         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19102         multi-line expressions.
19103         (gnus-agent-synchronize-group-flags): New internal function.
19104         Updates marks in memory (in the info structure) AND in the
19105         backend.
19106
19107         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19108
19109         * nnagent.el (nnagent-request-set-mark):
19110         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19111         method, to ensure that synchronization updates marks in the
19112         backend and in the info (in memory) structure.
19113
19114 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19115
19116         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19117         convention fully; don't miss the root article of a thread; make
19118         the X-Draft-From header with correct article numbers.
19119
19120 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19121
19122         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19123         unless plugged.  Disable the agent so that an open failure causes
19124         an error.
19125
19126         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19127         Revert 2004-09-21 change.  The backend must be opened while
19128         synchronizing flags even when the backend stores the flags
19129         locally.
19130
19131 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19132
19133         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19134         in `header' match.  Reported by Svend Tollak Munkejord.
19135
19136         * message.el (message-cite-original): Fix use of
19137         `message-cite-articles-with-x-no-archive'.
19138
19139 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19140
19141         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19142         (gnus-window-to-buffer): Ditto.
19143
19144         * mml.el (mml-preview-buffer): New variable.
19145         (mml-preview): Manage window layout with gnus-buffer-configuration.
19146
19147         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19148         X-Draft-From header even if those articles aren't quoted.
19149
19150 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19151
19152         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19153         (gnus-request-set-mark, gnus-request-update-mark): Use new
19154         g-s-t-u-l-m to decide to use backend even when unplugged.
19155
19156 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19157
19158         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19159         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19160
19161 2004-09-20  Simon Josefsson  <jas@extundo.com>
19162
19163         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19164         "utf-16-le".
19165
19166 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19167
19168         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19169
19170 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19171
19172         * uudecode.el (uudecode-use-external): Add :version.
19173
19174         * smime.el (smime-CA-file, smime-encrypt-cipher)
19175         (smime-dns-server): Add :version.
19176
19177         * smiley.el (gnus-smiley-file-types): Add :version.
19178
19179         * sha1.el (sha1-use-external): Add :version.
19180
19181         * pgg-def.el (pgg-query-keyserver): Add :version.
19182
19183         * nnmail.el (nnmail-fancy-expiry-targets)
19184         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19185         Add :version.
19186
19187         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19188         (nnimap-retrieve-groups-asynchronous): Add :version.
19189         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19190
19191         * mml.el (mml-content-disposition-parameters)
19192         (mml-insert-mime-headers-always): Add :version.
19193
19194         * mm-util.el (mm-coding-system-priorities): Add :version.
19195
19196         * mm-decode.el (mm-inline-text-html-with-images)
19197         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19198         (mm-verify-option): Add :version.
19199         (mm-text-html-renderer): Change :version.
19200
19201         * message.el (message-fcc-externalize-attachments)
19202         (message-required-headers, message-draft-headers)
19203         (message-subject-trailing-was-query)
19204         (message-subject-trailing-was-ask-regexp)
19205         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19206         (message-mark-insert-end, message-archive-header)
19207         (message-archive-note, message-cross-post-default)
19208         (message-cross-post-note, message-followup-to-note)
19209         (message-cross-post-note-function, message-use-mail-followup-to)
19210         (message-subscribed-address-functions)
19211         (message-subscribed-address-file, message-subscribed-addresses)
19212         (message-subscribed-regexps, message-allow-no-recipients)
19213         (message-yank-cited-prefix, message-signature-insert-empty-line)
19214         (message-hidden-headers, message-hierarchical-addresses)
19215         (message-mail-user-agent, message-use-idna)
19216         (message-valid-fqdn-regexp)
19217         (message-strip-special-text-properties, message-header-synonyms)
19218         (message-beginning-of-line, message-tab-body-function): Add :version.
19219         (message-insert-canlock, message-wide-reply-confirm-recipients):
19220         Change :version.
19221
19222         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19223         and :version.
19224         (mail-source-delete-old-incoming-confirm)
19225         (mail-source-movemail-program): Add :version.
19226
19227         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19228         (gnus-agent-cache, gnus-agent): Change :version.
19229
19230         * gnus-util.el (gnus-use-byte-compile): Change :version.
19231
19232         * gnus-sum.el (gnus-summary-make-false-root-always)
19233         (gnus-summary-default-high-score)
19234         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19235         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19236         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19237         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19238         (gnus-sum-thread-tree-single-indent)
19239         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19240         (gnus-sum-thread-tree-leaf-with-other)
19241         (gnus-sum-thread-tree-single-leaf): Add :version.
19242         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19243         (gnus-article-loose-mime): Change :version.
19244
19245         * gnus-start.el (gnus-backup-startup-file)
19246         (gnus-save-startup-file-via-temp-buffer): Add :version.
19247
19248         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19249         (gnus-server-offline-face): Add :version.
19250
19251         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19252
19253         * gnus-msg.el (gnus-gcc-externalize-attachments)
19254         (gnus-debug-files, gnus-debug-exclude-variables)
19255         (gnus-discouraged-post-methods): Change :version.
19256         (gnus-confirm-mail-reply-to-news)
19257         (gnus-confirm-treat-mail-like-news): Add :version.
19258
19259         * gnus-int.el (gnus-server-unopen-status): Add :version.
19260
19261         * gnus-group.el (gnus-group-jump-to-group-prompt)
19262         (gnus-large-ephemeral-newsgroup)
19263         (gnus-fetch-old-ephemeral-headers): Add :version.
19264
19265         * gnus-fun.el (gnus-x-face-directory)
19266         (gnus-convert-pbm-to-x-face-command)
19267         (gnus-convert-image-to-x-face-command)
19268         (gnus-convert-image-to-face-command): Add :version.
19269
19270         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19271
19272         * gnus-cite.el (gnus-cite-blank-line-after-header)
19273         (gnus-article-boring-faces): Add :version.
19274
19275         * gnus-art.el (gnus-buttonized-mime-types)
19276         (gnus-inhibit-mime-unbuttonizing)
19277         (gnus-treat-display-face)
19278         (gnus-treat-body-boundary): Change :version.
19279         (gnus-body-boundary-delimiter, gnus-picon-databases)
19280         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19281         (gnus-treat-date-english, gnus-treat-fold-headers)
19282         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19283         (gnus-treat-mail-picon, gnus-treat-wash-html)
19284         (gnus-article-encrypt-protocol)
19285         (gnus-use-idna, gnus-article-over-scroll)
19286         (gnus-mime-display-multipart-alternative-as-mixed)
19287         (gnus-mime-display-multipart-related-as-mixed)
19288         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19289         (gnus-ctan-url, gnus-button-ctan-handler)
19290         (gnus-button-handle-ctan-bogus-regexp)
19291         (gnus-button-ctan-directory-regexp)
19292         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19293         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19294         (gnus-button-man-level, gnus-button-emacs-level)
19295         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19296
19297         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19298         (gnus-agent-go-online): Change :version.
19299         (gnus-agent-expire-unagentized-dirs)
19300         (gnus-agent-auto-agentize-methods): Add :version.
19301
19302         * flow-fill.el (fill-flowed-display-column)
19303         (fill-flowed-encode-column): Add :version.
19304
19305         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19306         (gnus-outlook-deuglify-unwrap-max)
19307         (gnus-outlook-deuglify-cite-marks)
19308         (gnus-outlook-deuglify-unwrap-stop-chars)
19309         (gnus-outlook-deuglify-no-wrap-chars)
19310         (gnus-outlook-deuglify-attrib-cut-regexp)
19311         (gnus-outlook-deuglify-attrib-verb-regexp)
19312         (gnus-outlook-deuglify-attrib-end-regexp)
19313         (gnus-outlook-display-hook): Add :version.
19314
19315         * binhex.el (binhex-use-external): Add :version.
19316
19317 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19318
19319         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19320         and `invisible'.
19321
19322 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19323
19324         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19325         in gnus-registry-trim.
19326
19327 2004-09-13  Simon Josefsson  <jas@extundo.com>
19328
19329         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19330
19331         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19332
19333         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19334         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19335         <yamaoka@jpl.org>.
19336         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19337         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19338         <yamaoka@jpl.org>.
19339
19340         * sieve.el (sieve-manage-mode): Ditto.
19341
19342 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19343
19344         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19345
19346 2004-09-11  Simon Josefsson  <jas@extundo.com>
19347
19348         * dns-mode.el: Add.
19349
19350         * mm-view.el (mm-display-dns-inline): Add.
19351
19352         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19353         (mm-automatic-display): Ditto.
19354
19355         * mailcap.el (mailcap-mime-data): Add text/dns.
19356         (mailcap-mime-extensions): Map .soa to text/dns.
19357
19358 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19359
19360         * gnus-art.el (article-decode-mime-words, article-babel)
19361         (gnus-article-highlight-signature, gnus-article-add-buttons)
19362         (gnus-signature-toggle): Remove unnecessary bindings of
19363         `inhibit-read-only' inherited from v5.10 merge.
19364
19365 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19366
19367         * nntp.el (nntp): New customization group.
19368         (nntp-authinfo-file): Add customization group.
19369
19370         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19371
19372         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19373
19374         * gnus.el (to-address, to-list, subscribed)
19375         (large-newsgroup-initial): Ditto.
19376
19377         * flow-fill.el (fill-flowed-display-column)
19378         (fill-flowed-encode-column): Ditto.
19379
19380 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19381
19382         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19383         Use point-min rather than 1.
19384         (message-send-mail): Use buffer-size rather than point-max.
19385
19386         * gnus-sum.el (gnus-summary-search-article-forward):
19387         Signal a specific `search-failed' rather than a generic `error'.
19388
19389         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19390         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19391         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19392
19393 2004-09-10  Simon Josefsson  <jas@extundo.com>
19394
19395         * nndb.el (require): Remove tcp and duplicate cl.
19396
19397 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19398
19399         * gnus-agent.el (directory-files-and-attributes): Move forward.
19400
19401 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19402
19403         * gnus-agent.el (directory-files-and-attributes):
19404         Optionally defined to support XEmacs.
19405
19406 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19407
19408         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19409         to avoid run-time CL dependencies.
19410         (gnus-agent-unfetch-articles): New function.
19411         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19412         article numbers even when local .overview file is missing.
19413         (gnus-agent-read-article-number): New function.  Only accepts
19414         27-bit article numbers.
19415         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19416         Use gnus-agent-read-article-number.
19417         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19418         from backend while recognizing that article numbers in .overview
19419         must be valid.
19420         (gnus-agent-update-files-total-fetched-for):
19421         Use directory-files-and-attributes to improve performance.
19422         * gnus-int.el (gnus-request-move-article):
19423         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19424         improve performance.
19425
19426         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19427         some users confused by references to .newsrc when they only have a
19428         .newsrc.eld file.
19429         (gnus-convert-mark-converter-prompt)
19430         (gnus-convert-converter-needs-prompt): Fix use of property list.
19431         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19432         New function.  Used internally to only display 'gnus converting
19433         files' message when actually necessary.
19434
19435         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19436         methods now autoloaded.
19437
19438 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19439
19440         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19441         identifiers.
19442
19443 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19444
19445         * gnus-picon.el: Fix indentation and closing parenthesis.
19446
19447 2004-09-01  Simon Josefsson  <jas@extundo.com>
19448
19449         * message.el (message-canlock-generate): Require sha1, not
19450         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19451         to require within a function.  Sadly, if sha1.el isn't loaded, the
19452         let binding in m-c-g will hide the defcustom definition, which is
19453         bad.)
19454
19455         * canlock.el: Require sha1, not sha1-el.
19456
19457         * message.el: Don't autoload sha1 (there is a autoload cookie in
19458         sha1.el).
19459
19460         * sha1-el.el: Rename to sha1.el.
19461
19462 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19463
19464         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19465
19466 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19467
19468         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19469
19470 2004-08-30  Kim F. Storm  <storm@cua.dk>
19471
19472         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19473
19474         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19475         Add :group 'nnimap.
19476
19477 2004-08-30  Andreas Schwab  <schwab@suse.de>
19478
19479         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19480         ?* and ?\;.
19481
19482         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19483         and ?\' to symbol instead of whitespace.
19484
19485 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19486
19487         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19488
19489         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19490         instead of re-search-forward.
19491
19492         * gnus-uu.el (gnus-uu-save-article): Ditto.
19493         (gnus-uu-post-encode-uuencode): Ditto.
19494
19495         * html2text.el (html2text-clean-list-items): Ditto.
19496         (html2text-clean-dtdd): Ditto.
19497         (html2text-format-tags): Ditto.
19498
19499         * message.el (message-send-mail-with-sendmail): Fix regexp.
19500         (message-fill-field-general): Use search-forward instead of
19501         re-search-forward.
19502         (unbold-region): Ditto.
19503
19504         * nnrss.el (nnrss-request-article): Ditto.
19505
19506         * nnslashdot.el (nnslashdot-request-article): Ditto.
19507
19508         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19509
19510         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19511         "Unrecognized menu descriptor" error in XEmacs.
19512
19513 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19514
19515         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19516         parent article of a sparse article in the thread hashtb.
19517
19518 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19519
19520         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19521         (nnmail-expand-newtext): Lowercase expanded entries if
19522         nnmail-split-lowercase-expanded is non-nil.
19523
19524 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19525
19526         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19527
19528         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19529         of gnus-tmp-news-method into string under XEmacs.  It will be
19530         passed to gnus-correct-length which takes only a string argument.
19531
19532 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19533
19534         * gnus-util.el (gnus-bind-print-variables): New macro.
19535         (gnus-prin1): Use it.
19536         (gnus-prin1-to-string): Use it.
19537         (gnus-pp): New function.
19538         (gnus-pp-to-string): New function.
19539
19540         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19541         Replace pp-to-string with gnus-pp-to-string.
19542         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19543         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19544         * gnus-msg.el (gnus-debug): Ditto.
19545         * gnus-score.el (gnus-score-save): Ditto.
19546         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19547         gnus-pp-to-string.
19548         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19549         with gnus-pp.
19550         * score-mode.el (gnus-score-pretty-print): Ditto.
19551         * webmail.el (webmail-debug): Ditto.
19552
19553 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19554
19555         * gnus-art.el (article-display-face, article-display-x-face):
19556         Use buffer-read-only.
19557
19558 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19559
19560         * gnus-art.el (article-hide-list-identifiers):
19561         Bind inhibit-read-only as t.
19562
19563 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19564
19565         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19566
19567 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19568
19569         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19570         (gnus-narrow-to-page): Don't assume point-min == 1.
19571         (gnus-article-edit-mode): Derive from message-mode.
19572
19573         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19574         point-min == 1.
19575
19576         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19577         Disable incorrect use of `assert'.
19578
19579         * message.el (message-mode): Set comment-start-skip.
19580
19581
19582 2004-08-22  Sam Steingold  <sds@gnu.org>
19583
19584         * pop3.el (pop3-leave-mail-on-server): New user variable.
19585         (pop3-movemail): Delete mail only when it is nil.
19586
19587 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19588
19589         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19590
19591         * mml.el (mml-preview): Use `pop-to-buffer'.
19592
19593         * message.el (message-goto-mail-followup-to): Insert after "To".
19594         (message-carefully-insert-headers): Add comment.
19595
19596         * gnus.el: Remove unused variable `gnus-article-check-size'.
19597
19598         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19599
19600         * gnus-art.el (gnus-button-alist):
19601         Improve `gnus-button-handle-library' entry.
19602
19603 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19604
19605         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19606         Use downcase, since XEmacs capitalizes error messages differently.
19607
19608 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19609
19610         * nntp.el: Add (require 'gnus) due to reference to
19611         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19612
19613 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19614
19615         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19616         Bind `mm-fill-flowed'.
19617
19618         * mm-decode.el (mm-dissect-singlepart): Check it.
19619
19620 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19621
19622         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19623         'imap' for netrc parsing.
19624
19625 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19626
19627         * mailcap.el (mailcap-mime-data): Mark as risky.
19628
19629 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19630
19631         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19632         may be included in the encoded word.
19633         (rfc2047-encode): Don't append a space if the encoded word
19634         includes close parenthesis.
19635
19636 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19639         of text within parentheses.
19640
19641 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19642
19643         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19644         (gnus-encrypt-write-file-contents): Make the password key the file
19645         name PLUS the cipher, not just the cipher.  Also remove failed
19646         passwords from the cache.
19647
19648 2004-08-06  Simon Josefsson  <jas@extundo.com>
19649
19650         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19651         Doc fix.
19652
19653 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19654
19655         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19656         LWSP.
19657
19658 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19659
19660         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19661         Try to append in-reply-to: data to the references: header.
19662
19663         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19664         (netrc-parse): Use gnus-encrypt.el functions.
19665
19666         * gnus-encrypt.el: Add new file for encryption support; currently
19667         does only a few GPG ciphers and an internal XOR cipher.
19668
19669         * password.el: Add comments on using password-read-and-add.
19670         (password-read-and-add): Add function to read and add the
19671         password to the cache at once.
19672
19673 2004-07-28  Simon Josefsson  <jas@extundo.com>
19674
19675         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19676         parameter (but don't use it, for now).
19677
19678         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19679         instead of hard coding to nil.
19680
19681 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19682
19683         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19684         as mm-inline-image-xemacs does.
19685
19686 2004-07-26  Simon Josefsson  <jas@extundo.com>
19687
19688         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19689         Revert part of 2004-07-17 change below.
19690
19691 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19692
19693         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19694         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19695
19696 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19697
19698         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19699         quotes that actually start with ">" at the beginning of the
19700         lines.
19701
19702 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19703
19704         * rfc2047.el (rfc2047-encode-region): Fix last change.
19705         (rfc2047-encode-parameter): Remove useless concat.
19706
19707 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19708
19709         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19710         encode special characters; fix some kind of misconfigured headers;
19711         signal a real error if debug-on-quit or debug-on-error is non-nil.
19712         (rfc2047-encode-max-chars): New variable.
19713         (rfc2047-encode-1): Use it.
19714         (rfc2047-encode-parameter): New function.
19715
19716         * mml.el (mml-insert-parameter): Remove an excessive space.
19717
19718 2004-07-17  Simon Josefsson  <jas@extundo.com>
19719
19720         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19721         Kai Grossjohann <kai@emptydomain.de>.
19722         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19723         (gnus-group-make-menu-bar): Ditto.
19724
19725         * gnus-util.el (gnus-group-server): Add.
19726
19727 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19728
19729         * message.el (message-clone-locals): Clone sendmail and smtp
19730         variables.
19731
19732 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * rfc2047.el (rfc2047-encode-region): Fix last change.
19735
19736 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19737
19738         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19739         characters as non-special.
19740
19741 2004-07-09  Simon Josefsson  <jas@extundo.com>
19742
19743         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19744         Users will lose all flag changes made while unplugged with
19745         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19746         good default.  See numerous reports on ding mailing list.
19747
19748 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19749
19750         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19751         add generate-head-function and generate-article-function to the
19752         rfc822-forward entry.
19753         (nndoc-rfc822-forward-generate-article): New function.
19754         (nndoc-rfc822-forward-generate-head): New function.
19755
19756         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19757
19758 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19759
19760         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19761         respect display group parameter and gnus-summary-expunge-below.
19762         (gnus-articles-to-read): Remove unused reference to display group
19763         parameter.
19764
19765 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19766
19767         * nnheader.el (nnheader-uniquify-message-id): New experimental
19768         variable.
19769         (nnheader-nov-read-message-id): Use it.
19770
19771         * spam-report.el (spam-report-gmane): Add interactive.
19772
19773 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19774
19775         * mm-encode.el (mm-content-transfer-encoding-defaults):
19776         Use qp-or-base64 for the application/* types.
19777
19778 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19779
19780         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19781
19782 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19783
19784         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19785         trim value.
19786
19787 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19788
19789         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19790         New macro and function.
19791         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19792
19793 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19794
19795         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19796         after-load-alist.
19797
19798 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19799
19800         * gnus-group.el (gnus-group-get-new-news-this-group):
19801         Don't update info that isn't there.
19802
19803 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19804
19805         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19806         entry.
19807
19808 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * mm-view.el (mm-inline-render-with-function): Use multibyte
19811         buffer; decode html source by charset.
19812
19813         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19814
19815         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19816         Mule-UCS is loaded under XEmacs.
19817         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19818
19819 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19820
19821         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19822
19823 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19824
19825         * mm-util.el (mm-coding-system-p): Return a coding-system.
19826         (mm-mime-mule-charset-alist): Use shift_jis instead of
19827         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19828         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19829         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19830         instead of japanese-shift-jis and iso-latin-1 respectively in
19831         order to share the default value with both Emacs and XEmacs-mule.
19832         (mm-mule-charset-to-mime-charset):
19833         Make mm-coding-system-priorities effective.
19834         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19835         while predicating of candidates upon the priorities.
19836
19837 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19838
19839         * gnus-sum.el (gnus-summary-make-menu-bar):
19840         Add gnus-uu-invert-processable.
19841
19842         * gnus.el: Autoload gnus-uu-invert-processable.
19843
19844 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19845
19846         * mm-util.el (mm-with-multibyte-buffer): New macro.
19847
19848         * rfc2047.el (rfc2047-encode-string): Use it.
19849         (rfc2047-encode-region): Move point to the end of the region after
19850         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19851
19852 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19853
19854         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19855         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19856
19857 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19858
19859         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19860         (gnus-cite-parse): Ignore quoted envelope From_.
19861         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19862
19863 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19864
19865         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19866         invalid addresses.
19867
19868 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19869
19870         * spam.el: Change section markers, revise TODO list.
19871         (spam-backends): Make new master list of all installed backends.
19872         (spam-summary-exit-behavior): Add new variable to determine how
19873         messages moves are done at summary exit.
19874         (spam-move-spam-nonspam-groups-only)
19875         (spam-process-ham-in-nonham-groups)
19876         (spam-process-ham-in-spam-groups): Remove variables, the
19877         spam-summary-exit-behavior variable should be used to manage this
19878         behavior.
19879         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19880         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19881         and spam-old-spam-articles.
19882         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19883         Add empty variables, placeholders for the backends they represent.
19884         (spam-set-difference): Move, unchanged.
19885         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19886         unless the user has a processor variable.
19887         (spam-classifications, spam-classification-valid-p)
19888         (spam-backend-properties, spam-backend-property-valid-p)
19889         (spam-backend-function-type-valid-p)
19890         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19891         (spam-report-articles-gmane, spam-report-articles-resend):
19892         Remove functions, they are not needed.
19893         (spam-install-backend-super, spam-backend-list)
19894         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19895         (spam-backend-function, spam-backend-ham-registration-function)
19896         (spam-backend-spam-registration-function)
19897         (spam-backend-ham-unregistration-function)
19898         (spam-backend-spam-unregistration-function)
19899         (spam-backend-statistical-p, spam-backend-mover-p)
19900         (spam-install-backend-alias, spam-install-checkonly-backend)
19901         (spam-install-mover-backend, spam-install-nocheck-backend)
19902         (spam-install-backend, spam-install-statistical-backend)
19903         (spam-install-statistical-checkonly-backend): Add backend installation
19904         support.
19905         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19906         (spam-group-processor-p): Use the new backend code and respect the
19907         summary exit behavior.
19908         (spam-mark-spam-as-expired-and-move-routine): Remove.
19909         (spam-summary-prepare): Change to use the new spam-old-articles
19910         variable.
19911         (spam-copy-or-move-routine, spam-copy-spam-routine)
19912         (spam-move-spam-routine, spam-copy-ham-routine)
19913         (spam-move-ham-routine): Add code to copy/move ham or spam.
19914         (spam-fetch-field-fast): Improve doc and code, plus allow the
19915         'number request.
19916         (spam-list-of-checks, spam-list-of-statistical-checks):
19917         Remove variables.
19918         (spam-split, spam-find-spam): Use the new backend code.
19919         (spam-registration-functions): Remove variable.
19920         (spam-unregister-routine): Add convenience wrapper.
19921         (spam-log-undo-registration, spam-register-routine)
19922         (spam-log-processing-to-registry)
19923         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19924         where possible.
19925         (spam-check-gmane-xref, spam-check-regex-headers)
19926         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19927         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19928         (spam-check-bogofilter-headers, spam-check-spamoracle)
19929         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19930         (spam-check-crm114-headers): Use the spam-split-group that
19931         spam-split prepares, no need to determine it every time.
19932
19933         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19934         to the nnheader-parse-naked-head call.
19935
19936         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19937
19938         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19939         the nnheader-nov-read-message-id call.
19940
19941 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19942
19943         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19944         gnus-activate-group twice.  Suggested by Markus Peter
19945         <warp@spin.de>.
19946
19947 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19948
19949         * gnus-art.el (gnus-article-time-format): Exchange the order of
19950         day and month in the default value; fix customization type.
19951         (article-date-ut): Use add-text-properties.
19952         (article-make-date-line): Use message-make-date instead of
19953         current-time-string.
19954
19955         * message.el (message-fetch-field): Don't use set-text-properties.
19956         (message-make-date): Simplify.
19957
19958         * messagexmas.el (message-xmas-make-date): New function.
19959         (message-xmas-redefine): Defalias message-make-date to it.
19960
19961 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19962
19963         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19964         (rfc2047-encode-region): Treat text within parentheses as special;
19965         show the original text when error has occurred.
19966
19967         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19968         already-computed method to gnus-activate-group.
19969
19970         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19971         same select-methods identical Lisp objects.
19972
19973         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19974         object when modifying the info.
19975
19976 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19977
19978         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19979         gnus-opened-servers since it has never been opened with the new
19980         configuration yet.
19981
19982 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19983
19984         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19985         arg to nnheader-generate-fake-message-id.
19986
19987 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19988
19989         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19990         number and build a fake message ID localized to a group and
19991         article number (so it's repeatable from that point on).
19992         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19993         ID format.
19994
19995         * gnus-sum.el (gnus-get-newsgroup-headers):
19996         Call nnheader-generate-fake-message-id with the article number.
19997
19998 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19999
20000         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20001         end-of-buffer.
20002
20003 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20004
20005         * message.el (message-ignored-supersedes-headers): Add Approved.
20006
20007 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20008
20009         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20010         goto-char.
20011         (rfc2047-encode): Fold the line before encoding.
20012
20013 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20014
20015         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20016         folding -- not all headers can be folded, and this should be done
20017         by the message composition mode.  Probably.  I think.
20018
20019 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20020
20021         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20022         fast.
20023
20024         * gnus-ems.el (gnus-remove-image): Don't use
20025         message-text-with-property; remove only the image found first.
20026
20027         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
20028         found first.
20029
20030 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20031
20032         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20033
20034 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20035
20036         * message.el (message-text-with-property): Make it fast and accept
20037         optional arguments.
20038         (message-strip-forbidden-properties): Use it.
20039         (message-fix-before-sending): Follow the m-t-w-p change.
20040
20041         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20042
20043 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20044
20045         * gnus-art.el (article-hide-headers): Don't change the buffer
20046         mistakenly when performing mml-preview even if
20047         gnus-single-article-buffer is nil.
20048
20049 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20050
20051         * message.el (message-expand-name-databases): New user option.
20052         (message-expand-name): Use it.
20053
20054 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20055
20056         * spam.el (spam-report-articles-resend)
20057         (spam-report-resend-register-routine): Allow ham reporting.
20058         (spam-report-resend-register-ham-routine): Add wrapper.
20059         (spam-registration-functions): Add ham resending functions.
20060         (spam-list-of-processors): Add ham resend processor.
20061
20062         * gnus.el (ham-resend-to): Add new group parameter.
20063         (spam-process): Add ham resend option.
20064
20065         * spam-report.el (spam-report-resend): Allow reporting ham.
20066         (spam-report-resend-ham): Add wrapper.
20067
20068 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20069
20070         * message.el (message-cite-articles-with-x-no-archive):
20071         New variable.
20072         (message-cite-original): Use it.
20073
20074 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20075
20076         * message.el (message-cite-original): Respect X-No-Archive.
20077
20078 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20079
20080         * gnus-art.el (article-hide-headers): Refer to the values for
20081         gnus-ignored-headers and gnus-visible-headers in the summary
20082         buffer since a user may have set them as group parameters.
20083
20084 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20085
20086         * assistant.el (assistant-node-name): Add convenience function.
20087         (assistant-render-text, assistant-render-node): Add error handling,
20088         plus handle multiple next nodes.
20089         (assistant-find-next-node): Comment out for now.
20090         (assistant-find-next-nodes): Add function, returns list of next
20091         nodes.
20092
20093 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20094
20095         * mail-source.el (mail-source-directory): Fix doc-string.
20096
20097 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20098
20099         * assistant.el (assistant-render-text, assistant-eval): Add :set
20100         widget type, which is different because it takes and returns a
20101         list.  Much hilarity ensues.
20102
20103 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20104
20105         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20106
20107         * gnus-group.el (gnus-group-get-new-news-this-group):
20108         Add doc-string.
20109
20110         * gnus-start.el (gnus-activate-group): Add doc-string.
20111
20112 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20113
20114         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20115
20116 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20117
20118         * assistant.el (assistant-render-text): Try to add a :set
20119         widget, more to come.
20120
20121         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20122         strings.
20123         (spam-report-articles-resend)
20124         (spam-register-routine): Do registration iff any articles warrant
20125         it.
20126         (spam-summary-prepare-exit): Change log message for nil group
20127         destinations.
20128
20129 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20130
20131         * spam.el (spam-report-resend-register-routine):
20132         Allow spam-report-resend-to to be a group parameter or a global value.
20133
20134 2004-05-26  Simon Josefsson  <jas@extundo.com>
20135
20136         * starttls.el: Merge with my GNUTLS based starttls.el.
20137         (starttls-gnutls-program, starttls-use-gnutls)
20138         (starttls-extra-arguments, starttls-process-connection-type)
20139         (starttls-connect, starttls-failure, starttls-success):
20140         New variables.
20141         (starttls-program, starttls-extra-args): Doc fix.
20142         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20143         New functions.
20144         (starttls-negotiate, starttls-open-stream):
20145         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20146         function if it is set.
20147
20148 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20149
20150         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20151         structured fields.
20152
20153 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20154
20155         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20156
20157 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20158
20159         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20160         Add variable.
20161         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20162         assigning the spam-mark to new messages.
20163
20164 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20165
20166         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20167
20168 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20169
20170         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20171
20172         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20173         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20174         default.
20175
20176 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20177
20178         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20179         correct data.
20180
20181 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20182
20183         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20184         (spam-group-processor-p): Fix function.
20185         (spam-group-processor-multiple-p)
20186         (spam-group-spam-processor-report-gmane-p)
20187         (spam-group-spam-processor-report-resend-p)
20188         (spam-group-spam-processor-bogofilter-p)
20189         (spam-group-spam-processor-blacklist-p)
20190         (spam-group-spam-processor-ifile-p)
20191         (spam-group-ham-processor-ifile-p)
20192         (spam-group-spam-processor-spamoracle-p)
20193         (spam-group-spam-processor-crm114-p)
20194         (spam-group-ham-processor-bogofilter-p)
20195         (spam-group-spam-processor-stat-p)
20196         (spam-group-ham-processor-stat-p)
20197         (spam-group-ham-processor-whitelist-p)
20198         (spam-group-ham-processor-BBDB-p)
20199         (spam-group-ham-processor-spamoracle-p)
20200         (spam-group-ham-processor-copy-p): Remove functions with some
20201         prejudice against unneeded code.
20202         (spam-report-articles-resend)
20203         (spam-report-resend-register-routine): Allow the group/topic
20204         spam-resend-to value to override spam-report-resend-to.
20205         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20206         properly now.
20207
20208         * gnus.el (spam-resend-to): Add group/topic parameter.
20209         (spam-process): Move the OBSOLETE processors to the end of the
20210         choices.
20211
20212 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20213
20214         * spam-report.el (spam-report-resend-to, spam-report-resend):
20215         Start with resend-to set to nil, and then ask the user if necessary.
20216         (spam-report-resend): spam-report-resend takes a list of articles, not
20217         separate article numbers.
20218
20219 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20220
20221         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20222         addition to emacs-w3m.
20223
20224 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20225
20226         * assistant.el (assistant-authinfo-data): New function.
20227         (assistant-eval): Eval for entire assistant.
20228
20229         * netrc.el (netrc-services-file): New variable.
20230         (netrc-parse-services): New function.
20231         (netrc-find-service-name): New function.
20232         (netrc-find-service-number): New function.
20233         (netrc-port-equal): New function.
20234         (netrc-machine): Use it.
20235
20236         * nnimap.el (nnimap-open-connection): Use netrc.
20237
20238         * gnus-util.el (gnus-netrc-get): Remove aliases.
20239
20240         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20241
20242         * assistant.el (wid-edit): Fix compilation.
20243
20244         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20245
20246 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20247
20248         * gnus-util.el (gnus-set-file-modes): New function.  (small
20249         patch).
20250
20251 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20252
20253         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20254
20255         * assistant.el (assistant-render-node): Fix up rendering and
20256         read-only text.
20257         (assistant-render-node): Reset.
20258         (assistant-make-read-only): Not sticky.
20259
20260 2004-05-20  Danny Siu  <dsiu@adobe.com>
20261
20262         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20263         centered even when gnus-auto-center-summary is t.
20264
20265 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20266
20267         * dns.el (dns-get-txt-answer): New function.
20268         (dns-read-txt): Ditto.
20269         (query-dns): Use it.
20270
20271 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20272
20273         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20274         active for foreign groups even if the group level is higher than
20275         the specified value.
20276
20277 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20278
20279         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20280         non-active groups.
20281
20282         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20283
20284 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20285
20286         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20287
20288 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20289
20290         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20291         (spam-crm114-header, spam-crm114-spam-switch)
20292         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20293         (spam-crm114-positive-spam-header)
20294         (spam-crm114-database-directory, spam-list-of-processors)
20295         (spam-group-spam-processor-crm114-p)
20296         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20297         (spam-generic-score, spam-list-of-checks)
20298         (spam-list-of-statistical-checks, spam-registration-functions)
20299         (spam-check-crm114-headers, spam-crm114-score)
20300         (spam-check-crm114, spam-crm114-register-with-crm114)
20301         (spam-crm114-register-spam-routine)
20302         (spam-crm114-unregister-spam-routine)
20303         (spam-crm114-register-ham-routine)
20304         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20305         From asjo@koldfront.dk (Adam Sjøgren).
20306
20307         * gnus.el: Add spam-use-crm114.
20308
20309         * spam.el (spam-list-of-processors, spam-registration-functions):
20310         Add spam-use-resend.
20311         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20312         (spam-report-articles-gmane): Add doc fix.
20313         (spam-report-articles-resend, spam-report-resend-register-routine):
20314         Add wrappers around spam-report-resend-to.
20315
20316         * spam-report.el (spam-report-resend-to, spam-report-resend):
20317         Add support for resending spam.
20318         (spam-report-gmane): Fix line length >80.
20319
20320         * gnus.el (spam-process): Add spam-use-resend.
20321
20322 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20323
20324         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20325         number of processed spam messages.
20326         (spam-ham-copy-or-move-routine): Return the number of processed
20327         ham messages.
20328         (spam-summary-prepare-exit): Use the above values to decide
20329         whether status messages shouled be displayed.
20330
20331 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20332
20333         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20334         `rfc2047-encoding-function-alist' in order to avoid conflicting
20335         with the old version.
20336         (rfc2047-encode-region): Concatenate words containing non-ASCII
20337         characters in structured fields; don't encode space-delimited
20338         ASCII words even in unstructured fields; don't break words at
20339         char-category boundaries.
20340         (rfc2047-encode-1): New function.
20341         (rfc2047-encode): Use it; encode text so that it occupies the
20342         maximum width within 76-column; work correctly on Q encoding for
20343         iso-2022-* charsets.
20344         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20345         sure not to break a line just after the header name.
20346         (rfc2047-b-encode-region): Remove.
20347         (rfc2047-b-encode-string): New function.
20348         (rfc2047-q-encode-region): Remove.
20349         (rfc2047-q-encode-string): New function.
20350
20351         * mm-util.el (mm-replace-in-string): New function.
20352
20353 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20354
20355         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20356         Really get it right.
20357         (gnus-inews-make-draft): Really.
20358
20359 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20360
20361         * nnmh.el (nnmh-request-list-1): Don't check the link count
20362         before descending.  (small patch)
20363
20364 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20365
20366         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20367         stuff.
20368
20369         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20370         Match on real group name.
20371
20372         * gnus-art.el (gnus-signature-limit): Doc fix.
20373
20374         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20375
20376         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20377
20378 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20379
20380         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20381         isn't a string.
20382
20383 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20384
20385         * gnus-draft.el (gnus-draft-send):
20386         Bind rfc2047-encode-encoded-words.
20387
20388         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20389         (rfc2047-encodable-p): Say that =? needs encoding.
20390         (rfc2047-encode-encoded-words): New variable.
20391
20392         * gnus-group.el (gnus-group-select-group): Doc fix.
20393
20394         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20395
20396         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20397         to nil.
20398
20399         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20400
20401         * nnheader.el (nnheader-get-lines-and-char): New function.
20402
20403 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20404
20405         * gnus-msg.el (gnus-summary-followup-with-original):
20406         Document yanking of region when active.
20407
20408 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20409
20410         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20411         groups if the group level is higher than the specified value.
20412
20413 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20414
20415         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20416         (gnus-group-jump-to-group): Add prefix argument using
20417         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20418         non-active group.
20419
20420         * compface.el (uncompface): Be verbose when changing
20421         `uncompface-use-external'.
20422
20423         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20424         handle manual section.
20425
20426 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20427
20428         * gnus-art.el (gnus-button-alist): Revert previous change.
20429
20430 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20431
20432         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20433
20434 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20435
20436         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20437         whether backend can accept message.
20438
20439         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20440
20441 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20442
20443         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20444         Avoid creating directory when nntp-marks-is-evil is true.
20445         Reported by Reiner Steib.
20446
20447 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20448
20449         * gnus-picon.el (gnus-picon-style): New variable.
20450         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20451         (gnus-picon-transform-address): Support `gnus-picon-style'.
20452         From Jesper Harder <harder@ifa.au.dk>.
20453
20454 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20455
20456         * message.el (message-fill-field): Return point.
20457         (message-generate-headers): Go to end of field.
20458
20459         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20460         stuff for non-living groups.
20461
20462 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20463
20464         * gnus-art.el (gnus-article-followup-with-original)
20465         (gnus-article-reply-with-original): gnus-mark-active-p ->
20466         gnus-region-active-p.
20467
20468 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20469
20470         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20471         only when there is spam or ham to be processed.
20472
20473 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20474
20475         * mail-source.el (mail-source-delete-crash-box): Refactor.
20476         (mail-source-fetch): Use it.
20477         (mail-source-fetch-file): Ditto.
20478         (mail-source-fetch-directory): Run postscript in loop.
20479         (mail-source-fetch-pop): Delete.
20480         (mail-source-fetch-maildir): Ditto.
20481         (mail-source-fetch-imap): Ditto.
20482
20483         * imap.el (imap-authenticators): Comment out sasl.
20484
20485         * message.el (message-skip-to-next-address): New function.
20486         (message-fill-header-address): Refactor.
20487         (message-fill-address): Use it.
20488         (message-delete-address): Use it.
20489         (message-fill-header-general): Refactor.
20490         (message-fill-field-address): Rename.
20491         (message-narrow-to-field): Find the start of the header.
20492         (message-header-format-alist): Don't pre-fill.
20493         (message-fill-header): Remove.
20494         (message-insert-header): New function.
20495         (message-shorten-references): Use it.
20496
20497         * rfc2047.el (rfc2047-field-value): Strip props.
20498
20499         * mail-parse.el (mail-header-make-address): New alias.
20500
20501         * ietf-drums.el (ietf-drums-make-address): New function.
20502
20503         * imap.el: Add compiler directives.
20504
20505         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20506
20507         * gnus-art.el (article-decode-idna-rhs): Don't use
20508         message-idna-inside-rhs-p.
20509
20510 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20511
20512         * message.el (message-idna-inside-rhs-p): Remove.
20513         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20514
20515         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20516         false positives.
20517
20518 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20519
20520         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20521
20522 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20523
20524         * nneething.el (nneething-file-name): Don't create spurious
20525         files.
20526
20527         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20528         (gnus-inews-do-gcc): Remove sleep.
20529
20530         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20531         part under point.
20532
20533         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20534         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20535
20536 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20537
20538         * spam.el (spam-summary-prepare-exit): Fix (length).
20539
20540 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20541
20542         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20543         as expired without moving it" message when there are spam
20544         messages left.
20545
20546 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20547
20548         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20549         header is not nil.
20550
20551 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20552
20553         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20554         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20555         (nntp-marks-changed-p): New arg SERVER.
20556         (nntp-request-update-info): Adjust caller.
20557
20558 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20559
20560         * nntp.el (nntp-save-marks): Pass missing arg.
20561
20562 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20563
20564         * nntp.el: Support marks.
20565         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20566         (nntp-marks-modtime, nntp-marks-directory): New variables.
20567         (nntp-request-set-mark, nntp-request-update-info)
20568         (nntp-possibly-create-directory, nntp-marks-changed-p)
20569         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20570         New functions.
20571
20572 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20573
20574         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20575         (gnus-xmas-redefine): Rename.
20576
20577         * gnus-score.el (gnus-score-insert-help):
20578         Use gnus-select-lowest-window.
20579
20580         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20581         appt-select-lowest-window and rename to gnus-select-lowest-window.
20582
20583         * gnus.el: do.
20584
20585 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20586
20587         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20588         encodings of MIME-encoded words, in order to improve
20589         interoperability with several broken MUAs.
20590
20591 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20592
20593         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20594         tags, only when charsets are not specified in headers.
20595         (mm-inline-text-html-render-with-w3m): Ditto.
20596
20597         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20598         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20599
20600 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20601
20602         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20603         instead of MIME-decoded from fields when checking
20604         `gnus-article-address-banner-alist'.
20605
20606 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20607
20608         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20609         description rather than subject.
20610
20611 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20612
20613         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20614
20615 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20616
20617         * gnus.el (gnus-version-number): Bump.
20618
20619 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20620
20621         * gnus.el: No Gnus v0.2 is released.
20622
20623 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20624
20625         * gnus-agent.el (gnus-agent-read-agentview):
20626         Inline gnus-uncompress-range.
20627
20628 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20629
20630         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20631         `exec-installed-p'.
20632
20633 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20634
20635         * gnus.el (spam-process, spam-autodetect-methods):
20636         Add bsfilter and bsfilter-headers.
20637
20638         * spam.el (spam-bsfilter): New customize group.
20639         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20640         (spam-bsfilter-header, spam-bsfilter-probability-header)
20641         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20642         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20643         (spam-bsfilter-database-directory): New options.
20644         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20645         (spam-list-of-statistical-checks, spam-registration-functions):
20646         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20647         (spam-bsfilter-score): New command.
20648         (spam-check-bsfilter-headers, spam-check-bsfilter)
20649         (spam-bsfilter-register-with-bsfilter)
20650         (spam-bsfilter-register-spam-routine)
20651         (spam-bsfilter-unregister-spam-routine)
20652         (spam-bsfilter-register-ham-routine)
20653         (spam-bsfilter-unregister-ham-routine): New functions.
20654         (spam-generic-score): Support bsfilter; Accept an optional argument
20655         to recalcurate spam score even if scoring header has already been
20656         added.
20657         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20658         optional argument to recalcurate spam score even if scoring header
20659         has already been added.
20660
20661 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20662
20663         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20664         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20665         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20666         link is missing.
20667
20668 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20669
20670         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20671         (html2text-get-attr): Rewrite.
20672
20673         * message.el (message-setup-1): Remove redundant put-text-property
20674         on mail-header-separator.
20675
20676 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20677
20678         * gnus-registry.el (gnus-registry-cache-whitespace)
20679         (gnus-registry-action, gnus-registry-spool-action)
20680         (gnus-registry-split-fancy-with-parent): Change message levels
20681         from 5 to 3 or 7, as needed.
20682
20683         * spam.el (spam-summary-prepare-exit)
20684         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20685         (spam-split, spam-find-spam, spam-log-undo-registration)
20686         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20687         level from 5 to 6.
20688
20689 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20690
20691         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20692         2004-03-04 change).
20693
20694 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20695
20696         * sieve-manage.el (sieve-manage-open):
20697         * nnweb.el (nnweb-insert-html):
20698         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20699         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20700         * nnspool.el (nnspool-request-group):
20701         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20702         * nnml.el (nnml-request-update-info):
20703         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20704         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20705         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20706         (nnimap-request-set-mark):
20707         * nnfolder.el (nnfolder-request-update-info):
20708         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20709         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20710         * gnus-uu.el (gnus-uu-find-articles-matching):
20711         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20712         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20713         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20714         * gnus-nocem.el (gnus-nocem-scan-groups):
20715         * gnus-int.el (gnus-start-news-server):
20716         * gnus-group.el (gnus-group-make-kiboze-group)
20717         (gnus-group-browse-foreign-server):
20718         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20719         Use mapc when appropriate.
20720
20721 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20722
20723         FIXME: Make separate entries for each person.
20724
20725         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20726         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20727         <shields@msrl.com>:
20728
20729         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20730         may need for spam sorting and scoring.
20731         (spam-user-format-function-S): Add user format function suitable for
20732         general use.
20733         (spam-article-sort-by-spam-status): Add sorting function for summary
20734         sorting.
20735         (spam-extra-header-to-number): Add function to get a score from a
20736         header.
20737         (spam-summary-score): Add function to get a numeric score from the
20738         headers.
20739         (spam-generic-score): Fix function doc, was in wrong place.
20740         (spam-initialize): Take symbols when it's run, and install the
20741         extra headers that spam-necessary-extra-headers thinks we need.
20742
20743 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20744
20745         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20746         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20747
20748 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20749
20750         * gnus-sum.el (gnus-set-global-variables)
20751         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20752         (gnus-article-get-xrefs, gnus-summary-best-group)
20753         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20754         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20755         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20756         Use with-current-buffer.
20757
20758 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20759
20760         * spam.el (spam-summary-prepare-exit): Simplify logic.
20761         (spam-fetch-article-header): Read the article header if it's not
20762         available.
20763         (spam-list-articles): Simplify logic.
20764         (spam-filelist-register-routine): Fix bug with unregister-list.
20765
20766         * gnus-registry.el: Fix comments at beginning.
20767
20768 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20769
20770         * message.el (message-cater-to-broken-inn): Remove.
20771         (message-shorten-references): Make sure the total folded length of
20772         References is shorter than 998 characters to cater to a bug in INN
20773         2.3.  Also, don't pretend that references aren't folded -- this
20774         hasn't worked for a while.
20775
20776 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20777
20778         * gnus-agent.el (gnus-agentize):
20779         gnus-agent-send-mail-real-function no longer set to current value
20780         of message-send-mail-function but rather a lambda that calls
20781         message-send-mail-function.  The change makes the agent real-time
20782         responsive to user changes to message-send-mail-function.
20783
20784 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20785
20786         * legacy-gnus-agent.el
20787         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20788         help from Florian Weimer <fw@deneb.enyo.de>
20789
20790 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20791
20792         * nnmail.el (nnmail-cache-insert): Revert last change.
20793
20794 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20795
20796         * nnmail.el (nnmail-cache-insert): Always check whether
20797         nnmail-cache-ignore-groups matches a group name.
20798
20799 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20800
20801         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20802         (spam-find-spam, spam-log-processing-to-registry)
20803         (spam-log-registered-p, spam-log-unregistration-needed-p)
20804         (spam-log-undo-registration): Use gnus-message instead of
20805         gnus-error, none of these errors are fatal.
20806
20807         * gnus-registry.el (gnus-registry-clean-empty-function)
20808         (gnus-registry-clean-empty): Remove only empty entries without
20809         extra data.
20810
20811 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20812
20813         * spam-stat.el (spam-stat-buffer-change-to-spam)
20814         (spam-stat-buffer-change-to-non-spam): Change (error) to
20815         (gnus-message 8) invocation.
20816
20817 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20818
20819         * nntp.el (nntp-via-netcat-command): New variable.
20820         (nntp-via-netcat-switches): New variable.
20821         (nntp-open-via-rlogin-and-netcat): New function.
20822         (nntp-open-connection-function): Doc fix.
20823         (nntp-telnet-command): Doc fix.
20824         (nntp-end-of-line): Doc fix.
20825         (nntp-via-rlogin-command): Doc fix.
20826         (nntp-via-user-name): Doc fix.
20827         (nntp-via-address): Doc fix.
20828
20829 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20830
20831         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20832         error in Emacs 21.1.
20833
20834 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20835
20836         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20837
20838 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20839
20840         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20841         (gnus-agent-with-refreshed-group): New macro.
20842         (gnus-agent-rename-group): New function.
20843         (gnus-agent-delete-group): New function.
20844         (gnus-agent-save-group-info): Use gnus-command-method when
20845         `method' parameter is nil.  Don't write nil entries into the
20846         active file.
20847         (gnus-agent-get-group-info): New function.
20848         (gnus-agent-fetch-articles):
20849         Use gnus-agent-update-files-total-fetched-for to increment disk space
20850         used.
20851         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20852         Use gnus-agent-update-view-total-fetched-for to increment disk space
20853         used.
20854         (gnus-agent-get-local): Add optional parameters to avoid calling
20855         gnus-group-real-name and gnus-find-method-for-group.
20856         (gnus-agent-set-local): Delete stored entry if either min, or max,
20857         are nil.
20858         (gnus-agent-fetch-session): Reworded error/quit messages.
20859         On quit, use gnus-agent-regenerate-group to record existance of any
20860         articles fetched to disk before the quit occurred.
20861         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20862         gnus-agent-update-view-total-fetched-for, and
20863         gnus-agent-update-files-total-fetched-for to decrement disk space
20864         used.
20865         (gnus-agent-retrieve-headers):
20866         Use gnus-agent-update-view-total-fetched-for to increment disk space
20867         used.
20868         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20869         with gnus-agent-update-files-total-fetched-for to decrement disk
20870         space and fresh group buffer.
20871         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20872         (gnus-agent-need-update-total-fetched-for): New variable.
20873         (gnus-agent-update-files-total-fetched-for): New function.
20874         (gnus-agent-update-view-total-fetched-for): New function.
20875         (gnus-agent-total-fetched-for): New function.
20876
20877         * gnus-cache.el (gnus-cache-save-buffers):
20878         Use gnus-cache-update-overview-total-fetched-for to change disk space
20879         used by this group.
20880         (gnus-cache-possibly-enter-article):
20881         Use gnus-cache-update-file-total-fetched-for to increment disk space
20882         used by this group.
20883         (gnus-cache-possibly-remove-article):
20884         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20885         used by this group.
20886         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20887         (gnus-cache-rename-group): New function.
20888         (gnus-cache-delete-group): New function.
20889         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20890         (gnus-cache-need-update-total-fetched-for): New variable.
20891         (gnus-cache-with-refreshed-group): New macro.
20892         (gnus-cache-update-file-total-fetched-for): New function.
20893         (gnus-cache-update-overview-total-fetched-for): New function.
20894         (gnus-cache-rename-group-total-fetched-for): New function.
20895         (gnus-cache-delete-group-total-fetched-for): New function.
20896         (gnus-cache-total-fetched-for): New function.
20897
20898         * gnus-group.el: Require gnus-sum and autoload functions to
20899         resolve warnings when gnus-group.el compiled alone.
20900         (gnus-group-line-format): Documented new %F.
20901         (size of Fetched data) group line format; identifies disk space
20902         used by agent and cache.
20903         (gnus-group-line-format-alist): Defined new F format.
20904         (gnus-total-fetched-for): New function.
20905         (gnus-group-delete-group): No longer update
20906         gnus-cache-active-altered as gnus-request-delete-group now keeps
20907         the cache in sync.
20908         (gnus-group-list-active): Let the agent store a server's active
20909         list if currently plugged.
20910
20911         * gnus-int.el (gnus-request-delete-group):
20912         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20913         local disk in sync with the server.
20914         (gnus-request-rename-group):
20915         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20916         local disk in sync with the server.
20917
20918         * gnus-start.el (gnus-get-unread-articles):
20919         Cosmetic simplification to logic.
20920
20921         * gnus-util.el (gnus-rename-file): New function.
20922
20923 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20924
20925         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20926
20927 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20928
20929         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20930         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20931
20932 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20933
20934         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20935         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20936
20937 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20938
20939         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20940
20941 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20942
20943         * spam.el (spam-set-difference): Add function to replace
20944         gnus-set-difference in spam.el.
20945         (spam-summary-prepare-exit): Use spam-set-difference.
20946
20947 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20948
20949         * gnus-registry.el (gnus-registry-cache-file): Update to use
20950         gnus-dribble-directory OR gnus-home-directory OR ~.
20951         (gnus-registry-split-fancy-with-parent): Fix doc.
20952
20953 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20954
20955         * message.el (message-exchange-point-and-mark):
20956         Use message-mark-active-p.  Suggested by Jesper Harder
20957         <harder@ifa.au.dk>.
20958
20959 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20960
20961         * message.el (message-exchange-point-and-mark): Don't activate
20962         region if it was inactive.  Suggested by Hiroshi Fujishima
20963         <pooh@nature.tsukuba.ac.jp>.
20964
20965 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20966
20967         * gnus-art.el (article-display-face): Display Faces in the same
20968         order as X-Faces.
20969
20970 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20971
20972         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20973
20974 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20975
20976         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20977         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20978         (gnus-article-mime-hierarchy): Remove.
20979         (gnus-article-mime-hierarchy-next): Remove.
20980         (gnus-article-mode): Revert 2004-03-19 change.
20981         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20982         (gnus-insert-mime-button): Revert 2004-03-19 change.
20983         (gnus-mime-accumulate-hierarchy): Remove.
20984         (gnus-mime-enter-multipart): Remove.
20985         (gnus-mime-leave-multipart): Remove.
20986         (gnus-mime-display-part): Revert 2004-03-19 change.
20987         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20988
20989         * mml.el (mml-preview): Revert 2004-03-19 change.
20990
20991 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20992
20993         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20994
20995 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20996
20997         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20998         t while entering a file name using the mm-with-multibyte macro.
20999         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21000
21001         * mm-util.el (mm-with-multibyte): New macro.
21002
21003 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21004
21005         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21006         New user option.
21007         (gnus-mime-multipart-functions): Doc and customization fix.
21008         (gnus-article-mime-hierarchy): New variable.
21009         (gnus-article-mime-hierarchy-next): New variable.
21010         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21011         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21012         gnus-article-mime-hierarchy-next to nil.
21013         (gnus-insert-mime-button): Show hierarchy numbers.
21014         (gnus-mime-accumulate-hierarchy): New function.
21015         (gnus-mime-enter-multipart): New function.
21016         (gnus-mime-leave-multipart): New function.
21017         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21018         (gnus-mime-display-alternative): Show hierarchy numbers.
21019
21020         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21021         gnus-article-mime-hierarchy-next to nil.
21022
21023 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21024
21025         * dns.el: Don't require gnus-xmas.
21026
21027 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21028
21029         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21030         inline PGP.
21031         (mml-menu): Disable mml-quote-region if mark is inactive.
21032
21033 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21034
21035         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21036         when the group's active is not available.
21037
21038 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21039
21040         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21041         error.
21042
21043 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21044
21045         * imap.el (imap-store-password): New variable.
21046         (imap-interactive-login): Use it.
21047         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21048
21049 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21050
21051         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21052         window-start and hscroll to summary window.
21053
21054 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21055
21056         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21057         conversion message to newsrc-dribble when an actual conversion is
21058         performed.
21059
21060 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21061
21062         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21063
21064 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21065
21066         * mm-decode.el (mm-complicated-handles): New function reviving
21067         former definition of mm-multiple-handles.
21068
21069         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21070         (gnus-mime-delete-part): Use it.
21071
21072 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21073
21074         * gnus-agent.el (gnus-agent-read-local):
21075         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21076         avoid the implicit assumption that they will always be equal.
21077         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21078         coding-system-for-write, as the with-temp-file macro first prints
21079         to a buffer then saves the buffer.
21080
21081 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21082
21083         * gnus-art.el (gnus-article-edit-part): New function.
21084         (gnus-mime-save-part-and-strip): Use it; do query instead of
21085         signaling an error; don't use mm-multiple-handles.
21086         (gnus-mime-delete-part): Ditto.
21087
21088 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21089
21090         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21091         old file versions.
21092         (gnus-group-prepare-hook): Remove function that converted list
21093         form of gnus-agent-expire-days to group properties.
21094
21095         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21096         (gnus-request-accept-article): Re-indented.
21097
21098         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21099         converters to handle old agent file formats.  Add logic for a
21100         "backup before upgrading warning".
21101         (gnus-convert-mark-converter-prompt): Developers can mark
21102         functions as needing (default), or not needing,
21103         gnus-convert-old-newsrc's "backup before upgrading warning".
21104         (gnus-convert-converter-needs-prompt): Tests whether the user
21105         should be protected from potentially irreversable changes by the
21106         function.
21107
21108         * legacy-gnus-agent.el: New.  Provides converters that are only
21109         loaded when gnus-convert-old-newsrc needs to call them.
21110
21111 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21112
21113         * mail-source.el (mail-source-touch-pop): Doc fix.
21114
21115         * message.el (message-smtpmail-send-it): Doc fix.
21116
21117 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21118
21119         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21120
21121         * nnmail.el (nnmail-split-fancy): do.
21122
21123         * gnus-kill.el (gnus-kill, gnus-execute): do.
21124
21125 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21126
21127         * gnus-sum.el (gnus-widget-reversible-match)
21128         (gnus-widget-reversible-to-internal)
21129         (gnus-widget-reversible-to-external): New functions.
21130         (gnus-widget-reversible): New widget.
21131         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21132
21133 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21134
21135         * gnus-sum.el (gnus-thread-sort-functions)
21136         (gnus-article-sort-functions): Document `(not F)' items.
21137
21138 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21139
21140         * spam.el (spam-use-gmane-xref): Add new backend.
21141         (spam-gmane-xref-spam-group): Add variable to control the name of the
21142         Gmane spam group.
21143         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21144         (spam-regex-headers-spam, spam-regex-headers-ham)
21145         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21146         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21147         backends and checks.
21148         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21149
21150         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21151         an autodetect method.
21152
21153 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21154
21155         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21156         articles are being added to a group.
21157         (gnus-request-replace-article): Inform the agent that articles
21158         need to be uncached as the cached contents are no longer valid.
21159
21160 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21161
21162         * binhex.el: Don't autoload executable-find.
21163
21164         * canlock.el: Don't autoload mail-fetch-field.
21165
21166         * dgnushack.el: Autoload c-mode for XEmacs.
21167
21168         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21169
21170         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21171         rmail-dont-reply-to and rmail-output.
21172
21173         * gnus-score.el: Don't autoload ffap-string-at-point.
21174
21175         * gnus-setup.el: Don't autoload sc-cite-original.
21176
21177         * imap.el: Don't autoload base64-decode-string,
21178         base64-encode-string and md5.
21179
21180         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21181         and rmail-msg-restore-non-pruned-header.
21182
21183         * mm-decode.el: Don't autoload executable-find.
21184
21185         * mm-url.el: Don't autoload executable-find.
21186
21187         * mm-view.el: Don't autoload diff-mode.
21188
21189         * nndb.el: Don't autoload news-reply-mode, news-setup,
21190         cancel-timer and telnet.
21191
21192         * password.el: Don't autoload run-at-time for Emacs.
21193
21194         * sha1-el.el: Don't autoload executable-find.
21195
21196         * sieve-mode.el: Don't autoload c-mode.
21197
21198         * uudecode.el: Don't autoload executable-find.
21199
21200 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21201
21202         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21203         (gnus-agent-possibly-alter-active): Avoid null in numeric
21204         comparison.
21205         (gnus-agent-set-local): Refuse to save null in local object table.
21206         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21207         list of articles that will be marked as unread.
21208
21209 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21210
21211         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21212
21213 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21214
21215         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21216         language tags.
21217
21218 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21219
21220         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21221         Don't bind "obarray".
21222
21223         * gnus-sum.el (gnus-thread-sort-functions):
21224         Add `gnus-thread-sort-by-most-recent-number' and
21225         `gnus-thread-sort-by-most-recent-date'.
21226         Reported by Kai Grossjohann <kai@emptydomain.de>.
21227
21228 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21229
21230         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21231
21232 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21233
21234         * gnus-cus.el (gnus-agent-customize-category):
21235         Remove ignore-errors macro reference that required cl to be loaded at
21236         run-time.
21237
21238         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21239         single-interval range of the form (min . max).  Previously the
21240         range had to look like ((min . max)).  Likewise, return
21241         (min . max) rather than ((min . max)).
21242         (gnus-range-map): Use gnus-range-normalize to accept
21243         single-interval range.
21244
21245         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21246         the cache, but not the agent, now appear with their usual face.
21247
21248         * dgnushack.el (loaddir): New variable that is bound to the
21249         directory containing the dgnushack.el file. Use loaddir, rather
21250         than srcdir, to update load-path. Change lets dgnushack compile
21251         code in directories other than GNUS/lisp.
21252
21253 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21254
21255         * lpath.el: Don't bind w3m-safe-url-regexp.
21256
21257         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21258         w3m-safe-url-regexp variable buffer-local.
21259
21260         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21261
21262 2004-02-27  Simon Josefsson  <jas@extundo.com>
21263
21264         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21265         gnus-group-real-prefix.
21266         (gnus-summary-move-article): Use it, instead of
21267         gnus-group-real-prefix.
21268
21269 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21270
21271         * lpath.el: Bind w3m-safe-url-regexp.
21272
21273         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21274         w3m-safe-url-regexp variable buffer-local and set it as the value
21275         of mm-w3m-safe-url-regexp.
21276
21277         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21278
21279         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21280         parsing gnus-posting-styles when the message is not for replying.
21281
21282         * dgnushack.el: Autoload sgml-mode for XEmacs.
21283
21284         * nnrss.el (nnrss-opml-export):
21285         Use mm-set-buffer-file-coding-system instead of
21286         set-buffer-file-coding-system.
21287
21288 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21289
21290         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21291         of checkdoc.el).
21292         * nnrss.el: do.
21293         * gnus-mlspl.el: do.
21294         * gnus-ml.el: do.
21295         * gnus-srvr.el: do.
21296
21297         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21298
21299 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21300
21301         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21302         Corrections to custom-manual links.
21303
21304         * gnus-art.el (gnus-article): Ditto.
21305
21306         * mm-decode.el (mime-display, mime-security): Ditto.
21307
21308 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21309
21310         * flow-fill.el: Typo.
21311
21312 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21313
21314         * spam-wash.el: New file.
21315
21316 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21317
21318         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21319
21320 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21321
21322         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21323         to be run with new-articles as LIST1, not LIST2.
21324         (spam-registration-functions): Add spam-use-ham-copy as a nil
21325         registration backend.
21326
21327 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21328
21329         * spam-stat.el (spam-stat-washing-hook): New option.
21330         (spam-stat-buffer-words): Use it.
21331         (spam-stat-process-directory, spam-stat-test-directory):
21332         Use insert-file-contents-literally.
21333         (spam-stat-coding-system): New variable.
21334         (spam-stat-load, spam-stat-save): Use it.
21335
21336 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21337
21338         * spam-report.el (spam-report-plug-agent):
21339         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21340
21341 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21342
21343         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21344         Allow / in mailto URLs.
21345
21346 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21347
21348         * spam-report.el (spam-report-process-queue): Fix interactive use.
21349         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21350         (spam-report-unplug-agent): Doc fixes.
21351         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21352         (spam-report-agentize, spam-report-deagentize): Autoload.
21353
21354 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21355
21356         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21357
21358         * message.el (message-setup-fill-variables): Add mml tags to
21359         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21360         <ajk@iu.edu>.
21361         (message-mode): Don't modify paragraph-separate there.
21362
21363 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21364
21365         * compface.el (uncompface-use-external): Default to undecided.
21366         (uncompface-use-external-threshold): New variable.
21367         (uncompface-float-time): New macro.
21368         (uncompface): Determine whether to use the external decoder if
21369         uncompface-use-external is undecided.
21370
21371 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21372
21373         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21374         after images.
21375
21376         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21377
21378 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21379
21380         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21381
21382         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21383
21384         * gnus-sum.el (gnus-summary-limit-to-age)
21385         (gnus-summary-limit-children): do.
21386
21387         * gnus-int.el (gnus-request-scan): do.
21388
21389         * gnus-group.el (gnus-group-suspend): do.
21390
21391         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21392
21393         * gnus-cite.el (gnus-cite-parse-attributions): do.
21394
21395         * gnus-agent.el (gnus-summary-set-agent-mark)
21396         (gnus-agent-regenerate-group): do.
21397
21398         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21399
21400         * binhex.el (binhex-decode-region-internal): do.
21401
21402 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21403
21404         * gnus-fun.el (gnus-face-properties-alist): New user option.
21405         (gnus-display-x-face-in-from): Use it.
21406
21407         * gnus-art.el (article-display-face): Ditto.
21408
21409         * compface.el (uncompface-use-external): Default to nil.
21410
21411 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21412
21413         * nntp.el (nntp-erase-buffer): New function.
21414         (nntp-retrieve-data, nntp-send-command)
21415         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21416         (nntp-possibly-change-group): Use it.
21417
21418         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21419         Use with-current-buffer.
21420
21421 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21422
21423         * compface.el: Merge the ELisp-based uncompface program.
21424         (compface): New customization group.
21425         (uncompface-use-external): New user option.
21426         (uncompface): Call uncompface-internal if uncompface-use-external
21427         is nil.
21428         (uncompface-internal): New function.  Note that there are also
21429         some other functions and variables added for this function.
21430
21431 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21432
21433         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21434         if necessary.
21435
21436 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21437
21438         * spam-report.el (spam-report-unplug-agent)
21439         (spam-report-plug-agent, spam-report-deagentize)
21440         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21441         Add support for the Agent in spam-report: when unplugged, report to a
21442         file; when plugged, submit all the requests.
21443
21444         * spam.el (spam-register-routine): Fix message about
21445         registration.
21446
21447 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21448
21449         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21450         dependencies.
21451         (rfc2047-encode): Use it.
21452
21453         * gnus-art.el (gnus-button-marker-list): Move before first
21454         reference.
21455
21456         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21457         (imap-parse-body): Fix format string mismatch.
21458
21459         * gnus-score.el (gnus-summary-increase-score): do.
21460
21461         * nnrss.el (nnrss-close): New function.
21462
21463 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21464
21465         * nnrss.el (nnrss-make-filename): New function.
21466         (nnrss-request-delete-group, nnrss-read-server-data)
21467         (nnrss-save-server-data, nnrss-read-group-data)
21468         (nnrss-save-group-data): Use it.
21469         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21470         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21471         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21472
21473 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21474
21475         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21476
21477 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21478
21479         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21480         files.
21481
21482         * message.el (message-generate-headers-first): Don't quote nil
21483         and t in docstrings.
21484
21485         * imap.el (imap-id): do.
21486
21487         * gnus-agent.el (gnus-agent-consider-all-articles)
21488         (gnus-agent-queue-mail): do.
21489
21490 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21491
21492         * spam-report.el (spam-report-process-queue): New function.
21493         Process requests from `spam-report-requests-file'.
21494         (spam-report-process-queue): Doc fix.
21495
21496 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21497
21498         * spam.el (spam-register-routine)
21499         (spam-log-processing-to-registry, spam-log-registered-p)
21500         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21501         Change "check" to "spam-check" for semi-clarity.
21502
21503 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21504
21505         * pop3.el: Require nnheader.
21506
21507         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21508
21509         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21510
21511         * gnus-picon.el: Require cl.
21512
21513         * gnus-fun.el: Require gnus-ems and gnus-util.
21514
21515         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21516
21517         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21518
21519         * gnus-art.el (gnus-article-edit-mode): Define before first
21520         reference.
21521
21522 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21523
21524         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21525         (gnus-uu-post-encoded): Use point-at-bol.
21526
21527         * gnus-topic.el (gnus-group-active-topic-p): do.
21528
21529         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21530
21531         * gnus-group.el (gnus-group-kill-region): do.
21532
21533         * gnus-art.el (article-date-ut): do.
21534
21535         * message.el (message-fetch-field): Remove redundant
21536         case-fold-search binding.
21537         (message-narrow-to-field): Simplify.
21538
21539 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21540
21541         * spam.el (spam-directory): Derive from `gnus-directory'.
21542
21543         * spam-report.el (spam-report-url-to-file)
21544         (spam-report-requests-file): New function and variable for offline
21545         reporting.
21546         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21547         and user defined function.
21548         (spam-report-url-ping-mm-url): Remove doubled slash.
21549
21550 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21551
21552         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21553
21554 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21555
21556         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21557         Fix format string mismatch.
21558
21559         * sieve.el (sieve-deactivate-all): do.
21560
21561         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21562
21563         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21564
21565         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21566
21567         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21568
21569 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21570
21571         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21572         the list of checks.
21573
21574 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21575
21576         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21577         padding.
21578
21579 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21580
21581         * mm-view.el (mm-fill-flowed): New variable.
21582         (mm-inline-text): Use it.
21583
21584 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21585
21586         * spam.el (spam-spamassassin-register-ham-routine)
21587         (spam-spamassassin-register-spam-routine): Fix function names.
21588
21589 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21590
21591         * gnus.el (gnus-tmp-grouplens): Remove.
21592         (gnus-summary-line-format): Remove grouplens.
21593
21594         * gnus-group.el (gnus-group-line-format): Ditto.
21595
21596         * gnus-spec.el (gnus-format-specs): Ditto.
21597         (gnus-update-format-specifications): Flush the group format spec
21598         cache if there's the grouplens stuff.
21599         (gnus-parse-simple-format): Replace %l with the empty string.
21600
21601 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21602
21603         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21604         omission.
21605
21606 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21607
21608         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21609         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21610
21611 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21612
21613         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21614         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21615         New macros and functions.
21616         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21617         Handle > NLINK_MAX messages.
21618         * nnmaildir.el (nnmaildir-request-set-mark):
21619         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21620
21621 2004-01-25  Alex Schroeder  <alex@gnu.org>
21622
21623         * spam-stat.el (spam-stat-process-directory-age): New option.
21624         (spam-stat-process-directory): Use it.
21625
21626 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21627
21628         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21629         (spam-stat-save): Accept prefix argument.
21630
21631 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21632
21633         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21634         links" error.
21635
21636 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21637
21638         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21639         the rest of the and/or forms.
21640
21641 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21642
21643         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21644         compatibility with old .newsrc.eld files.
21645
21646         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21647
21648         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21649
21650         * gnus-start.el (gnus-1): do.
21651
21652         * gnus-group.el (gnus-group-line-format-alist): do.
21653
21654         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21655
21656         * gnus-gl.el: Remove.
21657
21658 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21659
21660         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21661         marks consisting of a single range {for example, (3 . 5)} rather
21662         than a list of a single range { ((3 . 5)) }.
21663
21664 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21665
21666         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21667         Use with-current-buffer.
21668         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21669         avoid consing a string.
21670
21671         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21672         Remove obsolete entries for big5 and gb2312.
21673
21674 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21675
21676         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21677         uncompressed list.
21678
21679 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21680
21681         * spam-stat.el (spam-stat-strip-xref): New function.
21682         (spam-stat-process-directory): Use it.
21683
21684         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21685         here -- it's done in message-fetch-field.
21686
21687 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21688
21689         * gnus-agent.el (gnus-agent-queue-mail)
21690         (gnus-agent-prompt-send-queue): New variables.
21691         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21692         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21693         "nndraft:queue" along to gnus-draft-send.
21694         Use gnus-agent-prompt-send-queue.
21695         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21696         is "nndraft:queue".  Suggested by Gaute Strokkenes
21697         <gs234@srcf.ucam.org>
21698
21699         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21700         (agent-enable-undownloaded-faces): Add.
21701         (gnus-agent-cat-groups): Use eval-and-compile, not
21702         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21703         method of gnus-agent-cat-groups even when the buffer has been
21704         evaled.
21705         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21706         delete gnus-agent-save-active-1.
21707         (gnus-agent-save-groups): Delete.  Identical to
21708         gnus-agent-save-active.
21709         (gnus-agent-write-active): No longer adjust agent's copy of active
21710         file as agent's adjustments are now stored in their own
21711         file.  Remove optional parameter.
21712         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21713         servers.  Add use of min/max range limits from server's local
21714         file.
21715         (gnus-agent-save-alist): Remove unused optional argument.
21716         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21717         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21718         (gnus-agent-set-local): A per-server file that keeps min/max range
21719         limits for articles known to the agent.  Provides a fast mechanism
21720         for altering many active ranges.
21721         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21722         active file (local makes it unnecessary).
21723         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21724
21725         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21726         (agent-enable-undownloaded-faces): Add.
21727
21728         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21729         disable it when sending to "nndraft:queue".
21730         (gnus-group-send-queue): Add safety check to avoid sending queue
21731         when unplugged.
21732
21733         * gnus-group.el (gnus-group-catchup): Use new
21734         gnus-sequence-of-unread-articles, not
21735         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21736         numbers of articles.  Use gnus-range-map to avoid having to
21737         uncompress the unread list.
21738         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21739         Fix invalid ange-ftp reference.
21740
21741         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21742         (gnus-sorted-range-intersection): Intersection of two ranges
21743         without requiring that they first be uncompressed.
21744
21745         * gnus-start.el (gnus-activate-group): Unless blocked by the
21746         caller, possibly expand the active range to include both cached
21747         and agentized articles.
21748         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21749         multiple version-dependent converters.
21750         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21751         gnus-agent-save-active.
21752         (gnus-save-newsrc-file): Save dirty agent range limits.
21753
21754         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21755         gnus-agent-possibly-alter-active.
21756         (gnus-adjust-marked-articles): Faster handling of simple lists.
21757
21758 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21759
21760         * spam-stat.el (spam-stat-test-directory): New optional argument
21761         displays a list of files detected.  Suggested by Andrew Cohen
21762         <cohen@andy.bu.edu>.
21763         (spam-stat-buffer-words-with-scores): Don't narrow and change
21764         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21765
21766 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21767
21768         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21769         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21770         (spam-spamassassin-arguments)
21771         (spam-spamassassin-spam-flag-header)
21772         (spam-spamassassin-positive-spam-flag-header)
21773         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21774         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21775         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21776         (spam-list-of-processors, spam-list-of-checks)
21777         (spam-list-of-statistical-checks, spam-registration-functions)
21778         (spam-check-spamassassin-headers, spam-check-spamassassin)
21779         (spam-spamassassin-score)
21780         (spam-spamassassin-register-with-sa-learn)
21781         (spam-spamassassin-register-spam-routine)
21782         (spam-spamassassin-register-ham-routine)
21783         (spam-assassin-register-spam-routine)
21784         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21785         (spam-bogofilter-score): Fix to show article before scoring.
21786
21787 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21788
21789         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21790         default scoring function.
21791         (spam-generic-score): Call spam-spamassassin-score if
21792         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21793         spam-bogofilter-score otherwise.
21794
21795         * gnus.el (spam-process, spam-autodetect-methods):
21796         Add spamassassin and spamassassin-headers.
21797
21798 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21799
21800         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21801         Suppress unnecessary messages.
21802
21803 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21804
21805         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21806         make-hash-table.
21807
21808 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21809
21810         * canlock.el (base64-encode-string): Don't autoload it.
21811
21812 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21813
21814         * run-at-time.el: Remove useless (require 'itimer),
21815         eval-and-compile and (featurep 'xemacs).
21816
21817 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21818
21819         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21820         GROUP is a virtual group.
21821
21822 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21823
21824         * gnus.el: Autoload `message-y-or-n-p'.
21825
21826 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21827
21828         * pgg-parse.el: Remove unnecessary (require 'custom).
21829
21830         * pgg-def.el: do.
21831
21832         * nnmail.el: do.
21833
21834         * gnus-undo.el: do.
21835
21836         * gnus-picon.el: do.
21837
21838         * gnus-util.el: do.
21839
21840 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21841
21842         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21843
21844 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21845
21846         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21847         handle, as well as a list.
21848
21849         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21850         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21851         (mm-w3m-cid-retrieve): Simplify.
21852
21853 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21854
21855         * message.el (message-kill-to-signature): Allow prefix arg to
21856         specify number of lines to keep before signature.
21857
21858 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21859
21860         * message.el (message-kill-to-signature): Change docstring.
21861
21862 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21863
21864         * canlock.el: Always require sha1-el.
21865         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21866
21867         * message.el: Autoload sha1 only when compiling.
21868
21869         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21870         eudc-expand-inline for XEmacs.
21871
21872 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21873
21874         * message.el (message-canlock-generate): Require sha1-el.
21875
21876 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21877
21878         * message.el (message-expand-name): Silence the byte compiler.
21879
21880         * lpath.el: Add detect-coding-system.
21881
21882         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21883         cus-edit.
21884
21885 2004-01-13  Simon Josefsson  <jas@extundo.com>
21886
21887         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21888         Invoke gnus-score-mode.
21889         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21890
21891         * gnus-range.el (gnus-compress-sequence): Doc fix.
21892         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21893
21894 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21895
21896         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21897
21898 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21899
21900         * spam.el (spam-get-article-as-string): Update to use
21901         gnus-request-article-this-buffer, much simpler.
21902         (spam-get-article-as-buffer): Remove.
21903
21904 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21905
21906         * message.el (message-expand-name): Use EUDC if the user uses that.
21907
21908 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21909
21910         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21911         character for the encoding to avoid consing a string.
21912
21913         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21914         unnecessarily.
21915
21916         * mm-util.el (mm-replace-chars-in-string): Remove.
21917
21918         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21919         of mm-replace-chars-in-string.
21920
21921 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21922
21923         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21924
21925         * mm-util.el (mm-subst-char-in-string): Support inplace.
21926
21927         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21928         a new string in every iteration.  Use shy groups.
21929
21930 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21931
21932         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21933         * gnus-soup.el (gnus-soup-group-brew):
21934         * gnus-msg.el (gnus-put-message):
21935         * gnus-move.el (gnus-group-move-group-to-server):
21936         * gnus-kill.el (gnus-batch-score):
21937         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21938         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21939         (gnus-group-update-group, gnus-group-read-group)
21940         (gnus-group-make-group, gnus-group-make-help-group)
21941         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21942         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21943         (gnus-group-sort-by-unread, gnus-group-catchup)
21944         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21945         (gnus-group-yank-group, gnus-group-set-info)
21946         (gnus-group-list-groups):
21947         * gnus.el (gnus-generate-new-group-name):
21948         * gnus-delay.el (gnus-delay-send-queue):
21949         * nnvirtual.el (nnvirtual-catchup-group):
21950         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21951         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21952         (gnus-group-prepare-topics, gnus-topic-check-topology):
21953         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21954         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21955         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21956         (gnus-group-make-articles-read):
21957         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21958         (gnus-group-change-level, gnus-kill-newsgroup)
21959         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21960         (gnus-get-unread-articles, gnus-make-articles-unread)
21961         (gnus-make-ascending-articles-unread): Use accessor
21962         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21963         to get group information for improved readability.
21964
21965
21966 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21967
21968         * gnus-art.el (article-decode-mime-words, article-babel)
21969         (gnus-article-highlight-signature, gnus-article-add-buttons)
21970         (gnus-signature-toggle): Use gnus-with-article-buffer.
21971
21972         * gnus-art.el (gnus-article-highlight-headers)
21973         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21974
21975         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21976         (gnus-article-set-globals, gnus-request-article-this-buffer)
21977         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21978         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21979         (gnus-mime-display-alternative): Use with-current-buffer.
21980
21981 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21982
21983         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21984         also under 80 char limit, and call gnus-error if needed.
21985         (spam-fetch-article-header): Fix - it was a
21986         buffer-local variable (gnus-newsgroup-data).
21987         (spam-find-spam): Use spam-generate-fake-headers, forget about
21988         spam-insert-fake-headers.
21989         (spam-insert-fake-headers): Remove.
21990
21991 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21992
21993         * deuglify.el (gnus-article-outlook-unwrap-lines)
21994         (gnus-outlook-rearrange-article)
21995         (gnus-outlook-repair-attribution-outlook)
21996         (gnus-outlook-repair-attribution-block)
21997         (gnus-outlook-repair-attribution-other): Remove redundant
21998         save-excursion.
21999
22000 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22001
22002         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22003         (spam-fetch-field-subject-fast)
22004         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22005         (spam-fetch-article-header): Add functions to deal with Gnus
22006         internals for fast retrieval of article header data.
22007         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22008
22009 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22010
22011         * pop3.el (pop3-md5): Remove.
22012         (pop3-apop): Replace pop3-md5 with md5.
22013
22014         * mm-bodies.el: base64 is always built-in.
22015
22016         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22017         Use with-current-buffer.
22018
22019 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22020
22021         * canlock.el (canlock-insert-header): Remove excessive grouping in
22022         regexp.
22023
22024         * gnus-sum.el (gnus-summary-read-document): Ditto.
22025
22026         * gnus-uu.el (gnus-uu-part-number): Ditto.
22027
22028         * html2text.el (html2text-remove-tags): Ditto.
22029         (html2text-format-tags): Ditto.
22030         (html2text-format-single-elements): Ditto.
22031
22032         * mml.el (mml-parse-1): Ditto.
22033
22034 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22035
22036         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22037
22038         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22039
22040         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22041
22042         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22043
22044 2003-11-15  Simon Josefsson  <jas@extundo.com>
22045
22046         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22047         (pgg-gpg-lookup-key): Use regexp match instead of
22048         split-string (split-string is different between emacs 21.2 and
22049         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22050
22051 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22052
22053         * gnus-art.el (gnus-mime-view-all-parts)
22054         (gnus-article-part-wrapper, gnus-article-view-part):
22055         Use with-current-buffer.
22056
22057 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22058
22059         * spam.el (spam-disable-spam-split-during-ham-respool)
22060         (spam-spamoracle-database, spam-cache-lookups)
22061         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22062         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22063         (spam-group-ham-marks, spam-group-spam-marks)
22064         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22065         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22066         also add spam-use-blackholes to the statistical checks.
22067         (spam-fetch-field-fast): Add interface to fetching fields, may
22068         become a macro.
22069         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22070         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22071         (spam-insert-fake-headers): Fake an article when needed.
22072         (spam-find-spam): Fake article when possible.
22073         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22074         (spam-check-bogofilter-headers): Use message-fetch-field instead
22075         of nnmail-fetch-field.
22076
22077 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22078
22079         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22080
22081 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22082
22083         * spam.el (spam-split): Do not require spam-use-CHECK to be
22084         enabled if that check is passed to spam-split explicitly; also
22085         fix so 'spam doesn't get converted to spam-split-group when
22086         spam-split-symbolic-return is t.
22087         (spam-find-spam): Find registrations of the article and use those
22088         instead of re-running spam-split to find the spam/ham
22089         classification of the article.
22090         (spam-log-processing-to-registry, spam-log-registered-p)
22091         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22092         Use gnus-error instead of gnus-message.
22093         (spam-log-registration-type): Add function to determine the
22094         classification of a message based on registry entries; will
22095         return nil if both 'spam and 'ham are found.
22096         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22097         a reasonably fast local cache without the loading errors.
22098         (spam-cache-lookups): Set to t by default.
22099         (spam-find-spam): Don't try to guess spam-cache-lookups.
22100         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22101         spam-caches entry.
22102         (spam-filelist-build-cache, spam-filelist-check-cache):
22103         Fix caching of whitelist/blacklist entries.
22104         (spam-check-whitelist, spam-check-blacklist):
22105         Invoke spam-from-listed-p with a type, not a cache variable.
22106         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22107
22108 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22109
22110         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22111
22112         * nnmail.el (nnmail-split-fancy): do.
22113
22114         * mml.el (mml-parse): do.
22115
22116         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22117         (gnus-score-adaptive): do.
22118
22119 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22120
22121         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22122         (gnus-mime-button-map): Don't set keymap parent.
22123         (gnus-button-ctan-directory-regexp): Use shy grouping.
22124         (gnus-prev-page-map): Don't set keymap parent.
22125         (gnus-prev-page-map): Remove duplicated one.
22126         (gnus-next-page-map): Don't set keymap parent.
22127         (gnus-mime-security-button-map): Ditto.
22128
22129         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22130         version number.
22131
22132         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22133
22134 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22135
22136         * canlock.el (canlock-sha1-function): Remove.
22137         (canlock-sha1-function-for-verify): Remove.
22138         (canlock-openssl-program): Remove.
22139         (canlock-openssl-args): Remove.
22140         (canlock-ignore-errors): Remove.
22141         (canlock-sha1-with-openssl): Remove.
22142         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22143         (canlock-verify): Don't use canlock-ignore-errors.
22144
22145         * sha1-el.el (sha1-string-external): Make it can return a string
22146         in binary form.
22147         (sha1-region-external): Ditto.
22148         (sha1-string-internal): Ditto.
22149         (sha1-region-internal): Ditto.
22150         (sha1-region): Ditto.
22151         (sha1-string): Ditto.
22152         (sha1): Ditto.
22153
22154 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22155
22156         * spam.el (spam-report-articles-gmane): New command.
22157
22158 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22159
22160         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22161
22162         * run-at-time.el (run-at-time-saved): Remove.
22163         (run-at-time): Doc fix.
22164
22165 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22166
22167         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22168         (gnus-summary-limit-map): Add it.
22169         (gnus-summary-make-menu-bar): do.
22170
22171 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22172
22173         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22174         Make attempt at some caching support (done for BBDB only now).
22175         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22176         addresses to be checked.
22177         (spam-clear-cache-BBDB): Add function, to be invoked by
22178         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22179         (spam-check-BBDB): Check and use the caches, if
22180         spam-cache-lookups is on, remove superfluous (provide).
22181
22182 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22183
22184         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22185
22186 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22187
22188         * run-at-time.el (run-at-time-saved): Move to after the definition
22189         of `run-at-time'.
22190
22191         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22192
22193 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22194
22195         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22196         mm-w3m-local-map-property.
22197
22198         * mm-view.el (mm-w3m-mode-map): Remove.
22199         (mm-w3m-local-map-property): Remove.
22200         (mm-inline-text-html-render-with-w3m): Don't use
22201         mm-w3m-local-map-property.
22202
22203 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22204
22205         * run-at-time.el: New file.
22206
22207         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22208         under Emacs.
22209
22210         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22211         of gnus-set-text-properties.
22212
22213         * gnus-uu.el (gnus-uu-save-article): Ditto.
22214
22215         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22216
22217         * gnus-cite.el (gnus-cite-parse): Ditto.
22218
22219         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22220         of gnus-.
22221
22222         * gnus-xmas.el (run-at-time): Require run-at-time.
22223
22224         * gnus.el: Change calls to nnheader-run-at-time and
22225         password-run-at-time throughout to use run-at-time directly.
22226
22227         * password.el: Remove definition of run-at-time.
22228
22229         * nnheaderxm.el: Remove definition of run-at-time.
22230
22231 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22232
22233         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22234         in prompt.
22235
22236 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22237
22238         * messagexmas.el (message-xmas-redefine): Alias
22239         `message-make-caesar-translation-table' to
22240         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22241         version.
22242
22243         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22244         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22245         `gnus-xmas-set-text-properties'.
22246         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22247         `gnus-xmas-completing-read'.
22248         (gnus-xmas-completing-read): Removed.
22249         (gnus-xmas-open-network-stream): Removed.
22250
22251         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22252         XEmacs version.
22253
22254         * dns.el (dns-make-network-process): Use `open-network-stream'
22255         instead of `gnus-xmas-open-network-stream'.
22256
22257         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22258
22259         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22260
22261 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22262
22263         * gnus-art.el (gnus-mime-display-alternative)
22264         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22265         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22266         Don't use gnus-local-map-property.
22267
22268         * gnus-util.el (gnus-local-map-property): Remove.
22269
22270         * mm-view.el (mm-view-pkcs7-decrypt):
22271         Replace gnus-completing-read-maybe-default with completing-read.
22272
22273         * gnus-util.el (gnus-completing-read): do.
22274         (gnus-completing-read-maybe-default): Remove.
22275
22276 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22277
22278         * password.el: Only autoload `run-at-time' if not XEmacs.
22279         Only autoload the itimer functions if XEmacs.
22280
22281 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22282
22283         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22284         XEmacsen.
22285
22286         * dgnushack.el: Autoload executable-find for XEmacs.
22287
22288 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22289
22290         * gnus-art.el (gnus-read-string): Remove.
22291         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22292         read-string.
22293
22294 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22295
22296         * netrc.el: Autoload password-read.
22297         (netrc): Add configuration group.
22298         (netrc-encoding-method, netrc-openssl-path):
22299         Add variables for encoding and decoding of files with symmetric
22300         ciphers.
22301         (netrc-encode): Add assistant function to encode a file with
22302         netrc-encoding-method.
22303         (netrc-parse): Add interactive parameter, added optional
22304         decoding if netrc-encoding-method is non-nil but otherwise
22305         behavior is standard.
22306         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22307         Do s/encode/encrypt/ everywhere.
22308
22309         * spam.el: Remove executable-find autoload.
22310
22311 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22312
22313         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22314
22315         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22316
22317 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22318
22319         * gnus-art.el (gnus-treat-ansi-sequences)
22320         (article-treat-ansi-sequences): New variable and function.
22321         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22322
22323         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22324         Use it.
22325
22326 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22327
22328         * mm-util.el (mm-quote-arg): Remove.
22329
22330         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22331         shell-quote-argument.
22332
22333         * gnus-uu.el (gnus-uu-command): do.
22334
22335         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22336
22337         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22338         with make-char.
22339
22340         * mm-util.el (mm-make-char): Remove.
22341
22342         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22343         add-minor-mode.
22344
22345         * gnus-undo.el (gnus-undo-mode): do.
22346
22347         * gnus-topic.el (gnus-topic-mode): do.
22348
22349         * gnus-sum.el (gnus-dead-summary-mode): do.
22350
22351         * gnus-start.el (gnus-slave-mode): do.
22352
22353         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22354
22355         * gnus-ml.el (gnus-mailing-list-mode): do.
22356
22357         * gnus-gl.el (gnus-grouplens-mode): do.
22358
22359         * gnus-draft.el (gnus-draft-mode): do.
22360
22361         * gnus-dired.el (gnus-dired-mode): do.
22362
22363         * gnus-ems.el (gnus-add-minor-mode): Remove.
22364
22365         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22366         Replace gnus-char-width with char-width.
22367
22368         * gnus-ems.el (gnus-char-width): Remove.
22369
22370         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22371         Replace gnus-char-width with char-width.
22372
22373         * gnus-ems.el (gnus-char-width): Remove.
22374
22375         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22376         definition.
22377         Remove Emacs 20 hash table compatibility code.
22378
22379         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22380         20 compatibility code.
22381
22382         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22383
22384         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22385
22386         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22387         Replace with point-at-{eol,bol}.
22388
22389         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22390
22391         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22392
22393         * flow-fill.el (fill-flowed-point-at-bol)
22394         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22395
22396         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22397         Replace with point-at-{eol,bol} throughout all files.
22398
22399 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22400
22401         * ntlm.el (ntlm-string-as-unibyte): New macro.
22402         (ntlm-build-auth-response): Use it.
22403
22404         Remove Emacs 20 stuff:
22405         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22406         (butlast, mapc, remove): Remove the compiler macros.
22407         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22408         of delq and copy-sequence.
22409         * gnus-art.el (popup-menu): Remove the compiler macro.
22410         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22411         Emacs 20.
22412
22413 2004-01-05  Simon Josefsson  <jas@extundo.com>
22414
22415         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22416         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22417         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22418         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22419         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22420         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22421         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22422         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22423         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22424         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22425         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22426         string-xor into ntlm-string-xor.
22427         Suggested by Jesper Harder <harder@myrealbox.com>.
22428
22429         * ntlm.el: Don't include poem.
22430
22431         * md4.el (print-int32, print-string-hexa): Remove.
22432         Suggested by Jesper Harder <harder@myrealbox.com>.
22433
22434         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22435
22436         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22437         probably breaks emacs with DL patch, but do we care? Is anyone
22438         still using the DL stuff?)
22439
22440         * sieve-manage.el: Use the password package.
22441         (sieve-manage-read-passwd): Remove.
22442         (sieve-manage-interactive-login): Use password.  Re-add
22443         condition-case around loop.
22444
22445         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22446         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22447         Use the password package.
22448
22449 2003-02-19  Simon Josefsson  <jas@extundo.com>
22450
22451         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22452         token.
22453
22454 2002-08-07  Simon Josefsson  <jas@extundo.com>
22455
22456         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22457         (sieve-manage-authenticators):
22458         (sieve-manage-authenticator-alist): Add some SASL mechs.
22459         (sieve-sasl-auth): New function.
22460         (sieve-manage-cram-md5-auth):
22461         (sieve-manage-plain-auth): Rewrite using SASL library.
22462         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22463         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22464         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22465         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22466
22467 2004-01-05  Simon Josefsson  <jas@extundo.com>
22468
22469         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22470         New files.
22471
22472 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22473
22474         * gnus-group.el (gnus-no-groups-message): Update.
22475
22476         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22477
22478 2003-11-09  Simon Josefsson  <jas@extundo.com>
22479
22480         * imap.el: Support for ID IMAP extension (RFC 2971).
22481         (imap-local-variables): Add imap-id.
22482         (imap-id): New variable.
22483         (imap-id): New function.
22484         (imap-parse-response): Parse untagged ID response.
22485         * nnimap.el (nnimap-id): New variable.
22486         (nnimap-open-connection): Use it.
22487
22488 2003-12-28  Simon Josefsson  <jas@extundo.com>
22489
22490         * gnus-score.el (gnus-score-edit-all-score): New.
22491         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22492
22493 2004-01-04  Simon Josefsson  <jas@extundo.com>
22494
22495         * password.el: Add.
22496
22497 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22498
22499         * dns.el (dns-query-types): Fix typo.
22500         (dns-query-types): New function.
22501         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22502         PTR and SOA replies, see RFC 1035.
22503
22504 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22505
22506         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22507
22508         * Move to Changelog.2.
22509
22510 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22511
22512         * gnus.el (gnus-version-number): Bump version.
22513
22514 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22515
22516         * gnus.el: No Gnus v0.1 is released.
22517
22518 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22519
22520         * gnus.el: No Gnus v0.0 is released.
22521
22522 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22523
22524         * gnus.el (gnus-version-number): Bump.
22525         (gnus-version): No.
22526
22527 See ChangeLog.2 for earlier changes.
22528
22529   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22530
22531   This file is part of GNU Emacs.
22532
22533   GNU Emacs is free software: you can redistribute it and/or modify
22534   it under the terms of the GNU General Public License as published by
22535   the Free Software Foundation, either version 3 of the License, or
22536   (at your option) any later version.
22537
22538   GNU Emacs is distributed in the hope that it will be useful,
22539   but WITHOUT ANY WARRANTY; without even the implied warranty of
22540   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22541   GNU General Public License for more details.
22542
22543   You should have received a copy of the GNU General Public License
22544   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22545
22546 ;; Local Variables:
22547 ;; coding: utf-8
22548 ;; fill-column: 79
22549 ;; add-log-time-zone-rule: t
22550 ;; End: