(epg-context-set-passphrase-callback): Remove duplicate autoload.
[gnus] / lisp / ChangeLog
1 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * auth-source.el (epg-context-set-passphrase-callback): Remove
4         duplicate autoload.
5
6 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
7
8         * nnir.el (nnir-request-article): Allow requesting articles by
9         Message-ID with nnimap.
10
11         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
12         current server.
13
14 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15
16         * auth-source.el: Autoload EPA/EPG functions.
17         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
18         changed when EPA/EPG is not available.
19         (auth-source-backend): Rename "arg" member to "data".
20         (auth-source-backend-parse, auth-source-plstore-search)
21         (auth-source-plstore-create): Use it.
22
23 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
24
25         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
26         `gnus-refer-article-methods'.
27
28 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
29
30         * auth-source.el: Require EPA and EPG.
31         (auth-source-passphrase-alist): New variable.
32         (auth-source-passphrase-callback-function)
33         (auth-source-token-passphrase-callback-function): Callbacks for the
34         netrc field encryption (GPG tokens).
35         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
36         Symmetric encryption and decryption of the netrc GPG tokens.
37         (auth-source-netrc-normalize): Use them, simplifying the closure.
38
39 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
40
41         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
42         is available.
43
44 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
47         non-nil, and `nnimap-split-methods' is nil, use the former.
48
49 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
50
51         * plstore.el (plstore-revert): New function.
52         (plstore-open): Use it; hide the buffer from user.
53
54 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
55
56         * auth-source.el (auth-source-backend): New member "arg".
57         (auth-source-backend-parse): Handle new backend 'plstore.
58         * plstore.el: New file.
59
60 2011-06-30  Glenn Morris  <rgm@gnu.org>
61
62         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
63
64 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
67         expiring articles to.
68
69         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
70         variations as ASCII (bug#5458).
71
72 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
75
76 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * message.el (message-point-in-header-p): Tweak the function to default
79         to saying that we're not in the headers if there is no separator at
80         all.  This makes it possible to use the Message version of `M-q' in
81         buffers with no headers (bug#7987).
82         (message-point-in-header-p): Fix last checkin to work with an empty
83         mail-header-separator, too.
84
85         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
86         again, save the choice via customize.
87
88 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89
90         * message.el (message-send-mail-function): Add `sendmail-query-once'.
91
92         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
93         ended the connection, bail out before waiting infinitely on a new
94         connection.
95
96 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
97
98         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
99         reports.
100
101         * gnus.el (gnus-bug-package): Use "gnus."
102         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
103
104 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * dgnushack.el: Make the timer warning go away on XEmacs.
107
108         * gnus-art.el (gnus-article-stop-animations): New function to stop any
109         animations going on at article exit time.
110
111         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
112         since removing it breaks people upgrading.
113
114         * shr.el (shr-put-image): Use the new interface for animating images.
115         (shr-put-image): Animate for 60 seconds.
116
117         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
118         avoid compiler warnings.
119
120         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
121         error with `find-file-hooks' on Emacs 22.
122         (with-auth-source-epa-overrides): Ugly hack to Wrap the
123         `find-file-hook' things in `symbol-value' to avoid compilation warnings
124         on all architectures.
125
126         * spam.el (spam-stat): Require in a normal fashion without binding
127         `spam-stat-install-hooks' to avoid compilation warnings.
128
129         * spam-stat.el (spam-stat-install-hooks): Removed.
130         (spam-stat-install-hooks): Don't run automatically.
131
132 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
133
134         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
135         and keystroke.
136
137 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * auth-source.el (auth-source-netrc-cache): Move forward.
140
141 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * proto-stream.el (proto-stream-open-starttls): Use
144         `gnutls-available-p' to see whether we have built-in support.
145
146         * auth-source.el (auth-source-netrc-create): Don't query the bits that
147         we already know.
148         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
149         (auth-source-netrc-create): Don't prompt for the stuff we already know.
150
151 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
154         %S format, since that looks odd.
155         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
156         file, especially when saving.
157
158 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
159
160         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
161         article found.
162
163 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
164
165         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
166         `auth-source-save-secrets' with a more sensitive alist that can be
167         configured per file.  Experimental, so defaults to 'never.
168         (auth-source-netrc-create): Use it.  Still experimental code.
169         (with-auth-source-epa-overrides): Use `find-file-hooks' if
170         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
171
172 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
173
174         * auth-source.el (auth-source-save-secrets): New variable to control if
175         secret tokens should be saved encrypted.
176         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
177         to `auth-source-netrc-normalize'.
178         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
179         on the EPA variables being defined.
180         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
181         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
182         the lexical-let closure.
183         (auth-source-netrc-create): Create "gpg:" tokens according to
184         `auth-source-save-secrets'.
185
186 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * gnus-group.el (gnus-group-update-group): Add new argument
189         `info-unchanged' that stops updating dribble buffer.
190
191         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
192         deletes lines matching to it in dribble buffer.
193
194         * gnus-agent.el (gnus-agent-fetch-group-1):
195         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
196         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
197         * gnus-start.el (gnus-group-change-level):
198         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
199
200         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
201         if newsgroup info is not changed.
202
203         * gnus-group.el (gnus-group-get-new-news-this-group):
204         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
205         Don't update dribble buffer.
206
207 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
208
209         * gnus-registry.el (gnus-registry-remove-ignored): New function to
210         remove entries with groups we ignore.
211
212 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
213
214         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
215         the underline comes at the bottom.
216
217 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
218
219         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
220         `gnus-registry-user-format-function-M' and declare the latter obsolete.
221         (gnus-registry-article-marks-to-names): Rename from
222         `gnus-registry-user-format-function-M2'.
223
224 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
227         ephemeral group.
228
229 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * shr.el (shr-browse-image): Copy the URL if called interactively.
232
233 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
236         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
237         done, then unselected articles may be marked as read.
238
239         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
240         since not doing this seems to lead to a race condition in pop3-logon.
241
242         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
243         so that the call chain it correct when we call "upwards".
244
245         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
246         in read-only groups.
247
248         * gnus-group.el (gnus-group-mark-article-read): Ditto.
249
250         * message.el (message-cite-reply-position): Doc string fix.
251
252         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
253         avoid regexp overflow.
254         (nnimap-transform-split-mail): Ditto.
255
256         * pop3.el (pop3-retr): Error out if the server closes the connection.
257
258 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
259
260         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
261         mm-with-unibyte-current-buffer.  The buffer should not contain any
262         multibyte chars anyway at this stage.
263
264 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
267         at the end of lines.
268
269 2011-05-29  Julien Danjou  <julien@danjou.info>
270
271         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
272
273 2011-05-27  Glenn Morris  <rgm@gnu.org>
274
275         * gnus-group.el (gnus-bug-group-download-format-alist):
276         Use the "maintainer" version of debian reports as well.
277
278 2011-05-26  Glenn Morris  <rgm@gnu.org>
279
280         * gnus-group.el (gnus-bug-group-download-format-alist):
281         Use the "maintainer" version of debbugs.gnu.org reports.
282
283 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
286
287 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
288
289         * gnus-cus.el (gnus-agent-customize-category):
290         * gnus-delay.el (gnus-delay-send-queue):
291         * gnus.el (gnus-other-frame):
292         Don't quote lambda expressions with `quote'.
293
294 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
295
296         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
297         the thread moves us backwards and so we loop forever.
298
299 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
302         whitespace in base64 data lines.
303
304 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
305
306         * gnus-registry.el (gnus-registry-user-format-function-M):
307         Use `mapconcat'.
308         (gnus-registry-user-format-function-M2): Use to see the full text of
309         the marks.  Make "," the mark text separator.
310
311         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
312         authentication with auth-source.
313
314 2011-05-17  Glenn Morris  <rgm@gnu.org>
315
316         * gnus-group.el (gnus-import-other-newsrc-file):
317         Use insert-file-contents.
318
319 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
320
321         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
322         1000 iterations.
323
324 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * nntp.el (nntp-open-connection): Check if process-type is available.
327
328 2011-05-16  Julien Danjou  <julien@danjou.info>
329
330         * shr.el (shr-tag-del): Add support for del tag.
331
332 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * gnus-html.el (gnus-html-put-image): Register a displayer.
335
336         * shr.el (shr-image-displayer): Don't remove text props from alt text.
337
338 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
339
340         * registry.el (prune-factor): New initialization parameter defaulting
341         to 0.1.
342         (registry-prune-hard): Use it.
343
344         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
345         0.1 expicitly.
346
347 2011-05-13  Glenn Morris  <rgm@gnu.org>
348
349         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
350         is bound, since this function requires sendmail.
351
352 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
353
354         * registry.el (registry-usage-test): Disable pruning test.
355
356 2011-05-11  David Engster  <dengste@eml.cc>
357
358         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
359         Bind set-network-process-option for XEmacs.
360
361 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
362
363         * registry.el (registry-prune-hard-candidates)
364         (registry-prune-soft-candidates): Helper methods for registry pruning.
365         (registry-prune): Use them.  Make the sort function optional.
366
367 2011-05-10  Jim Meyering  <meyering@redhat.com>
368
369         * shr.el (shr-colorize-region): Fix typo "on on -> on".
370
371 2011-05-10  Julien Danjou  <julien@danjou.info>
372
373         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
374         symbol and not a list.
375
376 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * gnus-art.el (gnus-article-mode): Move binding of
379         shr-put-image-function here from gnus-article-prepare-display.
380
381         * shr.el (shr-put-image-function): New variable.
382         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
383         (shr-put-image): Return scaled image.
384
385         * gnus-art.el (gnus-shr-put-image): New function.
386         (gnus-article-prepare-display): Bind shr-put-image-function to it.
387
388         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
389         original ones, as deletable.
390
391 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
392
393         * nntp.el (nntp-open-connection): Set TCP keepalive option.
394
395 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
396
397         * registry.el (registry-full): Add convenience method.  Fix logic.
398         (registry-insert): Use it.  Fix logic here too.
399
400         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
401         `registry-prune' if `registry-full' returns t.
402         (gnus-registry-handle-action)
403         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
404         (gnus-registry-usage-test): Use it.
405
406 2011-05-07  Julien Danjou  <julien@danjou.info>
407
408         * shr.el (shr-link): Make shr-link inherit from link by default.
409
410 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
411
412         * shr.el (shr-urlify, shr-link): Fix shr-link face.
413
414 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
415
416         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
417         error out because the face is not a list.
418
419 2011-05-05  Glenn Morris  <rgm@gnu.org>
420
421         * proto-stream.el (gnutls-negotiate): Fix declarations.
422
423         * gnus-start.el (gnus-propagate-marks): Declare.
424
425 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
426
427         * registry.el (registry-reindex): Fix percentage message.
428
429         * proto-stream.el (network-stream-open-starttls): Adjust to call
430         `gnutls-negotiate' with :process and :hostname arguments.
431
432 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
433
434         * shr.el: Add shr-link face for links.
435         (shr-urlify): Use it.
436
437         * registry.el (registry-insert): Make error message more helpful.
438
439 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * gnus-html.el (gnus-html-schedule-image-fetching):
442         Use url-queue-retrieve, if it exists.
443
444         * shr.el (shr-tag-img): Ditto.
445
446         * gnus.el: Autoload more gnus-agent functions.
447
448         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
449         agent if we haven't already (bug#8502).
450
451         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
452         into the Agent, too.
453
454         * gnus-agent.el (gnus-agent-store-article): New function.
455
456         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
457         and moved from that file for reuse.
458
459         * pop3.el (pop3-open-server): Error messages are "-ERR".
460
461 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
464         (open-tls-stream): Remove superfluous tls/starttls autoloads.
465
466 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
467
468         * gnus.el: No Gnus v0.17 is released.
469
470 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
471
472         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
473         buffer has moved to a different frame.
474
475 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
478         to get the conversion from unibyte to multibyte buffers to work on
479         Emacs 22.
480
481         * nntp.el (nntp-request-article): Slight clean-up.
482
483 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * shr.el (shr-strike-through): New face.
486         (shr-tag-s): Use it to provide <s> support.
487         (shr-tag-s): Remove duplicate definition.
488
489 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
490
491         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
492         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
493
494 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
495
496         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
497         `gnutls-negotiate'.
498         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
499
500 2011-04-23  Glenn Morris  <rgm@gnu.org>
501
502         * gnus-sum.el (gnus-extra-headers): Bump :version.
503
504 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505
506         * shr.el (shr-tag-sup): New function.
507         (shr-tag-sub): Ditto.
508
509 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
510
511         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
512         for the case where `gnus-registry-ignored-groups' is a list of lists,
513         and don't call `gnus-parameter-registry-ignore' otherwise.
514
515 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
516
517         * nnimap.el (nnimap-user): New backend variable.
518         (nnimap-open-connection-1): Use it.
519         (nnimap-credentials): Accept user parameter so it's explicit what user
520         name is desired.
521
522         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
523         default.
524
525         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
526         not gnus-registry.el.
527
528         * gnus-registry.el: Mention in comments how to modify
529         `gnus-extra-headers' for proper recipient tracking and that it may
530         already have To and Cc recently, which it does as of this commit.
531         (gnus-registry-ignored-groups): Remove defcustom.
532         Explain why in comments.
533         (gnus-registry-action): Fix data-header reference to use the extra
534         headers.  Explain in package commentary how to add To and Cc headers to
535         the gnus-extra-headers.
536         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
537         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
538         parameter list or a string list in `gnus-registry-ignored-groups'.
539         Fix logic error.
540
541 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
542
543         * shr.el (shr-expand-url): Protect against null urls.
544
545 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * shr.el (shr-base): New binding.
548         (shr-tag-base): Keep track of <base>.
549         (shr-expand-url): New function used throughout.
550
551 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
552
553         * gnus-registry.el
554         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
555         (gnus-registry-ignored-groups): New variable.
556         (gnus-registry-ignore-group-p): Use it.
557         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
558         set the destination group to nil (same as delete) if it's ignored.
559
560 2011-04-20  David Engster  <dengste@eml.cc>
561
562         * tests/gnustest-nntp.el: New file for simple NNTP testing.
563
564         * Makefile.in (test-nntp): New rule.
565         (check): Add it.
566         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
567
568 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * gnus-registry.el (gnus-registry-action)
571         (gnus-registry-fetch-header-fast):
572         Don't use mail-header that looks an internal function of mailheader.el.
573
574 2011-04-19  Glenn Morris  <rgm@gnu.org>
575
576         * time-date.el (time-to-days): Remove unused local variables.
577
578 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
579
580         * gnus-registry.el: Eliminate cl functions.
581         (gnus-registry-sort-addresses): New function that replaces mapcan.
582         (gnus-registry-action, gnus-registry-spool-action)
583         (gnus-registry-split-fancy-with-parent)
584         (gnus-registry-fetch-recipients-fast): Use it.
585         (gnus-registry-import-eld): Replace delete* with dolist + delq.
586
587         * registry.el (initialize-instance, registry-lookup)
588         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
589         (registry-lookup-secondary-value, registry-search, registry-delete)
590         (registry-insert, registry-reindex, registry-size, registry-prune):
591         Use eval-and-compile.
592
593 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
594
595         * registry.el (registry-reindex): New method to recreate the secondary
596         registry indices.
597
598         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
599         tracked field changes.
600         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
601         (gnus-registry-action, gnus-registry-spool-action)
602         (gnus-registry-handle-action)
603         (gnus-registry--split-fancy-with-parent-internal)
604         (gnus-registry-split-fancy-with-parent)
605         (gnus-registry-register-message-ids): Add recipient tracking on spool,
606         move, and delete actions, and for fancy splitting with parent.
607         (gnus-registry-extract-addresses)
608         (gnus-registry-fetch-recipients-fast)
609         (gnus-registry-fetch-header-fast): Convenience functions.
610         (gnus-registry-misc-test): ERT test of
611         `gnus-registry-extract-addresses'.
612
613 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
614
615         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
616         Track by subject first, then sender.
617
618 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
619
620         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
621
622         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
623         Lisp.
624
625         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
626         (gnus-draft-send): Use it to avoid popping
627         up frames from gnus-group-send-queue.
628
629 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
630
631         * gnus-registry.el: Updated gnus-registry docs.
632
633 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
634
635         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
636         Fix logic bug.
637         (gnus-registry-post-process-groups): Fix logging of no results and
638         quote sender and subject.
639
640 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
643         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
644         gnutls-cli are too slow to be done opportunistically.
645
646         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
647         (gnus-read-active-for-groups): Don't try to finish getting stuff where
648         we had no early-data returned.
649         (gnus-get-unread-articles): Add a sanity check so that we don't issue
650         two async commands to the same server at the same time.
651
652 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
653
654         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
655
656 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
659         "warning" level.
660
661         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
662         (mm-url-insert-file-contents): Don't set the package names.
663
664 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
665
666         * gnus-registry.el (gnus-registry-action): Remove properties and
667         simplify subject in `gnus-registry-handle-action'.
668         (gnus-registry-spool-action): Get subject and sender from message if
669         they are not passed in.
670         (gnus-registry-handle-action): Remove properties and simplify subject
671         consistently.
672
673 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
674
675         * registry.el: Require CL before using defmacro*.
676
677 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * gnus-art.el (article-treat-date): Assume that
680         gnus-article-date-headers may be a group parameter.
681
682 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
683
684         * gnus-registry.el (gnus-registry-handle-action): More debugging.
685
686         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
687         interactively so the newsrc file can contain foreign groups too.
688         Useful for debugging but not much for users.
689
690 2011-04-07  David Engster  <dengste@eml.cc>
691
692         * registry.el (registry-usage-test): Only do
693         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
694         lexical binding.
695
696 2011-04-07  David Engster  <dengste@eml.cc>
697
698         * Makefile.in (check, test-registry): New rules for test-suite.
699
700 2011-04-06  David Engster  <dengste@eml.cc>
701
702         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
703         argument NOERROR for `require', since XEmacs 21.4 does not support it.
704
705 2011-04-06  David Engster  <dengste@eml.cc>
706
707         * registry.el (initialize-instance): Change :after to :AFTER to be
708         compatible with old EIEIO version in XEmacs.
709
710 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
711
712         * gnus-registry.el (gnus-registry-post-process-groups)
713         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
714         and provide better messaging.
715
716 2011-04-06  David Engster  <dengste@eml.cc>
717
718         * Makefile.in (fail-on-warning): New rule to compile with warnings as
719         errors.
720
721         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
722         dgnushack-compile with error-on-warn enabled, and to signal an error if
723         clean compilation failed.
724         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
725         with `byte-compile-error-on-warn'.  Return nil if errors occured.
726
727 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
728
729         * gnus-registry.el: Don't use ERT if it's not available.  Load it
730         unconditionally anyway, discarding errors.
731         (gnus-registry-delete-entries): New convenience function.
732         (gnus-registry-import-eld): Import from old .eld registry.
733
734         * registry.el: Don't use ERT if it's not available.  Load it
735         unconditionally anyway, discarding errors.
736
737         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
738         version from the Claudio Bley GnuTLS patch (extra optional parameters
739         and host name).
740
741 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
742
743         * gnus-registry.el (gnus-registry-fixup-registry): New function to
744         fixup the parameters that can be customized by the user between
745         save/read cycles.
746         (gnus-registry-read): Use it.
747         (gnus-registry-make-db): Use it.
748         (gnus-registry-spool-action, gnus-registry-handle-action):
749         Fix messaging.
750         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
751         Map references to actual group names with sender and subject tracking.
752         (gnus-registry-post-process-groups): Use `cond' for better messaging.
753         (gnus-registry-usage-test): Add subject lookup test.
754
755         * registry.el (registry-db, initialize-instance): Set up constructor
756         instead of :initform arguments for the sake of older Emacsen.
757         (registry-lookup-breaks-before-lexbind): New method to demonstrate
758         pre-lexbind merge bug.
759         (registry-usage-test): Use it.
760         (initialize-instance, registry-db): Move the non-function initforms
761         back to the class definition.
762
763 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * registry.el: New library to manage gnus-registry-style data.
766
767         * gnus-registry.el: Use it (major rewrite).
768
769         * nnregistry.el: Use it.
770
771         * spam.el: Use it.
772
773 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
776         marks on non-selected articles.
777
778 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
779
780         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
781         parameter to open-protocol-stream.
782
783 2011-04-01  Julien Danjou  <julien@danjou.info>
784
785         * mm-view.el (mm-display-inline-fontify): Do not fontify with
786         fundamental-mode.
787
788 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
791         servers.
792
793 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
796         made marks not propagate, again.
797
798 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
799
800         * proto-stream.el (open-protocol-stream): Bring back `network' type.
801         Make this the default type.
802         (proto-stream-open-plain): Rename from proto-stream-open-default.
803         (open-protocol-stream, proto-stream-open-starttls)
804         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
805         with `plain'.
806
807         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
808         value.
809
810         * nntp.el (nntp-open-connection-function): Document the fact that some
811         values are not functions but are instead handled specially.
812         Recognize nntp-open-plain-stream value.
813         (nntp-open-connection): Recognize that value.
814
815 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
818         where it seems to be needed.
819
820 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
823         stuff.
824
825         * gnus-score.el (gnus-score-string): Fix calling convention of
826         `gnus-simplify-buffer-fuzzy' after last patches.
827
828         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
829         server for articles we didn't get any headers for.  This is a sanity
830         check.
831
832 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
833
834         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
835         new CAPABILITY, use it.
836
837 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
840         downloading anything.
841
842         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
843
844 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
845
846         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
847         colors.
848         (gnus-splash-svg-color-symbols): New function.
849
850 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
851
852         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
853         instead of using the global gnus-simplify-subject-fuzzy-regexp.
854         (gnus-simplify-subject-fuzzy): Use the local
855         gnus-simplify-subject-fuzzy-regex instead of the global one.
856         This makes using this variable in group parameters work.
857
858 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
859
860         * gnus-registry.el (gnus-registry-unfollowed-groups):
861         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
862         archive:sent-YYYY-MM-DD groups).
863         (gnus-registry-split-fancy-with-parent): Bail out early in sender
864         tracking if there are more than `gnus-registry-max-track-groups'
865         matches.
866
867 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
868
869         * message.el (message--yank-original-internal): New function to do the
870         insertion cleanly inside eval in `message-yank-original'.
871         (message-yank-original): Use it.
872
873 2011-03-29  Julien Danjou  <julien@danjou.info>
874
875         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
876         local variables disabled rather than `normal-mode'.
877
878 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
879
880         * imap.el (imap-shell-open, imap-process-connection-type):
881         Use imap-process-connection-type for 'shell' streams as well as
882         Kerberos, SSL, other subprocesses.
883
884 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
885
886         * proto-stream.el: Changes preparatory to merging open-protocol-stream
887         with open-network-stream.
888         (proto-stream-always-use-starttls): Option removed.
889         (open-protocol-stream): Return a process object by default.  Provide a
890         new parameter :return-list specifying a list-type return value, which
891         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
892         :type `network' to `try-starttls', and `network-only' to `default'.
893         Make `default' the default, for compatibility with open-network-stream.
894         Handle the no-parameter case exactly as open-network-stream, with no
895         additional stream processing.  Search plists using plist-get.
896         Explicitly add :end-of-commend parameter if it is missing.
897         (proto-stream-open-default): Rename from
898         proto-stream-open-network-only.  Return 'default as the type.
899         (proto-stream-open-starttls): Rename from proto-stream-open-network.
900         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
901         failed.  Always return a list with a (possibly dead) process as the
902         first element, for compatibility with open-network-stream.
903         (proto-stream-open-tls): Use plist-get.  Always return a list.
904         (proto-stream-open-shell): Return `default' as connection type.
905         (proto-stream-capability-open): Use plist-get.
906         (proto-stream-eoc): Function deleted.
907
908         * nnimap.el (nnimap-stream, nnimap-open-connection)
909         (nnimap-open-connection-1): Handle renaming of :type parameter for
910         open-protocol-stream.
911         (nnimap-open-connection-1): Pass a :return-list parameter
912         open-protocol-stream to obtain a list return value.  Parse this list
913         using plist-get.
914
915         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
916         for open-protocol-stream.  Accept open-protocol-stream return value
917         that is a subprocess object instead of a list.  Handle the case of a
918         dead returned process.
919
920 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
921
922         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
923
924         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
925
926 2011-03-21  Julien Danjou  <julien@danjou.info>
927
928         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
929         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
930         query.
931         (mm-inline-text): Render normal text with fontification whenever
932         possible.
933
934         * gnus-sum.el (gnus-summary-save-parts-1):
935         * gnus-art.el (gnus-article-browse-html-save-cid-content)
936         (gnus-article-browse-html-parts, gnus-mime-delete-part)
937         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
938         Use `mm-handle-filename'.
939
940         * mm-util.el (mm-handle-filename): New function, return the filename of
941         an handle.
942
943 2011-03-18  Julien Danjou  <julien@danjou.info>
944
945         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
946         (gnus-buffer-live-p): Check that buffer is not nil.
947
948 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
949
950         * gnus.el: No Gnus v0.15 is released.
951
952 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * time-date.el (format-seconds): Use assoc instead of assoc-string to
955         avoid warning on XEmacs.
956
957         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
958         on XEmacs.
959
960         * gnus-art.el: Require mouse, which the build bot seems to say is
961         needed.
962
963         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
964
965         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
966         XEmacs, since it doesn't have url-retrieve-synchronously.
967
968         * time-date.el (format-seconds): Use assoc instead of assoc-string,
969         since assoc-string doesn't exist in XEmacs.
970
971 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
972
973         * gnus-group.el (gnus-group-list-ticked): New function.
974         (gnus-group-make-menu-bar): Provide a menu entry for it.
975         (gnus-group-list-map): Provide a binding for it.
976
977 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
978
979         * shr.el (shr-visit-file): New command.
980
981         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
982
983 2011-03-17  Bjørn Mork  <bjorn@mork.no>
984
985         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
986         servers.
987
988 2011-03-16  Julien Danjou  <julien@danjou.info>
989
990         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
991         inline.
992
993         * gnus-art.el (article-hide-list-identifiers):
994         Use gnus-group-get-list-identifiers.
995
996         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
997         (gnus-summary-remove-list-identifiers):
998         Use gnus-group-get-list-identifiers to get regexp.
999         (gnus-select-newsgroup, gnus-summary-insert-subject)
1000         (gnus-summary-insert-articles):
1001         Call gnus-summary-remove-list-identifiers unconditionally.
1002
1003 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
1006         we're selecting a group with unread articles.
1007
1008         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
1009
1010         * gssapi.el: New file separated out from imap.el to provide a general
1011         Kerberos 5 connection facility for Emacs.
1012
1013         * message.el (message-elide-ellipsis): Document the format spec
1014         ellipsis.
1015
1016 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
1017
1018         * message.el (message-elide-region): Allow the ellipsis to say how many
1019         lines were removed.
1020
1021 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1024         window configurations containing buffers that are now dead.
1025
1026         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1027         parsing to avoid integer overflows.
1028         (nnimap-parse-flags): Simplify the last change.
1029         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1030         too large for 32-bit Emacsen.
1031
1032 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1033
1034         * auth-source.el (auth-source-netrc-create):
1035         * message.el (message-yank-original): Fix use of `case'.
1036
1037 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1038
1039         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1040         XEmacs, which was one character too wide.
1041
1042 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1043
1044         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1045         default number of articles to display.
1046         (gnus-articles-to-read): Use pretty names for prompt.
1047
1048 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-int.el (gnus-open-server): Ditto.
1051
1052         * gnus-start.el (gnus-activate-group): Give a backtrace if
1053         debug-on-quit is set and the user hits `C-g'.
1054         (gnus-read-active-file): Ditto.
1055
1056         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1057
1058 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1059
1060         * message.el (message-yank-original): Use cond instead of CL case.
1061
1062 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1063
1064         * auth-source.el (auth-source-netrc-create): Use usual format for the
1065         default in prompts.
1066
1067 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * lpath.el: Fbind read-char-choice for XEmacs.
1070
1071 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1072
1073         * auth-source.el (auth-source-netrc-create): Show the default in the
1074         prompt when prompting for token creation.
1075
1076 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1077
1078         * auth-source.el (auth-source-format-prompt): Always convert the value
1079         to a string to avoid evaluating non-string arguments.
1080         (auth-source-netrc-create): Offer default properly, not as initial
1081         content in `read-string'.
1082         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1083         of line to determine if we've been run before.  If so, don't run again,
1084         but print a trivial message to indicate the cache was hit instead.
1085
1086 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1087
1088         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1089         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1090         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1091         Gnus.
1092
1093 2011-03-11  Julien Danjou  <julien@danjou.info>
1094
1095         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1096         modified file".
1097
1098 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1099
1100         * auth-source.el (auth-source-read-char-choice): New function to read a
1101         character choice using `dropdown-list', `read-char-choice', or
1102         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1103         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1104         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1105         (auth-source-netrc-saver): Use it.
1106         (auth-source-pick-first-password): New convenience function.
1107
1108 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1109
1110         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1111         parameter in the credentials.
1112         (nnimap-open-connection-1): Use it after a successful login.
1113         (nnimap-credentials): Add IMAP-specific user and password prompt.
1114
1115         * auth-source.el (auth-source-search): Add :require parameter, taking a
1116         list.  Document it and the :save-function return token.  Pass :require
1117         down.  Change the CREATED message from a warning to a debug statement.
1118         (auth-source-search-backends): Pass :require down.
1119         (auth-source-netrc-search): Pass :require down.
1120         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1121         Change save prompt to indicate all modifications saved here are
1122         deletions.
1123         (auth-source-netrc-create): Take user login name as default in user
1124         prompt.  Move all the save functionality to a lexically bound function
1125         under the :save-function token in the returned list.  Set up clearer
1126         default prompts for user, host, port, and secret.
1127         (auth-source-netrc-saver): New function, intended to be wrapped for
1128         :save-function.
1129
1130 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1131
1132         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1133         lines to be spaces instead.
1134
1135 2011-03-07  Julien Danjou  <julien@danjou.info>
1136
1137         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1138         (sieve-sasl-auth): Check that auth-source-search did return something,
1139         or just return an empty string.
1140
1141 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1142
1143         * gnus.el (gnus-interactive): Use read-directory-name.
1144
1145         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1146         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1147         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1148         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1149         Likewise.
1150
1151         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1152
1153 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1156         onto the list of killed groups, too.  This makes killed nnimap groups,
1157         for instance, more reliably not reappear.
1158
1159         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1160         the parent.
1161
1162         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1163
1164         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1165         really have server-side marks.
1166
1167         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1168         since most backends do not usefully have server-side marks.
1169         (gnus-update-read-articles): Propagate marks to all backends that
1170         really have server-side marks.
1171
1172 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1173
1174         * message.el (message-cite-reply-position, message-cite-style):
1175         New variables.
1176         (message-yank-original): Use the new citation styles.
1177
1178 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1179
1180         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1181         buffer-local issue); don't mark it buffer-local when running under
1182         XEmacs.
1183
1184 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1185
1186         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1187         numbers too big to be `read'.
1188
1189 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * password-cache.el (password-in-cache-p): Add autoload.
1192
1193         * message.el (message-options): Make buffer-local two ways to attempt
1194         to fix a XEmacs bug.
1195
1196 2011-03-02  Julien Danjou  <julien@danjou.info>
1197
1198         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1199
1200 2011-03-01  Julien Danjou  <julien@danjou.info>
1201
1202         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1203         group.
1204         (article-hide-list-identifiers): Use list-identifier group parameter.
1205
1206 2011-02-28  Julien Danjou  <julien@danjou.info>
1207
1208         * sieve.el (sieve-buffer-script-name): New local variable to store
1209         sieve script name.
1210         (sieve-edit-script): Store sieve script name.
1211         (sieve-upload): Use sieve script name when uploading.
1212         (sieve-upload): Use substitute-command-keys.
1213         (sieve-edit-script): Use substitute-command-keys.
1214         (sieve-refresh-scriptlist): Use substitute-command-keys.
1215         (sieve-manage-mode-map): Define keymap properly.
1216         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1217         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1218         Remove commented code about cvs.
1219         (sieve-manage-quit): New function.
1220         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1221
1222 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1225
1226 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1227
1228         * auth-source.el (auth-source-search): Cache empty result sets.
1229
1230         * password-cache.el (password-in-cache-p): Convenience function to
1231         check if a key is in the cache, even if the value is nil.
1232
1233         * auth-source.el (auth-source-save-behavior): New variable to replace
1234         `auth-source-never-create'.
1235         (auth-source-netrc-create): Use it.
1236         (auth-source-never-save): Remove.
1237
1238 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1239
1240         * nnimap.el (nnimap-stream): Doc fix.
1241         (nnimap-open-connection-1): Reverse the order of the ports to that the
1242         prompted-for port is first.
1243
1244         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1245         retrieval by the no-group selection.
1246
1247         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1248         numerical parameters.
1249
1250 2011-02-25  Julien Danjou  <julien@danjou.info>
1251
1252         * gnus-gravatar.el: Use gnus-with-article-buffer.
1253
1254         * gnus-art.el (gnus-with-article-buffer): Check that the
1255         gnus-article-buffer is alive.
1256
1257 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1258
1259         * auth-source.el (auth-source-creation-prompts): New variable to manage
1260         creation-time prompts.
1261         (auth-source-search): Document it.
1262         (auth-source-format-prompt): Add utility function.
1263         (auth-source-netrc-create): Don't default the user name to
1264         user-login-name.  Use `auth-source-creation-prompts' and some default
1265         prompts for user, host, port, and password (the default generic prompt
1266         remains ugly).
1267         (auth-source-never-save): Add customizable option to never save info.
1268         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1269         mode excursion.
1270
1271 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1274         argument that XEmacs doesn't support.
1275
1276         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1277         compiled for Emacsen having no `libxml-parse-html-region' support.
1278
1279         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1280
1281         * lpath.el: Bind buffer-save-without-query for XEmacs.
1282
1283 2011-02-23  Julien Danjou  <julien@danjou.info>
1284
1285         * gnus-art.el (article-make-date-line): Ignore errors if time is
1286         invalid and not convertible.
1287         (article-make-date-line): Only add lapsed time if time is not nil.
1288
1289 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1290
1291         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1292         `read-char-choice' for backwards compatibility.
1293         (auth-source-netrc-element-or-first): New function to DTRT for
1294         parameter extraction.
1295         (auth-source-netrc-create): Use it and fix multiple parameter print
1296         bug.  Use the default passed from above (given-default) or the
1297         built-in (user-login-name for :user).
1298
1299 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1300
1301         * gnus-start.el (gnus-dribble-read-file):
1302         Set buffer-save-without-query, since we always want to save the dribble
1303         file, probably.
1304
1305         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1306         nnimap.
1307
1308         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1309         -summary- since it's a user-visible variable.
1310
1311         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1312         first time you use the new Gnus.
1313
1314 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1315
1316         * auth-source.el: Don't load netrc.el.
1317         (auth-sources): Search ~/.netrc as well by default.
1318         (auth-source-debug): Add 'trivia option for extra output.
1319         (auth-source-do-trivia): Use it.
1320         (auth-source-search): Simplify logic to use
1321         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1322         appropriate.  Don't keep a running count at this level.  Layer :create
1323         and :delete options appropriately on the first and second passes.
1324         Don't track the backend with the search results.
1325         (auth-source-search-backends): New function to search a list of
1326         backends for a processed spec.
1327         (auth-source-netrc-parse): Cache all netrc files, making
1328         auth-source-netrc-cache an alist keyed by the file name and using the
1329         file mtime as the caching criterion.  Keep the obfuscated data secret
1330         with a lexical bind.
1331         (auth-source-netrc-search): Don't calculate the length of the results
1332         unnecessarily.
1333         (auth-source-search-backends): Fix bug.
1334         (auth-source-netrc-create): Rework prompts.
1335
1336 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1337
1338         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1339         Lower case names of search constraints.
1340         (nnir-run-query): Cache and reuse search constraints for all imap
1341         servers.
1342
1343 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1344
1345         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1346         after exit.
1347         (gnus-setup-message): Define missing variable from last checkin.
1348
1349         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1350         value, show the raw article.
1351
1352 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1353
1354         * gnus.el: No Gnus v0.13 is released.
1355
1356 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1357
1358         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1359         auth-source now accepts numbers.
1360
1361         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1362         spec, too.
1363         (auth-source-ensure-strings): New function.
1364
1365         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1366         (gnus-article-setup-buffer): Always restart the date timer so that user
1367         changes to the frequency is respected.
1368
1369         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1370         port numbers, so make sure it gets that if nnimap-server-port is
1371         explicit.
1372
1373 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1374
1375         * nnimap.el (nnimap-inbox): Doc fix.
1376
1377 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1378
1379         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1380         Autoload.  Add optional arg FRAME, and pass it to color-values.
1381         (color-complement): Caller changed.  Doc fix.
1382         (color-gradient): Rewrite for better clarity and efficiency.
1383
1384 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1385
1386         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1387         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1388         color-lab-to-srgb.
1389
1390 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1391
1392         * color.el: First part of merge from hexrgb.el.
1393         (color-rgb-to-hex): Rename from color-rgb->hex.
1394         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1395         saturation to zero if the value is too small.
1396         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1397         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1398         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1399         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1400         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1401         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1402         (color-cie-de2000): Doc fix.
1403
1404 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1405
1406         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1407         given method as in the group name if we're using an extended method.
1408         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1409         command, if we're using that, instead of waiting for the beginning.
1410
1411         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1412         we're sure to get unique server names, and we don't output two async
1413         commands in the same buffer.  This fixes an NNTP hang for some users.
1414
1415 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1416
1417         * gnus.el: No Gnus v0.11 is released.
1418
1419 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1420
1421         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1422         summary buffer before reading going to the next buffer.  This avoids
1423         putting the point in the group buffer if you `C-g' the command.
1424
1425         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1426         cache (for now) to make ~/.authinfo.gpg files usable.
1427
1428         * nnfolder.el (copyright-update): Define for the compiler.
1429
1430         * auth-source.el (auth-source-search): Fix unbound variable.
1431
1432 2011-02-19  Glenn Morris  <rgm@gnu.org>
1433
1434         * gnus.el (gnus-meta): Doc fix.
1435
1436 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1437
1438         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1439         in case it's not yet loaded.
1440
1441 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1442
1443         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1444         line we're waiting for.
1445
1446 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1447
1448         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1449         face with line-width greater than zero will cause RET in gnus summary
1450         buffer to scroll down article page-wise because auto vscroll happens,
1451         it should be temporalily disabled when doing a scroll-up.
1452
1453 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1454
1455         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1456         outputs from the server.
1457
1458 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1459
1460         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1461         later so that bbdb can hook in easier.
1462
1463 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1464
1465         * auth-source.el (auth-source-search): Don't try to create credentials
1466         if the caller doesn't want that.
1467         (auth-source-search): If we don't find a match, don't bug out on
1468         non-bound variables.
1469         (auth-source-search): Only ask a single backend to create the
1470         credentials.
1471
1472         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1473         logging.
1474         (nnimap-credentials): Protect against auth-source-search returning nil.
1475         (nnimap-request-list): Protect against not being able to open the
1476         server.
1477
1478 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1479
1480         * auth-source.el (auth-source-search): Do a two-phase search, one with
1481         no :create to get the responses from all backends.
1482
1483         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1484         when getting credentials.
1485
1486         * gnus-util.el (gnus-delete-duplicates): New function.
1487
1488 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1489
1490         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1491         a creation default, pass the whole port list down.  It will be
1492         completed.
1493
1494         * auth-source.el (auth-source-search): Updated docs to talk about
1495         multiple creation choices.
1496         (auth-source-netrc-create): Accept a list as a value (from the search
1497         parameters) and do completion on that list.  Keep a separate netrc line
1498         with the password obscured for showing the user.
1499
1500         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1501         first choice to `auth-source-search' so it will be used for entry
1502         creation instead of the server's Gnus-specific name.
1503         (nnimap-credentials): Rely on the auth-source library to select which
1504         port is actually wanted in the new netrc entry, so don't override
1505         `auth-source-creation-defaults'.
1506
1507         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1508         :protocol and accept a missing user, host, or port as a wildcard match.
1509         (auth-source-debug): Default to off.
1510
1511         (auth-source-netrc-search, auth-source-netrc-create)
1512         (auth-source-secrets-search, auth-source-secrets-create)
1513         (auth-source-user-or-password, auth-source-backend, auth-sources)
1514         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1515         instead of :protocol.
1516
1517         * nnimap.el (nnimap-credentials): Pass a port default to
1518         `auth-source-search' in case an entry needs to be created.
1519         (nnimap-open-connection-1): Use :port instead of :protocol.
1520
1521 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * auth-source.el: Bind load-path when loading EIEIO from
1524         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1525         21.4 doesn't support, to `require'.
1526         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1527         delete-dups that is not available in XEmacs 21.4.
1528
1529 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1530
1531         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1532         as EIEIO must also be loaded when auth-source.el is being
1533         byte-compiled.
1534
1535 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1536
1537         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1538
1539         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1540
1541         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1542
1543         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1544
1545         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1546
1547         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1548
1549         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1550
1551         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1552         necessary.
1553
1554 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1555
1556         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1557         nil means that nnimap doesn't get updated.
1558
1559 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1560
1561         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1562         result when the user doesn't want to write to the file.
1563         (auth-source-netrc-search): Expect a synthetic result and proceed
1564         accordingly.
1565         (auth-source-cache-expiry): New variable to override
1566         `password-cache-expiry'.
1567         (auth-source-remember): Use it.
1568
1569         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1570         parameter.  Create entry if necessary by using :create t.
1571         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1572
1573 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1574
1575         * auth-source.el (auth-source-debug): Enable by default and don't
1576         mention the obsolete `auth-source-hide-passwords'.
1577         (auth-source-do-warn): New function to debug unconditionally.
1578         (auth-source-do-debug): Use it.
1579         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1580         and for Secrets API entries when the secrets.el library is not
1581         available.
1582
1583 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1584
1585         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1586         (gnus-summary-exit): Kill the correct article buffer on exit from a
1587         `C-d' group.
1588
1589         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1590         gnus-propagate-marks.
1591
1592         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1593         before killing the buffers so that a non-full window conf gets handled
1594         correctly.
1595         (gnus-summary-exit): Ditto.
1596         (gnus-summary-read-group-1): Ditto.
1597
1598         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1599         async code again so that we can debug it properly.
1600
1601         * message.el (message-reply): Take an optional switch-buffer parameter
1602         so that Gnus window confs are respected better.
1603
1604 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1605
1606         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1607         `plist-get' to accept non-list parameters (XEmacs issue).
1608         Fix docstring.
1609         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1610         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1611         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1612         Login collection is "Login" and not "login".
1613
1614 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1615
1616         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1617         multiple headers.
1618
1619         * nnimap.el (nnimap-inhibit-logging): New variable.
1620         (nnimap-log-command): Don't log login commands.
1621
1622         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1623         to have more parameters.
1624
1625         * nnimap.el (nnimap-send-command): Mark the command time for each
1626         command, so that we don't get NOOPs stepping on our toes.
1627
1628         * gnus-art.el (article-date-ut): Get the date from the Date header on
1629         `t'.
1630
1631 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * auth-source.el (auth-source-search): Use copy-sequence instead of
1634         the cl.el copy-list.
1635
1636 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1637
1638         * imap.el: Bring it back (revert
1639         84d800cd31de3064f0ed39617d725709a2f8f42f).
1640
1641 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1642
1643         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1644         Improve prompt.
1645
1646 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1647
1648         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1649         washing status from the default format.  It isn't very informative.
1650
1651 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1652
1653         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1654         Fix Gcc processing on imap.
1655
1656 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1657
1658         * imap.el: Remove file.  All the functionality is in nnimap.el.
1659
1660 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1661
1662         * message.el (message-bury): Don't pop up a new window when selected
1663         window is dedicated.
1664
1665 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1666
1667         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1668
1669 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1670
1671         * sieve-manage.el: Autoload `auth-source-search'.
1672         (sieve-sasl-auth): Use it.
1673
1674 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1675
1676         * nnimap.el: Autoload `auth-source-forget+'.
1677         (nnimap-open-connection-1): Use it if the connection fails.
1678
1679         * auth-source.el: Require `password-cache'.
1680         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1681         obsolete.
1682         (auth-source-magic): Marker for `password-cache' keys.
1683         (auth-source-do-cache): Update docstring.
1684         (auth-source-search): Use and check cache.
1685         (auth-source-forget-all-cached, auth-source-remember)
1686         (auth-source-recall, auth-source-forget, auth-source-forget+)
1687         (auth-source-specmatchp): Caching support functions.
1688         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1689         Remove and obsolete.
1690         (auth-source-user-or-password): Remove caching to further discourage
1691         using it.  Always hide passwords.
1692
1693         * password-cache.el (password-cache-remove): Accept secrets that are
1694         not strings.
1695
1696 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1697
1698         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1699         code for now, since it doesn't work for all users.
1700
1701 2011-02-09  Julien Danjou  <julien@danjou.info>
1702
1703         * message.el (message-options): Make message-options really buffer
1704         local.
1705
1706 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1707
1708         * mail-source.el: Autoload `auth-source-search'.
1709         (mail-source-keyword-map): Note order matters.
1710         (mail-source-set-1): Get all the mail-source source values and
1711         defaults and search auth-source on those if needed.  This can all
1712         probably be simplified.
1713
1714         * nnimap.el: Autoload `auth-source-search'.
1715         (nnimap-credentials): Use it.
1716         (nnimap-open-connection-1): Ask for the virtual server and physical
1717         address in one shot.
1718
1719         * nntp.el: Autoload `auth-source-search'.
1720         (nntp-send-authinfo): Use it.  Note TODO.
1721
1722 2011-02-08  Julien Danjou  <julien@danjou.info>
1723
1724         * shr.el (shr-tag-body): Add support for text attribute in body
1725         markups.
1726
1727         * message.el (message-options): Make message-options a local variable.
1728
1729 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1730
1731         * auth-source.el (auth-source-secrets-search)
1732         (auth-source-user-or-password): Use `append' instead of `nconc'.
1733         (auth-source-user-or-password): Build return list better and protect
1734         against nil :secret.
1735
1736 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1737
1738         * nnimap.el (nnimap-update-info): Refactor slightly.
1739         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1740         (nnimap-update-info): Clean up slightly.
1741         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1742         characters.
1743         (nnimap-process-quirk): Rename function to avoid collision.
1744         (nnimap-update-info): Fix macrology bug-out.
1745         (nnimap-update-info): Simplify split history test.
1746
1747 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1748
1749         * auth-source.el (top): Require 'eieio unconditionally.
1750         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1751         (auth-source-secrets-search): Limit search when `max' is greater than
1752         number of results.
1753
1754 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1755
1756         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1757         part not returning any data.
1758
1759         * proto-stream.el (open-protocol-stream): Document the return value.
1760
1761 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1762
1763         * auth-source.el (auth-source-secrets-search): Add examples.
1764
1765 2011-02-06  Julien Danjou  <julien@danjou.info>
1766
1767         * message.el (message-setup-1): Handle message-generate-headers-first
1768         set to t.
1769
1770 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1771
1772         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1773         API with a string "secrets:collection-name" and with 'default.
1774         (auth-source-backend-parse): Parse "secrets:collection-name" and
1775         'default.  Recurse on parses instead of repeating code.  Use the
1776         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1777         message when ignoring a source.
1778         (auth-source-search): List ignored search keys at the top level.
1779         (auth-source-netrc-create): Use `case' instead of `cond'.
1780         (auth-source-secrets-search): Created with TODOs.
1781         (auth-source-secrets-create): Created with TODOs.
1782         (auth-source-retrieve, auth-source-create, auth-source-delete)
1783         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1784         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1785         (auth-source-user-or-password-sftp)
1786         (auth-source-user-or-password-smtp): Remove.
1787         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1788         around `auth-source-search'.  Not tested thoroughly.
1789
1790 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1791
1792         * auth-source.el: Bring in assoc and eioeio libraries.
1793         (secrets-enabled): New variable to track the status of the Secrets API.
1794         (auth-source-backend): New EIOEIO class to represent a backend.
1795         (auth-source-creation-defaults): New variable to set prompt defaults
1796         during token creation (see the `auth-source-search' docstring for
1797         details).
1798         (auth-sources): Simplify to allow a simple string as a netrc backend
1799         spec.
1800         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1801         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1802         (auth-source-search): Main auth-source API entry point.
1803         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1804         (auth-source-search-collection): Helper function for searching.
1805         (auth-source-netrc-parse, auth-source-netrc-normalize)
1806         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1807         Supports search, create, and delete.
1808         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1809         backend stubs.
1810         (auth-source-user-or-password): Call `auth-source-search' but it's not
1811         ready yet.
1812
1813 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1814
1815         * message.el (message-setup-1): Remove the read-only stuff, since it
1816         doesn't work under XEmacs, for some reason.
1817
1818         * gnus-sum.el (gnus-user-date): Rename back from
1819         gnus-summary-user-date since user code refers to it.
1820
1821         * shr.el (shr-render-td): Store the actual background colour used.
1822
1823         * message.el (message-setup-1): Don't bind the constant
1824         -forbidden-properties.
1825         (message-setup-1): Revert previous change, since it needs to bind the
1826         props to insert them.
1827         (message-resend): Allow removing the read-only separator line.
1828
1829 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1830
1831         * nnimap.el (nnimap-request-accept-article): Give an error message if
1832         the APPEND wasn't successful.
1833
1834 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1835
1836         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1837         that have no groups.
1838
1839 2011-02-03  Julien Danjou  <julien@danjou.info>
1840
1841         * gnus-draft.el: Remove progn around gnus-draft-setup.
1842
1843 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1844
1845         * gnus-start.el (gnus-read-active-for-groups): This function is never
1846         called with a nil `infos', so clean that up.
1847         (gnus-get-unread-articles): Request active files from primary/secondary
1848         methods that have no groups (yet).
1849
1850 2011-02-03  Julien Danjou  <julien@danjou.info>
1851
1852         * message.el (message-setup-1): Always generate References first.
1853         (message-mail): Return the return value of message-setup, not always t.
1854         (message-setup-1): Insert mail-header-separator with read-only and
1855         intangible properties set.
1856
1857         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1858         user-date in docstring.
1859
1860         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1861
1862         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1863         docstring.
1864
1865         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1866         defcustom, with type and group. Move from gnus-util.el. Rename to
1867         gnus-summary-user-date-format-alist.
1868
1869 2011-02-03  Glenn Morris  <rgm@gnu.org>
1870
1871         * nnimap.el (gnus-fetch-headers): Declare.
1872
1873         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1874
1875 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1876
1877         * message.el (message-forward-make-body-digest-plain)
1878         (message-followup, message-reply): Clean up things noted by Stefan.
1879
1880         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1881         gnus-article-update-date-headers is nil.
1882         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1883         it didn't really work with defcustom.
1884         (article-update-date-lapsed): Make sure the window start doesn't move,
1885         either.
1886
1887 2011-02-01  Julien Danjou  <julien@danjou.info>
1888
1889         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1890         format.
1891
1892         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1893         standard in Emacs nowadays.
1894
1895         * color.el (color-gradient): Add a color-gradient function.
1896
1897 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1898
1899         * message.el (message-expand-name): Don't trust the return value of
1900         bbdb-complete-name.
1901         (message-check-news-header-syntax): Remove unused var `start'.
1902         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1903         (message-inhibit-body-encoding): Move to before first use.
1904         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1905         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1906         (Organization, Message-ID, Date, mh-previous-window-config):
1907         Defvar the vars using dynamic scoping.
1908
1909 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1910
1911         * shr.el (shr-render-td): Only do colours at the final rendering.
1912         Should be slightly faster.
1913         (shr-insert-table): Fix up TD background colours when doing the
1914         vertical padding.
1915
1916         * gnus-art.el (article-date-ut): Protect against articles with no Date
1917         header.
1918         (article-update-date-lapsed): Don't use current-column to find the
1919         horizontal position.  It's fragile in the presence of \003 characters.
1920
1921         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1922
1923 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1924
1925         * gnus-art.el (article-transform-date): Rewrite to still work when
1926         there are several rfc2822 parts.
1927         (article-transform-date): Fix infinite recursion.
1928         (article-date-ut): Replace infinitely many Date headers with a single
1929         one when called interactively.
1930
1931         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1932         secure manner.
1933
1934         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1935         move around by not using save-window-excursion.  It seems to work...
1936
1937 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1938
1939         * gnus-art.el (article-make-date-line): Work for user-defined format.
1940
1941 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1942
1943         * nntp.el (nntp-retrieve-group-data-early)
1944         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1945         fetching functions.
1946
1947         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1948         thoroughly for all backends that have no known groups.  This should
1949         allow new nnml methods to retrieve mail.
1950
1951         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1952         that Gnus doesn't know exists again.
1953
1954         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1955         (gnus-treat-date-ut): Ditto.
1956         (gnus-article-update-date-header): Rename.
1957         (gnus-treat-date-local): Remove.
1958         (gnus-treat-date-english): Remove.
1959         (gnus-treat-date-lapsed): Remove.
1960         (gnus-treat-date-combined-lapsed): Remove.
1961         (gnus-treat-date-original): Remove.
1962         (gnus-treat-date-iso8601): Remove.
1963         (gnus-treat-date-user-defined): Remove.
1964         (gnus-article-date-headers): New variable to control all the date
1965         header options.
1966         (article-date-ut): Rewrite to allow using the new way to format date
1967         headers(s).
1968
1969 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1970
1971         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1972         method.
1973         (nnmail-article-group): A better test for fanciness.
1974
1975         * nnimap.el (nnimap-request-head): Protect against not finding the
1976         article by Message-ID.
1977
1978 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1979
1980         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1981         keep point at the "same place".
1982
1983 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1984
1985         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1986         data if the group is unactivated.
1987
1988 2011-01-28  Julien Danjou  <julien@danjou.info>
1989
1990         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1991         (gnus-all-windows-visible-p): Remove old compatibility code.
1992         (gnus-window-top-edge): Add docstring.
1993
1994         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1995
1996 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1997
1998         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1999         older request-update-info.
2000
2001         * gnus-art.el (article-make-date-line): Limit the length a bit more.
2002
2003 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
2004
2005         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
2006         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
2007
2008 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2009
2010         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
2011         groups.  This makes the nndraft:queue group pop up if it's not already
2012         there.
2013
2014         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
2015         messages" logic, which was reversed.
2016
2017         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
2018         the "same place" even if point is on the line being replaced.
2019         (article-update-date-lapsed): Allow updating both the combined lapsed
2020         and the lapsed headers.
2021         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2022         (article-make-date-line): Limit the number of segments dynamically to
2023         avoid too-long lines.
2024
2025 2011-01-27  Julien Danjou  <julien@danjou.info>
2026
2027         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2028         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2029
2030 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2033         Use plist-get instead of the cl function getf.
2034
2035 2011-01-27  Glenn Morris  <rgm@gnu.org>
2036
2037         * gnus-util.el (float-time): Get rid of compiler warning, again.
2038
2039 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2040
2041         * shr.el (shr-put-color): Special-case background colours: Do put them
2042         at the blank parts at the front of the lines.
2043
2044         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2045         exit hook to nix out all data on readedness on group exit.
2046
2047         * gnus-util.el (float-time): If float-time is bound, always use it on
2048         all Emacsen.  It's unclear why the subrp check was there.
2049         (time-date): Require to make some autoload issues on XEmacs go away.
2050
2051         * shr.el (shr-put-color): Don't do the box padding in tables, since
2052         they're already padded.
2053
2054 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2055
2056         * gnus-art.el (gnus-article-next-page): When the last line of the
2057         article is displayed, scroll down once more instead of going to the
2058         next article at once.
2059         (article-lapsed-string): Refactor out and allow specifying how many
2060         segments you want.
2061         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2062         (gnus-article-update-lapsed-header): New variable.
2063
2064         * shr.el: Revert change that made headings use different-sized faces.
2065         The Emacs display engine isn't advanced enough that, for instance,
2066         tables can comfortably use differently-sized faces.
2067
2068 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2069
2070         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2071         used.
2072         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2073         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2074         we're using an encrypted connection.
2075
2076         * proto-stream.el: Alter the interface functions to also return the
2077         actual stream type used: network or tls.
2078
2079 2011-01-25  Julien Danjou  <julien@danjou.info>
2080
2081         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2082         (mm-display-javascript-inline): New function.
2083
2084         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2085         viewing function.
2086
2087 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * shr.el (shr-expand-newlines): Fix variable name.
2090
2091 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2092
2093         * shr.el (shr-expand-newlines): Make nested boxes work.
2094
2095 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2096
2097         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2098         backgrounds.
2099         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2100         in a more sensible manner.
2101
2102 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2103
2104         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2105         if EPG is loaded.
2106
2107 2011-01-24  Julien Danjou  <julien@danjou.info>
2108
2109         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2110         tags.
2111
2112 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2113
2114         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2115         commands.
2116
2117         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2118         in the article buffer.
2119         (gnus-gravatar-insert): Use blank space from the current buffer to
2120         avoid breaking text properties.  This makes X-Sent updating work again.
2121
2122         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2123
2124 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2125
2126         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2127         fix the bug in url-http.el instead.
2128
2129         * shr.el (shr-image-fetched): Ditto.
2130
2131         * shr.el (shr-image-fetched): Avoid having point move in the article
2132         buffer.
2133
2134         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2135         buffer after being called.  It's apparently being killed by url.el, and
2136         killing it made point move to end-of-buffer in a random buffer.
2137
2138         * shr.el (shr-image-fetched): Ditto.
2139
2140 2011-01-23  Julien Danjou  <julien@danjou.info>
2141
2142         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2143
2144         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2145         text/x-org.
2146
2147 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2148
2149         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2150         (i.e., nnimap) returning nil as the article number.
2151
2152 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2153
2154         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2155         "DelSp" parameter in RFC3676.
2156
2157 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2158
2159         * message.el (message-check-recipients): Display the encoded version of
2160         the bogus address if they differ.
2161
2162         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2163         after sending.
2164
2165         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2166
2167         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2168
2169         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2170         group buffer after sending the queue.
2171
2172         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2173
2174 2011-01-22  Julien Danjou  <julien@danjou.info>
2175
2176         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2177
2178 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2179
2180         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2181         nested related parts.
2182
2183         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2184         unexpired articles.  This fixes the regression that led expiry marks to
2185         disappear from nnfolder groups.
2186
2187 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2188
2189         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2190         Don't confuse the "ret" of "retrograde" with RET.
2191
2192 2011-01-21  Julien Danjou  <julien@danjou.info>
2193
2194         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2195         than mm-insert-inline.
2196
2197 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2200         Widen article buffer.
2201
2202 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2203
2204         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2205         the temp buffer.
2206         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2207
2208 2011-01-20  Julien Danjou  <julien@danjou.info>
2209
2210         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2211
2212         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2213         than mm-insert-inline to insert inline part: this respect
2214         mm-inline-media-tests displayers.
2215
2216         * mm-view.el (mm-display-shell-script-inline): New function.
2217
2218         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2219
2220         * mm-uu.el (mm-uu-type-alist): Add org block.
2221         (mm-uu-org-src-code-block-extract): New function.
2222
2223         * mm-view.el (mm-display-org-inline): New function.
2224
2225         * mm-decode.el (mm-automatic-display): Add text/org.
2226
2227         * mailcap.el (mailcap-mime-extensions): Add .org.
2228
2229 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2232         gnus-article-add-buttons.
2233
2234 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2235
2236         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2237         From header with a date and "nobody" as the sender.
2238
2239 2011-01-19  Julien Danjou  <julien@danjou.info>
2240
2241         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2242         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2243         if you have the same regexp several times.
2244         (gnus-button-push): Fix matching when regexp is symbol.
2245
2246 2011-01-15  Glenn Morris  <rgm@gnu.org>
2247
2248         * message.el (message-mail): A compose-mail function should
2249         accept headers as strings.
2250
2251 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2252
2253         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2254         Add :vert-only tags.
2255         (message-mail): New arg RETURN-ACTION.
2256         (message-return-action): New var.
2257         (message-bury): Use it.
2258         (message-mode): Make it buffer-local.
2259         (message-send-and-exit): Always call message-bury.
2260
2261         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2262         message-mail.
2263
2264 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * nnimap.el (nnimap-convert-partial-article): Protect against
2267         zero-length body parts.
2268
2269         * mm-decode.el (mm-preferred-alternative-precedence):
2270         Discourage showing empty parts.
2271
2272         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2273         and stuff if the backend didn't return the article number.  This fixes
2274         an Exchange-related nnimap bug.
2275
2276         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2277         group window, because it does the wrong thing when a separate frame
2278         displays the group buffer.
2279
2280         * proto-stream.el (open-protocol-stream): Protect against the low-level
2281         transport functions returning nil.
2282
2283 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2284
2285         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2286         (mml2015-epg-find-usable-secret-key): New function.
2287         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2288         mml2015-epg-find-usable-key (Bug#7797).
2289         (mml2015-epg-encrypt): Ditto.
2290
2291 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * dgnushack.el (rot13-string): Fix the way to get the argument.
2294
2295 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296
2297         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2298
2299 2011-01-03  Glenn Morris  <rgm@gnu.org>
2300
2301         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2302
2303         * sieve.el (sieve-open-server): Give a more explicit error if
2304         sieve-manage-open returns nil.  (Bug#7720)
2305
2306 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2307
2308         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2309
2310 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2313         This avoids sending passwords in plain text over non-encrypted
2314         channels.
2315
2316         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2317
2318         * nnimap.el (nnimap-login): Refactored out into own function, and
2319         implement CRAM-MD5.
2320         (nnimap-wait-for-line): Refactored out.
2321
2322         * mm-view.el (mml-smime): Require.
2323
2324 2010-12-20  David Engster  <deng@eml.cc>
2325
2326         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2327         use EPG to decrypt S/MIME messages instead of openssl.
2328
2329 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2332
2333         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2334         status is the group clearly is unreachable.
2335
2336         * auth-source.el (auth-source-create): Add the optional second
2337         parameter to `local-variable-p' to be compatible with XEmacs.
2338
2339 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2340
2341         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2342         work when using a compressed nnml folder.
2343
2344 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2347         backends after sanitising on entry, because this never makes sense:
2348         If the articles have gone missing, then the data no longer exists on
2349         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2350         overwrite anything anyway.
2351
2352         * shr.el (shr-insert-document): Bind shr-width dynamically to
2353         window-width if it's nil.
2354
2355 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2356
2357         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2358         with the meaning of using the full emacs window width for rendering.
2359
2360 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2361
2362         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2363         case when sender is not given.
2364
2365 2010-12-23  Julien Danjou  <julien@danjou.info>
2366
2367         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2368         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2369         the addresses, otherwise we might misplaced the gravatar.
2370
2371 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2372
2373         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2374         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2375         obsolete in Emacs.
2376
2377 2010-12-20  Julien Danjou  <julien@danjou.info>
2378
2379         * gnus-util.el (gnus-rescale-image): Revert last change.
2380
2381 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2382
2383         * binhex.el: Improve commentary (Bug#7482).
2384
2385 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus-group.el (gnus-group-delete-articles): New command.
2388
2389 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2390
2391         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2392
2393 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2396         here, since it's up to the backends to do CRLF removal if their
2397         protocol has it.
2398
2399         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2400
2401 2010-12-17  Julien Danjou  <julien@danjou.info>
2402
2403         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2404         they are from file. Can also scale up.
2405
2406 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2407
2408         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2409         gnus-use-agent.
2410         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2411
2412         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2413
2414 2010-12-17  Julien Danjou  <julien@danjou.info>
2415
2416         * gravatar.el (gravatar-retrieve-synchronously): New function.
2417         (gravatar-get-data): Make more robust.
2418
2419 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2422
2423 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2426         to really consider the last line.
2427
2428 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2429
2430         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2431         list of recipient keys, or use symmetric encryption if not a list.
2432         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2433         EPA override, replacing the call to `netrc-store-data'.
2434
2435 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2436
2437         * gnus-srvr.el: Avoid passing nil regexp argument to
2438         delete-matching-lines.
2439
2440 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2441
2442         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2443         fetching stops when Gnus exits.
2444
2445         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2446         function.
2447         (nnfolder-request-expire-articles): Save all the buffers after doing
2448         expiry.
2449
2450         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2451         the last article", since that led to serious performance regressions
2452         when expiring nnml groups.
2453
2454 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2455
2456         * nnir.el: Improve customizations.
2457
2458 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2461
2462         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2463         group has been killed.
2464         (gnus-group-yank-group): Ditto.
2465
2466         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2467
2468         * nnimap.el (nnimap-request-update-group-status): New function.
2469
2470         * gnus-int.el (gnus-request-update-group-status): New interface
2471         function.
2472
2473         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2474         copying read-ness to the backends.
2475
2476         * nnimap.el (nnimap-quirk): New function.
2477         (nnimap-retrieve-group-data-early): Use it.
2478         (nnimap-quirks): New alist.
2479
2480 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2483         don't delete it within indentation.
2484
2485 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2488         previous line.
2489
2490 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491
2492         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2493         QRESYNC command by deleting a superfluous space which broke Cyrus
2494         servers.  This change will break other servers that are buggy the other
2495         way around.
2496
2497 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2498
2499         * spam.el: Reindent and fix long lines.
2500         (spam-copy-or-move-routine): Exclude invalid move destinations.
2501
2502 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2503
2504         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2505         installed the registry.
2506
2507 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2510
2511 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2512
2513         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2514         groupname doesn't contain "gmane".
2515
2516 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517
2518         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2519         and netrc-bound-and-true-p bindings.
2520         (netrc-parse): Cache the netrc contents.
2521
2522         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2523         (gnus-1): Don't create the nndrafts group twice.
2524         (gnus-setup-news): There's no need to read the active file here, since
2525         that's done again later on a per-backend basis.
2526         (gnus-start-draft-setup): Make sure that the new group is started out
2527         empty.
2528
2529         * gnus-agent.el (gnus-agentize): Don't create the queue group
2530         automatically on startup.  It'll be created later, if needed.
2531
2532         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2533         of automatically subscribed groups.
2534         (gnus-auto-subscribed-categories): New variable.
2535         (gnus-matches-options-n): Use it.
2536         (gnus-default-subscribed-newsgroups): Remove unused variable.
2537         (gnus-start-draft-setup): Message a bit less.
2538
2539 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2540
2541         * nnir.el (nnir-run-imap): Return article list in order of increasing
2542         UID.
2543
2544 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * gnus-sum.el (gnus-summary-enter-digest-group):
2547         Mention gnus-auto-select-on-ephemeral-exit.
2548
2549         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2550         convention of the network-only option.
2551
2552 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * proto-stream.el (proto-stream-open-network-only): New function to
2555         have a way to specify non-STARTTLS upgrade connections.
2556
2557 2010-12-10  Julien Danjou  <julien@danjou.info>
2558
2559         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2560         email address is nil.
2561
2562         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2563
2564 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2565
2566         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2567         deletion.
2568         (nnir-run-imap): Only need to parse list once.
2569
2570 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * shr.el (shr-tag-script): Ignore <script>.
2573         (shr-tag-label): Add <label> support.
2574
2575 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2578
2579         * shr.el (shr-image-displayer): Work for images lined side by side.
2580
2581 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2582
2583         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2584         parameter, since XEmacs doesn't accept t as a parameter.
2585
2586 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2587
2588         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2589         ids.
2590         (nnir-run-gmane): Simplify groupspec formatting.
2591         (nnir-request-expire-articles): New function.
2592
2593 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2594
2595         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2596         overflow, possibly.
2597
2598         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2599         (shr-render-td): Handle td style="" better.
2600         (shr-tag-table): Use the color from the style sheet.
2601         (shr-render-td): Make sure we copy over all the overlays, too.
2602
2603 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2604
2605         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2606         (nnir-request-article): Improve article retrieval.
2607
2608 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * mm-util.el (mm-extra-numeric-entities): New variable.
2611
2612         * mm-url.el (mm-url-decode-entities):
2613         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2614
2615         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2616
2617 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2618
2619         * message.el: Use completion-at-point.
2620         (message-completion-function): New fun, extracted from message-tab.
2621         (message-mode): Use it for completion-at-point-functions.
2622         (message-tab): Use it and completion-at-point.
2623
2624 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2627         character if a non-breakable character follows.
2628
2629 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2632         any stream.
2633
2634         * shr.el (shr-tag-font): Colorize the region.
2635         (shr-tag-body): Ditto.
2636         (shr-tag-font): Actually let the styles be inherited instead of
2637         overwriting them.
2638         (shr-tag-font): Get the background color right.
2639         (shr-tag-style): Ignore all <style> tags for the moment.
2640
2641         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2642         a Message-ID to avoid having nnimap depend on gnus-sum.
2643
2644         * shr.el (shr-descend): Only colorize something if we have a node that
2645         sets colors.
2646
2647 2010-12-06  Julien Danjou  <julien@danjou.info>
2648
2649         * shr.el (shr-render-td): Render td content with shr-descend, so style
2650         will be applied to <td> too.
2651         (shr-colorize-region): Colorize region even if we only have a background.
2652         (shr-tag-body): Fix color and background color inheritance.
2653         Do not recolorize after shr-generic.
2654         (shr-tag-font): Let shr-generic colorize via inheritance.
2655
2656 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2657
2658         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2659
2660 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2661
2662         * nnir.el (nnir-request-move-article): Remove obsolete code.
2663
2664 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2665
2666         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2667
2668 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-sum.el (gnus-summary-respool-article): The completion function
2671         expects a list instead of an alist.
2672
2673         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2674         string as the parameter.
2675
2676         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2677
2678         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2679         styles.
2680         (shr-colorize-region): New function.
2681         (shr-insert-background-overlay): Remove.
2682         (shr-render-td): Background setting should be taken care of on a higher
2683         level.
2684         (shr-tag-body): Use post-hoc colorizations.
2685         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2686         (shr-put-color-1): Don't overwrite old colors.
2687         (shr-colorize-region): When the background color isn't explicit, use
2688         a fixed background.
2689
2690         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2691         nnmail variables.
2692
2693 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2694
2695         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2696         unless necessary.
2697
2698 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2699
2700         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2701         server.
2702
2703 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2706         so that TAB works.
2707
2708         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2709         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2710
2711         * shr.el (shr-urlify): Show the URL before the title to avoid
2712         misleading URLs.
2713
2714 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2715
2716         * shr.el (shr-urlify): Display the title in <a> tags.
2717
2718 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2719
2720         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2721
2722 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2723
2724         * nnir.el: Rearrange code to allow macros to be autoloaded by
2725         gnus-sum.el.
2726         (nnir-retrieve-headers-override-function): Make this variable
2727         customizable.
2728         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2729
2730         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2731         from nnir.el.
2732
2733 2010-12-03  Julien Danjou  <julien@danjou.info>
2734
2735         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2736
2737 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2740         allow optional argument `environment'.
2741
2742 2010-12-03  Glenn Morris  <rgm@gnu.org>
2743
2744         * mm-extern.el (message-goto-body): Update declaration.
2745
2746 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * gnus-util.el (gnus-macroexpand-all): New function.
2749
2750         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2751         instead of macroexpand-all that is unavailable in XEmacs.
2752
2753 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2754
2755         * nnir.el (nnir-summary-line-format): New variable.
2756         (nnir-mode): Use it.
2757         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2758         (nnir-article-ids): Reimplement as defsubst.
2759         (nnir-retrieve-headers): Don't mangle the subject header.
2760         (nnir-run-imap): Use 100 as RSV score.
2761         (nnir-run-find-grep): Fix for full server searching.
2762         (nnir-run-gmane): Better restriction to gmane groups.
2763
2764         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2765         summary buffers.
2766
2767 2010-12-02  Julien Danjou  <julien@danjou.info>
2768
2769         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2770
2771         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2772
2773         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2774         support.
2775
2776 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2777
2778         * nnir.el: Update to handle the registry better.
2779         (autoload): Silence byte-compiler.
2780         (nnir-open-server): Add a hook for nnir groups.
2781         (nnir-request-move-article): Don't mangle the header. Better to use
2782         formating variables (which will be added in the future).
2783         (nnir-registry-action): Update the registry using the original article
2784         group name.
2785         (nnir-mode): Install nnir-specific hooks for updating the registry.
2786
2787         * gnus-sum.el
2788         (gnus-article-original-subject,gnus-newsgroup-original-name):
2789         Remove obsolete variables.
2790         (gnus-summary-move-article): Remove use of obsolete variables.
2791         (gnus-summary-local-variables): Make move and delete hooks local to
2792         summary buffers.
2793
2794 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2795
2796         * rtree.el: New file.
2797
2798 2010-12-01  Julien Danjou  <julien@danjou.info>
2799
2800         * message.el (message-user-organization): Do not use
2801         gnus-local-organization.
2802
2803         * gnus.el: Remove gnus-local-organization.
2804
2805         * gnus-msg.el: Remove nastygram thing.
2806
2807 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2810         funcall.
2811
2812 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2815         names.
2816
2817         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2818         characters.
2819
2820         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2821         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2822         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2823         (gnus-gravatar-transform-address): Use mail-extract-address-components
2824         that supports non-ASCII names rather than mail-header-parse-addresses.
2825
2826 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * proto-stream.el (open-protocol-stream): All starttls connections are
2829         handled by the network handler.
2830
2831 2010-11-30  Julien Danjou  <julien@danjou.info>
2832
2833         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2834         (nnimap-open-connection-1): Fix PREAUTH.
2835
2836         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2837
2838 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2839
2840         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2841         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2842         (shr-insert): Use them.
2843         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2844
2845 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2846
2847         * nnir.el (nnir-request-move-article): Bail out if original group
2848         doesn't support article moves.
2849         (nnir-get-active): Improve active list retrieval.
2850
2851 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2854
2855 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2856
2857         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2858         seem to accept strings-with-numbers as port numbers,
2859
2860 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2861
2862         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2863         change the registry.
2864
2865 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2868         delete-dups that is not available in XEmacs 21.4.
2869
2870         * mm-util.el (mm-delete-duplicates): Add comment.
2871
2872 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2873
2874         * nnir.el (nnir-ignored-newsgroups): New variable.
2875         (nnir-get-active): Use it.
2876
2877 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2878
2879         * proto-stream.el (proto-stream-open-network): Add some comments.
2880
2881         * nntp.el (nntp-open-connection): Provide a :success condition.
2882
2883         * nnimap.el (nnimap-open-connection-1): Ditto.
2884
2885         * proto-stream.el (proto-stream-open-network): See what the response to
2886         the STARTTLS command is.
2887
2888         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2889         backwards compatibility).
2890         (nnimap-open-connection-1): Really respect nnimap-server-port.
2891
2892         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2893         TLS upgrades we don't really care about the identity of the peer.
2894         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2895         that what we've checked for.
2896         (proto-stream-always-use-starttls): Only default to t if
2897         open-gnutls-stream exists.
2898         (proto-stream-open-network): If STARTTLS failed, then just open a
2899         normal connection.
2900         (proto-stream-open-network): Wait until the greeting before doing
2901         STARTTLS.
2902
2903         * nntp.el (nntp-open-connection): Report what the connection error is.
2904
2905         * proto-stream.el (open-protocol-stream): Rename from
2906         open-proto-stream.
2907
2908 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2909
2910         * nnimap.el (nnimap-stream): Change default to `undecided'.
2911         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2912         first, and then network.
2913         (nnimap-open-connection-1): Respect nnimap-server-port.
2914         (nnimap-open-connection): Be more backwards-compatible.
2915
2916         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2917         (proto-stream-open-starttls): De-duplicate the starttls code.
2918         (proto-stream-open-starttls): Folded back into the main function.
2919         (proto-stream-open-network): Fix typo in the gnutls path.
2920         (proto-stream-command): Refactor out.
2921
2922         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2923
2924         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2925         starttls.el STARTTLS.
2926
2927         * color.el (color-lab->srgb): Fix function call name.
2928
2929         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2930         if we're using tls.el.
2931         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2932         built in, then don't try to establish a STARTTLS connection.
2933
2934         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2935         servers.
2936
2937         * proto-stream.el (open-proto-stream): Use network, not stream.
2938         (open-proto-stream): Add a way to specify what the end of a command is.
2939
2940         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2941         connections types.
2942         (nntp-open-network-stream): Remove.
2943         (nntp-open-ssl-stream): Remove.
2944         (nntp-open-tls-stream): Remove.
2945         (nntp-ssl-program): Remove.
2946
2947         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2948
2949 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2950
2951         * nnir.el: Fix typos.
2952         (nnir-retrieve-headers-override-function): Rename variable to reflect
2953         new semantics.
2954         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2955         macros.
2956         (nnir-request-article, nnir-request-move-article): Use them.
2957         (nnir-categorize): New function.
2958         (nnir-run-query): Use it.
2959         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2960         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2961         sorted.
2962         (nnir-group-full-name): Use gnus-group-full-name instead.
2963         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2964         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2965
2966 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2967
2968         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2969
2970         * proto-stream.el: New library to provide protocol-specific
2971         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2972         protocols.
2973         (open-proto-stream): Complete the documentation.
2974         (proto-stream-open-network): Fix some typos.
2975
2976         * nnimap.el (nnimap-open-connection): Use it.
2977
2978 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2979
2980         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2981         negotiation.
2982
2983 2010-11-26  Julien Danjou  <julien@danjou.info>
2984
2985         * color.el: Rename various rgb functions to srgb.
2986
2987 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2990         names.
2991
2992 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * shr.el (shr-insert): Revert last change.
2995         (shr-find-fill-point): Never leave point being at bol;
2996         relax the kinsoku limitation when rendering tables.
2997
2998 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
3001         results from -accept-article.
3002
3003         * shr-color.el: Require cl when compiling.
3004
3005         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
3006         checkin.
3007
3008         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
3009
3010         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
3011
3012         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
3013         'add and 'delete to set backend marks.
3014
3015         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
3016
3017         * nnheader.el (nnheader-update-marks-actions): Refactor out.
3018
3019         * nntp.el (nntp-request-set-mark): Use it.
3020
3021         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3022
3023         * nnml.el (nnml-request-set-mark): Ditto.
3024
3025         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3026         introduces regressions in article selection.
3027         (nnimap-find-uid-response): New function.
3028         (nnimap-request-accept-article): Use the UID returned, if any.
3029         (nnimap-request-move-article): Use the UID returned, if any.
3030         (nnimap-get-groups): Reimplement to work with folded lines.
3031         (nnimap-find-uid-response): The UID is the last element in the list.
3032         (nnimap-request-set-mark): Extend syntax with 'set.
3033
3034         * nnml.el (nnml-request-set-mark): Ditto.
3035
3036         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3037
3038         * nntp.el (nntp-request-set-mark): Ditto.
3039
3040 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * message.el (message-called-interactively-p): A temporary macro.
3043         (message-goto-body): Use it temporarily.
3044
3045 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3046
3047         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3048         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3049         (nnimap-last-response-string): Fix last unfolding fix.
3050
3051 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * shr.el (shr-insert): Fix the way to fold lines.
3054
3055 2010-11-25  Julien Danjou  <julien@danjou.info>
3056
3057         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3058
3059         * color.el: Rename from color-lab.el
3060         (color-rgb->hex): Add.
3061         (color-complement): Add.
3062         (color-complement-hex): Add.
3063
3064         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3065
3066 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067
3068         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3069         don't exist.
3070
3071 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3074         assuming that article displaying or another mml-preview may be
3075         interrupted for an error or for the like.
3076
3077         * shr.el (shr-get-background): Fix argument name.
3078
3079 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3080
3081         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3082
3083         * gnus-sum.el (gnus-summary-include-articles): New function.
3084
3085         * message.el (message-goto-body): called-interactively-p needs a
3086         parameter, so use `any'.
3087
3088         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3089         clear marks before moving, since they're synced from the Gnus side
3090         first.
3091
3092         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3093         (gnus-summary-move-article): Copy over all marks before moving, so that
3094         IMAP doesn't think a new article has arrived.
3095
3096 2010-11-24  Julien Danjou  <julien@danjou.info>
3097
3098         * shr.el (shr-insert-background-overlay): Fix typo.
3099         (shr-render-td): Copy the background before rendering.
3100
3101         * shr-color.el (shr-color-visible): Fix docstring.
3102
3103         * shr.el (shr-tag-table): Add bgcolor support.
3104         (shr-render-td): Add bgcolor support.
3105         (shr-get-background): Add.
3106         (shr-insert-foreground-overlay): Use shr-get-background.
3107
3108         * message.el (message-goto-body): Use called-interactively-p.
3109         (message-in-body-p): message-goto-body returns point.
3110
3111 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3112
3113         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3114         Fixes something or other in Emacs 23, and is backwards compatible.
3115
3116         * message.el (message-goto-body): Remove the <#secure special-casing,
3117         which is too special.
3118
3119         * shr.el (shr-parse-style): Drop !important from styles.
3120
3121 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3122
3123         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3124         this function to return incorrect results when calling it with an
3125         explicit article argument different from
3126         (gnus-summary-article-number).
3127
3128 2010-11-24  Julien Danjou  <julien@danjou.info>
3129
3130         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3131         (shr-tag-body): Add background support.
3132         (shr-descend): Add background support.
3133         (shr-tag-title): Add.
3134
3135         * shr-color.el (shr-color-visible): Really return original background
3136         if fixed.
3137
3138 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * shr.el (shr-color-check): Protect against non-existent colour names.
3141
3142 2010-11-24  Julien Danjou  <julien@danjou.info>
3143
3144         * color-lab.el: Require 'cl when compiling.
3145
3146         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3147
3148         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3149         matched part.
3150
3151         * color-lab.el: Fix all expt calls to use float type.
3152
3153 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3156         expression to shr-color-check as is.
3157
3158         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3159
3160         * color-lab.el: Add coding cookie.
3161         (float-pi): Use eval-and-compile.
3162
3163         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3164         compiled for Emacsen having no `libxml-parse-html-region' support.
3165
3166 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * shr.el (shr-insert-color-overlay): Split stuff like
3169         "#444444 !important" to find the real colour.
3170         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3171         parse <font color="red"> entries.
3172
3173 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3174
3175         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3176         point when parsing headers.
3177
3178         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3179         is positioned properly when parsing headers.
3180
3181 2010-11-23  Julien Danjou  <julien@danjou.info>
3182
3183         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3184
3185         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3186
3187         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3188
3189         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3190         Use shr-color-hue-to-rgb.
3191         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3192
3193 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * shr.el (shr-color->hexadecimal): Autoload.
3196         (shr-descend): Add color to all tags.
3197
3198 2010-11-22  Julien Danjou  <julien@danjou.info>
3199
3200         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3201         shr-color->hexadecimal.
3202
3203         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3204         RGB() or HSL() color representation.
3205
3206         * shr.el (shr-tag-font): Add.
3207         (shr-tag-color-check): New function to get better colors.
3208         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3209         tag-span.
3210
3211         * shr-color.el: New file.
3212
3213         * color-lab.el: New file.
3214
3215         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3216
3217 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3218
3219         * nnir.el: Fix typo in comments.
3220         (nnir-run-imap): Simplify code. No need to reverse artlist.
3221         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3222
3223 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224
3225         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3226
3227         * nnimap.el (nnimap-get-capabilities): Refactor out.
3228         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3229
3230 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3231
3232         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3233         appearing when `mm-uu-hide-markers' is nil.
3234
3235 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * nnimap.el (nnimap-unselect-group): Make into its own function.
3238         (nnimap-request-rename-group): Unselect group before renaming.
3239         This had gotten lost somewhere.
3240         (nnimap-request-accept-article): Keep track of examined groups, and
3241         unselect the group before APPENDing to read-only groups.
3242         (nnimap-request-move-article): Clear flags before moving so that they
3243         can be re-set later.
3244
3245 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3248         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3249
3250 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * gnus-art.el (gnus-mime-display-single)
3253         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3254         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3255         parameter.
3256
3257 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3260         (shr-table-vertical-line): New variable.
3261         (shr-insert-table): Use it.
3262
3263 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus-html.el (gnus-html-wash-images): Don't display images if
3266         gnus-inhibit-images is non-nil; register displayer for cid images.
3267         (gnus-html-display-image): Work for cid image.
3268         (gnus-html-insert-image): Allow arguments.
3269         (gnus-html-put-image): Inhibit read-only.
3270         (gnus-html-prefetch-images): Don't prefetch images if
3271         gnus-inhibit-images is non-nil.
3272
3273 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * shr.el (shr-put-image): Break lines when inserting big pictures.
3276
3277 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3278
3279         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3280         sender, thanks Katsumi Yamaoka.
3281
3282 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3283
3284         * nnir.el (nnir-run-imap): Reverse the article list for each group
3285         rather than the whole list.
3286
3287 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * shr.el (shr-image-displayer): Protect function against non-existent
3290         image source.
3291
3292         * gnus-art.el (gnus-inhibit-images): New user option.
3293         (gnus-mime-display-single): Don't display image if it is non-nil.
3294
3295         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3296         gnus-inhibit-images.
3297
3298         * shr.el (shr-image-displayer): New function.
3299         (shr-tag-img): Use it.
3300
3301 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3302
3303         * mml2015.el (mml2015-epg-sign): Use From header.
3304
3305 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3308
3309         * gnus-util.el (gnus-find-text-property-region): Return markers.
3310
3311         * shr.el (shr-tag-img): Put a displayer in the text property.
3312
3313         * gnus-util.el (gnus-find-text-property-region): New utility function.
3314
3315         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3316         (gnus-html-show-images): Remove.
3317
3318         * gnus-art.el (gnus-article-show-images): New, more general function.
3319
3320         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3321         image url text properties.
3322
3323         * shr.el: Ditto.
3324
3325         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3326         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3327
3328 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3331         work for two or more articles.
3332
3333 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3336         divide an image that's in an html article to two or more when washing
3337         non-ASCII characters in alt text of it.
3338
3339 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3342         smime-decrypt-region using function argument.
3343         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3344
3345         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3346
3347         * smime.el (smime-decrypt-region): Catch it.
3348
3349 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3350
3351         * smime.el (smime-mode-map): Move initialization into declaration.
3352         (gnus-run-mode-hooks): Don't autoload.
3353         (smime-mode): Use define-derived-mode.
3354
3355 2010-11-11  Glenn Morris  <rgm@gnu.org>
3356
3357         * smime.el (from): Restrict declaration to XEmacs.
3358
3359         * nnir.el (gnus-group-topic-name): Autoload.
3360
3361 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * shr.el (shr-insert): Don't break long line if it is because of
3364         kinsoku-bol characters in the line end.
3365
3366 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3367
3368         * nnir.el (nnir-request-move-article): Fix to provide original group
3369         and subject.
3370         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3371         been retrieved.
3372
3373         * gnus-sum.el (gnus-summary-move-article): Use original group and
3374         subject for virtual articles such as those in an nnir summary buffer.
3375
3376 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3379         least 21.5).
3380
3381         * smime.el (from): Declare it again for XEmacs.
3382
3383 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * message.el (message-resend): Don't disable encoding unless it's
3386         already encoded.
3387
3388         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3389         low-numbered articles.
3390
3391 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * rfc2047.el (rfc2047-syntax-table): Simplify.
3394
3395         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3396
3397         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3398         set-char-table-range for XEmacs.
3399
3400 2010-11-10  Glenn Morris  <rgm@gnu.org>
3401
3402         * time-date.el (time-to-seconds): Always an alias on Emacs,
3403         never a real function.
3404         (with-no-warnings): Remove compat stub, now unused.
3405         (time-less-p): Doc fix.
3406         (time-to-number-of-days): Simplify.
3407
3408         * smime.el (from): Remove unused declaration.
3409
3410         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3411         (gnus-float-time): On Emacs, always an alias.
3412
3413         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3414         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3415
3416 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * dgnushack.el: Don't use ignore-errors in the top level form since it
3419         is unavailable in XEmacs even if cl is loaded.
3420
3421         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3422
3423 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * shr.el (browse-url-mailto): Autoload.
3426
3427         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3428
3429         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3430         regexp doesn't need quoting.
3431
3432 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3433
3434         * message.el (message-subject-trailing-was-ask-regexp)
3435         (message-subject-trailing-was-regexp): Match was: in addition to was.
3436
3437 2010-11-09  Glenn Morris  <rgm@gnu.org>
3438
3439         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3440         (nnbabyl-check-mbox): Use point-at-bol.
3441
3442 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3445
3446         * message.el (message-mailto): New function.
3447         (message-mailto): Should accept other parameters.
3448         (message-mailto): Remove since it duplicates browse-url-mailto
3449         functionality.
3450
3451 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452
3453         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3454         methods.
3455         (gnus-read-active-file): Ditto.
3456
3457         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3458         ": " from the prompt.
3459         (gnus-group-make-group): Ditto.
3460
3461 2010-11-07  Glenn Morris  <rgm@gnu.org>
3462
3463         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3464         (gnus-bookmark-kill-line): Use point-at-eol.
3465
3466 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3469         asterisks in From header.
3470
3471 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3474         string to avoid making the From headers syntactically invalid.
3475
3476         * message.el (message-send-mail): Don't insert courtesy messages if the
3477         message already has List-Post and List-ID messages.
3478
3479 2010-11-06  Glenn Morris  <rgm@gnu.org>
3480
3481         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3482         `condition', `type', `length' a prefix.
3483         (gnus-treat-predicate): Update for above name changes.
3484
3485 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3486
3487         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3488         binding.  Handled by `gnus-summary-refer-thread' instead.
3489         (nnir-warp-to-article): New backend function.
3490
3491         * nnimap.el (nnimap-request-thread): Force dependency updating.
3492
3493         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3494         (gnus-summary-refer-thread): Rework to improve thread-referral.
3495
3496         * gnus-int.el (gnus-warp-to-article): New function.
3497
3498         * gnus-sum.el (gnus-summary-article-map): Bind it.
3499
3500 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3501
3502         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3503         gnus-summary-refer-thread.
3504
3505         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3506         headers.
3507         (gnus-summary-limit-include-thread): Prevent articles in thread from
3508         being cut in gnus-cut-threads.
3509         (gnus-summary-refer-thread): Limit retrieved headers to those in
3510         thread.
3511
3512 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3513
3514         * message.el (message-send-mail): Use the value of
3515         message-courtesy-message from the message buffer.
3516
3517         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3518
3519         * shr.el (shr-browse-url): Implement mailto: URLs.
3520
3521         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3522         "raw".
3523
3524         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3525         if it's already selected.
3526
3527         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3528
3529 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3532         to measure the length and truncate alt text.
3533
3534 2010-11-03  Glenn Morris  <rgm@gnu.org>
3535
3536         * nndiary.el (nndiary-generate-nov-databases-1)
3537         (nndiary-generate-active-info): Rename dynamic variable `files' to
3538         something less generic.
3539
3540 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3541
3542         * nnir.el (nnir-request-move-article): Call the underlying backend to
3543         move articles from nnir.
3544
3545 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3548
3549 2010-11-02  Julien Danjou  <julien@danjou.info>
3550
3551         * nnir.el: Remove wais support.
3552
3553 2010-11-02  Glenn Morris  <rgm@gnu.org>
3554
3555         * gnus-html.el: Reorder requirements to quieten compiler.
3556
3557 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3560         properly for XEmacs as well.
3561         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3562         (gnus-article-natural-long-line-p): Use window-width rather than
3563         frame-width.
3564
3565 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3566
3567         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3568         (nnir-read-parms): Don't modify query.
3569         (nnir-run-query): Add ability to search topic on current line.
3570         (nnir-get-active): Clean up.
3571
3572 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3575         degenerate articles.
3576
3577         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3578         (gnus-print-buffer): Just print the buffer as is, without any copying
3579         to a buffer and then re-highlighting.
3580
3581         * nnimap.el (nnimap-request-group): Store the new updated info.
3582         (nnimap-request-group): Select the group when we don't know whether it
3583         exists or not.
3584
3585         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3586         groups.
3587
3588         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3589         groups.
3590
3591         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3592         groups.
3593
3594         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3595         long-lines case by only filling the long lines.
3596
3597         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3598         (bug #7311).
3599
3600 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3601
3602         * shr.el: No need to declare `declare-function' since shr.el is for
3603         only Emacsen that provide `libxml-parse-html-region'.
3604
3605         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3606         effective only in a file it is referred to.
3607
3608 2010-11-01  Glenn Morris  <rgm@gnu.org>
3609
3610         * mm-util.el (gnus-completing-read): Autoload.
3611         (mm-read-coding-system): Simplify Emacs definition.
3612
3613         * nnmail.el (gnus-activate-group):
3614         * nnimap.el (gnutls-negotiate):
3615         * nntp.el (netrc-parse): Fix declarations.
3616
3617 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3620         string-match-p in Emacs >=23.
3621
3622         * gnus-msg.el (gnus-configure-posting-styles)
3623         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3624
3625 2010-11-01  Glenn Morris  <rgm@gnu.org>
3626
3627         * nnir.el (declare-function): Add compat stub.
3628         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3629         (nnir-run-gmane): Require 'mm-url.
3630
3631         * mm-util.el (mm-string-to-multibyte): Simplify.
3632
3633         * shr.el (declare-function): Add compat stub.
3634         (url-cache-create-filename): Declare.
3635         (mm-disable-multibyte, widget-convert-button): Autoload.
3636
3637         * smime.el (ldap-search): Declare.
3638         (smime-cert-by-ldap-1): Require ldap on Emacs.
3639
3640         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3641         (nnimap-keepalive): Use gnus-float-time.
3642
3643         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3644         (mail-source-delete-crash-box): Use gnus-float-time.
3645
3646         * gnus-dired.el (gnus-completing-read): Autoload.
3647
3648         * mm-view.el (gnus-rescale-image): Autoload.
3649
3650         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3651
3652         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3653
3654         * sieve-manage.el: Require 'cl when compiling.
3655
3656         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3657         (gnus-iswitchb-completing-read): Require iswitchb.
3658         (gnus-select-frame-set-input-focus): Silence compiler.
3659
3660 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * message.el (message-subject-trailing-was-query): Change default to t,
3663         since I think that's what most people want.
3664
3665         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3666         appending for easier debugging.
3667         (nnimap-wait-for-connection): Take a regexp.
3668         (nnimap-request-accept-article): Wait for the continuation line before
3669         sending anything unless we're streaming.
3670
3671         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3672         leave the header washing to take place.
3673
3674 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3675
3676         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3677         regular expression match and replace in posting styles.
3678
3679 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3680
3681         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3682         an entire server.
3683         (nnir-get-active): New function.
3684         (nnir-run-imap): Use it.
3685         (nnir-run-gmane): Who knew, gmane search returns an article score!
3686
3687         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3688         server on the current line with nnir.
3689
3690 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3693         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3694         left edge.
3695         (gnus-article-foldable-buffer): Skip past the prefix when determining
3696         raggedness.
3697
3698         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3699         the raw article, and change `C-u g' to show the article without doing
3700         treatments.
3701
3702         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3703         on to `gnus-treat-article'.
3704         (gnus-inhibit-article-treatments): New variable.
3705
3706         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3707
3708         * gnus-art.el (gnus-treatment-function-alist): Have
3709         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3710         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3711         sections.
3712
3713         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3714         parameter.
3715         (gnus-article-fill-cited-long-lines): New function.
3716         (gnus-article-fill-cited-article): Allow filling only long sections.
3717
3718         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3719         and non-punctuation (like after the apostrophe in "'We").
3720
3721         * gnus-sum.el (gnus-summary-select-article): Make sure
3722         gnus-original-article-buffer is alive.
3723
3724         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3725         reflect the order they're in in the digest.
3726
3727         * gnus.el (gnus-group-startup-message): Move point to the start of the
3728         buffer.
3729
3730         * nnimap.el (nnimap-capability): New function.
3731         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3732         is set.
3733
3734 2010-10-31  David Engster  <dengste@eml.cc>
3735
3736         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3737         conform with changes to gnus-completing-read.
3738
3739 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740
3741         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3742
3743 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3744
3745         * nnir.el: Move defvar, defcustom around to keep file organized
3746         and keep byte-compiler quiet.
3747         (nnir-read-parms): Accept search-engine as arg.
3748         (nnir-run-query): Pass search-engine as arg.
3749         (nnir-search-engine): Remove.
3750
3751 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * shr.el (shr-generic): The text nodes should be text, not :text.
3754
3755         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3756         later in the file.
3757
3758 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3759
3760         * nnir.el: General clean up.  Allow searching with multiple engines.
3761         Allow separate extra-parameters for each engine.
3762         Batch queries when possible.
3763         (nnir-imap-default-search-key,nnir-method-default-engines):
3764         Add customize interface.
3765         (nnir-run-gmane): New engine.
3766         (nnir-engines): Use it.  Qualify all prompts with engine name.
3767         (nnir-search-engine): Remove global variable.
3768         (nnir-run-hyrex): Restore for now.
3769         (nnir-extra-parms,nnir-search-history): New variables.
3770         (gnus-group-make-nnir-group): Use them.
3771         (nnir-group-server): Remove in favor of gnus-group-server.
3772         (nnir-request-group): Avoid searching twice.
3773         (nnir-sort-groups-by-server): New function.
3774
3775 2010-10-30  Julien Danjou  <julien@danjou.info>
3776
3777         * gnus-group.el: Remove gnus-group-fetch-control.
3778
3779         * gnus-start.el (gnus-find-new-newsgroups):
3780         Remove gnus-check-first-time-used.
3781
3782         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3783
3784 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3785
3786         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3787         set on groups that don't have \* permanentflags.
3788
3789 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3792         control the background color.
3793         (shr-tag-img): Ignore very small web bug type images.
3794         (shr-put-image): Add help-echo alt texts to the images.
3795         (shr-tag-video): Show the video poster image.
3796
3797 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798
3799         * shr.el (shr-table-depth): New variable.
3800         (shr-tag-table-1): Only insert the images after the top-level table.
3801
3802         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3803
3804         * gnus-util.el (gnus-list-memq-of-list): New function.
3805
3806         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3807         selected.
3808         (nnimap-unsplittable-articles): New slot.
3809         (nnimap-new-articles): Use it.
3810
3811 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3812
3813         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3814         move to the previous line on `M-g'.
3815
3816 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3819         *-request-group, which seems unnecessary.
3820
3821         * nnimap.el (nnimap-quote-specials): Function copied over from
3822         imap.el.
3823         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3824         they support that.  Suggested by Tom Regner.
3825
3826 2010-10-29  Julien Danjou  <julien@danjou.info>
3827
3828         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3829         defalias.
3830         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3831
3832         * gnus.el: Remove `gnus-nntp-service' variable.
3833         (gnus-secondary-servers): Make obsolete.
3834         (gnus-nntp-server): Make obsolete.
3835
3836         * gnus-start.el (gnus-1): Remove x-splash calls.
3837
3838         * gnus-ems.el (gnus-x-splash): Remove.
3839
3840         * gnus.el (gnus-group-startup-message): Simplify/update code.
3841
3842         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3843         definition.
3844
3845         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3846         capability before doing anything.
3847         (gnus-group-insert-group-line): Remove useless
3848         gnus-group-remove-excess-properties.
3849
3850 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3853
3854 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3857         config after reselecting.
3858
3859 2010-10-28  Julien Danjou  <julien@danjou.info>
3860
3861         * shr.el (shr-put-image): Use point even if only inserting text.
3862         (shr-put-image): Save excursion when inserting alt text on non-graphic
3863         display, so the behaviour is the same when we are on a graphic display.
3864
3865         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3866
3867 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3870         (gnus-mime-copy-part): Check coding system, not charset.
3871         (gnus-mime-view-part-externally): Never remove part.
3872         (gnus-mime-view-part-internally): Don't remove part here.
3873         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3874         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3875         multipart/alternative.
3876
3877         * mm-decode.el (mm-display-part): Take optional arg `force'.
3878
3879 2010-10-26  Julien Danjou  <julien@danjou.info>
3880
3881         * gnus-group.el (gnus-group-default-list-level): Add this function to
3882         compute the default list level.
3883         (gnus-group-default-list-level): Add possibility to use a function.
3884
3885 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3888
3889         * gnus-group.el (gnus-group-completing-read)
3890         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3891         gnus-replace-in-string.
3892
3893 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3894
3895         * shr.el (shr-tag-div): Add.
3896
3897         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3898
3899 2010-10-25  Julien Danjou  <julien@danjou.info>
3900
3901         * gnus-util.el: Remove `gnus-with-local-quit'.
3902
3903         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3904
3905 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3908         the original article buffer.
3909
3910 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3911
3912         * nnimap.el (nnimap-request-head): New function.
3913         (nnimap-request-move-article): Try to be slighly faster by not
3914         requesting the entire message when moving.
3915         (nnimap-transform-headers): Don't bug out on bodiless articles.
3916         (nnimap-send-command): Have no outstanding messages if the IMAP server
3917         doesn't support streaming.
3918         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3919
3920 2010-10-24  Julien Danjou  <julien@danjou.info>
3921
3922         * message.el (message-default-headers): Fix type.
3923
3924 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3925
3926         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3927         prefetching images.
3928
3929         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3930         backend for unknown groups.  This is mainly useful for nnimap groups.
3931
3932         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3933         group isn't covered by the agent.
3934
3935 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3936
3937         * nnir.el (nnir-method-default-engines): New variable.
3938         (nnir-run-query): Use it.
3939         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3940         (gnus-summary-nnir-goto-thread): Change group if needed.
3941
3942         * gnus-group.el (gnus-group-group-map): Add key binding for
3943         gnus-group-make-nnir-group.
3944
3945 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946
3947         * shr.el (shr-tag-object): Add.
3948
3949         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3950         original article buffer live.
3951         (gnus-summary-select-article-buffer):
3952         Mention gnus-widen-article-buffer.
3953
3954 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * shr.el (shr-tag-strong): Add.
3957
3958 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3961         group names.  They mess up the group buffer badly.
3962
3963         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3964
3965         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3966         instead of the summary one.
3967
3968 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * mml.el (mml-preview): Work properly when editing article.
3971
3972         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3973         gnus-have-read-active-file if it's already been in.
3974
3975 2010-10-22  Tom Tromey  <tromey@redhat.com>
3976
3977         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3978         gnus-group-completing-read.
3979
3980 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * message.el (message-mode-map): Don't bind M-; to comment region, to
3983         allow the global comment-dwim to work.
3984
3985 2010-10-21  Julien Danjou  <julien@danjou.info>
3986
3987         * message.el (message-setup-1): Allow message-default-headers to be a
3988         function.
3989
3990 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * shr.el (shr-tag-table): Simplify.
3993
3994 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3995
3996         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3997         to avoid trying to snarf invalid stuff.
3998
3999         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
4000
4001         * gnus.el (gnus-message-archive-group): Quote value.
4002         (gnus-message-archive-group): Mark as changed.
4003
4004         * shr.el (shr-add-font): Don't put the font properties on the newline
4005         or the indentation.
4006
4007         * message.el (message-fix-before-sending): Change options when sending
4008         non-printable characters.
4009
4010         * gnus.el (gnus-message-archive-method): Change the default to
4011         monthly outgoing groups.
4012
4013         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
4014         that have gotten new numbers.
4015
4016         * nnimap.el (nnimap-request-replace-article): New function.
4017
4018 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
4021         (nnrss-request-article): Don't use special html washing code.
4022
4023 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * shr.el (shr-tag-table): Remove useless nconc.
4026
4027 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * gnus-art.el (article-wash-html): Simplify and remove the charset
4030         stuff.  Use the normal html rendering code instead of the special html
4031         washing code.
4032
4033         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4034         `gnus-w3m' symbols.
4035         (mm-text-html-washer-alist): Remove.
4036
4037         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4038         (mm-inline-media-tests): Remove use.
4039         (mm-text-html-renderer): Change default to the `shr' symbol.
4040
4041         * mm-view.el (mm-inline-text-html): Remove use.
4042
4043         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4044         `gnus-blocked-images' to be a function.
4045         (gnus-article-wash-function): Remove.
4046
4047 2010-10-20  Julien Danjou  <julien@danjou.info>
4048
4049         * spam.el (spam-list-of-processors): Mark as obsolete.
4050
4051         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4052         (nnimap-insert-partial-structure): Fix boundary detection.
4053
4054 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4055
4056         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4057         run file-truename on remote files.  This can be expensive and even
4058         prevent one from editing drafts if some unrelated buffer has a stale
4059         connection.
4060
4061 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4064         kinsoku-eol regardless of shr-kinsoku-shorten.
4065         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4066         (shr-tag-table): Support caption, thead, and tfoot.
4067
4068 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4069
4070         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4071         lines.
4072         (shr-save-contents): New command and keystroke.
4073
4074         * nndoc.el (nndoc-type-alist): Add git support.
4075         (nndoc-git-type-p): New function.
4076         (nndoc-transform-git-article): Ditto.
4077         (nndoc-transform-git-headers): Ditto.
4078         (nndoc-transform-git-headers): Generate Subject headers.
4079
4080         * shr.el (shr-parse-style): New function.
4081         (shr-tag-span): Ditto.
4082
4083         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4084         to `G G' to avoid collisions.
4085
4086 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * shr.el: Load kinsoku if necessary.
4089         (shr-kinsoku-shorten): New internal variable.
4090         (shr-find-fill-point): Make kinsoku shorten text line if
4091         shr-kinsoku-shorten is bound to non-nil.
4092         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4093         shr-indentation too when testing if table is wider than frame width.
4094         (shr-insert-table): Use `string-width' instead of `length' to measure
4095         text width.
4096         (shr-insert-table-ruler): Make sure indentation is done at bol.
4097
4098 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4099
4100         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4101         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4102         undecoded network data.
4103
4104 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4105
4106         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4107         name in the mode line spec so that the mode line menu works
4108         (bug #2431).
4109
4110         * message.el (message-get-reply-headers): If we're fed `to-address',
4111         then always use that.
4112
4113         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4114         aren't so wide as to need to switch off the edit menu.
4115
4116         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4117         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4118
4119         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4120         `M-g'.
4121         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4122         the permanent marks.
4123
4124 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4125
4126         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4127         Splitting according to references/in-reply-to obeys the ignore-groups
4128         variable, while splitting by sender and subject do not.
4129
4130 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4133         alist, so that we can look for non-Unicode chars.
4134         (article-translate-strings): Allow both character and string maps.
4135
4136 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * shr.el (shr-insert): Don't insert space behind a wide character
4139         categorized as kinsoku-bol, or between characters both categorized as
4140         nospace.
4141
4142 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4143
4144         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4145         headers to gnus-newsgroup-headers.
4146
4147 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148
4149         * shr.el (shr-tag-img): Don't align images -- since we're not
4150         rescaling, this often leads to ugly displays.
4151
4152 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4153
4154         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4155         duplicates.
4156
4157 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4158
4159         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4160         call.
4161
4162 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * gnus.el: Autoload gnus-html-show-images.
4165
4166         * nnimap.el: Use nnheader-message throughout.
4167
4168         * shr.el (shr-tag-img): Ignore images with no data.
4169
4170 2010-10-15  Julien Danjou  <julien@danjou.info>
4171
4172         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4173         a possibility to disable format=flow encoding when using hard newlines.
4174
4175 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * shr.el (shr-insert): Remove space inserted before or after a
4178         breakable character or at the beginning or the end of a line.
4179         (shr-find-fill-point): Do kinsoku; find the second best point or give
4180         it up if there's no breakable point.
4181
4182 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183
4184         * nnimap.el (nnimap-open-connection): Message when opening connection
4185         for debugging purposes.
4186
4187         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4188         on every setup buffer call to allow this to change from article to
4189         article.
4190
4191         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4192         buffers where we have a wide table.
4193
4194 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4195
4196         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4197         uses *-request-thread.
4198
4199 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4200
4201         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4202         incantation, which is no longer valid.
4203
4204 2010-10-14  Julien Danjou  <julien@danjou.info>
4205
4206         * shr.el: Fix defcustom type (char -> character).
4207
4208 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4209
4210         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4211         programs.
4212
4213 2010-10-14  Julien Danjou  <julien@danjou.info>
4214
4215         * shr.el (shr-tag-a): Use url-link as widget type.
4216
4217         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4218         `gnus-group-get-icon'.
4219
4220 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4223         This should make server editing work better.
4224
4225         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4226
4227         * tls.el (tls-program): Remove spurious %s from openssl.
4228
4229         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4230         (nnimap-parse-flags): Fix regexp.
4231
4232         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4233         probably work for CJVK text, too.
4234
4235         * nnimap.el (nnimap-extend-tls-programs): Remove.
4236         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4237
4238         * tls.el (tls-starttls-switches): Remove starttls hack.
4239         (open-tls-stream): Ditto.
4240         (tls-find-starttls-argument): Ditto.
4241
4242 2010-10-13  Julien Danjou  <julien@danjou.info>
4243
4244         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4245         responses.
4246
4247 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4250
4251         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4252         anything in Emacs.
4253
4254         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4255
4256 2010-10-13  Julien Danjou  <julien@danjou.info>
4257
4258         * shr.el (shr-width): Make shr-width a defcustom with default to
4259         fill-column.
4260         (shr-tag-img): Use shr-width rather than fill-column.
4261
4262 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * dgnushack.el (byte-optimize-apply)
4265         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4266
4267         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4268         position when (X-)Faces exist.
4269         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4270         avatars when called interactively.
4271
4272 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4275         gnus-article-x-face-too-ugly is bound.
4276
4277 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278
4279         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4280
4281         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4282         mailbox that doesn't exist.
4283
4284 2010-10-12  Julien Danjou  <julien@danjou.info>
4285
4286         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4287         (shr-get-image-data): Encode URL properly when fetching from cache.
4288         (shr-tag-img): Use aligned-to spaces to align correctly images.
4289
4290         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4291         before inserting the Gravatar.
4292
4293         * shr.el (shr-tag-img): Add align attribute support for <img>.
4294
4295 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4296
4297         * gnus-gravatar.el (gnus-art): Require.
4298
4299         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4300         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4301         Remove long obsoleted functions.
4302
4303 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4306
4307         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4308
4309         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4310         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4311         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4312         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4313         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4314         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4315         * sieve-manage.el, smime.el, spam.el:
4316         Fix comment for declare-function.
4317
4318 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * nnimap.el (nnimap-request-rename-group): Select group read-only
4321         before renaming it.
4322
4323         * shr.el (shr-insert): Fix up the white space only regexp.
4324
4325         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4326         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4327
4328         * shr.el (shr-current-column): New function.
4329         (shr-find-fill-point): New function.
4330
4331 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4332
4333         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4334         numbers.
4335
4336 2010-10-11  Julien Danjou  <julien@danjou.info>
4337
4338         * shr.el (shr-hr-line): Add.
4339         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4340         display hr lines.
4341         (shr-max-columns): Do not change state to nil if we just inserting
4342         spaces.
4343
4344 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4347         select the last group.
4348
4349 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4350
4351         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4352
4353 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4354
4355         * dig.el (dig-mode-map): Declare and define in one step.
4356
4357 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4360         for Gnus.
4361         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4362         (nnimap-update-qresync-info): Mark \Seen articles as read.
4363
4364         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4365         non-variable, too.
4366
4367         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4368         available.
4369         (nnimap-update-info): Rely more on the current active than the param
4370         active to avoid marking articles as read too much.
4371
4372         * auth-source.el (auth-source-create): Use (user-login-name) for the
4373         user name default.
4374
4375         * nnimap.el (nnimap-update-info): If the server doesn't return any
4376         useful info, just use the previous info.
4377         (nnimap-update-info): Prefer old info over start-article.
4378         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4379
4380 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4381
4382         * nnir.el (autoload): Clean up autoloads.
4383         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4384         Use key rather than value.
4385         (nnir-imap-search-other): New variable.
4386         (nnir-read-parm): Use it.
4387         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4388         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4389
4390 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4391
4392         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4393         the process, too.
4394
4395 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396
4397         * spam.el (gnus-summary-mode-map): Bind to "$".
4398         Suggested by Russ Allbery.
4399
4400         * shr.el: Rework the way things are indented by <li> slightly.
4401
4402         * gnus.el (gnus-group-set-parameter): Fix typo.
4403
4404         * nnimap.el: Start implementing QRESYNC support.
4405
4406 2010-10-09  Julien Danjou  <julien@danjou.info>
4407
4408         * nnir.el (nnir-engines): Fix too many arguments.
4409
4410 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4413         group is the "last", so that the backends like nnfolder actually save
4414         their folders.
4415
4416         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4417         try to use that for the tls stream.
4418         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4419         UIDVALIDITY and find out which groups are read-only and not.
4420         (nnimap-get-flags): Use the same marks parsing code as the rest of
4421         nnimap.
4422
4423 2010-10-09  Julien Danjou  <julien@danjou.info>
4424
4425         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4426
4427         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4428         retrieving gravatars.
4429
4430         * shr.el (shr-table-corner): Add.
4431         (shr-table-line): Add.
4432         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4433
4434 2010-10-08  Julien Danjou  <julien@danjou.info>
4435
4436         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4437
4438 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4439
4440         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4441
4442         * gnus-sum.el (gnus-mark-article-as-unread)
4443         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4444         (gnus-summary-set-bookmark): Use it.
4445
4446         * gnus-msg.el (gnus-setup-message): Use it.
4447
4448         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4449
4450         * gnus.el (gnus-group-remove-parameter): Use it.
4451
4452         * gnus-group.el (gnus-group-make-web-group): Use it.
4453
4454         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4455
4456         * nnregistry.el: Update docs to mention manual.
4457
4458         * gnus-registry.el: Update docs to mention nnregistry.el.
4459         (gnus-registry-initialize): Don't install nnregistry refer method
4460         automatically.
4461         (gnus-registry-install-nnregistry): Remove it.
4462
4463 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * shr.el (shr-insert): Don't insert double spaces.
4466
4467 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-gravatar.el (gnus-treat-from-gravatar)
4470         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4471         called interactively.
4472
4473         * gnus-art.el (gnus-mime-view-part-externally)
4474         (gnus-mime-view-part-internally): Make predicate function passed to
4475         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4476         of a mime type.
4477
4478         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4479
4480 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4481
4482         * shr.el (require): Require cl when compiling.
4483         (shr-tag-hr): New function.
4484
4485         * nnimap.el (nnimap-update-info): Remove double setting of high.
4486         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4487         This makes nnimap work properly on Courier again.
4488
4489         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4490         the variable for backwards compatibility.
4491
4492         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4493         the file name before using to avoid setting mm-default-directory to
4494         nil.
4495
4496         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4497         bidning gnus-agent variables.
4498
4499         * shr.el (shr-render-td): Use a cache for the table rendering function
4500         to avoid getting an exponential rendering behaviour in nested tables.
4501         (shr-insert): Rework the line-breaking algorithm.
4502         (shr-insert): Don't leave trailing spaces.
4503         (shr-insert-table): Also insert empty TDs.
4504         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4505
4506 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4507
4508         * gnus-sum.el (gnus-number): Rename from `number'.
4509         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4510         (gnus-summary-limit-children): Update uses correspondingly.
4511
4512 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4515         (gnus-gravatar-transform-address): Don't show avatars of people of
4516         which mail addresses match gnus-gravatar-too-ugly.
4517
4518 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * shr.el (shr-table-widths): Expand TD elements to fill available
4521         space.
4522
4523 2010-10-07  Julien Danjou  <julien@danjou.info>
4524
4525         * nnimap.el (nnimap-request-rename-group): Add this method.
4526
4527 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4530         name from XEmacs' function-arglist.
4531
4532         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4533         gravatar under XEmacs.
4534
4535 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4536
4537         * auth-source.el: Update docs with TODO items.
4538
4539         * gnus-sync.el: Update docs to explain state and plans.
4540
4541         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4542         Hooks for mark updates.
4543         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4544
4545         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4546         hooks with arguments, which is needed for mark update hooks.
4547
4548 2010-10-06  Julien Danjou  <julien@danjou.info>
4549
4550         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4551         was matched.
4552
4553         * sieve-manage.el: Update example in `Commentary'.
4554
4555         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4556
4557         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4558         not 2000.
4559         (sieve-manage-authenticate): Re-add function.
4560
4561 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4562
4563         * shr.el (shr-insert): Get 'space transition right.
4564         (shr-render-td): Only delete space at the end of the TD.
4565
4566         * nnimap.el (nnimap-open-connection): Prepare to support
4567         open-gnutls-stream.
4568
4569         * shr.el: Rearrange function order to be more logical.
4570
4571 2010-10-06  Julien Danjou  <julien@danjou.info>
4572
4573         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4574         (nnrss-discover-feed): Remove 404 URL in docstring.
4575
4576         * nnir.el: Fix Swish-E URL.
4577         Fix Namazu URL.
4578
4579         * message.el (message-change-subject): Remove 404 URL in a comment.
4580
4581 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4584         called interactively.
4585
4586         * gnus-util.el (gnus-remove-if): Allow hash table.
4587         (gnus-remove-if-not): New function.
4588
4589         * gnus-art.el (gnus-mime-view-part-as-type)
4590         * gnus-score.el (gnus-summary-score-effect)
4591         * gnus-sum.el (gnus-read-move-group-name):
4592         Replace remove-if-not with gnus-remove-if-not.
4593
4594         * gnus-group.el (gnus-group-completing-read):
4595         Regard collection as a hash table if it is not a list.
4596
4597 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598
4599         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4600
4601         * shr.el: Document the table-rendering algorithm.
4602
4603 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4606         for Emacsen having no `libxml-parse-html-region' support.
4607
4608 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4609
4610         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4611         invalid URLs.
4612
4613         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4614         line-broken.
4615         (shr-tag-img): Ignore image fetching errors.
4616         (shr-overlays-in-region): Compute overlay positions correctly.
4617
4618         * mm-decode.el (mm-shr): Require shr.
4619
4620         * gnus-art.el (gnus-blocked-images): Move variable here.
4621
4622         * shr.el (shr-insert-table): Bind free variable.
4623
4624         * mm-decode.el (mm-shr): Bind shr-content-function.
4625
4626         * shr.el (shr-content-function): New variable.
4627
4628         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4629         added for symmetry.
4630
4631         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4632
4633         * gnus-group.el (gnus-group-make-group): Doc fix.
4634
4635         * nnimap.el (nnimap-request-newgroups): Return success.
4636
4637         * shr.el (shr-find-elements): New function.
4638         (shr-tag-table): Put all the images after the table.
4639         (shr-tag-table): Really inhibit images inside the table.
4640         (shr-collect-overlays): Copy over overlays from the TD elements to the
4641         main document.
4642
4643         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4644         gnus-blocked-images.
4645
4646 2010-10-05  Julien Danjou  <julien@danjou.info>
4647
4648         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4649
4650         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4651         (gnus-html-maximum-image-size): Add this function.
4652         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4653
4654         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4655         server-value of the capability is nil.
4656
4657 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658
4659         * shr.el (shr-tag-em): Add <EM> tag.
4660
4661 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4662
4663         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4664         customizable.
4665
4666         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4667         handing broken links to browse-url.
4668
4669 2010-10-05  Julien Danjou  <julien@danjou.info>
4670
4671         * gnus-util.el (gnus-emacs-completing-read)
4672         (gnus-iswitchb-completing-read): Use autoload rather than require.
4673
4674 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4677         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4678         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4679         iswitchb-temp-buflist for XEmacs.
4680
4681         * gnus-util.el (gnus-completing-read-function): Exclude
4682         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4683         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4684         XEmacs.
4685
4686         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4687         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4688
4689         * gnus-html.el: Don't require help-fns under XEmacs.
4690         (gnus-html-schedule-image-fetching): Work for XEmacs.
4691
4692         * mm-decode.el (mm-shr): Decode contents by charset.
4693
4694 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4695
4696         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4697         unknown.
4698
4699         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4700         (shr-get-image-data): Ensure against the cache file missing.
4701
4702         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4703         for data.
4704
4705         * spam-report.el (spam-report-url-ping-plain): Don't query about
4706         killing the process.
4707
4708         * shr.el (shr-render-td): Protect against too-wide text.
4709
4710 2010-10-04  Julien Danjou  <julien@danjou.info>
4711
4712         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4713         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4714
4715         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4716         retrieved.
4717
4718 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * shr.el (browse-url): Require.
4721         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4722         lines.
4723         (shr-show-alt-text, shr-browse-image): New commands.
4724         (shr-browse-url, shr-copy-url): New commands.
4725
4726         * gnus-sum.el (gnus-widen-article-window): New variable.
4727         (gnus-summary-select-article-buffer): Use it.
4728
4729         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4730         without @ signs.
4731
4732 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4733
4734         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4735
4736 2010-10-04  Julien Danjou  <julien@danjou.info>
4737
4738         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4739         for XEmacs.
4740
4741 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4744
4745         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4746         (nnimap-close-server): Implement.
4747
4748         * dgnushack.el (iswitchb): Require to shut up the compiler.
4749
4750         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4751         (shr-insert): Tweak line breaking.
4752         (shr-insert): Handle <pre> better.
4753         (shr-tag-li): Get <li> indentation right.
4754         (shr-tag-li): Get <li> indentation even righter.
4755         (shr-tag-blockquote): Ensure paragraph start.
4756         (shr-make-table): Tweak table generation.
4757         (shr-make-table): Fix typo.
4758
4759         * shr.el: Implement table rendering.
4760
4761 2010-10-04  Julien Danjou  <julien@danjou.info>
4762
4763         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4764
4765 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4766
4767         * shr.el (shr-insert): Use string anchors instead of line anchors.
4768
4769 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * shr.el: Add headings.
4772         (shr-ensure-paragraph): Actually work.
4773         (shr-tag-li): Make <ul> prettier.
4774         (shr-insert): Get white space at the beginning/end of elements right.
4775         (shr-tag-p): Collapse subsequent <p>s.
4776         (shr-ensure-paragraph): Don't insert double line feeds after blank
4777         lines.
4778         (shr-insert): \t is also space.
4779         (shr-tag-s): Fix "s" tag name function.
4780         (shr-tag-s): Fix face prop name.
4781
4782 2010-10-03  Julien Danjou  <julien@danjou.info>
4783
4784         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4785
4786         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4787         gnus-window-inside-pixel-edges.
4788
4789         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4790         gnus-ems.
4791
4792         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4793
4794         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4795         function.
4796
4797         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4798         resize choice.
4799
4800 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4801
4802         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4803         beginning of the buffer.
4804
4805         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4806         article buffer again.
4807
4808         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4809
4810         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4811         when it's at the start of the buffer.
4812
4813         * shr.el (shr-tag-blockquote): Convert name.
4814         (shr-rescale-image): Use the right image-size variant.
4815
4816         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4817         buffer isn't shown, then select the current article first instead of
4818         bugging out.
4819         (gnus-summary-select-article-buffer): Show both the article and summary
4820         buffers again.
4821
4822         * shr.el (shr-fontize-cont): Protect against regions with no text.
4823         Rename tag functions to shr-tag-* for enhanced security.
4824         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4825
4826 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4827
4828         * shr.el (shr-insert):
4829         * pop3.el (pop3-movemail):
4830         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4831         loaded.
4832
4833 2010-10-03  Glenn Morris  <rgm@gnu.org>
4834
4835         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4836
4837         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4838
4839         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4840
4841         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4842
4843         * gnus-util.el (gnus-make-local-hook): Simplify.
4844
4845 2010-10-02  Julien Danjou  <julien@danjou.info>
4846
4847         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4848         (gnus-ido-completing-read): New function.
4849         (gnus-emacs-completing-read): New function.
4850         (gnus-completing-read): Use gnus-completing-read-function.
4851         Add gnus-completing-read-function.
4852
4853 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4854
4855         * shr.el (shr-insert-document): Autoload.
4856         (shr-img): Be silent.
4857         (shr-insert): Add a newline after every picture before text.
4858         (shr-add-font): Use overlays for combining faces.
4859         (shr-insert): Pass upwards the text start point.
4860
4861         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4862         possible.
4863         (mm-shr): New function.
4864
4865 2010-10-02  Julien Danjou  <julien@danjou.info>
4866
4867         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4868         should go backward.
4869
4870 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4871
4872         * shr.el (shr): Fix typo in provide call.
4873
4874 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4875
4876         * shr.el: New file.
4877
4878         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4879
4880         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4881         completing read.
4882
4883 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4886         we're being queried about.  Suggested by Dan Jacobson.
4887
4888         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4889         Suggested by Jason Eisner.
4890
4891         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4892         table, too.  Suggested by Stefan Wiens.
4893         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4894         the table unnecessary.  Suggested by Stefan Wiens.
4895
4896         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4897         longer needed, and probably doesn't work either, as pointed out by
4898         Stefan Wiens.
4899         (gnus-summary-exit): Remove call to the clearing function.
4900         (gnus-summary-exit-no-update): Ditto.
4901
4902         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4903         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4904         Reported by Stefan Monnier.
4905         (gnus-summary-save-in-rmail): Ditto.
4906
4907         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4908         article buffer, instead of both the article buffer and the summary
4909         buffer.  Sort of suggested by Dan Jacobson.
4910
4911         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4912
4913         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4914         Suggested by Dan Jacobson.
4915
4916         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4917         documentation clearer.
4918
4919         * message.el (message-shorten-references): Comment on the number "21".
4920         Suggested by Stefan Monnier.
4921
4922         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4923         Suggested by Dan Jacobson.
4924
4925         * gnus.el (gnus-large-newsgroup):
4926         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4927
4928         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4929         externalize attachments.  Bug reported by Steve Wen.
4930
4931         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4932         really message anything to the user.
4933
4934         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4935         directly.
4936
4937         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4938         messages in empty groups.
4939
4940 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4941
4942         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4943         non-UIDNEXT group.
4944
4945 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4946
4947         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4948         not the value from the collection.
4949
4950         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4951         values.  This sometimes happens on some groups that have no info.
4952         (nnimap-request-newgroups): New function.
4953
4954 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4955
4956         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4957         check into `gnus-registry-initialize'.
4958         (gnus-registry-initialize): Ditto.
4959         Fix and extend header docs.
4960
4961 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4964         regexp backtrace overflows.
4965
4966         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4967         for starttls that tls.el implements; i.e. openssl.
4968
4969         * tls.el (tls-starttls-switches): Give up on using starttls with
4970         gnutls-cli.
4971         (tls-program): Add --insecure to be consistent with the defaults from
4972         openssl s_client.  Now all three commands are insecure.
4973
4974 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * lpath.el: Bind completion-styles-alist for XEmacs.
4977
4978         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4979         (gravatar-create-image): New function that's an alias to
4980         gnus-xmas-create-image, gnus-create-image, or create-image.
4981         (gravatar-data->image): Use it.
4982
4983 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4984
4985         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4986         install the nnregistry refer method.
4987         (gnus-registry-install-hooks): Use it.
4988         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4989         unfollowed groups.
4990
4991 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4992
4993         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4994         expanding threads.
4995
4996 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * nnir.el: Use the server names without suffixes (bug #7009).
4999
5000         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
5001         unencrypted to STARTTLS, if possible.
5002
5003 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5004
5005         * message.el (message-ignored-supersedes-headers): Strip Injection-*
5006         headers before superseding.
5007
5008 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * nnrss.el (nnrss-use-local): Add documentation.
5011
5012         * nnimap.el (nnimap-extend-tls-programs): New function.
5013         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
5014         (nnimap-wait-for-connection): Accept the greeting from the stupid
5015         output from openssl s_client -starttls, too.
5016
5017         * tls.el (tls-starttls-switches): New variable.
5018         (tls-find-starttls-argument): Use it.
5019         (open-tls-stream): Ditto.
5020
5021         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5022         (netrc-machine): Ditto.
5023
5024         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5025         article number.
5026         (nnimap-split-fancy): New variable.
5027         (nnimap-split-incoming-mail): Use it.
5028
5029         * nntp.el (nntp-server-list-active-group): Document.
5030
5031         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5032         SELECT to get the message-id.
5033
5034         * mail-source.el (mail-sources): Remove webmail support.
5035         (defvar): Ditto.
5036         (mail-source-fetcher-alist): Ditto.
5037         (mail-source-fetch-webmail): Remove.
5038
5039         * webmail.el: Remove -- doesn't seem relevant any more.
5040
5041         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5042
5043         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5044         the \r.
5045
5046 2010-09-30  Julien Danjou  <julien@danjou.info>
5047
5048         * gnus-agent.el (gnus-agent-add-group): Fix call to
5049         gnus-completing-read.
5050
5051 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * nndoc.el (nndoc-retrieve-groups): New function.
5054
5055         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5056         `default', use nnmail-split-methods.
5057         (nnimap-request-article): Downcase the NILs so that they are nil.
5058
5059         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5060         symbol.
5061
5062         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5063         code, since if the user has requested network, that's what they ought
5064         to get.
5065         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5066         (nnimap-split-rule): Mark as obsolete.
5067
5068         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5069         New variable.
5070
5071         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5072         correct slot, too.
5073
5074 2010-09-29  Julien Danjou  <julien@danjou.info>
5075
5076         * gnus.el (gnus-local-domain): Declare variable obsolete.
5077
5078         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5079         Fix history computing.
5080         (gnus-ido-completing-read): Require ido.
5081
5082 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5085         build Gnus.
5086
5087         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5088         when interpreting the structures.
5089         (nnimap-request-accept-article): Add \r\n to the lines to make this
5090         work with Cyrus.
5091
5092         * nndraft.el (nndraft-request-expire-articles): Use the group name
5093         instead if "nndraft".  Fix found by Nils Ackermann.
5094
5095 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5096
5097         * nnregistry.el: Add.
5098
5099 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5100
5101         * nnmail.el (group, group-art-list, group-art):
5102         Remove unneeded directives.
5103
5104 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5107         (mm-mime-charset)
5108         * rfc2047.el (rfc2047-syntax-table)
5109         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5110
5111         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5112         rather than `insert-file-contents' and `eval-region'.
5113
5114         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5115         construction.
5116
5117         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5118
5119         * time-date.el: No need to require cl for Emacs 21.
5120
5121 2010-09-29  Julien Danjou  <julien@danjou.info>
5122
5123         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5124         replacement of `gnus-gravatar-relief' to mimic
5125         `gnus-faces-properties-alist'.
5126         Add :version property.
5127
5128 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * mail-source.el (mail-source-report-new-mail)
5131         * message.el (message-default-mail-headers)
5132         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5133
5134         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5135
5136 2010-09-28  Julien Danjou  <julien@danjou.info>
5137
5138         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5139         mail-address contains the same string as real-name.
5140
5141         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5142         non-blank in header, otherwise it'll get stripped.
5143
5144         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5145         real-name, and then for mail address rather than doing : or , search.
5146
5147 2010-09-27  Julien Danjou  <julien@danjou.info>
5148
5149         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5150         right completing-read function.
5151         (gnus-use-ido): New variable
5152         (gnus-completing-read-with-default): Remove.
5153         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5154         (gnus-agent-add-group):
5155         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5156         * mm-view.el (mm-view-pkcs7-decrypt):
5157         * mm-util.el (mm-codepage-setup):
5158         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5159         * mml-smime.el (mml-smime-openssl-sign-query):
5160         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5161         (mml-insert-multipart):
5162         * gnus-msg.el (gnus-summary-yank-message):
5163         * gnus-int.el (gnus-start-news-server):
5164         * mm-decode.el (mm-interactively-view-part):
5165         * gnus-dired.el (gnus-dired-attach):
5166         * gnus.el (gnus-read-method):
5167         * gnus-bookmark.el (gnus-bookmark-jump):
5168         * gnus-art.el (gnus-mime-view-part-as-type)
5169         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5170         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5171         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5172         * nnmairix.el (nnmairix-create-server-and-default-group)
5173         (nnmairix-update-groups, nnmairix-get-server)
5174         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5175         (nnmairix-get-group-from-file-path):
5176         * nnrss.el (nnrss-find-rss-via-syndic8):
5177         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5178         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5179         (gnus-group-browse-foreign-server):
5180         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5181         (gnus-summary-execute-command, gnus-summary-respool-article)
5182         (gnus-read-move-group-name):
5183         * gnus-score.el (gnus-summary-increase-score)
5184         (gnus-summary-score-effect):
5185         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5186
5187 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5190         x-focus-frame.
5191
5192         * nnimap.el (auth-source-forget-user-or-password)
5193         (auth-source-user-or-password): Autoload.
5194
5195         * message.el (message-from-style, message-interactive)
5196         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5197         (message-yank-prefix, message-indentation-spaces, message-signature)
5198         (message-signature-file): Add comment.
5199
5200 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5201
5202         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5203         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5204         new articles.
5205
5206         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5207         parts.
5208         (nnimap-request-article): Work with the t setting, too.
5209
5210         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5211         that you don't get flashes of other buffers.
5212         (gnus-summary-show-complete-article): Intern before setting.
5213
5214 2010-09-27  David Engster  <dengste@eml.cc>
5215
5216         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5217         well as HEADERS.
5218         (nnmairix-retrieve-headers): Provide new argument for the above.
5219
5220 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5221
5222         * gnus-sum.el (gnus-summary-move-article): Don't alter
5223         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5224         group.
5225
5226         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5227
5228         * message.el (message-cite-prefix-regexp): Revert my last edit.
5229
5230         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5231         variable instead of the Gnus variable.
5232
5233         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5234
5235         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5236
5237         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5238         since some servers don't like it.
5239         (nnimap-open-connection): Forget credentials if the server says the
5240         password was wrong.
5241         (nnimap-parse-line): Protect against invalid data.
5242
5243         * gnus-sum.el (gnus-summary-move-article): Add comment.
5244         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5245         nothing alters it while scanning for new messages.
5246
5247         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5248         which may or may not help.
5249         (nnimap-open-connection): If we're doing a stream connection, and then
5250         discover we're on a STARTTLS-capable server, then open a STARTTLS
5251         connection instead.
5252
5253 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5254
5255         * nnimap.el (utf7): Require.
5256
5257         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5258         prefix.
5259
5260 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5261
5262         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5263
5264 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * nnimap.el (nnimap-request-accept-article): Message the error on
5267         error.
5268
5269 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5272
5273 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5274
5275         * nndoc.el (nndoc-request-list): Return success always.
5276
5277         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5278         `fetch-old' -- we only want to fetch the articles we've requested.
5279         The rest are in the agent, probably.
5280         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5281         disappeared server" to something low.  It's not important.
5282
5283         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5284         arrived before the FETCH data.
5285
5286         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5287         target here, because we don't know the Gnus name of the group.
5288
5289         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5290         for the correct group.
5291
5292         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5293
5294         * gnus.el (gnus): Give a final warning after startup.
5295
5296         * gnus-util.el (gnus-action-message-log): New variable.
5297         (gnus-message): Use it.
5298         (gnus-final-warning): New function.
5299
5300         * nnimap.el (nnimap-open-connection): Record the greeting.
5301         (nnimap): Add greeting.
5302
5303 2010-09-26  Julien Danjou  <julien@danjou.info>
5304
5305         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5306         arguments.
5307         (gnus-html-wash-images): Fix spec computing to include start/end.
5308
5309         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5310
5311 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5312
5313         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5314         deletion.
5315         (nnimap-retrieve-headers): Don't select the group, because that's
5316         already done by nnimap-possibly-change-group.
5317
5318         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5319         (gnus-picon-transform-address): Use it.
5320
5321         * mail-source.el (mail-source-value): Revert previous patch.
5322
5323         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5324         on failure.
5325         (nnimap-open-connection): Look up both virtual and physical server name
5326         credentials.
5327
5328         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5329
5330 2009-02-07  Dave Love  <fx@gnu.org>
5331
5332         * tls.el (open-tls-stream): Don't query killing process.
5333
5334 2009-02-08  Dave Love  <fx@gnu.org>
5335
5336         * gnus-win.el (gnus-window-to-buffer-helper)
5337         (gnus-all-windows-visible-p): Function needn't be a symbol.
5338
5339         * mail-source.el (mail-source-value): Function needn't be a symbol.
5340
5341 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5342
5343         * message.el (message-cite-prefix-regexp): Remove } from the cite
5344         prefix.
5345
5346         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5347         highlight again, so that the highlight is correct.
5348
5349         * gnus-picon.el (gnus-picon): Remove again.
5350         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5351
5352         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5353         doing the header highlightling, so that the background colour of the
5354         picon is correct.
5355
5356         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5357         (gnus-picon): Ditto.
5358         (gnus-picon): Reinstate.  The background colour for picons is white.
5359         (gnus-picon-insert-glyph): Make the background white.
5360
5361         * nnml.el (nnml-open-nov): Don't return dead buffers.
5362
5363         * auth-source.el (auth-source-create): Query the user for whether to
5364         store the credentials.
5365
5366         * netrc.el (netrc-store-data): New function.
5367
5368         * auth-source.el (auth-source-user-or-password): Use the existing auth
5369         sources, if any, for creation.
5370
5371         * gnus.el (gnus-group-fast-parameter): Return the last matching
5372         parameter instead of the first matching parameter.
5373
5374 2010-09-26  Julien Danjou  <julien@danjou.info>
5375
5376         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5377
5378 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5379
5380         * mml2015.el (mml2015-use): Remove gpg support.
5381
5382         * mml1991.el (mml1991-function-alist): Remove gpg function.
5383         (mml1991-gpg-sign): Remove.
5384
5385 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5386
5387         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5388         (gnus-browse-unsubscribe-current-group): Document it.
5389         (gnus-browse-unsubscribe-group): Use it.
5390
5391 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5394         address to the To list for easier response.
5395
5396         * gnus.el (gnus-play-startup-jingle): Remove.
5397         (gnus-splash): Don't play jingle.
5398         (gnus): Silence gnus-load message.
5399
5400         * gnus-art.el (gnus-treat-play-sounds): Remove.
5401
5402         * gnus.el (gnus-play-jingle): Remove audio support.
5403
5404         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5405
5406         * earcon.el: Remove -- no users.
5407
5408         * gnus-audio.el: Remove -- no users of this package.
5409
5410         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5411
5412         * gnus-start.el (gnus-setup-news): Remove nocem support.
5413
5414         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5415
5416         * gnus.el (gnus-use-nocem): Remove.
5417
5418         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5419         Remove.
5420
5421         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5422         uses NoCeM any more.
5423
5424         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5425         (gnus-button-ctan-handler): Ditto.
5426         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5427         (gnus-button-ctan-directory-regexp): Ditto.
5428         (gnus-button-handle-ctan): Ditto.
5429         (gnus-button-tex-level): Ditto.
5430         (gnus-button-alist): Remove CTAN stuff.
5431
5432 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5435         nnimap-streaming test.
5436
5437         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5438         servers twice.
5439
5440         * nnimap.el (nnimap-open-connection): Add more error reporting when
5441         nnimap fails early.
5442
5443         * nnheader.el (nnheader-get-report-string): New function.
5444         (nnheader-get-report): Use it.
5445
5446         * gnus-int.el (gnus-check-server): Say what the error was when opening
5447         failed.
5448
5449         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5450         using streaming.
5451
5452 2010-09-25  Julien Danjou  <julien@danjou.info>
5453
5454         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5455         gnus-window-inside-pixel-edges.
5456
5457 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5460
5461         * mm-decode.el (mm-save-part): Allow saving to other directories the
5462         normal Emacs way.
5463
5464         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5465         Suggested by Jay Berkenbilt.
5466
5467         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5468         there isn't a single byte.
5469
5470         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5471         just do it.  It doesn't really seem to matter what the user responds
5472         here, I think, so it's just a confusing question.
5473
5474         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5475         non-streaming case.
5476
5477         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5478         (gnus-article-encrypt-body): Use it.
5479
5480         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5481         keystroke.
5482
5483         * nnimap.el (nnimap-find-wanted-parts-1):
5484         Use gnus-fetch-partial-articles.
5485
5486         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5487
5488         * nnimap.el (nnimap-insert-partial-structure): New function.
5489         (nnimap-get-partial-article): New function.
5490         (nnimap-request-article): Use it.
5491         (nnimap-wait-for-response): Return whether the wait was successful.
5492         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5493         retrieval wasn't successful.
5494         (nnimap-retrieve-group-data-early): Allow throttling servers.
5495         (nnimap-streaming): New variable.
5496         (nnimap-fetch-partial-articles): Remove.
5497
5498         * mm-decode.el (mm-with-part): Protect against killed buffers.
5499
5500         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5501         for prettier summary display.
5502
5503 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5504
5505         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5506
5507 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5510         apparently third-party libraries depend on it.
5511
5512         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5513         before starting negotiation.
5514
5515         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5516         privacy reasons.
5517         (gnus-treat-mail-gravatar): Ditto.
5518
5519         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5520         buffer when inserting images.  Inserting text into the headers, for
5521         instance, can make them invalid.
5522
5523 2010-09-25  Julien Danjou  <julien@danjou.info>
5524
5525         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5526         variables.
5527
5528         * nnheader.el: Remove useless variables news-reply-yank-from and
5529         news-reply-yank-message-id.
5530
5531         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5532         variables.
5533
5534         * mml1991.el: Remove useless mml1991-verbose.
5535
5536         * gnus.el: Remove useless variable gnus-use-generic-from.
5537         Remove obsolete variable gnus-topic-indentation.
5538
5539         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5540
5541         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5542
5543         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5544
5545         * gnus-group.el: Remove useless gnus-group-icon-cache.
5546         Remove useless gnus-ephemeral-group-server.
5547
5548         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5549
5550         * mml2015.el: Remove useless mml2015-verbose.
5551
5552         * mml-smime.el: Remove useless mml-smime-verbose.
5553
5554         * gnus.el: Remove useless gnus-local-domain.
5555
5556         * gnus-gravatar.el (gnus-gravatar-transform-address):
5557         Use gnus-gravatar-size.
5558
5559         * gnus-art.el: Remove useless gnus-treat-translate.
5560
5561 2010-09-24  Julien Danjou  <julien@danjou.info>
5562
5563         * gnus-sum.el: Add support for Gravatars.
5564
5565         * gnus-art.el: Add support for Gravatars.
5566
5567         * gnus-gravatar.el: Add this file.
5568
5569         * gravatar.el: Add this file.
5570
5571 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5572
5573         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5574
5575         * gnus-group.el (gnus-group-fetch-faq): Remove.
5576
5577         * gnus.el (gnus-group-faq-directory): Remove.
5578
5579         * gnus-group.el (gnus-group-fetch-charter): Remove.
5580
5581         * gnus.el (gnus-group-charter-alist): Remove.
5582
5583         * gnus-group.el (gnus-group-archive-directory): Remove.
5584         (gnus-group-recent-archive-directory): Ditto.
5585         (gnus-group-make-archive-group): Remove.
5586
5587         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5588
5589         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5590         use the same article number for all the cached articles.
5591
5592         * nnimap.el (nnimap-command): Register the last command time so
5593         that we can use it for idling NOOPs.
5594         (nnimap-open-connection): Start the keeplive timer.
5595         (nnimap-make-process-buffer): Store all the process buffers.
5596         (nnimap-keepalive): New function.
5597
5598         * starttls.el (starttls-open-stream): Add autoload cookie.
5599
5600 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5601
5602         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5603         handling.
5604
5605 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5606
5607         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5608         its data structures.
5609
5610         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5611         instead of the cl.el copy-list.
5612         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5613         equalp.
5614
5615 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5618         and tool-bar-local-item-from-menu.
5619
5620         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5621         mode-line-highlight face for Emacs.
5622
5623         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5624         loading gnus-sum.elc; fix comment for canlock-verify.
5625         (gnus-article-jump-to-part): Use read-number.
5626         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5627         Remove Emacs pre-21 compatible code for help-echo.
5628         (gnus-article-next-page-1): No need to adjust the number of lines.
5629         (gnus-article-describe-bindings): Always use help-buffer.
5630
5631         * gnus-audio.el (gnus-audio-inline-sound)
5632         * gnus-cus.el (gnus-custom-mode)
5633         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5634
5635         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5636
5637         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5638         compatible code.
5639
5640 2010-09-24  Glenn Morris  <rgm@gnu.org>
5641
5642         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5643         visiting the fcc file in rmail-mode.
5644
5645         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5646
5647 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * nnir.el: Silence the byte compiler.
5650
5651         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5652         alias to browse-url-url-encode-chars if any.
5653         (gnus-html-encode-url): Use it.
5654
5655 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5656
5657         * gnus-start.el (gnus-use-backend-marks): New variable.
5658         (gnus-get-unread-articles-in-group): Use it.
5659
5660         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5661         makeover.
5662
5663 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5664
5665         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5666
5667 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5670         Remove.
5671         (gnus-setup-news-hook):
5672         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5673
5674         * gnus-int.el (gnus-request-update-info): Protect against backends not
5675         having the function.
5676
5677         * nnimap.el (nnimap-stream): Mention starttls.
5678         (nnimap-open-connection): Add starttls support.
5679
5680 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5681
5682         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5683
5684 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5687         BODYSTRUCTUREs.
5688         (nnimap-transform-headers): Unfold quoted {42} headers.
5689
5690         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5691         the info.
5692         (gnus-get-unread-articles): Only call updatep on backends that support
5693         it.
5694
5695         * nnweb.el (nnweb-request-update-info): NOOP.
5696
5697         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5698
5699         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5700         since it only deals with marks.
5701
5702         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5703         gnus-request-marks, and make a new gnus-request-update-info.
5704
5705         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5706         the active instead of the high number, which is usually too low.
5707
5708 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5709
5710         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5711         * encrypt.el: Remove.
5712
5713 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5714
5715         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5716         server in symbolic form.
5717
5718         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5719
5720 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5721
5722         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5723         (nnimap-update-info): Fix up code slightly.
5724
5725         * gnus-int.el (gnus-open-server): Add tracing for performance
5726         debugging.
5727
5728         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5729         (gnus-group-insert-group-line): Pass the real group name so that it
5730         gets the right data.
5731
5732         * gnus-start.el (gnus-get-unread-articles): Don't have
5733         `gnus-get-unread-articles-in-group' update info, since that can be
5734         really slow and doesn't seem to be needed?
5735
5736 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5737
5738         * time-date.el (date-to-time): Try using parse-time-string first before
5739         using the slower timezone-make-date-arpa-standard.
5740
5741 2010-09-22  Julien Danjou  <julien@danjou.info>
5742
5743         * gnus-group.el (gnus-group-insert-group-line):
5744         Call gnus-group-highlight-line.
5745         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5746         default hook list.
5747         (gnus-group-update-eval-form): Add new function.
5748         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5749         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5750
5751 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5752
5753         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5754         immediate, then expire all articles.
5755         (nnimap-update-info): Fix off-by-one errors.
5756         (nnimap-flags-to-marks): Would return no marks lists for group with no
5757         flags.  Instead return the other data.
5758
5759 2010-09-22  Julien Danjou  <julien@danjou.info>
5760
5761         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5762         Only return an icon.
5763         (gnus-group-insert-group-line): Compute icon to return.
5764
5765         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5766         (gnus-html-image-fetched): Only cache if
5767         gnus-html-image-automatic-caching is set.
5768         (gnus-html-image-fetched): Check for errors.
5769
5770 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5773         once per method on `g'.  This ensures that backends like nnfolder don't
5774         open all their folders.
5775
5776         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5777         (nnimap-request-list): Nix out group in the correct buffer.
5778         (nnimap-parse-flags): Implement by using `read' instead of
5779         hand-parsing.
5780         (nnimap-flags-to-marks): Pass on permanent-flags.
5781         (nnimap-make-process-buffer): Record the server name.
5782         (nnimap-parse-flags): Fix typo.
5783         (nnimap-request-scan): Run split on the server in general, not just a
5784         single group.
5785
5786         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5787         parameter, and propagate this downwards.
5788
5789         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5790         since EXAMINE changes it on the server.
5791
5792         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5793         this command might take a while.
5794
5795 2010-09-22  Julien Danjou  <julien@danjou.info>
5796
5797         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5798         harmful if you have 2 images side-by-side, they can't be properly
5799         update on text deletion.  Using text-property is safer here.
5800         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5801         data.
5802
5803 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * nnimap.el (nnimap-expunge-inbox): Remove.
5806         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5807         (nnimap-expunge): Flip default to t.
5808
5809         * gnus.el (gnus-method-to-server): Don't push things to the cache
5810         unless it's unique.
5811         (gnus-server-to-method): Ditto.
5812
5813 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5814
5815         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5816
5817 2010-09-22  Julien Danjou  <julien@danjou.info>
5818
5819         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5820         get the start of data.
5821         (gnus-html-encode-url): Add this function to encode special chars in
5822         URL.
5823         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5824         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5825
5826         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5827         default.
5828         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5829
5830         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5831         images alt-text.
5832         (gnus-html-put-image): Put alt-text as help-echo.
5833
5834 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5837         * mm-util.el (mm-decompress-buffer)
5838         * nnir.el (nnir-run-find-grep)
5839         * pop3.el (pop3-list): Use 3rd arg of split-string.
5840
5841         * time-date.el (format-seconds): Comment fix.
5842
5843         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5844         and byte-optimize-form-code-walker.
5845         (dgnushack-make-auto-load): Don't advise make-autoload.
5846
5847         * lpath.el: Remove Emacs 21 stuff.
5848
5849 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5850
5851         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5852         outside the active range.  Suggested by Dan Christensen.
5853
5854         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5855         slightly later to avoid double-getting it.
5856
5857         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5858         previous patch.
5859
5860         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5861
5862 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5863
5864         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5865
5866 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * gnus-int.el (gnus-open-server): Give a better error message in the
5869         "go offline" case.
5870
5871         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5872         marks for nnimap, which is seldom the right thing to do.
5873
5874         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5875         (gnus-same-method-different-name): New function.
5876
5877         * nnimap.el (parse-time): Require.
5878
5879         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5880         method in the presence of many similar methods.
5881
5882         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5883
5884         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5885         nnml-inhibit-expiry.
5886
5887         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5888         find out whether methods are equal.
5889
5890         * nnimap.el (nnimap-find-expired-articles): New function.
5891         (nnimap-process-expiry-targets): New function.
5892         (nnimap-request-move-article): Request the article before looking at
5893         what the Message-ID is.  Fix found by Andrew Cohen.
5894         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5895
5896         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5897         for oldness in addition to being a predicate.
5898
5899         * nnimap.el (nnimap-request-group): When we have zero articles, return
5900         the right data to Gnus.
5901         (nnimap-request-expire-articles): Only delete articles immediately if
5902         the target is 'delete.
5903
5904         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5905         method, this would bug out.
5906
5907         * gnus-group.el (gnus-group-expunge-group): Rename from
5908         gnus-group-nnimap-expunge, and implemented as a normal interface
5909         function.
5910
5911         * gnus-int.el (gnus-request-expunge-group): New function.
5912
5913         * nnimap.el (nnimap-request-create-group): Implement.
5914         (nnimap-request-expunge-group): New function.
5915
5916 2010-09-21  Julien Danjou  <julien@danjou.info>
5917
5918         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5919         (gnus-html-cache-expired): Add new function.
5920         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5921         wethever we should display image for fetch it.
5922         Compute alt-text earlier to pass it to the fetching function too.
5923         (gnus-html-schedule-image-fetching): Change function argument to only
5924         get one image at a time, not a list.
5925         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5926         cache.
5927         (gnus-html-get-image-data): New function to retrieve image data from
5928         cache.
5929         (gnus-html-put-image): Change buffer argument to use image data rather
5930         than file, and place image above region rather than inserting a new
5931         one.  Do not take alt-text as argument, since it's useless now: we place
5932         the image above alt-text.
5933         (gnus-html-prune-cache): Remove.
5934         (gnus-html-show-images): Start to fetch image when we find one, do not
5935         push into a temporary list.
5936         (gnus-html-prefetch-images): Only fetch image if they have expired.
5937         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5938         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5939
5940 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5943
5944 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5947         spec inser "*" if the group isn't active instead of 0.
5948
5949         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5950         opening the server.
5951         (nnimap-request-delete-group): Implement group deletion.
5952         (nnimap-transform-headers): Return the size of the entire message in
5953         the Bytes header, not just the size of the first part.
5954         (nnimap-request-move-article): When moving an article from nnimap,
5955         request the article first so the accepting form has an article to
5956         accept.  Reported by Dan Christensen.
5957         (nnimap-command): Make sure that the error message doesn't error out.
5958
5959 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5960
5961         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5962         we haven't requested anything.
5963
5964 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5967         "".  Fix found by Andrew Cohen.
5968
5969         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5970         instead of -encode-string.
5971
5972 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5973
5974         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5975
5976         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5977         by mm-subst-char-in-string.
5978
5979 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5980
5981         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5982         waiting for the connection string.
5983
5984         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5985         arriving.
5986
5987         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5988         bogus characters.  This allows selecting certain Gmail groups.
5989
5990         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5991         (nnimap-fetch-partial-articles): New variable.
5992         (nnimap-open-connection): When looking for credentials, also use the
5993         nnimap-server-port.
5994         (nnimap-request-article): Return the group/article number, so that Gnus
5995         `^' works as expected.
5996         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5997
5998         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5999         comments.
6000         (gnus-methods-sloppily-equal): New function.
6001         (gnus): When using the development version of Gnus, load the gnus-load
6002         file.
6003
6004         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
6005         `gnus-open-server' on each method before trying to scan them etc.
6006         This ensures that all the backend parameters are set correctly.
6007
6008         * nnimap.el (nnimap-authenticator): New variable.
6009         (nnimap-open-connection): Allow anonymous login.
6010         (nnimap-transform-headers): The chars header is called Chars not Bytes.
6011         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
6012
6013         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
6014         patch, found by Knut Anders Hatlen.
6015
6016 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
6017
6018         * gnus-agent.el (gnus-agent-batch-confirmation)
6019         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
6020         to gnus-message.
6021         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6022         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6023         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6024         * gnus-int.el (gnus-open-server): Likewise.
6025         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6026         (gnus-score-check-syntax): Likewise.
6027         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6028         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6029         Likewise.
6030         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6031
6032 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6033
6034         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6035         calling conventions so that prefetch doesn't bug out.
6036
6037 2010-09-19  Julien Danjou  <julien@danjou.info>
6038
6039         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6040         rather than `subst-char-in-region' in order to be able to replace ASCII
6041         char by UTF-8 ones.
6042
6043         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6044         than curl.
6045         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6046         the right URL and ALT text on images.
6047         (gnus-html-wash-tags): Fix tag case.
6048         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6049         (gnus-article-html): Add -o display_ins_del=2 option.
6050         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6051
6052 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6055         the extra mail headers, which sometimes seem to happen for unknown
6056         reasons.
6057
6058         * mail-parse.el (mail-header-encode-parameter): Define as
6059         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6060         (or most, perhaps?) mail readers don't understand the latter, but do
6061         understand the former.
6062
6063         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6064         to nil, so that no methods are automatically agentized.  I think this
6065         is probably what most users want.
6066
6067         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6068         from url-retrieve, for instance about invalid URLs.
6069
6070         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6071         groups that have no articles.
6072         (nnimap-request-article): Check that we really got an article when we
6073         requested one.
6074
6075         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6076         doesn't exist.
6077
6078         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6079         nntp buffer so the agent can save it.
6080         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6081         that CRLF doesn't get translated to \n.
6082         (nnimap-open-connection): Don't make 'shell commands only send \n.
6083
6084 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6085
6086         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6087         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6088         Update var name.
6089         (nnml-generate-nov-file): Use dolist.
6090         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6091         Use with-current-buffer.
6092
6093 2010-09-18  Julien Danjou  <julien@danjou.info>
6094
6095         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6096         parallel.
6097
6098 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6099
6100         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6101         the range update right.
6102         (nnimap-request-group): Don't make `M-g' bug out on group with no
6103         marks.
6104         (nnoo): Require, so that other packages can require nnimap.
6105         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6106         command we're looking for.  This helps when the server sends more
6107         responses after we've gotten everything we expected.
6108         (nnimap): Add a `newlinep' field to keep track of end-of-line
6109         conventions.
6110         Don't send CRLF to things that don't want it.
6111         (nnimap-request-accept-article): Ditto.
6112
6113 2010-09-18  Julien Danjou  <julien@danjou.info>
6114
6115         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6116         than curl to retrieve images.
6117
6118 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6119
6120         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6121         the marks.
6122         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6123         (nnimap-wait-for-connection): New function.
6124         (nnimap-open-connection): If we have PREAUTH, don't query for login
6125         credentials.
6126         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6127         when doing a partial update.
6128
6129 2010-09-18  Julien Danjou  <julien@danjou.info>
6130
6131         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6132         tags.
6133
6134 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6135
6136         * nnimap.el (nnimap-credentials): New function.
6137         (nnimap-open-connection): Use the new function to look for credentials
6138         also on the numeric equivalents of "imap" and "imaps".
6139
6140         * gnus-start.el (gnus-activate-group): Send the info to
6141         gnus-request-group.
6142
6143         * nnimap.el (nnimap-request-group): Have the "check" version of the
6144         function parse flags and update the info, so that a `M-g' get a total
6145         resync of all flags from the group.
6146
6147         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6148         to allow backends to alter the info on group selection.  Also alter all
6149         the backend -request-group functions to take the parameter.
6150
6151         * nnimap.el (nnimap-store-info): New function.
6152         (nnimap-update-info): Store the info for later usage.
6153         (nnimap-request-group): Use the stored info for the dont-check case, so
6154         that we don't retrieve all marks when we enter a group.
6155
6156         * nnimap.el: Use deffoo instead of defun for interface functions.
6157
6158         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6159         update the group info.  This makes the nndraft groups, for instance, go
6160         back to their old behaviour.
6161
6162         * gnus-sum.el (gnus-select-newsgroup): Indent.
6163
6164         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6165         in.
6166         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6167         nothing.
6168
6169         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6170         from methods that are denied.
6171
6172         * gnus-int.el (gnus-method-denied-p): New function.
6173
6174         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6175         store the password instead of netrc.
6176         (nnimap-open-connection): Don't error out when we can't make a
6177         connections.
6178
6179         * auth-source.el (auth-source-create): In the password prompt, say what
6180         we're querying for.  Also prompt for user name if that hasn't been
6181         given.
6182
6183         * nnimap.el (nnimap-with-process-buffer): Remove.
6184
6185 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6186
6187         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6188         method when we're reading from the agent.
6189
6190         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6191
6192         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6193         that's probably most useful for users.
6194
6195         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6196         "failed" all the time.
6197
6198         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6199         ...)) with (with-current-buffer ... ).
6200
6201         * nntp.el (nntp-open-server): Return whether the open was successful or
6202         not.
6203
6204         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6205         select an unread unseen article first.
6206
6207         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6208         /etc/services, supply some sensible port defaults.
6209
6210         * dgnushack.el: Define netrc-credentials.
6211
6212 2010-09-17  Julien Danjou  <julien@danjou.info>
6213
6214         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6215
6216 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6217
6218         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6219         doesn't have any parameters.
6220
6221 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6224         only upcased checks.
6225
6226         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6227
6228         * nnimap.el (nnimap-open-shell-stream): New function.
6229         (nnimap-open-connection): Use it.
6230         (nnimap-transform-headers): Get the number of lines in each message.
6231         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6232         number of lines.
6233         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6234         problem.
6235
6236         * utf7.el (utf7-encode): Autoload.
6237
6238         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6239         to allow the mail splitting to not return a default group.  This is
6240         useful for nnimap, which will leave unmatched mail in the inbox.
6241
6242         * nnimap.el: Rewritten.
6243
6244         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6245         nnimap usage.
6246
6247         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6248         if the move is internal, so that nnimap can do fast internal moves.
6249
6250         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6251         data.
6252         (gnus-read-active-for-groups): Support finishing the early retrieval of
6253         data.
6254
6255         * gnus-range.el (gnus-range-nconcat): New function.
6256
6257         * gnus-int.el (gnus-finish-retrieve-group-infos)
6258         (gnus-retrieve-group-data-early): New functions.
6259
6260 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6261
6262         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6263         (nnrss-retrieve-groups):
6264         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6265         (pop3-quit): Use with-current-buffer.
6266
6267 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6270         instead of nnheader-accept-process-output.
6271
6272         * dgnushack.el (dgnushack-compile): Add comment.
6273
6274         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6275
6276         * gnus-html.el (gnus-html-schedule-image-fetching)
6277         (gnus-html-prefetch-images): Replace process-kill-without-query by
6278         gnus-set-process-query-on-exit-flag.
6279
6280 2010-09-16  Romain Francoise  <romain@orebokech.com>
6281
6282         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6283
6284 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6285
6286         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6287         parameter to unintern is mandatory-ish in Emacs 24.
6288
6289         * gnus-html.el (gnus-html-schedule-image-fetching)
6290         (gnus-html-prefetch-images): Check for curl before using it.
6291
6292         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6293         depend on curl, which isn't essential.
6294
6295         * imap.el: Revert back to version
6296         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6297         seem problematic.
6298
6299 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6300
6301         * gnus-registry.el (gnus-registry-install-shortcuts):
6302         Explicitly pass `obarray' to `unintern' to avoid a warning.
6303
6304 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6305
6306         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6307         change.
6308
6309         * nnrss.el (nnrss-request-list): Remove this function and related
6310         functions, including the moreover stuff.
6311
6312 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313
6314         * nnrss.el (nnrss-retrieve-groups): New function.
6315
6316 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6317
6318         * .dir-locals.el: Add no-byte-compile cookie.
6319
6320 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * time-date.el (format-seconds): Comment fix.
6323
6324         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6325         for back end that doesn't support request-scan.
6326
6327 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6328
6329         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6330         then do request scans from the backends.
6331
6332         * netrc.el (netrc-credentials): New conveniency function.
6333
6334         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6335         avoid running a hook per line, since this takes a lot of time,
6336         profiling shows.
6337         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6338         directly if gnus-visual-p is true.
6339
6340 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6343         groups; replace mapcar with dolist which is a bit faster; pass groups
6344         info to gnus-read-active-file-1.
6345         (gnus-read-active-file-1): Scan only specified groups if the new
6346         optional arg `infos' is given.
6347
6348 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6349
6350         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6351
6352         * pop3.el (pop3-movemail): Remove.
6353         (pop3-streaming-movemail): Rename to pop3-movemail.
6354
6355         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6356         don't restrict end-tag searches to the end of the line.
6357
6358 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6361         articles of every unchecked group to t, which means unknown since the
6362         server has never been opened.
6363
6364 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6365
6366         * gnus-html.el (gnus-html-show-alt-text): New command.
6367         (gnus-html-browse-image): Ditto.
6368         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6369         to browse the image directly.
6370         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6371         better.
6372
6373         * gnus-async.el (gnus-async-article-callback):
6374         Call `gnus-html-prefetch-images' unconditionally.
6375
6376         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6377         before feeding URLs to curl.
6378
6379 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6382         internal images as deletable by `W D D'.
6383
6384         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6385         (gnus-async-article-callback): Fix typo.
6386
6387 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6388
6389         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6390         current line to work around bugs in the output from w3m.
6391
6392         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6393         for groups that want that.
6394
6395         * nntp.el (nntp-wait-for-string): Supply a timeout for
6396         accept-process-output to ensure progress.
6397
6398         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6399         level to get unread articles from, then use that for foreign groups,
6400         too.
6401
6402         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6403         confuses the rest of the function.
6404
6405         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6406         for the methods that support -retrieve-groups, too.
6407
6408         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6409
6410 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6413         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6414
6415         * pop3.el: Require cl when compiling.
6416         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6417
6418 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6419
6420         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6421         that aren't going to be activated.
6422         (gnus-get-unread-articles): Fix up the last commit.
6423
6424         * gnus-html.el (gnus-article-html): Allow calling without specifying
6425         the handle.  In that case, dissect the buffer first.
6426
6427         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6428
6429         * nnimap.el (nnimap-open-connection): Revert the change that would look
6430         into authinfo for imaps instead of imap.
6431
6432         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6433         say that you don't want to call gnus-request-group with don-check, but
6434         do check the reponse.  This is for virtual groups only.
6435         (gnus-get-unread-articles): Count the archive groups as secondary, so
6436         that they're activated the same way as before.
6437
6438         * imap.el (imap-message-map): Removed optional buffer parameter, since
6439         no callers use it.
6440         (imap-message-get): Ditto.
6441         (imap-message-put): Ditto.
6442         (imap-mailbox-map): Ditto.
6443         (imap-mailbox-put): Ditto.
6444         (imap-mailbox-get): Ditto.
6445         (imap-mailbox-get): Revert last change for this function.
6446
6447         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6448         case-insensitively.
6449         (nnimap-debug): Remove.
6450
6451         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6452         callers to use `imap-fetch' instead.  According to the comments, this
6453         should be safe, since all other IMAP clients use the 1:* syntax.
6454         (imap-enable-exchange-bug-workaround): Remove.
6455         (imap-debug): Remove -- doesn't seem very useful.
6456
6457         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6458         mail from a file, and the file doesn't exist.
6459
6460         * imap.el (imap-log): New convenience function used throughout instead
6461         of repeating the same code all over the place.
6462
6463         * pop3.el (pop3-streaming-movemail): Return t for success.
6464
6465         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6466         .authinfo if we're using ssl connection.
6467
6468         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6469         already have if we're in a main Gnus `g' run.
6470
6471         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6472
6473 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6476
6477         * nnmh.el (nnmh-request-list-1): Bind `file'.
6478
6479         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6480         alias to set-process-query-on-exit-flag or process-kill-without-query.
6481         (pop3-open-server): Use it.
6482
6483 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6484
6485         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6486         box to the Incoming file.  Fixes mistake in previous checkin.
6487
6488         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6489         request loop (for debugging purposes) removed.
6490
6491         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6492         culprit is more visible.
6493         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6494         (nnml-add-incremental-nov): New functions to do "incremental" nov
6495         updates, where we just append to the end of the existing nov files
6496         without reading/writing them in full.
6497
6498         * mail-source.el (mail-source-delete-crash-box): Really only check the
6499         incoming files once in a while.
6500
6501         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6502
6503         * mail-source.el (mail-source-delete-crash-box): Only check the
6504         incoming files for deletion once per day to save a lot of file
6505         accesses.
6506
6507         * pop3.el (pop3-logon): Fix up unbound variable typo.
6508
6509         * mail-source.el (pop3-streaming-movemail): Autoload.
6510
6511         * pop3.el (pop3-streaming-movemail):
6512         Respect pop3-leave-mail-on-server.
6513
6514         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6515         retrieval.
6516
6517         * pop3.el (pop3-process-filter): Remove unused function.
6518         (pop3-streaming-movemail, pop3-send-streaming-command)
6519         (pop3-wait-for-messages, pop3-write-to-file)
6520         (pop3-number-of-responses): New functions for streaming pop3
6521         retrieval.
6522
6523         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6524         come from no known methods.
6525         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6526         list.
6527
6528         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6529         message sizes.
6530         (pop3-movemail): Use erase-buffer instead of looping and deleting
6531         regions, which seems rather odd.
6532
6533         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6534         file once per `g' run.
6535
6536         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6537         directories.  This makes the draft queue directory work.
6538
6539         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6540         data from the backends, so that we only request the list of groups from
6541         each method once.  This should speed things up considerably.
6542
6543         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6544         detect that it's not implemented.
6545
6546         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6547         we actually do recurse down into the tree, but don't stat all leaf
6548         nodes.
6549
6550         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6551         then say so instead of bugging out.
6552
6553         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6554         files exist before trying to read them.
6555
6556         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6557         around <pre_int>.
6558
6559         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6560
6561         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6562
6563 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6564
6565         * mm-util.el (mm-image-load-path): Just return the image directories,
6566         not all directories in the path in addition to the image directories.
6567         (mm-image-load-path): Maintain a cache of the image directories so that
6568         the `g' command in Gnus doesn't have to stat dozens of directories each
6569         time.
6570
6571         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6572         (gnus-html-wash-tags): Add a new `i' command to insert images.
6573         (gnus-html-insert-image): New command and keystroke.
6574         (gnus-html-redisplay-with-images): New command and keystroke.
6575         (gnus-html-show-images): Rename command.
6576         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6577         spacers.
6578         (gnus-html-wash-tags): Decode entities at the end, so that entities
6579         inside the tags don't mess up the rest of the "parsing".
6580
6581         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6582         so that nnimap methods aren't agentized by default.  There's apparently
6583         many problems related to agent/imap behaviour.
6584
6585         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6586
6587         * gnus-html.el: Doc fix.
6588
6589 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6592         specifier-spec-list for Emacs 21.
6593
6594         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6595         glyph-width and glyph-height instead of display-graphic-p and
6596         image-size; make avoidance of displaying small images work for XEmacs.
6597
6598         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6599         for XEmacs.
6600
6601         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6602         of symbol that holds plist data.
6603         (gnus-process-plist): Remove plist of process after getting it.
6604
6605 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606
6607         * message.el (message-generate-hashcash): Change default to
6608         'opportunistic if hashcash is installed.
6609
6610         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6611         (gnus-html-put-image): Only call image-size once, since it's somewhat
6612         time-consuming on remote X servers.
6613
6614 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6615
6616         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6617         type on data, not a file name.
6618
6619         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6620         window-pixel-edges for Emacs 21.
6621
6622         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6623         decoded contents.
6624         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6625
6626 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6627
6628         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6629         group line format, since it isn't very interesting.
6630
6631         * gnus-agent.el (gnus-agent-short-article),
6632         (gnus-agent-long-article): Increase values for these two variables,
6633         since most people are likely to have more network connection and
6634         storage than before.
6635
6636         * gnus.el (gnus-refer-article-method): Change default to 'current.
6637         When referring an article, the common behaviour is to refer it from the
6638         current select method, not the native select method.  The chances of
6639         the native select method having the message in question is rather slim
6640         these days.
6641
6642         * gnus-sum.el (gnus-auto-select-subject): Change default to
6643         `unseen-or-unread'.  I think it's likely that most people want to
6644         select an unseen article over a previously seen, but unread one.
6645
6646         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6647         means that in the article buffer none of the minor mode elements will
6648         be shown, usually, and this is not desirable in most cases.
6649
6650         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6651         that commands like `d' (and the like) go to the next line in the
6652         buffer, instead of the next unread article.  I think this is the
6653         behaviour that is most natural for most users.
6654         (gnus-single-article-buffer): Change default to nil, so that people can
6655         have as many article buffers open as they have summary buffer.  I think
6656         this is the most natural way for the groups to behave.
6657
6658         * message.el (message-generate-new-buffers): Change default to
6659         `unsent', so that all new message buffers start their names with the
6660         string "*unsent", and it's easier to find the buffers if you move from
6661         them.
6662
6663 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6664
6665         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6666         small.  They're probably tracking images.
6667         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6668         (gnus-html-rescale-image): Yet another try at getting the image sizing
6669         right.
6670
6671         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6672         nntp-marks-file-name is nil.
6673
6674 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6675
6676         * gnus-html.el (gnus-html-wash-tags)
6677         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6678         Better logging.
6679
6680 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6681
6682         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6683
6684         * gnus-html.el (gnus-html-wash-tags): Check the value of
6685         gnus-blocked-images in the summary buffer.
6686
6687 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6688
6689         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6690
6691 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6692
6693         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6694         like "a", it seems like.
6695         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6696         since it needs to be picked from the correct buffer.
6697
6698         * nnwfm.el: Remove.
6699
6700         * nnlistserv.el: Remove.
6701
6702 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6703
6704         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6705         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6706
6707 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6708
6709         * nnkiboze.el: Remove.
6710
6711         * nndb.el: Remove.
6712
6713         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6714         alt text.
6715         (gnus-html-rescale-image): Try to get the rescaling logic right for
6716         images that are just wide and not tall.
6717
6718         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6719         overshadow variable bindings.
6720
6721 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6722
6723         * gnus-html.el (gnus-html-wash-tags)
6724         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6725         Add extra logging.
6726
6727 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6728
6729         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6730         (gnus-max-image-proportion): New variable.
6731         (gnus-html-rescale-image): New function.
6732         (gnus-html-put-image): Rescale images.
6733
6734 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6735
6736         Fix up some byte-compiler warnings.
6737         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6738         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6739         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6740         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6741         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6742         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6743         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6744
6745 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * gnus-html.el (gnus-article-html): Decode contents by charset.
6748
6749 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6752         (gnus-html-frame-width, gnus-blocked-images)
6753         * message.el (message-prune-recipient-rules): Add custom version.
6754         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6755
6756         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6757         functions.
6758
6759         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6760         gnus-process-get.
6761
6762 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6763
6764         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6765         instead of lsub directly.
6766
6767 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6768
6769         * nnwarchive.el: Remove.
6770
6771         * gnus-soup.el: Remove.
6772
6773         * nnsoup.el: Remove.
6774
6775         * nnultimate.el: Remove.
6776
6777         * gnus-html.el (gnus-blocked-images): New variable.
6778
6779         * message.el (message-prune-recipients): New function.
6780         (message-prune-recipient-rules): New variable.
6781
6782         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6783         guess whether a long line is natural text or not.
6784
6785         * gnus-html.el (gnus-html-schedule-image-fetching):
6786         Use gnus-process-plist and friends for compatibility.
6787
6788 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6789
6790         * gnus-html.el: Require packages that define macros used in this file.
6791         (gnus-article-mouse-face): Declare to silence byte-compiler.
6792         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6793         process-get.
6794         (gnus-html-put-image): Use plist-get to avoid getf.
6795         (gnus-html-prefetch-images): Use with-current-buffer.
6796
6797 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * gnus-ems.el: Provide compatibility functions for
6800         gnus-set-process-plist.
6801
6802         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6803         header-line-format for XEmacs 21.4.
6804
6805         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6806         * gnus.el (gnus-valid-select-methods)
6807         * message.el (message-send-mail-partially-limit)
6808         * mm-decode.el (mm-text-html-renderer)
6809         * mml.el (mml-insert-mime-headers-always)
6810         * smiley.el (smiley-regexp-alist): Bump custom version.
6811
6812 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6813
6814         * gnus-html.el: require mm-url.
6815         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6816         with the url to `url'.
6817         (gnus-html-wash-tags): Support cid: URLs/images.
6818
6819 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6820
6821         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6822         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6823         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6824
6825         * gnus-move.el: Remove file, since it doesn't really work.
6826
6827         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6828         UTF-8.  This seems to fix problems with some German web feeds.
6829
6830         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6831         at the top so that the proper colours are applied.
6832
6833         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6834         don't have dots in their names.
6835
6836         * gnus-art.el (gnus-article-view-part): Doc fix.
6837
6838         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6839         XEmacs-compatible.
6840         (gnus-html-put-image): Don't do images on non-graphic displays.
6841
6842         * nnslashdot.el: Remove this unused backend.
6843
6844         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6845         actions.
6846         (gnus-undo-register-1): Revert last change.
6847
6848         * gnus-group.el (gnus-group-completing-read): Protect against not
6849         having completion-styles bound.
6850
6851         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6852         make broken recipients happier.
6853
6854         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6855
6856         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6857         point parameter.
6858
6859         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6860
6861         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6862         completion-styles for group selection.
6863
6864 2009-02-04  Andreas Schwab  <schwab@suse.de>
6865
6866         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6867         headers and regexp-quote the match if necessary.
6868
6869 2009-03-24  Miles Bader  <miles@gnu.org>
6870
6871         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6872         the blinking smiley.
6873
6874 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6875
6876         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6877         blink smiley.
6878
6879 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6880
6881         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6882         where the dribbel file lives exists.
6883
6884         * message.el (message-send-mail-partially-limit): Change the default to
6885         nil, since most people don't want this.
6886
6887         * mm-url.el (mm-url-decode-entities): Also decode entities like
6888         &#x3212.
6889
6890 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6891
6892         * gnus-sum.el (gnus-summary-idna-message):
6893         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6894         Hyperlink urls in docstrings with URL `...'.
6895
6896 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6897
6898         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6899         functions.
6900
6901 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902
6903         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6904         say what the mouseover text should be.
6905
6906         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6907         version of the mm-w3m-safe-url-regexp variable to only download images
6908         in the groups where we want that to happen.
6909
6910         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6911
6912         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6913         easier debugging.
6914         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6915         big pictures in the article buffer.
6916
6917         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6918         gnus-article-html.
6919         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6920         w3m.
6921
6922         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6923
6924 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6925
6926         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6927         which doesn't exist.
6928
6929         * message.el (message-inhibit-ecomplete): New variable to allow some
6930         function to inhibit ecomplete address storage.
6931         (message-resend): Disable ecomplete message storage when resending
6932         messages.
6933
6934         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6935
6936 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6939         Save excursion while copying, moving, and deleting articles in order to
6940         prevent the cursor from jumping to unforeseen place.
6941
6942 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * lpath.el: No need to bind bookmark-current-buffer,
6945         bookmark-yank-point and bookmark-make-record-function.
6946
6947 2010-08-17  Glenn Morris  <rgm@gnu.org>
6948
6949         * gnus-sync.el: Require gnus components whose functions are used.
6950
6951         * gnus-art.el (bookmark-make-record-function):
6952         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6953         Declare for compiler.
6954
6955         * mm-url.el (mml-compute-boundary): Autoload.
6956
6957 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6960
6961 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6962
6963         Typo fix "hoo4a" -> "hook".
6964
6965         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6966
6967 2010-08-14  Glenn Morris  <rgm@gnu.org>
6968
6969         * gnus-sync.el (gnus-sync): Fix defgroup version.
6970
6971 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6972
6973         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6974
6975         * gnus-sync.el: Fix docs.
6976         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6977         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6978
6979 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6980
6981         Optimizations for gnus-sync.el.
6982
6983         * gnus-sync.el: Add docs about gnus-sync-backend
6984         possibilities.
6985         (gnus-sync-save): Remove unnecessary message.
6986         (gnus-sync-read): Optimize and show what groups were skipped.
6987
6988 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6989
6990         Minor bug fixes for gnus-sync.el.
6991
6992         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6993         Don't read the sync on get-new-news.
6994
6995         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6996         quiet.
6997
6998         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6999         (fix typo).
7000
7001 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
7002
7003         Make saving and restoring of hidden threads work with overlays.
7004         Patch applied by Ted Zlatanov.
7005
7006         * gnus-sum.el (gnus-hidden-threads-configuration)
7007         (gnus-restore-hidden-threads-configuration): Update to deal with text
7008         properties, rather than searching for a magic character.
7009
7010 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
7011
7012         New gnus-sync.el library for synchronization of marks.
7013
7014         * gnus-sync.el: New library for synchronization of marks.
7015
7016         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
7017         renamed from `gnus-registry-grep-in-list'.
7018
7019         * gnus-registry.el (gnus-registry-follow-group-p):
7020         Use `gnus-grep-in-list'.
7021
7022         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7023
7024 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7027         determining charset of text fails.
7028
7029 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * nnmail.el (nnmail-get-new-mail-1): Revert.
7032
7033         * nnml.el (nnml-active-number): Make sure names of newly created groups
7034         in nnml-group-alist are encoded.
7035
7036 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7039         containing non-ASCII characters in active file for nnml back end.
7040
7041 2010-07-24  David Engster  <dengste@eml.cc>
7042
7043         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7044         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7045
7046 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7047
7048         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7049         tag (Bug#6654).
7050
7051 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7054         the article buffer, not the summary buffer.
7055
7056 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7057
7058         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7059         Emacs 23 as well.
7060
7061 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7064         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7065
7066 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7067
7068         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7069         Patch applied by Karl Fogel.
7070
7071         * gnus-sum.el (gnus-summary-bookmark-make-record):
7072         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7073
7074 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7075
7076         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7077         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7078         C-w still not working correctly from Article buffers; Thierry's
7079         patch to fix that will be applied after this.
7080
7081         * gnus-art.el (bookmark-make-record-function): New local variable.
7082
7083         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7084         article buffer.
7085         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7086
7087 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7088
7089         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7090         on changes in bookmark.el.
7091
7092 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7095         `no-log' instead of message not to log prompt string.
7096
7097 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7098
7099         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7100         the *other* type of HTML form submission.
7101
7102 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7103
7104         * auth-source.el (auth-source-pick): If choice does not contain a
7105         questioned keyword, set the check to t.
7106
7107 2010-06-12  Romain Francoise  <romain@orebokech.com>
7108
7109         * gnus-util.el (gnus-date-get-time): Move up before first use.
7110
7111 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7114         (gnus-article-edit-part): Bind it to make last part that is substituted
7115         or deleted visible.
7116         (gnus-mime-display-single): Buttonize part of which id equals to
7117         gnus-mime-buttonized-part-id.
7118
7119 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7120
7121         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7122         (gnus-dd-mmm): Use gnus-date-get-time.
7123         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7124         simplify logic.
7125         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7126         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7127
7128 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7129
7130         * auth-source.el (top): Autoload `secrets-list-collections',
7131         `secrets-create-item', `secrets-delete-item'.
7132         (auth-sources): Fix tag string.
7133         (auth-get-source, auth-source-retrieve, auth-source-create)
7134         (auth-source-delete): New defuns.
7135         (auth-source-pick): Rewrite in order to avoid 2 passes.
7136         (auth-source-forget-user-or-password): New parameter USERNAME.
7137         (auth-source-user-or-password): New parameters CREATE-MISSING and
7138         DELETE-EXISTING.  Retrieve password interactively, if needed.
7139
7140 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7141
7142         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7143         deleting unused directories when gnus-expert-user is t.
7144
7145 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7148         for each temp file when gnus-article-browse-delete-temp is ask.
7149
7150 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7151
7152         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7153         Replace Lisp calls to delete-backward-char by calls to delete-char.
7154
7155 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7156
7157         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7158
7159 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7160
7161         * password-cache.el (password-cache-remove): Fix docstring.
7162
7163 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7166         article unless decoding article to be saved.
7167
7168 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7171         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7172         generated within the mm-with-unibyte-current-buffer macro.
7173
7174 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7177         to nil when we're in a mml-preview buffer and no group is selected.
7178
7179 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7180
7181         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7182         when catching the `C-g'.  Reported by "Leo".
7183
7184 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * message.el (message-forward-make-body-plain)
7187         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7188         multibyte-string-p.
7189
7190         * lpath.el: Revert.
7191
7192 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * message.el (message-forward-make-body-mml): Assume original message
7195         is multibyte string; error on unibyte.
7196         (message-forward-make-body-plain): Ditto; don't add excessive newline
7197         in body end.
7198
7199         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7200
7201 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7202
7203         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7204         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7205
7206 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * mm-extern.el (mm-extern-url): Don't use
7209         mm-with-unibyte-current-buffer.
7210         (mm-extern-cache-contents): Use with-current-buffer instead of
7211         save-excursion + set-buffer.
7212
7213 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7214
7215         * mm-util.el (mm-emacs-mule): Remove.
7216
7217 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7218
7219         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7220         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7221         change.
7222
7223 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7226         bind the default value of enable-multibyte-characters to nil.
7227
7228 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * message.el (message-forward-make-body-plain)
7231         (message-forward-make-body-mml):
7232         Don't use mm-with-unibyte-current-buffer.
7233
7234 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7235
7236         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7237
7238 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7239
7240         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7241         (Bug#5592).
7242
7243 2010-05-07  Julien Danjou  <julien@danjou.info>
7244
7245         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7246         it to mm-pipe-part.
7247
7248         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7249         it is given.
7250
7251 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7252
7253         * binhex.el (binhex-decode-region-internal)
7254         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7255         (dns-query)
7256         * nnweb.el (nnweb-gmane-search)
7257         * pgg-parse.el (pgg-parse-armor)
7258         * pgg.el (pgg-verify-region)
7259         * sha1.el (sha1-string-external)
7260         * uudecode.el (uudecode-decode-region-internal)
7261         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7262         XEmacs.
7263
7264         * gnus-art.el (gnus-article-browse-html-parts)
7265         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7266         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7267         make-temp-file.
7268
7269         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7270         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7271         compiling.
7272
7273         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7274         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7275         XEmacs when compiling.
7276
7277         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7278         gnus-pick-mode-off-hook for XEmacs when compiling.
7279         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7280         gnus-binary-mode-off-hook for XEmacs when compiling.
7281
7282         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7283         Return nil if char-charset is not available.
7284
7285         * imap.el (imap-disable-multibyte)
7286         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7287         macros.
7288
7289         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7290         instead of encode-coding-string.
7291
7292         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7293         'xemacs) instead of mm-emacs-mule to switch function definitions.
7294         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7295
7296         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7297         bind temporary-file-directory for XEmacs;
7298         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7299         timer-set-function for XEmacs 21.4 and SXEmacs;
7300         bind timer-list for XEmacs 21.4 and SXEmacs;
7301         fbind char-charset and find-charset-region for non-Mule XEmacs;
7302         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7303         encode-coding-region and encode-coding-string for XEmacs having no
7304         file-coding feature.
7305
7306 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7307
7308         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7309
7310 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7313         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7314
7315 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7316
7317         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7318         alias `jka-compr-delete-temp-file' no longer exists.
7319
7320 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7321
7322         Use define-minor-mode in Gnus where applicable.
7323         * mml.el (mml-mode): Use define-minor-mode.
7324         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7325         (gnus-undo-mode): Use define-minor-mode.
7326         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7327         (gnus-dead-summary-mode): Use define-minor-mode.
7328         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7329         Initialize in declaration.
7330         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7331         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7332         (gnus-mailing-list-mode): Use define-minor-mode.
7333         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7334         (gnus-draft-mode): Use define-minor-mode.
7335         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7336         (gnus-dired-mode): Use define-minor-mode.
7337
7338 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7339
7340         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7341         handles on recursive mml-to-mime translation and check them for
7342         boundary delimiter collisions.  Reported by Greg Troxel.
7343
7344 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7347
7348 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7349
7350         * mm-util.el (mm-find-buffer-file-coding-system):
7351         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7352
7353 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7354
7355         * message.el (message-generate-headers): Record insertion of optional
7356         headers as well.  Otherwise the check to prevent repeated insertion of
7357         optional headers is a no-op.
7358
7359 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7360
7361         * smime.el: Don't mention CVS.
7362
7363         * nnrss.el (nnrss-fetch): Don't mention CVS.
7364
7365         * nnir.el: Don't mention CVS.
7366
7367 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7368
7369         * gnus-sum.el (gnus-summary-bookmark-make-record):
7370         Add `location' field.
7371
7372 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * lpath.el: Fbind bookmark-default-handler,
7375         bookmark-get-bookmark-record, bookmark-make-record-default,
7376         bookmark-prop-get for Emacs <23 and XEmacs.
7377
7378 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7379
7380         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7381         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7382         Use with-current-buffer to silence the byte-compiler.
7383         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7384         bother to require `gnus'.
7385         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7386
7387 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7388
7389         * gnus-sum.el (gnus-summary-bookmark-make-record)
7390         (gnus-summary-bookmark-jump): New functions.
7391         (gnus-summary-mode): Setup bookmark support.
7392
7393 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7394
7395         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7396         if set.
7397
7398 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7401         gnus-article-browse-html-save-cid-image; make it work recursively for
7402         forwarded messages as well.
7403         (gnus-article-browse-html-parts): Work when prefix arg is given.
7404         (gnus-article-browse-html-article): Doc fix.
7405
7406 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7407
7408         * message.el (message-default-mail-headers):
7409         (message-default-headers): Carry the value mail-default-headers over
7410         into message-default-mail-headers, rather than message-default-headers.
7411
7412 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7413
7414         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7415         charset.
7416
7417         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7418         charset into the <meta> tag when the article is encoded to utf-8.
7419
7420 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7421
7422         * gnus-art.el (gnus-article-browse-delete-temp-files):
7423         Delete directories as well.
7424         (gnus-article-browse-html-parts): Work for images that do not specify
7425         file names; delete temp directory when quitting; insert header at the
7426         right place; use file: scheme for image files.
7427
7428 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7429
7430         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7431         (gnus-article-browse-html-parts): Use it to make temporary cid image
7432         files in addition to html file so that browser may display them.
7433
7434 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7437
7438 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7439
7440         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7441
7442 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7443
7444         * auth-source.el (auth-sources): Change default to be simpler.
7445         Explain about Secret Service API sources.  Improve Customize options.
7446         (auth-source-pick): Change to accept any number of search parameters.
7447         Implement fallbacks iteratively, not recursively.  Add scoring on the
7448         second pass and sort by score.  Call Secret Service API when needed.
7449         (auth-source-user-or-password): Use it.  Call Secret Service API
7450         directly when needed to get the user name and the password.
7451
7452 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7453
7454         * message.el (message-interactive): Doc fix.
7455         (message-qmail-inject-args): Reflow.
7456         (message-kill-to-signature): Fix typo in docstring.
7457
7458         * smiley.el (smiley-buffer): Fix typo in docstring.
7459
7460 2010-03-24  Glenn Morris  <rgm@gnu.org>
7461
7462         * mail-source.el (gnus-message): Declare.
7463         (mail-source-delete-old-incoming): Require gnus-util.
7464
7465 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7466
7467         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7468
7469         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7470
7471         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7472         password-cache's default if it is not bound.
7473         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7474         password-cache-expiry's default if it is not bound.
7475
7476         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7477         available in Emacs 21.
7478
7479         * lpath.el: Suppress compiler warnings for:
7480         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7481         XEmacs;
7482         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7483         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7484         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7485
7486 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7487
7488         * auth-source.el (auth-sources): Fix up definition so extra parameters
7489         are always inline.
7490
7491 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7492
7493         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7494         wasn't updated after mismatch.  Clear cached mailbox info correctly
7495         when uidvalidity changes.
7496         (nnimap-group-prefixed-name): New function to avoid some code
7497         duplication.
7498         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7499         (nnimap-request-group): Use it.
7500         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7501         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7502         with many imap folders.  This is done by caching the group status from
7503         the imap server persistently in a group parameter `imap-status'.  (This
7504         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7505         but not persistently, so every Gnus startup was still very slow.)
7506
7507 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7508
7509         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7510         delete the extra newline.  Otherwise editing of :string and :number
7511         types don't work.
7512
7513 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7514
7515         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7516         secrets.el dependency.
7517         (auth-sources): Add optional user name.  Add secrets.el configuration
7518         choice (unused right now).
7519
7520 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7521
7522         * gnus-sum.el (gnus-summary-make-menu-bar):
7523         Let `gnus-registry-install-shortcuts' fill in the functions.
7524
7525         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7526         warnings.
7527         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7528         (gnus-registry-install-shortcuts): Populate and use it in a
7529         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7530
7531 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7532
7533         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7534         In-place substitutions for the group name encoding/decoding.
7535         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7536         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7537         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7538         (nnimap-update-unseen, nnimap-request-list)
7539         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7540         (nnimap-request-set-mark, nnimap-split-to-groups)
7541         (nnimap-split-articles, nnimap-request-newgroups)
7542         (nnimap-request-create-group, nnimap-request-accept-article)
7543         (nnimap-request-delete-group, nnimap-request-rename-group)
7544         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7545         `encoded-mbx' for consistency.
7546         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7547         variable `imap-current-mailbox'.
7548
7549         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7550         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7551
7552 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7553
7554         * pop3.el (pop3-display-message-size-flag): Display message size byte
7555         counts during POP3 download.
7556         (pop3-movemail): Use it.
7557         (pop3-list): Implement listing of available messages.
7558
7559 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7560
7561         * nnir.el (nnir-get-article-nov-override-function): New function to
7562         override the normal NOV retrieval.
7563         (nnir-retrieve-headers): Use it.
7564
7565 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7566
7567         * auth-source.el (netrc-machine-user-or-password): Autoload.
7568
7569 2010-03-19  Glenn Morris  <rgm@gnu.org>
7570
7571         Stop message.el from loading about 40 libraries it doesn't always need.
7572         The general approach is to autoload rather than require, and to
7573         require in the specific functions rather than the file.  (Bug#5642)
7574
7575         * gmm-utils.el: Don't require wid-edit.
7576         (widget-create-child-value, widget-convert, widget-default-get):
7577         Autoload.
7578
7579         * gnus-util.el: Don't require time-date, netrc.
7580         (message-fetch-field, gnus-group-name-decode): Declare rather than
7581         autoloading.
7582         (gnus-fetch-field): Require message.
7583         (gnus-decode-newsgroups): Require gnus-group.
7584
7585         * ietf-drums.el: Don't require time-date.
7586
7587         * message.el: Don't require hashcash, canlock, ecomplete.
7588         Do require mail-utils.  Require nnheader only when compiling.
7589         (smtpmail-default-smtp-server): Remove declaration.
7590         (message-send-mail-function): Check smtpmail-default-smtp-server
7591         is bound rather than requiring smtpmail.
7592         (message-auto-save-directory, message-insert-signature):
7593         Use expand-file-name rather than nnheader-concat.
7594         (nnheader-insert-file-contents): Autoload.
7595         (hashcash-wait-async): Declare.
7596         (message-send-mail): Only call gnus-setup-posting-charset if
7597         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7598         (message-send-mail-with-sendmail): Require sendmail.
7599         (canlock-password, canlock-password-for-verify): Declare.
7600         (message-canlock-password): Require canlock.
7601         (nnheader-get-report): Autoload.
7602         (gnus-setup-posting-charset): Declare.
7603         (message-send-news): Require gnus-msg.
7604         (message-make-references, message-make-in-reply-to): Use mail-header-id
7605         rather than the alias mail-header-message-id.
7606         (ecomplete-add-item, ecomplete-save): Declare.
7607         (message-put-addresses-in-ecomplete): Require ecomplete.
7608         (ecomplete-display-matches): Autoload.
7609
7610         * mm-decode.el: Don't require mailcap, gnus-util.
7611         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7612         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7613         Autoload.
7614         (mailcap-mime-extensions): Declare.
7615
7616         * mm-encode.el: Don't require mailcap.
7617         (mailcap-extension-to-mime): Autoload.
7618
7619         * mml-sec.el: Don't require password-cache.
7620
7621         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7622         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7623         (mml-minibuffer-read-type): Require mailcap.
7624         (mml-preview): Require gnus-msg.
7625
7626         * mml1991.el: Require password-cache.
7627         (password-cache-expiry): Remove declaration.
7628
7629         * mml2015.el: Require password-cache.
7630         (password-cache-expiry): Remove declaration.
7631
7632         * nneething.el (mailcap): Require mailcap.
7633
7634         * nnheader.el (declare-function): Add compatibility stub.
7635         (message-remove-header): Declare rather than autoload.
7636         (nnheader-replace-header): Require message.
7637
7638         * nnimap.el (declare-function): Add compatibility stub.
7639         (netrc-parse, netrc-machine-user-or-password): Declare.
7640         (nnimap-open-connection): Require netrc.
7641
7642         * nntp.el (declare-function): Add compatibility stub.
7643         (netrc-parse, netrc-machine, netrc-get): Declare.
7644         (nntp-send-authinfo): Require netrc.
7645
7646         * rfc2047.el: Don't require qp.
7647         (quoted-printable-encode-region, quoted-printable-decode-string):
7648         Autoload.
7649
7650         * sieve-mode.el: Don't require easymenu.
7651         (easy-menu-add-item): Autoload it.
7652
7653         * spam-stat.el (time-to-number-of-days): Autoload it.
7654
7655 2010-03-19  Glenn Morris  <rgm@gnu.org>
7656
7657         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7658
7659 2010-03-18  Glenn Morris  <rgm@gnu.org>
7660
7661         * hashcash.el (declare-function): Remove duplicate definition.
7662
7663 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7664
7665         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7666         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7667         value if any backslash escapes).
7668
7669 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7672         if it is available.  (bug#5647)
7673
7674         * lpath.el: Suppress compiler warning for coding-system-from-name for
7675         Emacs 21 and XEmacs.
7676
7677 2010-03-14  Juri Linkov  <juri@jurta.org>
7678
7679         * hmac-def.el:
7680         * hmac-md5.el:
7681         * netrc.el: Fix keywords.
7682
7683 2010-02-26  Glenn Morris  <rgm@gnu.org>
7684
7685         * message.el (message-send-mail-function): Change the default, so that
7686         it inherits from a customized send-mail-function.  (Bug#5643)
7687
7688 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7689
7690         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7691         shell-command-to-string signals an error (bug#5299).
7692
7693 2010-02-24  Glenn Morris  <rgm@gnu.org>
7694
7695         * message.el (message-smtpmail-send-it)
7696         (message-send-mail-with-mailclient): Doc fixes.
7697
7698 2010-02-16  Glenn Morris  <rgm@gnu.org>
7699
7700         * message.el (message-default-mail-headers): Change the default value
7701         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7702
7703 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7706         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7707
7708 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7709
7710         * time-date.el (date-to-time): Doc fix (Bug#5408).
7711
7712 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7713
7714         * message.el (message-mail): Just pass yank-action on to message-setup.
7715         (message-setup): Handle (FUN . ARGS) form of yank-action.
7716         (message-with-reply-buffer, message-widen-reply)
7717         (message-yank-original): Handle non-buffer values of
7718         message-reply-buffer (Bug#4080).
7719         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7720
7721 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7722
7723         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7724         Fix typo in docstring.
7725
7726 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7727
7728         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7729         response.
7730
7731 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7734
7735         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7736
7737         * message.el (message-check-news-header-syntax): Protect against a
7738         string that `rfc822-addresses' returns when parsing fails.
7739
7740 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7741
7742         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7743         (gnus-previous-char-property-change): New functions.
7744
7745         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7746
7747 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7748
7749         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7750         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7751
7752 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7753
7754         * message.el (message-exchange-point-and-mark): Rework last change to
7755         avoid using optional arg of exchange-point-and-mark, for backward
7756         compatibility.
7757
7758 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7759
7760         * message.el (message-exchange-point-and-mark):
7761         Call exchange-point-and-mark with an argument rather than setting
7762         mark-active by hand (Bug#5175).
7763
7764 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * nntp.el (nntp-service-to-port): Work for service expressed with
7767         numeric string; replace [:digit:] with [0-9] for XEmacs.
7768
7769 2009-12-17  Glenn Morris  <rgm@gnu.org>
7770
7771         * gnus-group.el (gnus-bug-group-download-format-alist):
7772         Change emacs entry to debbugs.gnu.org.  Bump :version.
7773
7774 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7777
7778 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * message.el (message-info): Explain why we use `Info-goto-node'.
7781
7782 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7785
7786 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7787
7788         * message.el (message-completion-in-region): New compatibility function.
7789         (message-expand-group): Use it.
7790
7791 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7794         with no unread article should be listed if the 2nd arg `predicate' is
7795         given.
7796
7797 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7800
7801 2009-11-29  Juri Linkov  <juri@jurta.org>
7802
7803         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7804         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7805         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7806
7807 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7808
7809         * sha1.el (sha1-string-external): default-directory "/" in case
7810         otherwise non-existent.  process-connection-type pipe for touch of
7811         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7812
7813 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7814
7815         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7816         it's comms related and sgml-mode.el has "comm" on that basis too.
7817
7818 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7821         containing tspecial characters if they have been already quoted.
7822
7823 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7824
7825         * dns-mode.el (auto-mode-alist): Purecopy string.
7826
7827 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7828
7829         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7830
7831 2009-10-24  Glenn Morris  <rgm@gnu.org>
7832
7833         * gnus-art.el (help-xref-stack-item): Define for compiler.
7834
7835 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7836
7837         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7838
7839 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7842
7843 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7846         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7847
7848 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7851         (gnus-overlays-in): New alias to overlays-in.
7852
7853         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7854         gnus-overlay-get, and gnus-delete-overlay.
7855         (gnus-summary-show-thread): Make it work as well for systems in which
7856         next-single-char-property-change is not available.
7857         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7858
7859         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7860         (gnus-overlay-get): New alias to extent-property.
7861         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7862
7863         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7864         SXEmacs.
7865
7866         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7867         SXEmacs.
7868
7869 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7870
7871         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7872
7873 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7874
7875         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7876         and XEmacs that don't have `remove-overlays'.
7877
7878 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7879
7880         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7881         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7882         selective display.  Use overlays instead.
7883
7884 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7885
7886         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7887
7888 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7889
7890         * spam-stat.el (spam-stat-load): Fix typo in message.
7891
7892 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7893
7894         * dig.el (dig-invoke): Fix typo in docstring.
7895         (query-dig): Reflow docstring.
7896
7897 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7898
7899         * gnus-art.el (gnus-article-encrypt-body):
7900         * message.el (message-check-recipients):
7901         * mm-util.el (mm-codepage-setup):
7902         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7903         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7904
7905 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7906
7907         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7908         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7909         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7910         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7911         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7912
7913 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7914
7915         * dig.el: Add "Keywords: comm", as per net-utils.el.
7916
7917 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7918
7919         * dig.el (dig-mode): Use define-derived-mode.
7920
7921 2009-09-19  Glenn Morris  <rgm@gnu.org>
7922
7923         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7924
7925 2009-09-18  Glenn Morris  <rgm@gnu.org>
7926
7927         * gnus-diary.el (gnus-diary-check-message):
7928         * message.el (message-insert-formatted-citation-line):
7929         * nnbabyl.el (top-level):
7930         * nndiary.el (nndiary-schedule):
7931         Fix typos in condition-case handlers.
7932
7933 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7936         configuration that provides the sole article window in a frame;
7937         position point correctly after deleting a part.
7938
7939 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7940
7941         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7942         (spam-resolve-registrations-routine): Use it to unregister articles
7943         that change status.
7944
7945 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7948         with XEmacs.
7949         (parse-time-string-chars): Use it.
7950
7951 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7952
7953         * imap.el (imap-interactive-login): Better messages.
7954         (imap-open): Fix bug with renamed buffer on reconnect.
7955         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7956         for easier debugging and cleaner code.  On successful (guessed based on
7957         server capabilities) secondary authentication, set imap-state
7958         correctly.
7959         (imap-last-authenticator): Define imap-last-authenticator as a variable
7960         to avoid warnings.
7961
7962 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * nnrss.el (nnrss-request-article): Remove binding of
7965         default-enable-multibyte-characters that has gotten needless by
7966         the 2007-07-13 change in rfc2047-encode-message-header.
7967
7968         * mml.el (mml-insert-multipart): Error on the message header.
7969         (mml-insert-part): Error on the message header; position point at
7970         the end of a MIME tag.
7971
7972 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * time-date.el (autoload): Expand define-obsolete-function-alias into
7975         defalias and make-obsolete for old Emacsen that Gnus supports.
7976         (with-no-warnings): Define it for old Emacsen.
7977         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7978         is available.
7979         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7980         float-time is available; suppress compile warning for time-to-seconds.
7981
7982         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7983         (gnus-float-time): Alias to float-time if it exists.
7984
7985         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7986         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7987         float-time is available; suppress compile warning for time-to-seconds.
7988
7989         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7990         XEmacs.
7991
7992 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7993
7994         * imap.el (imap-message-map): Docstring fix.
7995
7996 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7999         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
8000         Add the optional argument `encoding' that overrides the default.
8001
8002         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
8003         mm-encode-buffer.
8004
8005 2009-09-04  Glenn Morris  <rgm@gnu.org>
8006
8007         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
8008         mm-disable-multibyte, rather than default-enable-multibyte-characters.
8009         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
8010         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
8011         * mm-util.el (mm-with-unibyte-current-buffer)
8012         (mm-find-buffer-file-coding-system):
8013         * yenc.el (yenc-decode-region): Use default-value rather than
8014         default-enable-multibyte-characters.
8015
8016 2009-09-03  Glenn Morris  <rgm@gnu.org>
8017
8018         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
8019         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
8020         than default-enable-multibyte-characters.
8021
8022 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8023
8024         * gnus-art.el (gnus-article-read-summary-keys):
8025         Fix gnus-buffer-configuration's value temporarily used.
8026
8027 2009-09-02  Glenn Morris  <rgm@gnu.org>
8028
8029         * gnus-util.el (gnus-float-time): New function.
8030         * gnus-delay.el (gnus-delay-article):
8031         * gnus-sum.el (gnus-thread-latest-date):
8032         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8033         * nnspool.el (nnspool-request-newgroups):
8034         Use gnus-float-time rather than time-to-seconds.
8035         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8036
8037         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8038         (gnus-header-subject-face, gnus-header-newsgroups-face)
8039         (gnus-header-name-face, gnus-header-content-face):
8040         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8041         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8042         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8043         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8044         (gnus-cite-face-11):
8045         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8046         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8047         (gnus-server-closed-face, gnus-server-denied-face)
8048         (gnus-server-offline-face):
8049         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8050         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8051         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8052         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8053         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8054         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8055         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8056         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8057         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8058         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8059         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8060         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8061         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8062         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8063         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8064         (gnus-summary-high-undownloaded-face)
8065         (gnus-summary-low-undownloaded-face)
8066         (gnus-summary-normal-undownloaded-face)
8067         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8068         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8069         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8070         (gnus-splash-face):
8071         * message.el (message-header-to-face, message-header-cc-face)
8072         (message-header-subject-face, message-header-newsgroups-face)
8073         (message-header-other-face, message-header-name-face)
8074         (message-header-xheader-face, message-separator-face)
8075         (message-cited-text-face, message-mml-face):
8076         * sieve-mode.el (sieve-control-commands-face)
8077         (sieve-action-commands-face, sieve-test-commands-face)
8078         (sieve-tagged-arguments-face):
8079         * spam.el (spam-face):
8080         Mark face aliases with "-face" in the name as obsolete.
8081
8082 2009-09-01  Glenn Morris  <rgm@gnu.org>
8083
8084         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8085         than goto-line.
8086
8087 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8090         Don't move point if the command is invoked inside the message header.
8091
8092 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8093
8094         * imap.el (imap-send-command): Simplify.
8095         (imap-wait-for-tag): point-max -> buffer-size.
8096
8097 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8098
8099         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8100         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8101         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8102         * nnir.el (nnir-swish-e-index-file):
8103         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8104         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8105         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8106         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8107         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8108         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8109
8110 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8113         Don't save excursion.
8114
8115 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8116
8117         * nnheader.el (nnheader-find-file-noselect):
8118         * mm-util.el (mm-insert-file-contents):
8119         Use (default-value 'major-mode) instead of default-major-mode.
8120
8121 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8122
8123         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8124
8125 2009-08-26  Glenn Morris  <rgm@gnu.org>
8126
8127         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8128         than placing in files.el.
8129
8130 2009-08-25  Glenn Morris  <rgm@gnu.org>
8131
8132         * nnir.el (top-level): Don't require cl at run-time.
8133         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8134         Replace cl-function substitute with gnus-replace-in-string.
8135         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8136         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8137         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8138         simplified expansions.
8139
8140 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8141
8142         * dig.el (dig): Add autoload cookie.
8143
8144 2009-08-22  Glenn Morris  <rgm@gnu.org>
8145
8146         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8147         goto-line.
8148
8149 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8150
8151         * parse-time.el (parse-time-string-chars): Save match data.
8152
8153 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8154
8155         * parse-time.el (parse-time-string-chars): Compute using character
8156         classes, to handle non-ascii characters (Bug#3190).
8157
8158 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8161
8162         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8163         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8164         (gnus-mm-display-part, gnus-mime-display-single)
8165         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8166         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8167
8168         * gnus-sum.el
8169         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8170         (gnus-summary-move-article): Add expirable mark to articles copied or
8171         moved to group that has auto-expire turned on if the option is non-nil.
8172
8173 2009-07-24  Glenn Morris  <rgm@gnu.org>
8174
8175         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8176         Fix typo.  (Bug#3903)
8177
8178 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8181         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8182         that should not be used for draft articles.
8183         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8184         that has no concern in minor mode keys.
8185         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8186         Abolish.
8187
8188 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8191         article without making inquiry to a user for unknown encoding.
8192
8193         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8194         (nnmaildir--scan): Assume i-node and device number that file-attributes
8195         returns might be cons-cell.
8196
8197         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8198
8199         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8200
8201 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8202
8203         * auth-source.el: Remove docs now in auth.texi.  Don't use
8204         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8205         `auth-source-hide-passwords' and use them.
8206
8207 2009-07-15  Glenn Morris  <rgm@gnu.org>
8208
8209         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8210
8211 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8214         excessive whitespace from the default values of title and description.
8215
8216 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8219         mail-fetch-field to fetch Content-Description header in order to
8220         exclude newlines.
8221
8222 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8223
8224         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8225         format used by GnuPG 2.0.11.
8226
8227 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8230         to deleted part.
8231
8232 2009-05-30  David Engster  <dengste@eml.cc>
8233
8234         * nnmairix.el: Remove old documentation in the commentary block.
8235         (nnmairix-request-group): Do not update active file for nnml back ends.
8236         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8237         end so that overview files are ignored.
8238         (nnmairix-update-groups): Make updating the groups more robust by using
8239         marks.
8240         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8241         with dollar characters in message-id.
8242
8243 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8246         2008-12-25 in dns.el.
8247
8248 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8249
8250         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8251         could happen if the text is only composed of spaces and/or tabs.
8252
8253 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8254
8255         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8256         when sending a queued message to avoid extra mml tags.
8257
8258 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8261
8262 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8265         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8266         rmail-toggle-header for XEmacs;
8267         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8268
8269 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * gnus-dired.el: Remove autoload for gnus-setup-message.
8272         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8273         displaying Gnus logo; always use compose-mail.
8274
8275 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8276
8277         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8278
8279 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8282         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8283         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8284         available.
8285         (gnus-nocem-epg-verify): New function.
8286
8287 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8290
8291 2009-02-15  Glenn Morris  <rgm@gnu.org>
8292
8293         * gnus-util.el (rmail-insert-rmail-file-header)
8294         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8295         autoloads.
8296         (rmail-default-rmail-file): Remove unnecessary declaration.
8297         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8298
8299 2009-02-14  Glenn Morris  <rgm@gnu.org>
8300
8301         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8302         variable (only used in gnus-util, which declares it anyway).
8303         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8304         which was only needed by gnus-art (changed to not use it any more).
8305         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8306         only used in gnus-util, which autoloads it itself.
8307         (rmail-update-summary): Fix autoload.
8308
8309         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8310         rather than rmail-output-to-rmail-file.
8311
8312 2009-02-07  Glenn Morris  <rgm@gnu.org>
8313
8314         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8315         autoload of function that no longer exists.
8316         (rmail-toggle-header): Declare.
8317         (message-forward-rmail-make-body): Handle mbox Rmail.
8318
8319 2009-01-31  Glenn Morris  <rgm@gnu.org>
8320
8321         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8322         2009-01-09 change.
8323
8324 2009-01-31  Dave Love  <fx@gnu.org>
8325
8326         * imap.el (imap-fetch-safe): Bind debug-on-error.
8327         (imap-debug): Add imap-fetch-safe.
8328
8329 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8330
8331         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8332         (auth-source-forget-all-cached): New convenience function.
8333         (auth-source-user-or-password): Accept list of modes or a single mode.
8334
8335         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8336         auth-source modes.
8337
8338         * netrc.el (netrc-machine-user-or-password): Use list of
8339         auth-source modes.
8340
8341         * nnimap.el (nnimap-open-connection): Use list of
8342         auth-source modes.
8343
8344         * nntp.el (nntp-send-authinfo): Use list of
8345         auth-source modes.
8346
8347 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8348
8349         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8350         now.
8351
8352 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8355         coding system in XEmacs; add a workaround for XEmacs.
8356
8357         * lpath.el: Fbind coding-system-aliasee.
8358
8359 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8362         of current-language-environment.
8363
8364 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8367         available at runtime.
8368
8369 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8372
8373 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8374
8375         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8376         the greatest positive fixnum value doesn't work under an XEmacs with
8377         bignum support; use the most-positive-fixnum constant instead,
8378         available since Emacs 21.1 with cl and XEmacs 21.1.
8379
8380 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8383         XEmacs gets not to work.
8384
8385 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * mm-util.el (mm-coding-system-priorities): Allow the value like
8388         "Japanese (UTF-8)" of current-language-environment.
8389
8390 2009-01-09  Glenn Morris  <rgm@gnu.org>
8391
8392         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8393         with last-command-event.
8394
8395 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8398         in the doc string.
8399
8400         * message.el (message-fix-before-sending): Amend comment.
8401
8402 2009-01-08  Dave Love  <fx@gnu.org>
8403
8404         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8405
8406 2009-01-07  David Engster  <dengste@eml.cc>
8407
8408         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8409         simplified server definitions by converting it via
8410         gnus-server-to-method.
8411
8412 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8415         parameter's operands.
8416
8417 2009-01-06  David Engster  <dengste@eml.cc>
8418
8419         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8420         primary select method (for gnus-group-mark-article-as-read).
8421
8422 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8423
8424         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8425         `(gnus)Face', not `(gnus)X-Face'.
8426
8427 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * mm-util.el (mm-ucs-to-char): New function.
8430
8431         * mm-url.el (mm-url-decode-entities): Use it.
8432
8433         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8434         unicode-to-char.
8435
8436 2009-01-05  Dave Love  <fx@gnu.org>
8437
8438         * time-date.el: Require cl for `declare'.
8439
8440 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8443         Dave Love.
8444
8445 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8446
8447         * message.el (message-fix-before-sending): Add `eight-bit' to
8448         illegible-text check.
8449
8450 2009-01-03  Michael Olson  <mwolson@gnu.org>
8451
8452         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8453         `headers' is nil.  This can occur if the IMAP server does not have
8454         permissions to read messages from a folder, but can write new messages
8455         to the folder.
8456         (nnimap-request-article-part): Do not insert `data' if it is nil.
8457
8458         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8459         characters which will confuse `read', so skip past them.
8460
8461 2009-01-01  Dave Love  <fx@gnu.org>
8462
8463         * imap.el (imap-string-to-integer): Fix typo.
8464         (imap-fetch-safe): New function.
8465         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8466
8467         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8468
8469         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8470         (imap-parse-greeting): Fix doc strings.
8471         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8472         (imap-parse-flag-list): Make messages unique.
8473         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8474
8475         * nnimap.el: Fix author email.
8476         (nnimap-split-rule): Add FIXME comment.
8477         (nnimap-debug): Fix doc string.
8478
8479 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8482
8483 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8486         nslookup if resolv.conf isn't available.
8487         (dns-query): Rename from query-dns.
8488         (dns-query-cached): Rename from query-dns-cached.
8489
8490 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8493         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8494         to check if those variables exist (first appeared in Emacs 18.50).
8495
8496 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * mm-util.el (mm-line-number-at-pos): New function.
8499
8500         * spam-report.el (spam-report-process-queue): Use it.
8501
8502 2008-12-24  David Engster  <dengste@eml.cc>
8503
8504         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8505         parameters that haven't existed as variables as buffer-local variables.
8506
8507 2008-12-23  Dave Love  <fx@gnu.org>
8508
8509         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8510         cadar.
8511
8512         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8513         imap-starttls-p.
8514         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8515
8516 2008-12-22  Dave Love  <fx@gnu.org>
8517
8518         * imap.el: Fix author email.  Doc fixes.
8519         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8520         reply.
8521
8522 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8523
8524         * spam-report.el (spam-report-gmane-max-requests): New constant.
8525         (spam-report-gmane-wait): New variable.
8526         (spam-report-gmane-ham, spam-report-gmane-spam)
8527         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8528         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8529         the server.
8530
8531         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8532         Add explanations.
8533
8534         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8535         nnheader-accept-process-output and nnheader-read-timeout if available.
8536         (pop3-movemail): Use it.
8537
8538         * message.el (message-check-news-body-syntax): Fix signature check if
8539         there's an attachment.
8540
8541 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8542
8543         * mm-util.el: Add comments to the mm- emulating functions.
8544
8545 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8546
8547         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8548         Reported by Stephen Berman <stephen.berman@gmx.net>.
8549
8550 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8551
8552         * mm-util.el (mm-substring-no-properties): New function.
8553         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8554         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8555         (mm-string-to-multibyte): Doc fix.
8556
8557         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8558
8559 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8560
8561         * mml.el (mml-attach-file): Strip text properties from file name.
8562         (Bug#1574)
8563
8564 2008-12-16  Glenn Morris  <rgm@gnu.org>
8565
8566         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8567
8568 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8571         knows since the charset specified might be a bogus alias that
8572         mm-charset-synonym-alist provides.
8573
8574 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8577         "ISO_8859-1".
8578
8579         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8580
8581 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * mm-util.el (mm-charset-eval-alist):
8584         Define it before mm-charset-to-coding-system.
8585         (mm-charset-to-coding-system): Add optional argument `silent';
8586         define it before mm-charset-override-alist.
8587         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8588         default value if it can be used in Emacs currently running;
8589         silence mm-charset-to-coding-system.
8590
8591 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8594         `allow-override' which says whether to use `mm-charset-override-alist'.
8595         (rfc2047-decode-encoded-words): Use it.
8596
8597         * mm-util.el (mm-charset-override-alist): Fix custom type;
8598         add `(gb2312 . gbk)' to choices.
8599
8600 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8603         fast.
8604
8605         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8606
8607         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8608
8609 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8610
8611         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8612         on links.
8613
8614         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8615
8616 2008-12-03  Lute Kamstra  <lute@gnu.org>
8617
8618         * sha1.el: Remove leading * from docstrings of defcustoms,
8619         deffaces, defconsts and defuns.
8620
8621 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8624         users' addresses that don't have domain parts.
8625         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8626         rather than message-narrow-to-head since there will be the message
8627         header separator.
8628
8629 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8630
8631         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8632         since the result is inserted in a unibyte buffer anyway.
8633         (nnimap-demule-use-string-to-multibyte): Remove.
8634         (nnimap-demule): Alias it to mm-string-to-multibyte.
8635
8636 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8639         variable for debugging bug#464 and bug#1174.
8640         (nnimap-demule): Use it.
8641
8642 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8645         score calculation correctly.
8646
8647 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8648
8649         * message.el (message-send-mail): Just set the buffer to unibyte
8650         rather than use mm-with-unibyte-current-buffer which does a lot more.
8651         (message-send-mail-partially): Don't bother with
8652         mm-with-unibyte-current-buffer since it's already been made unibyte by
8653         message-send-mail.
8654
8655 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8656
8657         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8658
8659 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8660
8661         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8662
8663 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8666         require itself and to remove `with-no-warnings'.
8667
8668 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8669
8670         * starttls.el (starttls-any-program-available): Get the name of the
8671         available TLS layer program.
8672         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8673         well as the host name in the "opening" message.
8674
8675         * auth-source.el (auth-source-cache, auth-source-do-cache)
8676         (auth-source-user-or-password): Cache passwords and logins by default,
8677         allow override with `auth-source-do-cache'.
8678         (auth-source-forget-user-or-password): Allow users to remove cache
8679         entries if needed.
8680
8681 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8682
8683         * md4.el (md4-buffer): Fix typo in docstring.
8684         (md4, md4-64): Doc fixes.
8685         (md4-pack-int32): Reflow docstring.
8686
8687 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8688
8689         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8690         condition-case to only the forward-sexp call.
8691
8692 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8693
8694         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8695         quotes contained.  Make it more robust regardless by an extra
8696         condition-case wrapper.
8697
8698 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8701
8702 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * nnml.el (nnml-request-expire-articles): Check if the function set to
8705         `nnmail-expiry-target' returns the symbol `delete'.
8706
8707         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8708
8709         * nnmail.el (nnmail-expiry-target): Fix custom type.
8710
8711 2008-10-02  Glenn Morris  <rgm@gnu.org>
8712
8713         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8714         Silence compiler warning.
8715
8716 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8717
8718         * tls.el (open-tls-stream): Show the actual command being
8719         executed, instead of the format string.
8720
8721 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * lpath.el: Fbind codepage-setup for Emacs 23.
8724
8725 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8726
8727         * mml.el (mml-menu): Don't assume mml2015 is bound.
8728
8729 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8732         exists.
8733
8734 2008-09-27  Glenn Morris  <rgm@gnu.org>
8735
8736         * gnus-util.el (mail-header-remove-comments): Autoload it.
8737
8738 2008-09-27  Andreas Schwab  <schwab@suse.de>
8739
8740         * gnus-util.el (gnus-split-references): Strip comments.
8741         (gnus-parent-id): Likewise.
8742
8743 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * message.el (message-confirm-send): Fix version.
8746
8747 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * message.el (message-idna-to-ascii-rhs-1): Use
8750         mail-extract-address-components rather than mail-header-parse-addresses
8751         that is an alias by default to ietf-drums-parse-addresses that does not
8752         support non-ASCII names in headers' contents.
8753
8754 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8755
8756         * message.el (message-confirm-send): Fix variable documentation to
8757         avoid the "y/n" wording.
8758
8759 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8760
8761         * message.el (message-set-auto-save-file-name): Save to a different
8762         filename so multiple messages (especially drafts) can be recovered.
8763
8764 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8765
8766         * message.el (message-confirm-send): Add appropriate version.
8767
8768 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8769
8770         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8771         defvar.
8772
8773 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8774
8775         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8776         (mm-pkcs7-enveloped-magic): Ditto.
8777
8778 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8779
8780         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8781         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8782
8783 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8784
8785         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8786         default, it's better.
8787
8788 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8789
8790         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8791         summary line gnus-number property and ignore them (with a warning
8792         message).
8793
8794 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8797         macro caddr in the interactive form since it won't be expanded.
8798
8799 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8802         `charset'; fix name of function called recursively.
8803         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8804
8805 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8808         (gnus-mime-set-charset-parameters): New function.
8809         (gnus-mime-view-part-as-charset): Use it to correctly display part
8810         specifying wrong charset.
8811
8812 2008-09-08  David Engster  <dengste@eml.cc>
8813
8814         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8815         in completing-read for back end server.
8816
8817 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8818
8819         * message.el (message-confirm-send): New variable to confirm sending a
8820         message.
8821         (message-send): Use it.
8822
8823 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8824
8825         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8826
8827 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8830
8831 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8832
8833         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8834         prevent tracking too many groups.
8835         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8836         Use it.
8837
8838 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8839
8840         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8841         moving point to the bottom of the window in order to avoid recentering.
8842
8843 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8846
8847         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8848         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8849         (gnus-article-beginning-of-window): Fix calculation.
8850
8851 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8852
8853         * gnus-msg.el (gnus-summary-supersede-article)
8854         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8855         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8856         message header.
8857
8858 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8859
8860         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8861         pending output coming after the status change.
8862
8863 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8864
8865         * message.el:
8866         * gnus-start.el:
8867         * gnus-registry.el: Remove VMS support.
8868
8869 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8872         macro.
8873         (rfc2104-hash): Use it.
8874
8875 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8876
8877         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8878         (gnus-summary-sort-by-most-recent-date): New commands.
8879         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8880         and menu entries.
8881
8882 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8885         don't redisplay article for raw contents; remove plural articles stuff.
8886
8887         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8888         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8889         on gnus-summary-save-article; display results properly.
8890
8891 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * lpath.el: No need to fbind ns-focus-frame.
8894
8895 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8898
8899 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * gnus-art.el (gnus-summary-save-in-pipe):
8902         Consider gnus-save-all-headers.
8903
8904 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8905
8906         * gnus-util.el (ns-focus-frame): Remove declaration.
8907         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8908         like x.
8909
8910 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8911
8912         * rfc2104.el (rfc2104-zero): Delete defconst.
8913         (rfc2104-hex-alist): Likewise.
8914         (rfc2104-hex-to-int): Delete func.
8915         (rfc2104-hexstring-to-bitstring): Likewise.
8916         (rfc2104-nybbles): New defconst.
8917         (rfc2104-hash): Rewrite for speed.
8918
8919 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * tls.el (open-tls-stream): Make it work with the 2nd argument
8922         BUFFER that is a string but does not exist as a buffer object, as
8923         mentioned in the doc-string.
8924
8925 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8928         SXEmacs.
8929
8930 2008-07-16  Glenn Morris  <rgm@gnu.org>
8931
8932         * gnus-util.el (ns-focus-frame): Declare for compiler.
8933
8934 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8937         set as a group parameter.
8938         (gnus-summary-save-in-pipe): Work when it is called independently.
8939         (gnus-summary-pipe-to-muttprint): Don't modify
8940         gnus-summary-pipe-output-default-command.
8941
8942 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8943
8944         * message.el (message-send-mail-with-sendmail):
8945         Display the error message.
8946
8947 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-art.el (gnus-default-article-saver):
8950         Add gnus-summary-save-in-pipe to choices.
8951         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8952         gnus-summary-pipe-output-default-command as the default command.
8953         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8954         instead of gnus-last-shell-command.
8955
8956         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8957         New user option.
8958         (gnus-summary-muttprint-program): Mention the value will be changed.
8959         (gnus-summary-save-article): Force showing of all headers.
8960         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8961
8962 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8963
8964         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8965
8966 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8967
8968         * nnimap.el (nnimap-id):
8969         * sieve-manage.el (sieve-manage-open): Doc fixes.
8970
8971 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8972
8973         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8974         if available.
8975
8976 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8977
8978         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8979
8980         * nnkiboze.el (nnkiboze-generate-group):
8981         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8982
8983         * nnmairix.el: Require CL.
8984
8985 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * dgnushack.el: Autoload get-display-table and put-display-table for
8988         XEmacs 21.5.
8989
8990         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8991         21.4 and SXEmacs.
8992
8993 2008-06-15  David Engster  <dengste@eml.cc>
8994
8995         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8996
8997 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8998
8999         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9000         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9001         runtime choice under XEmacs.
9002
9003         * gnus-sum.el (gnus-summary-set-display-table):
9004         Use `gnus-put-display-table', `gnus-get-display-table',
9005         `gnus-set-display-table' for the display table, instead of `aset'.
9006
9007         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
9008         Use `gnus-put-display-table', `gnus-get-display-table',
9009         `gnus-set-display-table' for the display table.
9010
9011 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9012
9013         * nnmairix.el: Add autoloads.
9014
9015 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9016
9017         * nnmairix.el (nnmairix-delete-recreate-group)
9018         (nnmairix-update-and-clear-marks): Fix error messages.
9019
9020 2008-06-14  David Engster  <dengste@eml.cc>
9021
9022         * nnmairix.el: Upgrade to version 0.6.
9023         (nnmairix-group-toggle-propmarks-this-group)
9024         (nnmairix-group-toggle-readmarks-this-group)
9025         (nnmairix-group-delete-recreate-this-group)
9026         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9027         (nnmairix-remove-tick-mark-original-article): New commands.
9028         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9029         (nnmairix-propagate-marks-to-nnmairix-groups)
9030         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9031         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9032         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9033         functions needed for marks propagation and manipulation of read marks.
9034         (nnmairix-update-groups): New function.
9035         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9036         (nnmairix-determine-original-group-from-registry)
9037         (nnmairix-determine-original-group-from-path)
9038         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9039         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9040         New helper functions.
9041         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9042         keystrokes for new commands.
9043         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9044         (nnmairix-request-group): Check allow-fast group parameter.
9045         (nnmairix-request-create-group): Set allow-fast group parameter if
9046         nnmairix-allowfast-default is set.
9047         (nnmairix-close-group): Propagate marks upon closing if needed.
9048         (nnmairix-group-toggle-threads-this-group): Use new.
9049         nnmairix-group-toggle-parameter helper function.
9050         (nnmairix-search): Better check for empty search result.
9051         (nnmairix-goto-original-article): Use new helper functions for
9052         determining original article.
9053         (nnmairix-show-original-article): Make sure message-id is in brackets.
9054         (nnmairix-call-mairix-binary): Change variable name.
9055         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9056         helper function.
9057         (nnmairix-widget-toggle-activate): Fix doc string.
9058
9059 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * nnir.el: Require edmacro when compiling with XEmacs.
9062         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9063         available in Emacs 21.
9064
9065 2008-06-11  Glenn Morris  <rgm@gnu.org>
9066
9067         * gnus-util.el (x-focus-frame):
9068         * gnus.el (image-size):
9069         * mm-decode.el (image-size): Declare.
9070
9071         * gnus-picon.el (declare-function): Add compat definition.
9072         (image-size): Declare.
9073
9074         * gnus-group.el (tool-bar-map):
9075         * gnus-sum.el (tool-bar-map): Define for compiler.
9076
9077         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9078
9079         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9080
9081         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9082         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9083         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9084         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9085         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9086         * sieve-manage.el, spam-report.el, spam.el:
9087         Remove unnecessary eval-and-compile of autoloads.
9088
9089 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9090
9091         * auth-source.el: Precise Tramp doc.
9092
9093 2008-06-07  Glenn Morris  <rgm@gnu.org>
9094
9095         * nnmairix.el: Remove unnecessary eval-when-compile.
9096
9097 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * lpath.el: Fbind propertize for XEmacs 21.4.
9100
9101 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * nnir.el: Move here from ../contrib.
9104
9105 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9106
9107         * gnus-util.el (gnus-read-shell-command): New function.
9108         * mm-decode.el (mm-pipe-part):
9109         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9110
9111 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9114
9115 2008-06-03  Glenn Morris  <rgm@gnu.org>
9116
9117         * pop3.el (nnheader-accept-process-output): Autoload it.
9118
9119 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9122         are not 2-digit hexadecimal characters that follow `%'s.
9123
9124 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9125
9126         * message.el (message-bogus-recipient-p): Fix type in doc string.
9127         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9128         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9129         Improve custom options.
9130         (message-bogus-recipient-p): Adjust accordingly.
9131
9132 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9133
9134         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9135         long-form month and day names.
9136
9137 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * dgnushack.el: Autoload debug, eudc-expand-inline and
9140         pgg-snarf-keys-region for XEmacs.
9141
9142         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9143
9144         * nnmairix.el: Require edmacro when compiling with XEmacs.
9145
9146 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9149         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9150
9151 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9152
9153         * auth-source.el: Add more docs.
9154
9155         * netrc.el (netrc-machine): Always match if the port is not given.
9156
9157 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9160         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9161         retrieval faster in some cases, but might make CPU usage larger.
9162         If this has any bad side effects, we might revert this change.
9163
9164         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9165         seems to make mail retrieval much, much faster.
9166         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9167         unconditionally.
9168
9169         * gnus-draft.el (gnus-group-send-queue):
9170         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9171
9172 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9173
9174         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9175
9176         * message.el (message-bogus-address-regexp): Fix and improve custom
9177         type.
9178         (message-setup-hook): Add message-check-recipients as custom option.
9179
9180 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * message.el (message-cite-function): Remove bogus autoload which crept
9183         in during merge from v5-10.
9184
9185 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9186
9187         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9188
9189         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9190
9191         * auth-source.el: Preliminary Tramp docs.
9192         (auth-sources): Change the default auth-sources to use
9193         EPA .gpg files.
9194
9195 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9196
9197         * nntp.el: Autoload `auth-source-user-or-password'.
9198         (nntp-send-authinfo): Use it.
9199
9200         * nnimap.el: Autoload `auth-source-user-or-password'.
9201         (nnimap-open-connection): Use it.
9202
9203         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9204         for the gnus-message function.
9205         (auth-source-user-or-password): Use it.
9206
9207 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9208
9209         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9210         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9211         (rfc2104-hash): Use it.
9212
9213 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9214
9215         * gnus-art.el (gnus-article-toggle-truncate-lines):
9216         Don't use `iff' in docstring.
9217
9218 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9219
9220         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9221
9222         * gnus-util.el (gnus-extract-address-component-name)
9223         (gnus-extract-address-component-email): Convenience functions around
9224         `gnus-extract-address-components'.
9225
9226         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9227         Use `gnus-extract-address-component-email' to fix bug of comparing full
9228         sender name to `user-mail-address'.
9229
9230 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9231
9232         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9233         catch/throw to optimize.
9234         (gnus-registry-find-keywords): Just use member to find a keyword.
9235
9236 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9237
9238         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9239         is current before calling gnus-server-prepare.
9240         (gnus-server-setup-buffer, gnus-server-update-server)
9241         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9242
9243 2008-05-04  Juri Linkov  <juri@jurta.org>
9244
9245         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9246         (mailcap-file-default-commands): Use mailcap-replace-in-string
9247         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9248         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9249
9250 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9251
9252         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9253
9254 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9255
9256         * gnus.el: Bump version to 0.11.
9257
9258 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9259
9260         * gnus.el: No Gnus v0.10 is released.
9261
9262 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9263
9264         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9265         hooks.
9266         (gnus-update-read-articles): Speed up non-marks-using users.
9267         (gnus-use-marks): Define gnus-use-marks.
9268         (gnus-propagate-marks): Rename variable to something more sensible.
9269
9270 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9271
9272         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9273         (gmm-image-load-path-for-library): Fix typos in docstrings.
9274         (gmm-message): Reflow docstring.
9275
9276 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9277
9278         * mail-source.el (mail-source-set-1, mail-source-bind):
9279         Move auth-source code out of the macro to clean it up and fix bugs.
9280
9281 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9282
9283         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9284         by sender if it's equal to user-mail-address, it's likely to be
9285         useless.
9286
9287         * mail-source.el (mail-source-bind): Don't use user or password if they
9288         are not bound.  Unintern them if they are nil.  Don't use server unless
9289         it's bound, and default it to empty string otherwise.
9290
9291 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9292
9293         * mail-source.el: Load auth-source.el.
9294         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9295         get user name or password, if auth-sources is set up.
9296
9297         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9298         strategy of splitting with parent.
9299         (gnus-registry-split-fancy-with-parent)
9300         (gnus-registry-post-process-groups): Use it and fix prior
9301         bug (returning a list as the split result).
9302
9303         * auth-source.el (auth-sources): Remove server parameter.
9304         (auth-source-pick, auth-source-user-or-password)
9305         (auth-source-user-or-password-imap)
9306         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9307         (auth-source-user-or-password-sftp)
9308         (auth-source-user-or-password-smtp): Remove server parameter.
9309
9310 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9311
9312         * smime.el (smime-sign-region, smime-encrypt-region)
9313         (smime-decrypt-region):
9314         Remove redundant calls to `generate-new-buffer-name'.
9315
9316 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9317
9318         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9319         Don't use QP for message/rfc822.
9320         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9321
9322 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9323
9324         * sieve-manage.el (sieve-string-bytes): Remove.
9325         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9326         correct byte-length only if the process's coding-system is the same as
9327         the one used internally by Emacs to represent strings.
9328
9329 2008-04-22  Juri Linkov  <juri@jurta.org>
9330
9331         * mailcap.el (mailcap-file-default-commands): New function.
9332
9333 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * message.el (message-signature-separator, message-cite-function):
9336         Change custom version.
9337
9338 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9339
9340         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9341         commands.
9342         (tls-checktrust): Ditto.
9343
9344 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * mm-decode.el (mm-display-external): Make temp file read-only.
9347
9348 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9351         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9352         `C-c C-f d'.
9353
9354 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9355
9356         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9357
9358 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9359
9360         * gnus.el: Bump version to 0.9.
9361
9362 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * gnus.el: No Gnus v0.8 is released.
9365
9366 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9367
9368         * mail-source.el (mail-source-value):
9369         Prefer fboundp to functionp so it works with macros as well.
9370
9371 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9372
9373         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9374         Fix last change in case the element is not even a symbol.
9375
9376 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9377
9378         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9379         Prefer fboundp to functionp so it works with macros as well.
9380
9381 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9382
9383         * auth-source.el: Add docs.
9384         (auth-sources): Modify format to support server.
9385         (auth-source-pick, auth-source-user-or-password)
9386         (auth-source-user-or-password-imap)
9387         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9388         (auth-source-user-or-password-sftp)
9389         (auth-source-user-or-password-smtp): Add server parameter.
9390
9391 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9392
9393         * gnus-registry.el: Initialize the registry when gnus-registry-install
9394         is t.
9395
9396 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * compface.el (uncompface): Make buffer unibyte.
9399
9400 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9401
9402         * mail-source.el (mail-source-value):
9403         Prefer fboundp to functionp so it works with macros as well.
9404
9405 2008-04-05  Glenn Morris  <rgm@gnu.org>
9406
9407         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9408
9409 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9410
9411         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9412         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9413
9414         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9415         multibyteness after rather than before erasing it.
9416
9417         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9418         mm-with-multibyte.
9419         (gnus-request-article-this-buffer): Make sure the proper decoding is
9420         used if gnus-original-article-buffer happens to be unibyte.
9421
9422         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9423         default-enable-multibyte-characters.
9424
9425         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9426         default-enable-multibyte-characters.
9427
9428         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9429
9430         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9431
9432 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9433
9434         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9435         Fix last change in case the element is not even a symbol.
9436
9437 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9438
9439         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9440         (imap-message-copyuid-1): Use it.
9441         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9442         J. Williams in
9443         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9444
9445         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9446         imap-enable-exchange-bug-workaround.
9447         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9448
9449 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9450
9451         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9452         a 100 byte status-checks into a 2-3MB transfer for each group.
9453         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9454         to enable bug workaround or not.
9455         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9456
9457 2008-03-31  Glenn Morris  <rgm@gnu.org>
9458
9459         * message.el (mml2015-use): Declare for compiler.
9460         (message-info): Require mml2015 when appropriate.
9461
9462 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9465         whitespace.
9466
9467 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9468
9469         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9470         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9471         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9472         (nntp-service-to-port): New function.
9473         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9474         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9475         (nntp-open-netcat-stream): New function.
9476         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9477
9478 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9479
9480         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9481
9482 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9483
9484         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9485
9486 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9487
9488         * dns.el (dns-write): Use set-buffer-multibyte.
9489
9490 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9491
9492         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9493
9494 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9495
9496         * message.el (message-signature-separator): Change default.
9497         Improve custom type.
9498         (message-cite-function): Change default to
9499         message-cite-original-without-signature.
9500
9501         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9502         toggle.
9503
9504         * message.el (message-check-news-body-syntax): Fix signature check.
9505         (message-setup-1): Mark buffer as unmodified _after_ running
9506         message-setup-hook and handling message-alternative-emails.
9507         (message-shorten-references): Be more strict when building list of
9508         valid references to comply with GNKSA.
9509
9510         * gnus-group.el (gnus-read-ephemeral-bug-group)
9511         (gnus-read-ephemeral-debian-bug-group)
9512         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9513
9514         * message.el (message-info): Don't use booleanp which isn't supported
9515         in Emacs 21 and XEmacs.
9516
9517 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9520         gnus-group-gmane-group-download-format.
9521         (gnus-group-read-ephemeral-gmane-group): Rename from
9522         gnus-group-read-ephemeral-gmane-group.
9523         (gnus-read-ephemeral-gmane-group-url): Rename from
9524         gnus-group-read-ephemeral-gmane-group-url.
9525         (gnus-bug-group-download-format-alist): New variable.
9526         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9527         (gnus-read-ephemeral-emacs-bug-group): New commands.
9528
9529 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9530
9531         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9532         (gnus-visible-headers): Improve custom type.
9533
9534 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * mml.el (mml-menu): Add workarounds for XEmacs.
9537
9538         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9539         X-Boundary header.
9540
9541         * message.el (message-simplify-recipients): Fix previous commit.
9542
9543 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9544
9545         * mm-util.el (mm-set-buffer-multibyte): New function.
9546         * mm-decode.el (mm-copy-to-buffer): Use it.
9547
9548         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9549         Prefer fboundp to functionp so it works with macros as well.
9550
9551 2008-03-19  Glenn Morris  <rgm@gnu.org>
9552
9553         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9554         Accidentally removed in the sync process with Emacs.
9555
9556 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * message.el (message-alter-recipients-discard-bogus-full-name):
9559         New function.
9560         (message-alter-recipients-function): New variable.
9561         (message-get-reply-headers): Use it.
9562         (message-replace-header): New helper function.
9563         (message-recipients-without-full-name): New variable.
9564         (message-simplify-recipients): New command.
9565
9566         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9567
9568         * message.el (message-info): Handle EasyPG manual.
9569
9570         * mml.el (mml-menu): Add entry for EasyPG.
9571
9572 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9573
9574         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9575         parameter.
9576
9577         * message.el (message-disassociate-draft): Specify drafts group name
9578         fully.
9579
9580 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9581
9582         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9583         Eliminate unnecessary duplicates from the match list.
9584
9585 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9588
9589         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9590
9591         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9592         args of `how-many' of which the XEmacs version doesn't take; declare
9593         Info-index-next as function.
9594
9595 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9596
9597         * gnus-score.el (gnus-score-headers): Fix handling of
9598         gnus-inhibit-slow-scoring.
9599
9600         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9601         string.
9602         (gnus-button-url-regexp): Improve handling of parenthesis.
9603         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9604         (gnus-button-handle-info-keystrokes): Handle index entries.
9605
9606 2008-03-15  Glenn Morris  <rgm@gnu.org>
9607
9608         * parse-time.el (parse-time-string): Simplify.
9609
9610 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9613         Incoming* files.
9614
9615 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9616
9617         * auth-source.el (auth-sources): Rename from auth-source-choices.
9618         (auth-source-pick): Use it.
9619
9620 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9621
9622         * binhex.el (binhex-decode-region-internal):
9623         * uudecode.el (uudecode-decode-region-internal):
9624         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9625         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9626         setting default-enable-multibyte-characters.
9627
9628 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9629
9630         * auth-source.el (auth-source-protocols)
9631         (auth-source-protocols-customize, auth-source-choices): Add and
9632         modified variable customizations and defaults.
9633         (auth-source-pick, auth-source-user-or-password)
9634         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9635         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9636         (auth-source-user-or-password-sftp)
9637         (auth-source-user-or-password-smtp): Use new variables and provide an
9638         interface to netrc.el.
9639
9640 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9643         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9644         Make sure the nntp port to specify is a string.
9645
9646 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9647
9648         * nntp.el: Use with-current-buffer.
9649         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9650         dubious mm-with-unibyte-current-buffer.
9651         (nntp-with-open-group-function): New function extracted from
9652         nntp-with-open-group macro.
9653         (nntp-with-open-group): Use the function, so it's easier to debug.
9654         Add indentation and debugging info.
9655         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9656         Recommend the use of the netcat alternatives.
9657
9658         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9659         Avoid mm-string-as-multibyte as well.
9660
9661         * nnweb.el (nnweb-insert-html):
9662         Remove use of nnheader-string-as-multibyte.
9663
9664         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9665         (nnheader-string-as-multibyte): Remove.
9666
9667         * mm-view.el: Use inhibit-read-only.
9668         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9669         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9670         or unibyte-string.
9671
9672         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9673         (mm-uu-yenc-extract): Use with-current-buffer.
9674
9675         * gnus-soup.el (gnus-soup-send-packet): Don't use
9676         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9677
9678         * nnmh.el: Use with-current-buffer.
9679         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9680         mm-string-as-multibyte on the output of mm-encode-coding-string.
9681
9682         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9683         (nnimap-request-move-article): Use with-current-buffer.
9684
9685         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9686         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9687         conversion uses string-make-unibyte rather than string-as-unibyte.
9688
9689         * gnus-msg.el: Use with-current-buffer.
9690
9691         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9692
9693 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9694
9695         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9696         string for caching if it is 'PIN.
9697
9698 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * lpath.el: Consider the case without Emacs/W3.
9701
9702 2008-03-08  Glenn Morris  <rgm@gnu.org>
9703
9704         * time-date.el (date-to-time, time-subtract, time-add)
9705         (safe-date-to-time): Doc fixes.
9706
9707 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * mail-source.el (mail-source-delete-old-incoming-confirm):
9710         Change default to nil.
9711         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9712
9713 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * lpath.el: Rearrange.
9716
9717         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9718         (gnus-article-goto-prev-page): Work for articles having ^L's.
9719
9720         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9721
9722         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9723
9724 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9725
9726         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9727         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9728         (gnus-bookmark-jump): Adjust some variable names.
9729
9730 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9731
9732         * auth-source.el: New package.
9733         (auth-source-choices): Add customization entry point variable.
9734
9735         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9736         bug.
9737
9738 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9739
9740         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9741         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9742         (gnus-registry-install-shortcuts): Rename from
9743         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9744         the `gnus-registry-mark-map' keymap dynamically from
9745         `gnus-registry-marks'.  The generated functions update the summary line
9746         when a registry mark is added or deleted, and will call
9747         `gnus-registry-install-p' (see the comments in the code).
9748         (gnus-registry-user-format-function-M): Use concat intelligently.
9749
9750         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9751         the registry mark functions.
9752
9753 2008-03-05  Glenn Morris  <rgm@gnu.org>
9754
9755         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9756         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9757         gnus-art.
9758         (top-level): No need to load own source when compiling.
9759
9760 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9763         Suggested by <chris.anderton@zetnet.co.uk>.
9764
9765 2008-03-04  Glenn Morris  <rgm@gnu.org>
9766
9767         * gnus-sum.el (top-level): No need to require gnus when compiling,
9768         since unconditionally required near start of file.
9769         (gnus-summary-display-while-building): Move definition before use.
9770
9771 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9772
9773         * gnus-registry.el (gnus-registry-user-format-function-M):
9774         Add formatting function.
9775
9776 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9777
9778         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9779         with plists.
9780         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9781         Use new format.
9782
9783 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9784
9785         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9786         `where-is-internal' that returns a range of key sequences.
9787
9788 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9789
9790         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9791
9792         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9793         (gnus-summary-jump-to-group): Consider windows on other displayed
9794         frames as well.  Similar changes might be needed elsewhere, but that's
9795         the one I've bumped into during my use.
9796
9797         * nndoc.el (nndoc-oe-dbx-type-p):
9798         * gnus-msg.el (gnus-debug):
9799         * gnus-group.el (gnus-update-group-mark-positions):
9800         Use mm-string-to-multibyte.
9801
9802 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9805         doesn't handle NotDashEscaped.
9806
9807         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9808         (mml-dnd-attach-options): Fix typo in custom choice.
9809
9810         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9811         Change nndoc-article-type to mbox.
9812         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9813
9814         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9815         to nil, instead of html2text.
9816
9817         * imap.el (imap-debug): Add `imap-ping-server'.
9818
9819         * gnus-bookmark.el: Add FIXMEs.
9820
9821         * message.el (message-form-letter-separator)
9822         (message-send-form-letter-delay): New variables.
9823         (message-send-form-letter): Use them.  New command to send form
9824         letters.  Requested by Uwe Siart.
9825         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9826
9827 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9828
9829         * Update copyright years.
9830
9831 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9832
9833         Sync from EMACS_22_BASE.
9834
9835         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9836
9837 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9838
9839         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9840         empty author.
9841
9842 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9843
9844         * gnus-registry.el (gnus-registry-marks): Add variable for
9845         customization of marks and their appearance.
9846         (gnus-registry-read-mark): Use it.
9847         (gnus-registry-do-marks): Add utility function to loop through
9848         `gnus-registry-marks'.
9849         (gnus-registry-install-shortcuts-and-menus): Add function to install
9850         shortcuts and menus.
9851         (gnus-registry-initialize): Use it.
9852         (gnus-registry-default-mark): Clarify documentation.
9853
9854 2008-02-29  Glenn Morris  <rgm@gnu.org>
9855
9856         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9857         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9858         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9859         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9860         Change defcustom :version from 23.0 to 23.1.
9861
9862 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9863
9864         * gnus-registry.el (gnus-registry-follow-group-p)
9865         (gnus-registry-post-process-groups): Add functions to aid registry
9866         splitting and improve logging.  Clarify behavior in function
9867         documentation.
9868         (gnus-registry-split-fancy-with-parent): Use them.
9869
9870 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9871
9872         * gnus-art.el: Use with-current-buffer.
9873
9874 2008-02-27  David Engster  <dengste@eml.cc>
9875
9876         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9877         Express real group name in the response.
9878
9879 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9882         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9883         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9884         autoload gnus-registry-fetch-group when compiling.
9885         (nnmairix-request-group-with-article-number-correction):
9886         Remove unreferenced argument passed to nnmairix-call-backend.
9887
9888 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9889
9890         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9891         (mm-uu-extract): Improve face for low color ttys.
9892         Reported by Sascha Wilde.
9893
9894 2008-02-27  Glenn Morris  <rgm@gnu.org>
9895
9896         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9897         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9898         variables to defconsts.  Convert comments to doc-strings.
9899         (nnmairix-last-server, nnmairix-current-server): Convert from free
9900         variables to defvars.  Convert comments to doc-strings.
9901         (gnus-registry-fetch-group): Autoload.
9902         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9903         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9904         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9905         caddr.
9906         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9907         nnmairix-request-group-with-article-number-correction call.
9908         (nnmairix-fast, nnmairix-group): New, less general names, for free
9909         variables passed from nnmairix-request-group to
9910         nnmairix-request-group-with-article-number-correction.  Declare.
9911         (nnmairix-request-group-with-article-number-correction):
9912         Use nnmairix-fast, nnmairix-group rather than fast, group.
9913
9914 2008-02-26  David Engster  <dengste@eml.cc>
9915
9916         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9917         version 0.5.
9918
9919 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9920
9921         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9922         instead of making an extra function call.  Don't add the current group
9923         to articles only when they have the group.  Use
9924         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9925         Reported by David <de_bb@arcor.de>.
9926
9927 2008-02-24  Miles Bader  <miles@gnu.org>
9928
9929         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9930         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9931         (mm-find-mime-charset-region):
9932         * mm-bodies.el (mm-encode-body):
9933         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9934
9935 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9936
9937         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9938         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9939
9940 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9941
9942         * mail-source.el (mail-source-delete-incoming): Change default.
9943         Supplement doc string.
9944
9945         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9946
9947 2008-02-14  Glenn Morris  <rgm@gnu.org>
9948
9949         * time-date.el (format-seconds): New function.
9950
9951 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9952
9953         * nnmail.el (nnmail-message-id-cache-file): Derive from
9954         `gnus-home-directory'.
9955
9956 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9959         Document negative prefix.
9960
9961         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9962
9963 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9964
9965         * message.el (message-unsent-separator): Add the Exim bounce
9966         separator.
9967
9968 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9969
9970         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9971         list.
9972         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9973         recipient/signer list.
9974
9975 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * Makefile.in (datarootdir): Define.
9978         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9979         name that might contain whitespace.
9980
9981 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9984         fbound (Emacs 23 unicode), signal an error.
9985
9986 2008-02-08  Glenn Morris  <rgm@gnu.org>
9987
9988         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9989
9990 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9991
9992         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9993         ports to the calls to `netrc-machine-user-or-password' in addition to
9994         "imap" and "imaps".
9995
9996 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9997
9998         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9999
10000         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10001
10002 2008-02-01  Kenichi Handa  <handa@m17n.org>
10003
10004         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10005         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10006         (rfc2104-hash): Convert the result of concat to unibyte string.
10007
10008 2008-02-01  Dave Love  <fx@gnu.org>
10009
10010         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10011         coding-system-for-read.
10012         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10013
10014 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10015
10016         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10017         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10018         <hanche@math.ntnu.no>.
10019
10020 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10023
10024         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10025
10026 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10027
10028         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10029         * message.el (message-beginning-of-line): Use featurep instead of bound
10030         tests in order to resolve conditionals at compile time.
10031
10032 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10033
10034         * mail-source.el (mail-sources): Add `group' choice.
10035
10036         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10037         parameter `in-group' to control into which group the articles go.
10038         Add treatment of `group' mail-source.
10039
10040 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10043
10044         * mm-decode.el (mm-dissect-buffer): Decode description.
10045
10046         * mml.el (mml-to-mime): Encode message header first.
10047
10048 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10051         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10052
10053         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10054         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10055
10056 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10057
10058         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10059
10060 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10063         prefix keys.
10064         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10065         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10066         gnus-xmas.el.
10067
10068         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10069         (gnus-xmas-article-describe-bindings): New function.
10070         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10071         gnus-xmas-article-describe-bindings.
10072
10073         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10074
10075 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10076
10077         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10078         Add new variables for article mark management.
10079         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10080         list of extra data entries which, when present, will indicate that the
10081         article ID should not be trimmed from the registry.
10082         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10083         functions.
10084         (gnus-registry-read-mark): New function to read a mark name from the
10085         user.
10086         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10087         (gnus-registry-set-article-mark-internal): New functions to add and
10088         remove marks.
10089         (gnus-registry-get-article-marks): New function to show the marks for
10090         an article, or retrieve them for further use.
10091
10092 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10095         keys when no argument is given.
10096
10097 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * imap.el (imap-ping-server): New variable.
10100         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10101         (imap-ping-server): Minor doc string fixes.
10102
10103 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10104
10105         * imap.el (imap-ping-server): New function.
10106         (imap-opened): Call imap-ping-server.
10107
10108 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * gnus-sum.el (gnus-article-sort-by-random)
10111         (gnus-thread-sort-by-random): Fix doc strings.
10112         Reported by jidanni@jidanni.org.
10113
10114 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus-art.el (gnus-article-describe-bindings): New function.
10117         (gnus-article-read-summary-keys): Use it.
10118         (gnus-article-mode-map): Bind `C-h b' to it.
10119
10120 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10123         XEmacs.
10124         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10125         Protect against non-character events.
10126
10127         * lpath.el: Fbind map-keymap for Emacs 21.
10128
10129 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10132         New command.
10133         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10134         instead of END.  Change name of the temp file.
10135         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10136         customizable.
10137
10138 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10141         bind `S W' to gnus-article-wide-reply-with-original; set default
10142         binding to gnus-article-read-summary-send-keys.
10143         (gnus-article-read-summary-keys): Fix the order of keys; display
10144         continuation keys correctly in the echo area; describe bindings
10145         correctly when keys end with `C-h'.
10146         (gnus-article-read-summary-send-keys): New function.
10147         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10148         Work for gnus-article-read-summary-send-keys; display continuation keys
10149         correctly in the echo area.
10150         (gnus-article-reply-with-original): Ignore prefix argument.
10151         (gnus-article-wide-reply-with-original): New function.
10152
10153         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10154         Emacs 21.
10155
10156 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10159         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10160
10161 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10164         (gnus-group-read-ephemeral-gmane-group): New command.
10165
10166 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10167
10168         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10169
10170 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * message.el (message-send-mail-function): Increase custom version.
10173
10174         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10175         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10176
10177 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10178
10179         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10180         for the cases where imap-authenticate is called with a nil buffer
10181         parameter.
10182
10183 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10186         html parts correctly; support forwarded messages.
10187         (gnus-article-browse-html-article): Remove work buffers.
10188
10189         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10190         compiling.
10191         (netrc-bound-and-true-p): New macro.
10192         (netrc-parse): Use it instead of bound-and-true-p that is not available
10193         in XEmacs 21.4.
10194
10195 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10196
10197         * gnus-registry.el (gnus-registry-mark-article)
10198         (gnus-registry-article-marks): Add functionality to mark articles
10199         through the Gnus registry.
10200
10201         * encrypt.el: Clarify documentation for the new pgg method.
10202         (encrypt-file-alist): Add PGG option.
10203         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10204         functionality.  Abstract password key and messaging to external
10205         functions.
10206         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10207         (encrypt-message-method-and-cipher): Add new convenience external
10208         functions.
10209         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10210         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10211
10212         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10213         (netrc-parse): Use encrypt-file-alist to determine if
10214         encrypt-find-model or encrypt-insert-file-contents should be used.
10215
10216         * encrypt.el: Clarify documentation.  Load password-cache or
10217         password, whichever one is found first, instead of autoloading.
10218
10219 2007-12-19  Glenn Morris  <rgm@gnu.org>
10220
10221         * mml.el (message-options-set, message-narrow-to-head)
10222         (message-in-body-p, message-mail-p, message-encode-message-body):
10223         Autoload.
10224         (message-remove-header, message-narrow-to-headers-or-head)
10225         (message-subscribed-p, message-make-mail-followup-to)
10226         (message-position-on-field, message-news-p)
10227         (message-options-set-recipient, message-generate-headers)
10228         (message-sort-headers): Declare as functions.
10229
10230 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10231
10232         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10233         convention in doc string.
10234
10235 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10238         title to html parts.
10239         (gnus-article-browse-html-article): Pass message header to it.
10240
10241         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10242
10243 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10246         or password compatible with XEmacs.
10247
10248 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10249
10250         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10251         format document.
10252         (gnus-mime-delete-part): Don't write description line if empty.
10253         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10254
10255 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10256
10257         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10258         (gnus-summary-mark-read-and-unread-as-read)
10259         (gnus-summary-mark-current-read-and-unread-as-read)
10260         (gnus-summary-mark-unread-as-ticked): Doc fix.
10261         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10262
10263 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10264
10265         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10266         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10267
10268 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10271         yes-or-no-p.
10272
10273 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * mm-decode.el (mm-add-meta-html-tag): New function.
10276         (mm-save-part-to-file, mm-pipe-part): Use it.
10277
10278         * gnus-art.el (gnus-article-browse-delete-temp-files):
10279         Use gnus-y-or-n-p instead of y-or-n-p.
10280         (gnus-article-browse-html-parts): Work with message/external-body; use
10281         mm-add-meta-html-tag.
10282
10283 2007-12-11  Glenn Morris  <rgm@gnu.org>
10284
10285         * gnus-cache.el: Require gnus-sum not just when compiling.
10286
10287         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10288
10289         * gnus-int.el (gnus-server-opened, gnus-status-message):
10290         Move definitions before use.
10291
10292         * mm-decode.el: Require gnus-util.
10293         (mm-remove-part): Only call delete-annotation on XEmacs.
10294
10295         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10296
10297         * nnmail.el: Require gnus-int.
10298
10299         * spam.el: Move `require's before `eval-when-compile's.
10300
10301         * gnus-ems.el (gnus-alive-p):
10302         * gnus-fun.el (message-goto-eoh):
10303         * gnus-util.el (gnus-group-name-decode):
10304         * mail-source.el (gnus-compress-sequence):
10305         * message.el (Info-goto-node, format-spec):
10306         * mm-bodies.el (message-options-get):
10307         * mm-decode.el (mm-view-pkcs7):
10308         * mm-util.el (gmm-write-region):
10309         * mml-smime.el (mml-compute-boundary)
10310         (gnus-completing-read-with-default):
10311         * mml.el (widget-button-press, gnus-make-hashtable):
10312         * mml1991.el (mm-decode-content-transfer-encoding)
10313         (mm-encode-content-transfer-encoding)
10314         (message-options-get, message-options-set):
10315         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10316         * nnfolder.el (gnus-request-group):
10317         * nnheader.el (ietf-drums-unfold-fws):
10318         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10319         * smime.el (gnus-run-mode-hooks):
10320         * spam-stat.el (gnus-message): Autoload.
10321
10322         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10323         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10324         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10325         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10326         Add declare-function compatibility definition.
10327
10328         * gnus-cache.el (nnvirtual-find-group-art):
10329         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10330         (gnus-add-image, gnus-add-wash-type):
10331         * gnus-group.el (nnkiboze-score-file):
10332         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10333         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10334         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10335         (message-tokenize-header, gnus-get-buffer-create)
10336         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10337         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10338         * gnus.el (gnus-group-decoded-name):
10339         * mail-source.el (imap-capability):
10340         * mm-bodies.el (message-options-set):
10341         * mm-decode.el (gnus-configure-windows):
10342         * mm-extern.el (message-goto-body):
10343         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10344         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10345         (epg-sub-key-validity, message-options-set):
10346         * mml.el (widget-event-point, gnus-configure-windows):
10347         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10348         * mml2015.el (epg-check-configuration, epg-configuration)
10349         (message-options-set):
10350         * nndb.el (nndb-request-article):
10351         * nnfolder.el (gnus-request-create-group):
10352         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10353         * nnmaildir.el (gnus-group-mark-article-read):
10354         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10355         * rfc1843.el (message-fetch-field):
10356         * spam.el (gnus-extract-address-components):
10357         Declare as functions.
10358
10359 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10362
10363         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10364
10365         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10366         bind show-trailing-whitespace for XEmacs.
10367
10368 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10369
10370         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10371         new no-op macro for backward compatibility.
10372
10373         * imap.el (imap-string-to-integer): New function.
10374
10375 2007-12-09  Glenn Morris  <rgm@gnu.org>
10376
10377         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10378
10379         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10380         * message.el, mm-view.el, sieve-manage.el, smime.el:
10381         Add declare-function compatibility definition.
10382
10383         * gnus-art.el (w3-region, w3m-region, Info-menu):
10384         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10385         * gnus-sum.el (gnus-get-predicate):
10386         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10387         * message.el (mail-abbrev-in-expansion-header-p):
10388         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10389         (w3m-detect-meta-charset, w3m-region):
10390         * sieve-manage.el (password-read, password-cache-add)
10391         (password-cache-remove):
10392         * smime.el (password-read-and-add): Declare as functions.
10393
10394 2007-12-08  David Kastrup  <dak@gnu.org>
10395
10396         * gnus-sum.el (gnus-summary-simplify-subject-query):
10397         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10398         `message'.
10399
10400 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10403         it to bind idna-program, installation-directory, defined-colors, and
10404         face-attribute for XEmacs of the version that compiles defcustom forms.
10405
10406 2007-12-07  Glenn Morris  <rgm@gnu.org>
10407
10408         * gnus-art.el (article-make-date-line): Revert previous change.
10409
10410 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10413
10414 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10415
10416         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10417         Call gnus-add-to-range ranges only once with a prepared article-list.
10418
10419 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10420
10421         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10422         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10423         group names with backslashes.
10424         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10425
10426 2007-12-06  Deepak Goel  <deego3@gmail.com>
10427
10428         * gnus-art.el (article-make-date-line):
10429         * gnus-start.el (gnus-load):
10430         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10431
10432 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-art.el (gnus-use-idna)
10435         * gnus-start.el (gnus-site-init-file)
10436         * message.el (message-use-idna)
10437         * mm-uu.el (mm-uu-hide-markers)
10438         * smiley.el (smiley-style): Revert changes that suppress warnings.
10439
10440 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10443         specify charset to html source.
10444         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10445
10446 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10449         idna-program in order to suppress byte compile warning issued by XEmacs
10450         that came to byte compile the default value section of defcustom forms
10451         recently.
10452
10453         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10454         value of installation-directory.
10455
10456         * message.el (message-use-idna): Don't directly refer to the value of
10457         idna-program.
10458
10459         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10460
10461         * smiley.el (smiley-style): Don't directly call face-attribute.
10462
10463 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10466
10467         * gnus-dired.el: Reduce Gnus dependencies.
10468         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10469         Don't require.  Use autoloads instead.
10470         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10471         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10472         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10473         (gnus-dired-mode): Adjust doc string.
10474         (gnus-dired-mail-mode): New variable.
10475         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10476         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10477         (gnus-dired-mail-buffers): New function.  Return mail or message
10478         composition buffers.
10479         (gnus-dired-attach): Use it.
10480         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10481         NO-DECODE.
10482         (gnus-dired-print): Use `gnus-print-buffer' depending on
10483         `gnus-dired-mail-mode'.
10484
10485 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * rfc2047.el (rfc2047-encoded-word-regexp)
10488         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10489         explaining what regexp patterns are for.
10490
10491 2007-12-04  Glenn Morris  <rgm@gnu.org>
10492
10493         * password.el: Move to password-cache.el.
10494
10495         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10496         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10497         * mml-smime.el (password-read, password-cache-add)
10498         (password-cache-remove):
10499         No need to autoload, since mml-sec requires password.
10500
10501         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10502         * message.el (gnus-extract-address-components):
10503         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10504
10505         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10506         password.
10507
10508 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10509
10510         * mailcap.el: Reduce dependencies.
10511         (mail-header-parse-content-type): Autoload.
10512         (mailcap-delete-duplicates): New alias.
10513         (mailcap-mime-info): Add optional argument NO-DECODE.
10514         (mailcap-mime-types): Use mailcap-delete-duplicates.
10515
10516         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10517
10518 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10519
10520         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10521         (imap-parse-status): Upcase status-att for servers that sends them
10522         lower-case (e.g., MS Exchange 2007).
10523
10524 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10525
10526         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10527         function.
10528
10529         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10530         (gnus-uu-yenc-article): New function.
10531
10532         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10533
10534         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10535
10536 2007-12-02  Glenn Morris  <rgm@gnu.org>
10537
10538         * binhex.el (binhex): New custom group.
10539         (binhex-decoder-program, binhex-decoder-switches)
10540         (binhex-use-external): Move to the binhex custom group.
10541
10542         * uudecode.el (uudecode): New custom group.
10543         (uudecode-decoder-program, uudecode-decoder-switches)
10544         (uudecode-use-external): Move to the uudecode custom group.
10545
10546         * netrc.el (top-level): Don't load `encrypt' features.
10547         (netrc-parse): Don't use encrypt.
10548         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10549
10550         * encrypt.el: Remove file.
10551
10552 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10555         matches on patches.
10556
10557         * gnus-art.el (gnus-article-browse-html-article):
10558         Mention `mm-text-html-renderer' in the doc string.
10559
10560         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10561         string.  Add comments.
10562
10563         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10564         if rhs is ASCII.
10565
10566 2007-12-01  Glenn Morris  <rgm@gnu.org>
10567
10568         * mail-source.el (top-level): Require format-spec before
10569         eval-when-compile.
10570
10571 2007-11-30  Glenn Morris  <rgm@gnu.org>
10572
10573         * encrypt.el: Require password, rather than autoloading password-read.
10574
10575 2007-11-29  Glenn Morris  <rgm@gnu.org>
10576
10577         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10578         (sasl-make-client, sasl-next-step, sasl-step-data)
10579         (sasl-step-set-data): Declare as functions.
10580
10581 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10582
10583         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10584
10585 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10586
10587         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10588         certs should be verified and what is to be done in the event of a
10589         verification failure.
10590
10591         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10592         caller can indicate whether the cache should be disregarded for this
10593         call.  This way the result of the call is reproducible at all times and
10594         can be considered a canonical server name for the supplied method.
10595         (gnus-agent-method-p): Canonicalize server names by pushing their
10596         method through `gnus-method-to-server' using the no-cache argument.
10597
10598         * gnus-srvr.el (gnus-server-insert-server-line):
10599         Call `gnus-method-to-server' with `no-cache' argument.
10600
10601         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10602         gnus-agent-possibly-synchronize-flags as this should be called when the
10603         server is actually being opened.
10604         (gnus-agent-possibly-synchronize-flags)
10605         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10606         flags file of an agentized server to the latter function.
10607
10608         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10609         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10610         after a connection has been established successfully.
10611
10612 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-art.el (article-display-face): Force to display face if called
10615         interactively; check if gnus-article-x-face-too-ugly matches author.
10616         (article-display-x-face): Display face even if From header is missing
10617         as article-display-face does.
10618
10619 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10620
10621         * hashcash.el (message-narrow-to-headers-or-head)
10622         (message-fetch-field, message-goto-eoh)
10623         (message-narrow-to-headers): Declare as functions.
10624
10625 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * mail-source.el (mail-sources): Default to fetch from file for
10628         compatibility with default of nnmail-spool-file.
10629
10630 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10633         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10634         to look for encoded word that should be encoded again.
10635         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10636         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10637         encoding pattern.
10638         (rfc2047-decode-region): Switch strict regexp and loose one according
10639         to rfc2047-allow-irregular-q-encoded-words.
10640
10641 2007-11-25  Romain Francoise  <romain@orebokech.com>
10642
10643         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10644
10645 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10646
10647         * tls.el (tls-program): Provide more custom choices from
10648         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10649         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10650
10651 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10654         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10655
10656         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10657         `nnmail-spool-file'.
10658
10659         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10660         `nnmail-spool-file'.
10661
10662         * gnus-move.el (gnus-change-server): Ditto.
10663
10664         * gnus-kill.el (gnus-batch-score): Ditto.
10665
10666         * gnus-cache.el (gnus-jog-cache): Ditto.
10667
10668         * gnus-msg.el (gnus-summary-reply):
10669         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10670
10671 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10674         version.  Minor improvement to doc strings.
10675         (tls-program): Add comment.
10676
10677 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10678
10679         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10680         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10681         mismatch between the hostname provided in the certificate and the name
10682         of the host connnecting to.
10683         (open-tls-stream): Use them.  Check certificates against trusted root
10684         certificates.
10685
10686 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10687
10688         * gnus-cache.el (gnus-cache-generate-nov-databases):
10689         Use nnml-generate-nov-databases-directory instead of
10690         nnml-generate-nov-databases-1.
10691
10692 2007-11-24  Glenn Morris  <rgm@gnu.org>
10693
10694         * message.el (message-tool-bar-retro): Update for rename
10695         mail_send.xpm->mail-send.xpm.
10696
10697 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10700         `smime-ldap-search' for Emacs 22 and up.
10701
10702 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10703
10704         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10705
10706         * message.el (message-send-mail-function): Fix error convention.
10707         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10708         (message-widen-reply, message-send-mail, message-talkative-question)
10709         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10710         (message-clone-locals, message-send-news): Use with-current-buffer.
10711         (message-insert-or-toggle-importance): Remove unused var `valid'.
10712         (message-make-references): Remove unused var `new-references'.
10713         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10714
10715 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10716
10717         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10718         (spam-split-symbolic-return-positive): Reflow docstring.
10719         (spam-backends, spam-summary-exit-behavior)
10720         (spam-mark-ham-unread-before-move-from-spam-group)
10721         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10722         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10723         (spam-clear-cache, spam-backend-check, spam-install-backend)
10724         (spam-install-statistical-backend, spam-list-of-processors)
10725         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10726         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10727         (spam-check-crm114, spam-initialize, spam-unload-hook):
10728         Fix typos in docstrings.
10729
10730 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10731
10732         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10733         been checked if they have never been read and those group levels are
10734         higher than the one that a user specified.
10735
10736 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10739         foreign groups unless a group level is specified by a user.
10740         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10741
10742 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10743
10744         * message.el (message-send-mail-function): Require sendmail.
10745
10746 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * message.el (message-send-mail-function): Check for smtpmail too.
10749
10750         * utf7.el (utf7-encode, utf7-decode): Use coding system
10751         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10752
10753         * message.el (message-send-mail-function): New function.
10754         (message-send-mail-function): Set default using
10755         message-send-mail-function.  Adjust doc string.
10756         (message-send-mail-with-mailclient): New function.
10757
10758 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10759
10760         * smime.el (from):
10761         * rfc2047.el (message-posting-charset):
10762         * qp.el (mm-use-ultra-safe-encoding):
10763         * pop3.el (parse-time-months):
10764         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10765         * nnml.el (files):
10766         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10767         (jka-compr-compression-info-list, ange-ftp-path-format)
10768         (efs-path-regexp):
10769         * nndiary.el (files):
10770         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10771         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10772         (epg-digest-algorithm-alist, inhibit-redisplay)
10773         (password-cache-expiry):
10774         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10775         (pgg-output-buffer, password-cache-expiry):
10776         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10777         (efs-path-regexp):
10778         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10779         (inhibit-redisplay):
10780         * mm-uu.el (file-name, start-point, end-point, entry)
10781         (gnus-newsgroup-name, gnus-newsgroup-charset):
10782         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10783         (latin-unity-ucs-list):
10784         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10785         (mm-uu-binhex-decode-function):
10786         * message.el (gnus-message-group-art, gnus-list-identifiers)
10787         (rmail-enable-mime-composing, gnus-local-organization)
10788         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10789         (gnus-read-active-file, facemenu-add-face-function)
10790         (facemenu-remove-face-function, gnus-article-decoded-p)
10791         (tool-bar-mode):
10792         * mail-source.el (display-time-mail-function):
10793         * gnus-util.el (nnmail-pathname-coding-system)
10794         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10795         (gnus-original-article-buffer, gnus-user-agent)
10796         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10797         (xemacs-codename, sxemacs-codename, emacs-program-version):
10798         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10799         * gnus-start.el (gnus-agent-covered-methods)
10800         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10801         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10802         (gnus-newsgroup-headers, gnus-group-list-mode)
10803         (gnus-group-mark-positions, gnus-newsgroup-data)
10804         (gnus-newsgroup-unreads, nnoo-state-alist)
10805         (gnus-current-select-method, mail-sources)
10806         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10807         (nnmail-spool-file, gnus-cache-active-hashtb):
10808         * gnus-mh.el (mh-lib-progs):
10809         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10810         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10811         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10812         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10813         (gnus-group-buffer):
10814         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10815         (font-lock-set-defaults):
10816         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10817         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10818         (gnus-summary-post-menu, total-parts, type, condition, length):
10819         * gnus-agent.el (gnus-agent-read-agentview):
10820         * flow-fill.el (show-trailing-whitespace):
10821         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10822         eval-and-compile wrappers for byte compiler pacifiers.
10823
10824         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10825         (mm-display-inline-fontify): Check for featurep 'xemacs not
10826         extent-list.
10827
10828         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10829         itimer-list.
10830         (mm-create-image-xemacs): Only do something for XEmacs.
10831         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10832
10833         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10834
10835         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10836         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10837
10838 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10839
10840         * nnimap.el (nnimap-split-download-body):
10841         * gnus-demon.el (gnus-demon):
10842         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10843
10844 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10847         New macros.
10848         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10849         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10850         copy data from unibyte buffer to multibyte current buffer.
10851         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10852         to copy data from unibyte current buffer to multibyte buffer.
10853         (nntp-make-process-buffer): Make process buffer unibyte.
10854
10855         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10856
10857 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10858
10859         * pop3.el (pop3-open-server): Accept and process data more robustly at
10860         connexion start to avoid spurious "POP SSL connexion failed" errors.
10861
10862 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10865         read group names.
10866
10867 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10870
10871 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10874         (nnmail-save-active): Use a unibyte buffer when saving active file,
10875         which may contain non-ASCII group names.
10876
10877         * nnml.el (nnml-request-group): Decode group names in messages.
10878
10879 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * message.el (message-citation-line-function)
10882         (message-insert-formatted-citation-line): Fix spelling of
10883         `message-insert-formated-citation-line'.
10884
10885 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10886
10887         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10888
10889 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10892         nnmail-pathname-coding-system.
10893
10894         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10895         that a user enters; decode group names in messages.
10896
10897         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10898
10899 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10902
10903         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10904
10905         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10906         risky local variable.
10907
10908         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10909
10910 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10911
10912         * encrypt.el: Improve documentation to fix function name typo.
10913         Reported by Daiki Ueno <ueno@unixuser.org>.
10914
10915 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10918         even if the point is not in the last page of an article.
10919         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10920         back to the previous page.
10921
10922 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10923
10924         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10925
10926 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10929
10930 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10931
10932         * message.el (message-check-news-body-syntax):
10933         Avoid mm-string-as-multibyte.
10934         (message-hide-headers): Don't assume (point-min)==1.
10935
10936 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * message.el (message-remove-blank-cited-lines): Fix if remove is
10939         given.
10940         (message-bogus-address-regexp): New variable.
10941         (message-bogus-recipient-p): New function.
10942         (message-check-recipients): New command.
10943         (message-syntax-checks): Add `bogus-recipient'.
10944         (message-fix-before-sending): Add `bogus-recipient'.
10945
10946         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10947         (gnus-treat-body-boundary): Don't test window-system.
10948
10949 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10950
10951         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10952
10953 2007-10-28  Miles Bader  <miles@gnu.org>
10954
10955         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10956         at compile-time too.
10957
10958 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * gnus-msg.el (gnus-message-setup-hook):
10961         Add `message-remove-blank-cited-lines' to options.
10962
10963 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * message.el (message-remove-blank-cited-lines): New function.
10966         Suggested by Karl Plästerer.
10967
10968 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10969
10970         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10971         mapc.
10972
10973         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10974         (top-level): Use mapc to set functions to be traced for debugging.
10975
10976         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10977         called for effect with while loop.
10978
10979         * message.el (message-talkative-question): Replace mapcar called for
10980         effect with mapc.
10981
10982         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10983         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10984         called for effect with dolist.
10985
10986         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10987
10988         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10989         gnus-extra-headers and nnmail-extra-headers.
10990
10991         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10992         called for effect with dolist.
10993         (top-level): Use mapc to set functions to be traced for debugging.
10994
10995         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10996         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10997         dolist.
10998
10999         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11000         Replace mapcar called for effect with mapc.
11001         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11002         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11003         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11004         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11005
11006         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11007         remove-if that's a cl function.
11008
11009         * webmail.el (webmail-debug): Replace mapcar called for effect with
11010         dolist.
11011
11012         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
11013         with mapc.
11014
11015 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11018         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11019         with while loop.
11020
11021         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11022         functions from article-* functions.
11023         (gnus-multi-decode-header): Replace mapcar called for effect with
11024         dolist.
11025
11026         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11027         (gnus-bookmark-show-details): Replace mapcar called for effect with
11028         while loop.
11029
11030         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11031         called for effect with while loop.
11032
11033         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11034         with dolist.
11035
11036         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11037         Replace mapcar called for effect with dolist.
11038
11039         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11040
11041         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11042         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11043         Replace mapcar called for effect with dolist.
11044         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11045         mapc.
11046
11047         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11048         Replace mapcar called for effect with dolist.
11049         (gnus-topic-list): Replace mapcar called for effect with mapc.
11050
11051         * gnus.el: Use mapc instead of mapcar to add autoloads.
11052
11053 2007-10-23  Richard Stallman  <rms@gnu.org>
11054
11055         * gnus-group.el (gnus-group-highlight): Mark as risky.
11056
11057 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus.el (gnus-server-to-method): Return method found first in
11060         gnus-newsrc-alist.
11061
11062         * gnus-art.el (gnus-article-highlight-signature)
11063         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11064         button overlay without the front stickiness.
11065
11066 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11067
11068         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11069         overview buffer needed a catch to receive its throw.
11070         (gnus-agent-flush-cache): Declare as interactive to make this function
11071         easier to use.
11072
11073 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11076         `next-line'.
11077
11078 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11081         exclude address matching message-dont-reply-to-names.
11082
11083 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * gnus-util.el (gnus-string<): New function.
11086
11087         * gnus-sum.el (gnus-article-sort-by-author)
11088         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11089
11090 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11093         the frame-focus tag is set in gnus-buffer-configuration.
11094
11095 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11098         the front stickiness.
11099
11100 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11103         url pattern; remove duplicate one.
11104         (gnus-article-extend-url-button): New function.
11105         (gnus-article-add-buttons): Use it.
11106         (gnus-button-push): Use concatenated url that it makes.
11107
11108 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11109
11110         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11111
11112 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11113
11114         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11115         Don't hardcode point-min==1.
11116
11117 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11120         Fix comment about "iso8859-1".
11121
11122 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11123
11124         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11125         ones returned from the verify-function.
11126
11127         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11128         Call mml2015-extract-cleartext-signature if extraction failed.
11129
11130 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11131
11132         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11133         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11134         failed.
11135
11136 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11137
11138         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11139
11140 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11141
11142         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11143         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11144         recommends to use EasyPG instead of PGG.
11145
11146         * pgg.el: Revert to revision 6.23.2.16.
11147
11148         * pgg-def.el: Revert to revision 6.6.2.14.
11149
11150         * pgg-gpg.el: Revert to revision 6.23.2.34.
11151
11152 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11153
11154         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11155         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11156         thread for both the null and zero (kill/expire thread) universal prefix
11157         cases.
11158         (gnus-summary-expire-thread): Add new function to expire a thread,
11159         using gnus-summary-kill-thread.
11160         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11161         shortcuts for gnus-summary-expire-thread.
11162         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11163         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11164
11165 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11166
11167         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11168         extras value, so an extras entry can be deleted.
11169         (gnus-registry-delete-extra-entry): Use it.
11170         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11171         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11172         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11173         storage through the gnus-registry, and provide an appropriate API for
11174         it.
11175
11176 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11179         Suggested by Leo <sdl.web@gmail.com>.
11180
11181         * gnus.el: Do.
11182
11183 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11186         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11187
11188         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11189
11190         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11191         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11192
11193 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11196         newline.
11197         (nnmbox-request-accept-article): Don't change article in source buffer;
11198         narrow to header to use message-fetch-field rather than
11199         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11200         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11201         as delimiters; make sure article ends with newline.
11202         (nnmbox-delete-mail): Correct last position of article to be deleted;
11203         ignore X-Gnus-Newsgroup header in article body.
11204         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11205         positions; make sure article ends with newline.
11206
11207         * message.el (message-display-abbrev): Don't infloop when a user
11208         inserts SPC in the beginning of header.
11209
11210         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11211         coding-system-for-read and coding-system-for-write for XEmacs having no
11212         file-coding feature.
11213
11214         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11215
11216 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11217
11218         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11219         list of groups not followed by default.  Fix type to be regexp.
11220         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11221
11222 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11223
11224         * hmac-def.el (define-hmac-function): Switch from old-style to
11225         new-style backquotes.
11226
11227         * md4.el (md4-make-step): Likewise.
11228
11229 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11232         raw-text coding system when saving .newsrc file, which may contain
11233         non-ASCII group names.
11234
11235 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * gnus-cus.el (gnus-score-extra): New widget.
11238         (gnus-score-extra-convert): New function.
11239         (gnus-score-customize): Use it for Extra.
11240
11241 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11242
11243         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11244         (mml2015-mailcrypt-clear-verify): Use it.
11245         (mml2015-gpg-clear-verify): Use it.
11246         (mml2015-pgg-clear-verify): Use it.
11247         (mml2015-epg-clear-verify): Replace the current part with the output
11248         from GnuPG; don't extract the plaintext by itself.
11249
11250         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11251         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11252         mml2015-clear-verify-function; don't touch the armor headers or
11253         dash-escaped text here.
11254
11255 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11258         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11259         parts, or application/octet-stream as a last resort.
11260         (gnus-mime-view-part-as-type): Don't toggle display.
11261         (gnus-mime-view-part-as-charset): Don't turn off display before
11262         querying charset.
11263
11264         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11265         stuff to undisplayer function in Emacs.
11266         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11267
11268         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11269         text/calendar parts.
11270
11271 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11274         decoding text/calendar parts.
11275
11276         * message.el (message-forward-make-body-mime): Always mark body as
11277         having no illegible text; remove signed-or-encrypted argument.
11278         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11279
11280         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11281         (mml-generate-mime-1): Don't encode body if it is specified to be in
11282         raw form; don't make buffer be unibyte when inserting multibyte string.
11283
11284 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11285
11286         * sha1.el: Fix up comment style.
11287         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11288         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11289
11290         * hex-util.el: Fix up comment style.
11291         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11292
11293         * gnus-salt.el: Use with-current-buffer.
11294         (gnus-pick-setup-message): Fix long-standing typo.
11295
11296 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * imap.el (imap-logout-timeout): New variable.
11299         (imap-logout, imap-logout-wait): New functions.
11300         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11301
11302         * nnimap.el (nnimap-logout-timeout): New server variable.
11303         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11304         nnimap-logout-timeout.
11305
11306         * gnus-art.el (gnus-article-summary-command-nosave)
11307         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11308
11309 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * gnus.el (gnus-maximum-newsgroup): New variable.
11312
11313         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11314         according to gnus-maximum-newsgroup.
11315
11316         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11317         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11318         Limit the range of articles according to gnus-maximum-newsgroup.
11319
11320 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11321
11322         * gnus-art.el (gnus-sticky-article): Fix problems described in
11323         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11324         Don't perform gnus-configure-windows here; reuse existing sticky
11325         article buffer.
11326
11327         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11328         it doesn't exist in gnus-article-mode.
11329
11330 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11333         (gnus-agent-decoded-group-name): New function.
11334         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11335         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11336
11337 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11338
11339         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11340         Add binding for gnus-sticky-article.
11341         (gnus-summary-exit): Don't kill sticky article buffers.
11342
11343         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11344         article buffer.
11345         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11346         (gnus-kill-sticky-article-buffers): New commands.
11347
11348 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * nntp.el (nntp-xref-number-is-evil): New server variable.
11351         (nntp-find-group-and-number): If it is non-nil, don't trust article
11352         numbers in the Xref header.
11353
11354 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11355
11356         * gnus-agent.el (gnus-agent-read-group): New function.
11357         (gnus-agent-flush-group, gnus-agent-expire-group)
11358         (gnus-agent-regenerate-group): Use it.
11359         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11360         nnmail-pathname-coding-system.
11361
11362 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11365
11366         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11367         that are unread as unread, and also as selected so that information of
11368         marks having been changed by a user may be updated when exiting group.
11369
11370 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11373
11374 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11375
11376         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11377         calculated ignoring signature parts to gnus-treat-article.
11378
11379 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11380
11381         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11382         a point here in order to keep the window start.
11383         (gnus-insert-mime-security-button): Make a button overlay without the
11384         front stickiness.
11385         (gnus-mime-display-security): Goto the end of a button.
11386
11387         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11388
11389 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11392         group-name-at-point.
11393         (gnus-group-completing-read): New function that offers decoded
11394         non-ASCII group names for completion.
11395         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11396         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11397         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11398         (gnus-group-fetch-control): Use it.
11399         (gnus-fetch-group): Use group-name-at-point for the initial value
11400         rather than the default value; use gnus-alive-p.
11401
11402         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11403         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11404         (gnus-summary-post-news): Use gnus-group-completing-read.
11405
11406         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11407         (gnus-read-move-group-name): Decode group name for completion.
11408
11409 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11410
11411         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11412         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11413         Yamaoka slightly modified the code).
11414
11415 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11418         (nnmail-split-incoming): Bind it.
11419
11420         * nnml.el (nnml-group-name-charset): New function.
11421         (nnml-decoded-group-name): Use it; don't decode group name if
11422         nnmail-group-names-not-encoded-p is non-nil.
11423         (nnml-encoded-group-name): New function.
11424         (nnml-group-pathname): Inline nnml-decoded-group-name.
11425         (nnml-request-expire-articles): Decode group name in message.
11426         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11427         nnmail-pathname-coding-system.
11428         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11429         not decoded ones according to nnmail-group-names-not-encoded-p.
11430         (nnml-generate-active-info): Use nnml-encoded-group-name.
11431
11432 2007-08-08  Glenn Morris  <rgm@gnu.org>
11433
11434         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11435         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11436         doc-strings and comments.
11437
11438 2007-07-25  Glenn Morris  <rgm@gnu.org>
11439
11440         * Relicense all FSF files to GPLv3 or later.
11441
11442 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * gnus-sum.el (gnus-summary-move-article):
11445         Make gnus-summary-respool-article work.
11446
11447 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11450         string.
11451
11452 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11453
11454         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11455         that should be ignored when comparing distant RSS articles with local
11456         ones.
11457         (nnrss-make-hash-index): New function.  Create a hash index according
11458         to the ignored fields.
11459         (nnrss-check-group): Use it.
11460
11461 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11464
11465         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11466
11467         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11468         the new optional argument ENCODED is non-nil.
11469         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11470         coding system for encoding group name.
11471         (gnus-group-make-rss-group): Pass un-encoded group name to
11472         gnus-group-make-group.
11473         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11474         encoded.
11475
11476         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11477         Encode group name to which articles are moved or copied.
11478         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11479         coding system for encoding Newsgroup, Followup-To and Xref headers.
11480
11481         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11482         marks; use nnheader-file-coding-system to write a file.
11483         (nnagent-retrieve-headers): Bind file-name-coding-system to
11484         nnmail-pathname-coding-system.
11485
11486         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11487
11488         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11489         (nnml-request-article, nnml-request-create-group)
11490         (nnml-request-rename-group, nnml-find-id)
11491         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11492         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11493         (nnml-save-marks): Use nnml-group-pathname instead of
11494         nnmail-group-pathname.
11495
11496         (nnml-request-create-group, nnml-request-expire-articles)
11497         (nnml-request-move-article, nnml-request-delete-group)
11498         (nnml-deletable-article-p, nnml-possibly-create-directory)
11499         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11500         (nnml-open-marks): Bind file-name-coding-system to
11501         nnmail-pathname-coding-system.
11502
11503         (nnml-request-article): Pass server argument to nnml-find-group-number.
11504         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11505         Pass server argument to nnml-possibly-create-directory.
11506         (nnml-request-accept-article): Pass server argument to
11507         nnml-active-number and nnml-save-mail.
11508         (nnml-find-group-number): Pass server argument to nnml-find-id.
11509         (nnml-request-update-info): Pass server argument to
11510         nnml-marks-changed-p.
11511
11512         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11513         (nnml-save-mail, nnml-active-number): Add server argument.
11514
11515         (nnml-request-delete-group): Warn if group is missing.
11516         (nnml-get-nov-buffer): Decode group name.
11517         (nnml-generate-active-info): Encode group name.
11518         (nnml-open-marks): Decode group name in messages.
11519
11520 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11521
11522         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11523         if it is not specified.
11524         (gnus-article-pipe-part, gnus-article-save-part)
11525         (gnus-article-interactively-view-part, gnus-article-copy-part)
11526         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11527         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11528         (gnus-article-replace-part, gnus-article-delete-part)
11529         (gnus-article-view-part-as-type): Pass raw prefix argument to
11530         gnus-article-part-wrapper.
11531
11532 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * gnus-agent.el (gnus-agent-save-active):
11535         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11536
11537         * gnus-cache.el (gnus-cache-save-buffers)
11538         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11539         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11540         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11541         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11542         (gnus-cache-generate-active, gnus-cache-rename-group)
11543         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11544         (gnus-cache-update-overview-total-fetched-for):
11545         Bind file-name-coding-system to nnmail-pathname-coding-system.
11546         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11547         New variables.
11548         (gnus-cache-decoded-group-name): New function.
11549         (gnus-cache-file-name): Use it.
11550         (gnus-cache-generate-active): Use non-decoded group name for active.
11551
11552         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11553         right place.
11554         (gnus-write-active-file): Don't break non-ASCII group names.
11555
11556         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11557         nnmail-pathname-coding-system.
11558
11559         * lpath.el: Bind default-file-name-coding-system,
11560         file-name-coding-system and language-info-alist for XEmacs.
11561
11562         * gnus-uu.el (gnus-uu-decode-save): Typo.
11563
11564 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11567
11568 2007-07-14  David Kastrup  <dak@gnu.org>
11569
11570         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11571         finishing actions if we did not edit the article.
11572
11573 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11576         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11577         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11578         (gnus-agent-flush-group, gnus-agent-flush-cache)
11579         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11580         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11581         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11582         (gnus-agent-regenerate-group)
11583         (gnus-agent-update-files-total-fetched-for)
11584         (gnus-agent-update-view-total-fetched-for):
11585         Bind file-name-coding-system to nnmail-pathname-coding-system.
11586         (gnus-agent-group-pathname): Don't encode file names by
11587         nnmail-pathname-coding-system.
11588         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11589         coding-system-for-write instead of buffer-file-coding-system to
11590         gnus-agent-file-coding-system.
11591
11592         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11593         Decode group name.
11594
11595         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11596
11597         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11598         (gnus-read-newsrc-el-file): Make group names unibyte.
11599
11600         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11601         nnmail-pathname-coding-system.
11602
11603         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11604         (nnrss-request-delete-group): Bind file-name-coding-system to
11605         nnmail-pathname-coding-system.
11606         (nnrss-read-server-data, nnrss-read-group-data):
11607         Bind file-name-coding-system correctly.
11608         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11609
11610         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11611         (nntp-server-to-method-cache): New variable.
11612         (nntp-group-pathname): New function that decodes non-ASCII group names.
11613         (nntp-possibly-create-directory, nntp-marks-changed-p)
11614         (nntp-save-marks, nntp-open-marks): Use it.
11615         (nntp-possibly-create-directory, nntp-open-marks):
11616         Bind file-name-coding-system to nnmail-pathname-coding-system.
11617         (nntp-open-marks): Decode group names when bootstrapping marks.
11618
11619         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11620         Newsgroups and Folowup-To headers.
11621
11622 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11625         (gnus-server-closed-face, gnus-server-denied-face)
11626         (gnus-server-offline-face): Remove variable.
11627         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11628
11629         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11630         of modifying message-stack directly for XEmacs.
11631
11632         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11633         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11634         if the coding-system argument is nil for XEmacs.
11635
11636         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11637         mm-charset-override-alist.
11638
11639         * rfc2047.el: Don't require base64; require rfc2045 for the function
11640         rfc2045-encode-string.
11641         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11642         to quote the parameter value.
11643
11644 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11647         form in gnus-group-name-charset-method-alist.
11648
11649         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11650         overrides the default layout edit-form.
11651
11652         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11653
11654         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11655
11656 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11659         as unfetched articles.
11660
11661 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11662
11663         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11664
11665 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11668         original back end that keeps marks in the local system.
11669
11670 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11673         arg of pop-to-buffer for XEmacs.
11674         (gnus-article-read-summary-keys): Ditto; don't restore window
11675         configuration if summary command ends up with neither article buffer
11676         nor summary buffer; describe bindings if summary keys end with C-h.
11677
11678 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11679
11680         * message.el (message-fix-before-sending): Skip raw message part to be
11681         forwarded while checking illegible text.
11682         (message-forward-make-body-mime, message-forward-make-body):
11683         Mark signed or encrypted raw message as having no illegible text.
11684
11685 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11688         (gnus-message-with-timestamp-1): New macro.
11689         (gnus-message-with-timestamp): New function.
11690         (gnus-message): Use them.
11691
11692         * nnheader.el (nnheader-message): Use them.
11693
11694 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11697         .newsrc.eld file.
11698
11699 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * gnus-agent.el (gnus-agent-fetch-headers)
11702         (gnus-agent-retrieve-headers):
11703         Bind gnus-decode-encoded-address-function to identity.
11704
11705         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11706         available also when the server returns simply a dot.
11707
11708         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11709
11710 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11713
11714 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11715
11716         * gnus-ems.el (gnus-x-splash): Make it work.
11717
11718         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11719         from being used.
11720
11721         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11722
11723 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11726         4th and the 5th arguments.
11727
11728         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11729         the front stickiness.
11730         (gnus-article-summary-command-nosave): Correct the order of the
11731         arguments passed to pop-to-buffer.
11732         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11733         summary command ends up with the article buffer.
11734
11735         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11736         the same faces.
11737
11738 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11739
11740         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11741
11742 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11743
11744         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11745         * gnus-sum.el (gnus-summary-highlight):
11746         * pgg.el (pgg-sign-region, pgg-sign):
11747         * mail-source.el (mail-source-delete-old-incoming-confirm):
11748         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11749
11750 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gnus-art.el (gnus-mime-view-part-externally)
11753         (gnus-mime-view-part-internally): Fix predicate function passed to
11754         completing-read.
11755
11756         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11757
11758         * gnus.el (gnus-update-message-archive-method): Add :version.
11759
11760 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * gnus.el (gnus-update-message-archive-method): New variable.
11763
11764         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11765         according to gnus-message-archive-method if
11766         gnus-update-message-archive-method is non-nil.
11767
11768 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11771         Suggested by Loic Dachary <loic@dachary.org>.
11772         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11773
11774 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * message.el (message-pop-to-buffer): Add switch-function argument.
11777         (message-mail): Pass switch-function argument to it.
11778
11779 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11780
11781         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11782         Improve doc string.
11783
11784 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11787         (gnus-header-content)
11788         * gnus-cite.el (gnus-cite-10)
11789         * gnus-srvr.el (gnus-server-closed)
11790         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11791         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11792         (gnus-group-mail-3-empty, gnus-group-mail-low)
11793         (gnus-group-mail-low-empty, gnus-splash)
11794         * message.el (message-header-to, message-header-cc)
11795         (message-header-subject, message-header-other, message-header-name)
11796         (message-header-xheader, message-separator, message-cited-text)
11797         (message-mml): Lighten colors of faces used for dark background.
11798
11799 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11800
11801         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11802         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11803
11804 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * message.el (message-narrow-to-headers-or-head):
11807         Ignore mail-header-separator in the body.
11808
11809 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11810
11811         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11812         same as window size.
11813
11814 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11815
11816         * message.el (message-font-lock-keywords): Use message-header-xheader
11817         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11818         ahead of the anything pattern, to get it recognised.
11819
11820 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11823         spam.el loads uses it in the compiled defadvice form.
11824
11825 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11826
11827         * gnus-sum.el (gnus-articles-to-read)
11828         (gnus-summary-insert-old-articles): Don't truncate group name for
11829         `read-string'.
11830
11831         * gnus-util.el (gnus-limit-string): Delete this function.
11832
11833         * gnus-sum.el (gnus-simplify-subject-fully):
11834         Use `truncate-string-to-width' instead.
11835
11836 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11837
11838         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11839         Tell if, on summary exit, the next group has to be selected.
11840         (gnus-summary-exit): Use it.
11841
11842 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11845         non-break space.
11846
11847 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11848
11849         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11850         Check if group is not a directory.
11851         (nnfolder-request-expire-articles): Don't delete articles if the target
11852         group is not available.
11853
11854         * nnml.el (nnml-request-create-group): Properly check if group is not a
11855         file.
11856         (nnml-request-expire-articles): Don't delete articles if the target
11857         group is not available.
11858
11859         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11860         Don't quote characters that are within parentheses.
11861
11862 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11865         (gnus-handle-ephemeral-exit): Select article according to it.
11866
11867 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * message.el (message-insert-formated-citation-line): Remove newline.
11870         (message-citation-line-format): Add final \n here so that the user can
11871         avoid a blank line.
11872
11873 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11874
11875         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11876         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11877         Update lanl/arXiv support.
11878
11879 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * gnus.el: Bump version number.
11882
11883 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11884
11885         * gnus.el (gnus-version-number): Bump version.
11886
11887 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11888
11889         * gnus.el: No Gnus v0.6 is released.
11890
11891 2007-04-27  Didier Verna  <didier@xemacs.org>
11892
11893         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11894         * gmm-utils.el (gmm-regexp-concat): ... here.
11895         * message.el: Don't require 'gnus-util.
11896         (message-dont-reply-to-names): Handle name change above.
11897         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11898
11899 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11900
11901         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11902         since the initial value varies according to the system.
11903
11904 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11907
11908 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11909
11910         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11911
11912 2007-04-24  Didier Verna  <didier@xemacs.org>
11913
11914         Improve the type of gnus-ignored-from-addresses.
11915         * gnus-util.el (gnus-orify-regexp): New function.
11916         * message.el (gnus-util): Require it.
11917         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11918         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11919         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11920
11921 2007-04-24  Didier Verna  <didier@xemacs.org>
11922
11923         * gnus-sum.el:
11924         * gnus-utils.el: Fix some trailing whitespaces.
11925
11926 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11927
11928         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11929         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11930         article's Message-ID; refer parent article in summary buffer.
11931
11932         * message.el (message-bounce): Call mime-to-mml.
11933
11934         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11935         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11936         optimize and/or forms properly.
11937
11938 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11939
11940         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11941         URL.
11942
11943 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11946
11947 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11948
11949         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11950         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11951         displayed of multipart/alternative part if it is invoked from summary
11952         buffer.
11953
11954         * mm-view.el (mm-inline-text-html-render-with-w3m)
11955         (mm-inline-text-html-render-with-w3m-standalone)
11956         (mm-inline-render-with-function): Use mail-parse-charset by default.
11957
11958 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11959
11960         * parse-time.el (parse-time-string-chars): Check if CHAR
11961         is less than the length of parse-time-syntax.
11962
11963 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11966         from gnus-newsgroup-processable.
11967
11968 2007-04-16  Didier Verna  <didier@xemacs.org>
11969
11970         * gnus-msg.el (gnus-configure-posting-styles):
11971         Handle message-signature-directory properly with :file syntax.
11972         Reported by "Leo".
11973
11974 2007-04-11  Didier Verna  <didier@xemacs.org>
11975
11976         New user option: message-signature-directory.
11977         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11978         * message.el (message-insert-signature): Ditto.
11979         * message.el (message-signature-file): Doc update.
11980         * message.el (message-signature-directory): New.
11981
11982 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * gnus-msg.el (gnus-inews-yank-articles):
11985         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11986
11987 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * message.el (message-yank-original): Make sure cited text ends with
11990         newline; don't exchange point and mark.
11991
11992 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11993
11994         * tls.el (open-tls-stream): Properly handle case where there
11995         is no associated buffer.
11996
11997 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11998
11999         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12000         message-yank-original, make sure (< mark TEXT point).
12001
12002 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12003
12004         * message.el (message-fill-column): New variable.
12005         (message-mode): Use it.  Add comment on a possible new hook.
12006
12007         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12008         (nnmail-get-new-mail): Reformat.
12009
12010         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12011
12012         * gmm-utils.el: Fix Commentary.
12013         (gmm-tool-bar-from-list): Fix typo in doc string.
12014
12015 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12016
12017         * message.el (message-yank-original): Don't switch point and mark
12018         unnecessarily to put point and mark as documented.
12019
12020 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12021
12022         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12023         from the message heads.
12024
12025 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12026
12027         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12028         article buffer does not have a window.  This may not be the best
12029         solution but is certainly better than setting the start of the null,
12030         that is the current, window.
12031
12032 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12033
12034         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12035         (gnus-draft-setup): Run it.
12036
12037         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12038         gnus-score-fast-scoring.  Allow regexp.
12039         (gnus-score-headers): Use it.
12040
12041         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12042         XEmacs.
12043
12044         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12045         string.
12046         (gnus-button-alist): Also catch `<f1> k ...'.
12047         (gnus-treat-display-x-face): Fix doc string.
12048
12049 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12050
12051         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12052         evaluation of gnus-extended-version to ensure correct generation of the
12053         User-Agent header when message-generate-headers-first is used.
12054
12055 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12056
12057         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12058         hashcash-path is nil.  Don't call callback with incorrect number of
12059         parameters if val is 0.
12060
12061 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12062
12063         * message.el (message-required-news-headers):
12064         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12065
12066 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12067
12068         * tls.el (open-tls-stream): In handshake-waiting loop,
12069         don't wait more if there is output available to process.
12070
12071 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12072
12073         * tls.el (tls-program): Doc fix.
12074
12075 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * message.el (message-generate-new-buffers): Change the meaning of the
12078         nil value; add `standard' to the choices; treat t as `unique'; improve
12079         doc string.
12080         (gnus-select-frame-set-input-focus): Autoload.
12081         (message-buffer-name): Search for the existing message buffer if
12082         message-generate-new-buffers is nil or `standard'; treat the value t of
12083         message-generate-new-buffers as `unique'.
12084         (message-pop-to-buffer): Raise the frame already displaying the message
12085         buffer; clear the echo area after querying.
12086         (message-setup): Pass the `continue' argument to compose-mail.
12087         (message-mail): Prefer `switch-function' if it is given; search for the
12088         existing message buffer if the `continue' argument is non-nil; pass
12089         continue and switch-function arguments to compose-mail by way of
12090         message-setup.
12091         (message-mail-other-window): Adjust argument of message-setup.
12092         (message-mail-other-frame): Ditto.
12093
12094 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12097         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12098         to turn font-lock on when turning gnus-message-citation-mode on.
12099
12100 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12101
12102         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12103         (mml-smime-function-alist): New variable; add epg as the backend.
12104         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12105         mml-smime- functions instead.
12106         * mm-view.el: Require smime.
12107
12108 2007-03-05  Didier Verna  <didier@xemacs.org>
12109
12110         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12111         instead of just inheritance for posting styles.
12112         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12113
12114 2007-02-24  Chris Moore  <dooglus@gmail.com>
12115
12116         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12117         * pgg-pgp.el (pgg-pgp-encrypt-region):
12118         * pgg-gpg.el (pgg-gpg-encrypt-region):
12119         Check pgg-encrypt-for-me if no other recipients.
12120
12121 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12122
12123         * tls.el (tls-certtool-program): Fix custom type.
12124
12125 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12128         and point-at-eol instead of line-(beginning|end)-position.
12129
12130         * assistant.el (assistant-parse-buffer): Ditto.
12131
12132         * netrc.el (netrc-parse-services): Ditto.
12133
12134 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12135
12136         * mml2015.el (mml2015-epg-find-usable-key): New function.
12137         (mml2015-epg-sign): Use it.
12138         (mml2015-epg-encrypt): Use it.
12139
12140 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * message.el (message-make-in-reply-to): Quote name containing
12143         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12144         if there are special characters.  Reported by NAKAJI Hiroyuki
12145         <nakaji@jp.freebsd.org>.
12146
12147 2007-02-27  Didier Verna  <didier@xemacs.org>
12148
12149         Include the group parameters as well as the topic ones in the
12150         inheritance filter process.
12151         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12152         argument GROUP-PARAMS-LIST.
12153         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12154
12155 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * nntp.el (nntp-never-echoes-commands)
12158         (nntp-open-connection-functions-never-echo-commands): New variables.
12159         (nntp-send-command): Use them.
12160
12161 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12162
12163         * mml2015.el (mml2015-epg-verify): Simplify.
12164
12165 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * mml.el (mml-content-disposition-alist): New user option.
12168         (mml-content-disposition): New function.
12169         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12170         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12171
12172 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12173
12174         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12175         verification.
12176
12177 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12178
12179         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12180         articles posted in the last 24 hours.
12181
12182 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12183
12184         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12185
12186 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12187
12188         * nntp.el (nntp-send-command): Don't wait for echoes when
12189         nntp-open-ssl-stream is used.
12190
12191 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12194         (gnus-message-add-citation-keywords)
12195         (gnus-message-remove-citation-keywords): Remove.
12196         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12197         directly, make the variables in font-lock-defaults buffer-local, add
12198         gnus-message-citation-keywords to them and then update the value of
12199         font-lock-keywords.
12200
12201 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * message.el (message-cite-original-1): Don't call
12204         gnus-article-highlight-citation.
12205
12206         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12207         citations; fix line count.
12208
12209 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12210
12211         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12212         (gnus-message-add-citation-keywords)
12213         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12214         versions of font-lock-add-keywords and font-lock-remove-keywords to
12215         work with XEmacs correctly.
12216
12217 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * gnus-cite.el (gnus-cite-face-list): Set the values of
12220         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12221         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12222         (gnus-message-cite-prefix-regexp): New variable.
12223         (gnus-message-search-citation-line): Use it; protect against long
12224         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12225         the 0th match data for Emacs.
12226         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12227         (gnus-message-add-citation-keywords): Append keywords rather than
12228         prepending; emulate font-lock-add-keywords if it is not available.
12229         (gnus-message-remove-citation-keywords):
12230         Emulate font-lock-remove-keywords if it is not available.
12231
12232         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12233
12234         * message.el (message-cite-prefix-regexp): Set the value of
12235         gnus-message-cite-prefix-regexp.
12236
12237 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12238
12239         * nnweb.el (nnweb-google-parse-1): Update parser.
12240
12241 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12242
12243         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12244
12245 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12246
12247         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12248         regexp.
12249
12250 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12253         string-to-multibyte.
12254         (uudecode-decode-region-internal): Use it.
12255
12256         * lpath.el: Fbind string-as-multibyte for XEmacs.
12257
12258 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12259
12260         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12261         Fix custom choice.
12262
12263         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12264
12265 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12266
12267         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12268
12269         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12270         `write-region' to respect `mm-inhibit-file-name-handlers'.
12271
12272 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12273
12274         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12275         Use gnus-home-directory instead of "~/" or "$HOME".
12276
12277 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12278
12279         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12280         to mention filename.
12281         Add comments at beginning regarding usage.
12282         (encrypt-write-file-contents): Change interactive so a string is
12283         acceptable.  If the file has no associated model, show an error instead
12284         of a nonsense prompt.
12285
12286 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12287
12288         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12289         Thanks to Yoshihiko Yamada for kind notification of this typo.
12290
12291 2007-01-12  Kenichi Handa  <handa@m17n.org>
12292
12293         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12294         multibyte buffer.
12295
12296 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12297
12298         * gnus-score.el (gnus-score-fast-scoring): New variable.
12299         (gnus-score-headers): Use it.
12300
12301         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12302
12303         * message.el (message-cite-original-1):
12304         Call gnus-article-highlight-citation if requested.
12305         (message-make-from): Allow name and address as optional arguments.
12306
12307         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12308
12309         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12310         bugs to doc string.
12311         (gnus-button-alist): Add mid\\|message-id.
12312         (gnus-button-fetch-group): Extend for use in
12313         `browse-url-browser-function'.
12314         (gnus-button-url-regexp): Try to catch paired parentheses like in
12315         Wikipedia URLs.
12316
12317         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12318         Suggested by Simon Krahnke <overlord@gmx.li>.
12319
12320 2007-01-13  Romain Francoise  <romain@orebokech.com>
12321
12322         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12323         Update copyright.
12324
12325 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12326
12327         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12328
12329 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12330
12331         * gnus-registry.el (gnus-registry-unfollowed-groups)
12332         (gnus-registry-split-fancy-with-parent): Fix documentation.
12333
12334 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12335
12336         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12337         from nnweb groups.
12338
12339 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12340
12341         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12342         Xref urls.  Erase buffer before requesting head.
12343
12344         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12345
12346 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12349         customizable.
12350
12351 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12352
12353         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12354         no signing key is found.
12355         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12356         no encrypting and/or signing key is found.
12357
12358 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12361
12362 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12363
12364         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12365         headers read from disk with the ones newly found in the current search.
12366         This should no longer cause problems, because the article numbers in
12367         Gmane's `nov.php' output are ignored since the previous change.
12368
12369 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12370
12371         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12372
12373 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12376         replace-regexp-in-string; bind url-version; fbind display-images-p and
12377         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12378         find-face and set-itimer-function for Emacs; bind itimer-list for
12379         Emacs.
12380
12381         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12382
12383 2007-01-01  Romain Francoise  <romain@orebokech.com>
12384
12385         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12386
12387 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12388
12389         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12390         `define-minor-mode' macro definition expanded properly.
12391         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12392         exclude it there.
12393
12394         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12395         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12396         `fboundp' test.
12397         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12398         This is OK to autoload in (S)XEmacs now.
12399
12400 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12401
12402         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12403         keystroke.
12404         (gnus-summary-limit-to-singletons): Fix typo.
12405
12406         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12407         else fails.
12408
12409 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12410
12411         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12412         docstring.
12413
12414         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12415         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12416         (gnus-summary-insert-dormant-articles): Fix typo in message.
12417
12418 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12419
12420         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12421         nil for XEmacs.
12422         (gnus-message-citation-mode): Don't autoload in XEmacs.
12423
12424         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12425
12426 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12427
12428         * nnimap.el (nnimap-expunge-search-string):
12429         Mention nnimap-search-uids-not-since-is-evil in docstring.
12430
12431 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * spam.el: Revert to make-obsolete-variable because
12434         define-obsolete-variable-alias is not supported in Emacs 21.
12435
12436         * spam.el (spam-ifile-path, spam-ifile-database-path)
12437         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12438         make-obsolete-variable.
12439         (spam-bsfilter-path, spam-bsfilter-program)
12440         (spam-spamassassin-path, spam-spamassassin-program)
12441         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12442         Don't use "path" inappropriately.
12443         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12444         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12445         variable names.
12446
12447 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12448
12449         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12450         summary buffer.
12451
12452         * password.el (password-cache-remove): Use clear-string to burn
12453         password, if available.
12454
12455 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12456
12457         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12458
12459         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12460
12461         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12462         (gnus-message-highlight-citation): Move defcustom here from
12463         gnus-cite.el.
12464         (gnus-message-citation-mode): Autoload.
12465
12466         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12467         checks to make it compile with XEmacs.
12468         (gnus-message-citation-mode): New minor mode.
12469         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12470         (gnus-message-highlight-citation): New variables.
12471         (gnus-message-search-citation-line)
12472         (gnus-message-add-citation-keywords)
12473         (gnus-message-remove-citation-keywords)
12474         (turn-on-gnus-message-citation-mode)
12475         (turn-off-gnus-message-citation-mode): New functions.
12476
12477 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12478
12479         * gnus-cite.el: Enable highlighting of different citation levels in
12480         message-mode.
12481
12482 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12483
12484         * message.el (message-make-fqdn): Fix comment.
12485         (message-bogus-system-names): Add ".local".
12486
12487         * spam.el (spam-ifile-path, spam-ifile-program)
12488         (spam-ifile-database-path, spam-ifile-database)
12489         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12490         Don't use "path" inappropriately.
12491         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12492         strings.
12493         (spam-check-ifile, spam-ifile-register-with-ifile)
12494         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12495         Use new variable names.
12496
12497         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12498         (gnus-treat-display-smileys): Simplify using
12499         gnus-image-type-available-p.
12500
12501         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12502         available.
12503
12504         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12505         Use `display-images-p' if available.
12506
12507 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12510         one after turning on the buffer's multibyteness instead of decoding
12511         them directly in the unibyte buffer that causes unexpected conversion
12512         in Emacs 23 (unicode).
12513
12514 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12515
12516         * message.el (message-generate-hashcash): Fix custom type.
12517
12518 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12519
12520         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12521
12522 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12525         disconnect icons.  Add help text.
12526
12527 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12528
12529         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12530         negated to be consistent with the others we handle.
12531
12532 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12533
12534         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12535         version of gnus-summary-buffer to something, so that we can use two
12536         article buffers at the same time.
12537
12538 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12539
12540         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12541         trigger all the extra headers.
12542         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12543         sorting.
12544
12545 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12546
12547         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12548         solid groups.
12549
12550 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12551
12552         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12553
12554 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * legacy-gnus-agent.el: Add Copyright notice.
12557
12558 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12559
12560         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12561
12562 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12563
12564         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12565
12566         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12567         to make it work reliably in CVS Emacs.
12568         (gnus-summary-limit-strange-charsets-predicate)
12569         (gnus-summary-limit-to-predicate): New functions.
12570
12571 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12572
12573         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12574         specifying array size.
12575         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12576         array if it is too small.
12577         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12578         (gnus-sort-threads-loop): New function.
12579
12580 2006-12-06  Chris Moore  <dooglus@gmail.com>
12581
12582         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12583         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12584
12585 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12586
12587         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12588         options.
12589
12590 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12591
12592         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12593         DOS-ing the recipient.
12594
12595         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12596         the headers when creating the mapping to avoid mismappings.
12597         (nnweb-gmane-create-mapping): Always nix out old mapping.
12598
12599 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12602         and mm-verify-option to never.
12603
12604 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12605
12606         * message.el (message-signed-or-encrypted-p): New function.
12607         (message-forward-make-body): Use it.
12608
12609         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12610         Replace encode-coding-string with mm-encode-coding-string.
12611
12612 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * nneething.el (nneething-decode-file-name):
12615         Replace decode-coding-string with mm-decode-coding-string.
12616
12617         * gnus-int.el (gnus-open-server): Say failed server's name.
12618
12619 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12620
12621         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12622         strings to a single string.  Quote `errors-file-name'.
12623         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12624         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12625         Adjust calls.  Use `shell-quote-argument'.
12626
12627 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12628
12629         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12630         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12631
12632         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12633         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12634         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12635         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12636         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12637         (gnus-subscribe-newsgroup, gnus-1):
12638         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12639         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12640         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12641         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12642
12643 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12644
12645         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12646         keystroke.
12647         (gnus-summary-limit-to-bodies): Implement headersp.
12648
12649 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12650
12651         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12652
12653 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12656
12657 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12658
12659         * message.el (message-generate-hashcash): Expand range of values to
12660         include `opportunistic'.
12661         (message-send-mail): Use it.
12662
12663 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12664
12665         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12666         and comment it.
12667
12668         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12669
12670 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * gnus-util.el (gnus-extract-address-components): Improve comment.
12673
12674 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * gnus-util.el (gnus-extract-address-components): Work with address in
12677         which the name portion contains @.
12678
12679         * lpath.el: Fbind custom-autoload.
12680
12681 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * gnus.el (gnus-start): Move custom group up.
12684         (gnus-select-method): Don't autoload, but make it available for
12685         `customize-variable'.
12686         (gnus-getenv-nntpserver): Don't autoload.
12687
12688 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12689
12690         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12691
12692 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12693
12694         * message.el (message-sendmail-extra-arguments): New variable.
12695         (message-send-mail-with-sendmail): Use it.
12696
12697 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12698
12699         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12700         mm-with-unibyte-current-buffer to make string unibyte.
12701
12702         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12703         mm-string-as-multibyte.
12704
12705 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12706
12707         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12708         Reported by Werner Koch <wk@gnupg.org>.
12709
12710 2006-11-14  Daiki Ueno  <ueno@p360>
12711
12712         * mml2015.el: Autoload epa-select-keys when compiling.
12713
12714 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12715
12716         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12717         message-options.
12718         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12719
12720 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12721
12722         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12723         EasyPG (< 0.0.6).
12724         (mml2015-always-trust): New user option.
12725         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12726         prompt.
12727
12728 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * nntp.el (nntp-authinfo-force): New variable.
12731         (nntp-send-authinfo): Use it.
12732
12733 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12736         decode encoded words.  Improve prompt.  Add comment about forwarding.
12737         (message-replacement-char): Move up.
12738
12739 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12740
12741         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12742         instead of gnus-intersection because arguments of gnus-sorted-nunion
12743         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12744
12745 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12746
12747         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12748         (message-simplify-subject-functions):
12749         Enable message-strip-subject-encoded-words by default.
12750
12751 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * message.el (message-strip-subject-encoded-words): New function.
12754         (message-simplify-subject-functions): New variable.
12755         (message-simplify-subject): Use it.  Fix typo in doc string.
12756         Support message-strip-subject-encoded-words.
12757
12758 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12759
12760         * gnus-diary.el (gnus-diary-delay-format-function):
12761         * nndiary.el (nndiary-reminders):
12762         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12763
12764 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * gnus-art.el (article-hide-boring-headers): Fetch date from
12767         gnus-original-article-buffer to avoid problems with localized date
12768         strings.
12769
12770 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12773
12774 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12775
12776         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12777         New variables.
12778         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12779         (mm-charset-synonym-alist): Move some entries to
12780         mm-codepage-iso-8859-list.
12781         (mm-charset-synonym-alist, mm-charset-override-alist):
12782         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12783
12784 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12787
12788 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12789
12790         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12791         with Emacs 21 and XEmacs.
12792
12793 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12794
12795         * spam.el (spam-parse-address): New function for better parsing,
12796         catching errors, etc.
12797         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12798
12799 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12800
12801         * mm-view.el: Add interactive arg to html2text autoload.
12802
12803 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12806
12807 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12810         New variables.
12811         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12812         (mm-charset-synonym-alist): Move some entries to
12813         mm-codepage-iso-8859-list.
12814
12815         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12816
12817 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * message.el (message-citation-line-format)
12820         (message-insert-formated-citation-line): Fix implementation of %E, %N
12821         and %n according to the doc string.
12822
12823 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12824
12825         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12826         Use car-safe to avoid bad parses.
12827
12828 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12831         names.
12832
12833         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12834
12835 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12838         header.
12839
12840         * message.el (message-draft-headers): Add Date.
12841         (message-headers-to-generate): Fix typo in docstring.
12842
12843         * nndraft.el (nndraft-required-headers): New variable.
12844         (nndraft-generate-headers): Use it.
12845
12846         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12847
12848 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12849
12850         * gnus-registry.el (gnus-registry-wash-for-keywords)
12851         (gnus-registry-find-keywords): New functions to allow easy searching of
12852         articles that are in the registry.
12853
12854 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12855
12856         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12857         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12858         Reported by Damien Elmes <damien@repose.cx>.
12859
12860 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12861
12862         * gnus.el (gnus-mime): Remove unused custom group.
12863
12864 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12865
12866         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12867         "blank line" when searching for end of armor headers.
12868
12869 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gmm-utils.el (gmm-write-region): Fix variable name.
12872
12873 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12874
12875         * gmm-utils.el (gmm-write-region): New function based on compatibility
12876         code from `mm-make-temp-file'.
12877
12878         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12879
12880         * nnmaildir.el (nnmaildir--update-nov)
12881         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12882         Use `gmm-write-region'.
12883
12884 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12887         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12888
12889         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12890
12891         * message.el (message-replacement-char): New variable.
12892         (message-fix-before-sending): Use it.
12893         (message-simplify-subject): New function to remove duplicate code.
12894         (message-reply, message-followup): Use it.
12895
12896         * gnus-sum.el (gnus-summary-make-menu-bar):
12897         Clarify gnus-summary-limit-to-articles.
12898
12899 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * gnus-util.el (gnus-with-local-quit): New macro.
12902
12903         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12904
12905 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12906
12907         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12908         ignore non-string data.
12909
12910 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12911
12912         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12913         non-string data (needs to be done in the registry too).
12914
12915 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12916
12917         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12918         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12919         (gnus-registry-split-fancy-with-parent)
12920         (gnus-registry-fetch-simplified-message-subject-fast)
12921         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12922         Remove text properties on ingress into the registry and when it's saved.
12923         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12924         registry from entries with no groups.
12925
12926 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12927
12928         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12929         function to remove string properties.
12930
12931 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12932
12933         * gmm-utils.el (gmm): Adjust custom version.
12934
12935         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12936         Adjust custom version.
12937
12938         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12939
12940 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * gnus-art.el (gnus-insert-prev-page-button)
12943         (gnus-insert-next-page-button): Simplify.  Reformat.
12944
12945 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12946
12947         * gnus-art.el (gnus-insert-prev-page-button)
12948         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12949
12950 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12951
12952         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12953
12954 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12955
12956         * gnus-art.el (gnus-insert-mime-button)
12957         (gnus-insert-mime-security-button):
12958         Apply gnus-article-button-face to MIME and security buttons.
12959
12960 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12963         readable.
12964
12965 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12966
12967         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12968
12969 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12970
12971         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12972         `browse-url-of-file' instead of `browse-url'.
12973
12974 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12975
12976         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12977         regexp.  Articles containing quotation were cut prematurely.
12978
12979 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * message.el (message-cite-original-1): Use nobody by default for the
12982         value of From header.
12983         (message-reply): Ditto.
12984
12985 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12986
12987         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12988         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12989         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12990
12991 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12994         mails in the doc string.  Add some URLs in comment.
12995         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12996
12997 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13000         backslashes handling and the way to find boundaries of quoted strings.
13001
13002 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13003
13004         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13005         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13006         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13007         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13008
13009 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13012         doc string.
13013         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13014
13015 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * lpath.el: Fbind epg-check-configuration.
13018
13019 2006-09-06  Simon Josefsson  <jas@extundo.com>
13020
13021         * mml2015.el (mml2015-use): Doc fix, mention epg.
13022
13023 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13024
13025         * mml2015.el (mml2015-use): Default to epg, if available.
13026
13027 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13028
13029         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13030         message-sender.
13031         (mml1991-epg-encrypt): Ditto.
13032         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13033         message-sender.
13034         (mml2015-epg-encrypt): Ditto.
13035
13036 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13037
13038         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13039         several common directories.
13040
13041 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13042
13043         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13044         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13045
13046 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-art.el (article-decode-encoded-words): Make it fast.
13049
13050 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13053
13054         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13055         in quoted string into `\'.
13056
13057 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13060         Use standard-syntax-table.
13061
13062 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * gnus-art.el (gnus-decode-address-function): New variable.
13065         (article-decode-encoded-words): Use it to decode headers which are
13066         assumed to contain addresses.
13067         (gnus-mime-delete-part): Remove useless `or'.
13068
13069         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13070         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13071         (gnus-nov-parse-line): Use it to decode From header.
13072         (gnus-get-newsgroup-headers): Ditto.
13073         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13074
13075         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13076         (mail-decode-encoded-address-string): New alias.
13077
13078         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13079         New function.
13080         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13081         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13082         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13083         (rfc2047-decode-string): Ditto.
13084         (rfc2047-decode-address-region): New function.
13085         (rfc2047-decode-address-string): New function.
13086
13087 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13088
13089         * message.el (message-caesar-buffer-body): Allow rotating headers.
13090
13091         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13092
13093         * message.el (message-insert-formated-citation-line): Fix %f.
13094         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13095
13096 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13099         (gnus-bookmark-mouse-available-p): New macro.
13100         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13101         (gnus-bookmark-bmenu-show-infos): Use it.
13102         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13103         (gnus-bookmark-bmenu-hide-infos): Ditto.
13104         (gnus-bookmark-remove-properties): New function.
13105         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13106         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13107         (gnus-bookmark-write-file): Bind coding-system-for-write.
13108         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13109         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13110         group before selecting it.
13111         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13112         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13113         quit-window if it is not available; use gnus-mouse-2 and bind it to
13114         gnus-bookmark-bmenu-select-by-mouse.
13115         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13116         (gnus-bookmark-bmenu-select-by-mouse): New function.
13117
13118 2006-08-13  Romain Francoise  <romain@orebokech.com>
13119
13120         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13121         space.
13122
13123 2006-08-10  Romain Francoise  <romain@orebokech.com>
13124
13125         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13126         (dns-mode-soa-auto-increment-serial): New user option.
13127         (dns-mode-soa-maybe-increment-serial): New function.
13128         (dns-mode): Add the latter to `write-contents-functions'.
13129
13130 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * compface.el (uncompface): Use binary rather than raw-text-unix.
13133
13134 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * compface.el (uncompface): Make sure the eol conversion doesn't take
13137         place when communicating with the external programs.
13138         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13139
13140 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13143
13144 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13145
13146         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13147         Make it more robust by parsing author and date independently.
13148
13149 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13152
13153 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13154
13155         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13156         first matching secret key.
13157         (mml2015-epg-encrypt): Ditto.
13158
13159         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13160         first matching secret key.
13161         (mml1991-epg-encrypt): Ditto.
13162
13163         * mml2015.el (mml2015-encrypt-to-self): New user option.
13164         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13165         mml2015-epg-encrypt-to-self is set.
13166
13167         * mml1991.el (mml1991-encrypt-to-self): New variable.
13168         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13169         mml1991-epg-encrypt-to-self is set.
13170
13171         * mml2015.el (mml2015-signers): New user option.
13172         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13173         (mml2015-epg-encrypt): Allow to select signing keys.
13174
13175         * mml1991.el (mml1991-signers): New variable.
13176         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13177         (mml1991-epg-encrypt): Allow to select signing keys.
13178
13179 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13180
13181         * nnheader.el (nnheader-insert-head): Make it work even if the file
13182         uses CRLF for the line-break code.
13183
13184 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13185
13186         * mml2015.el: Require mml-sec instead of password.
13187         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13188         (mml2015-cache-passphrase): Inherit the default value from
13189         mml-secure-cache-passphrase.
13190         (mml2015-passphrase-cache-expiry): Inherit the default value from
13191         mml-secure-passphrase-cache-expiry.
13192
13193         * mml1991.el: Require mml-sec instead of password.
13194         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13195         (mml1991-cache-passphrase): Inherit the default value from
13196         mml-secure-cache-passphrase.
13197         (mml1991-passphrase-cache-expiry): Inherit the default value from
13198         mml-secure-passphrase-cache-expiry.
13199
13200         * mml-sec.el: Require password.
13201         (mml-secure-verbose): New user option.
13202         (mml-secure-cache-passphrase): New user option.
13203         (mml-secure-passphrase-cache-expiry): New user option.
13204
13205 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13206
13207         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13208         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13209         andreas@altroot.de (Andreas Vögele).
13210
13211         FIXME: Use `tiny change'?
13212
13213 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13214
13215         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13216         workaround for the url package included with Emacs.
13217
13218         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13219
13220 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13223         correctly.  This fixes a bug caused by the 2006-05-12 change.
13224
13225 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13226
13227         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13228         some information about the error when saying that the `bogus' mail
13229         group will be used.
13230
13231 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13232
13233         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13234         string.
13235
13236 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13237
13238         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13239
13240 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13241
13242         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13243
13244 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13245
13246         * mml1991.el (mml1991-function-alist): Add epg.
13247         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13248         (mml1991-epg-encrypt): New functions.
13249
13250 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13251
13252         * mml2015.el (mml2015-verbose): New variable.
13253         (mml2015-cache-passphrase): Ditto.
13254         (mml2015-passphrase-cache-expiry): Ditto.
13255         (mml2015-function-alist): Add epg.
13256         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13257         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13258         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13259         New functions.
13260
13261 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13262
13263         * message.el (message-cite-original-1): Preserve region when removing
13264         quoted text due to X-No-Archive in order to avoid bogus attribution
13265         when citing multiple messages.
13266
13267 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13268
13269         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13270         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13271
13272 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13273
13274         * gnus-diary.el (gnus-user-format-function-d)
13275         (gnus-user-format-function-D): Autoload.
13276
13277         * imap.el (Commentary): Fix typo.
13278
13279         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13280         2006-04-22 contribution.
13281
13282 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13283
13284         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13285         It didn't really fix the bogosity I'm seeing with solid web groups.
13286
13287 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13288
13289         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13290         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13291         created using server names.  If we use the feature without declaring
13292         it, Gnus does not properly manage server and group state.
13293
13294         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13295         bound.
13296
13297 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13298
13299         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13300         looking up the method using GROUP's prefix before inventing a new one.
13301         It is used on killed/unknown groups in various places where returning
13302         an all-new method isn't expected by the caller.
13303
13304         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13305         and match semantics of gnus-group-real-prefix.
13306
13307 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13308
13309         * nnmail.el (nnmail-broken-references-mailers): New variable.
13310         (nnmail-ignore-broken-references): New function generalizing
13311         nnmail-fix-eudora-headers.
13312         (nnmail-fix-eudora-headers): Now obsolete.
13313
13314         * gnus-art.el (gnus-button-handle-custom):
13315         Support `customize-apropos*'.
13316
13317 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13318
13319         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13320
13321         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13322         articles.
13323
13324 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * message.el (message-cite-reply-above): New variable.
13327         (message-yank-original): Use it.
13328
13329 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13332
13333 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13336         as read.
13337
13338         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13339
13340 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13343         (gnus-bookmark-default-file): Use gnus-directory.
13344         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13345         Remove "*" in doc string.
13346         (gnus-bookmark-write-file): Simplify.
13347         (gnus-bookmark-maybe-sort-alist): Use `when'.
13348         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13349         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13350         Add FIXME about Emacs 21 and XEmacs compatibility.
13351         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13352         compatibility.
13353         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13354         compatibility.
13355         (gnus-bookmark-menu-heading): Fix version.
13356
13357 2006-06-19  Bastien Guerry  <bzg@altern.org>
13358
13359         * gnus-bookmark.el: New file.
13360
13361 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * message.el (message-syntax-checks): Doc fix.
13364
13365 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13366
13367         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13368         unsubscribed groups as if they were killed ones.  It causes duplicate
13369         entries in gnus-newsrc-alist.
13370
13371 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * message.el (message-syntax-checks): Doc fix.
13374         (message-send-mail): Add check for continuation headers.
13375         (message-check-news-header-syntax): Fix regexp used to check for
13376         continuation headers.
13377
13378 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13381
13382 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13385
13386 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13389         default-truncate-lines.
13390
13391 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13394         to fill the utf-8 entry.
13395
13396         * lpath.el: Fbind unicode-precedence-list.
13397
13398 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13399
13400         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13401
13402 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13403
13404         * gnus-agent.el (directory-files-and-attributes): Move all the way
13405         forward (the third and final move).
13406         (gnus-agent-read-agentview): Trap reconstruction errors due to
13407         nonexistent directory.  Handle by returning nil.
13408
13409 2006-05-30  Didier Verna  <didier@xemacs.org>
13410
13411         * message.el (message-dont-reply-to-names): Update the custom type.
13412         * message.el (message-dont-reply-to-names): New defsubst: potentially
13413         convert a list of regexps into a single one.
13414         * message.el (message-get-reply-headers): Use it.
13415         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13416
13417 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * gnus-agent.el (directory-files-and-attributes): Move forward.
13420
13421 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13422
13423         * gnus-ml.el (gnus-mailing-list-subscribe)
13424         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13425         (gnus-mailing-list-message): Fix doc strings.
13426
13427 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13428
13429         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13430         of doing it manually.
13431
13432 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13433
13434         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13435         comment.
13436
13437 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13438
13439         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13440         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13441         (gnus-agent-read-local): All symbols allocated in my-obarray.
13442         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13443         (gnus-agent-regenerate-group): Check numeric names to see if they are
13444         messages or groups.
13445         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13446         better way of do this...)
13447
13448         * gnus-cache.el (gnus-agent-total-fetched-for):
13449         Ignore 'dummy.group' (there should be a better way of do this...)
13450
13451 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13454         (gnus-saved-headers): Ditto.
13455         (gnus-default-article-saver): Mention functions may have properties.
13456         (gnus-article-save): Override gnus-save-all-headers and
13457         gnus-saved-headers by :headers property which saver function may have.
13458         (gnus-summary-save-in-file): Add :headers property.
13459         (gnus-summary-write-to-file): Ditto.
13460
13461         * gnus-sum.el (gnus-summary-save-article): Bind
13462         gnus-prompt-before-saving to t when saving many articles in a file;
13463         always show all headers.
13464
13465         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13466
13467 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13470         marks.
13471
13472         * message.el (message-indent-citation): Add optional arguments to allow
13473         using it outside of message buffers.
13474
13475         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13476         (gnus-article-treat-unfold-headers): Use it.
13477         (gnus-article-truncate-lines): New variable.
13478         (gnus-article-mode): Use it.
13479         (gnus-article-toggle-truncate-lines): New function.
13480
13481         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13482         Add gnus-article-toggle-truncate-lines.
13483
13484         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13485         coding system in XEmacs, use binary.
13486
13487 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13490         after-load-alist.
13491
13492         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13493         this function should save decoded articles.
13494         (gnus-summary-write-to-file): Use property to specify this function
13495         should save decoded articles and specify gnus-summary-save-in-file
13496         should be used to save articles other than the first one when saving
13497         many articles.
13498         (gnus-summary-save-body-in-file): Use property to specify this
13499         function should save decoded articles.
13500         (gnus-summary-write-body-to-file): Use property to specify this
13501         function should save decoded articles and specify
13502         gnus-summary-save-body-in-file should be used to save articles other
13503         than the first one when saving many articles.
13504
13505         * gnus-sum.el (gnus-summary-save-article): Simplify.
13506
13507 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13508
13509         * gnus-art.el (gnus-default-article-saver):
13510         Add gnus-summary-write-body-to-file.
13511         (gnus-article-save-coding-system): Don't use coding system object
13512         in XEmacs.
13513         (gnus-read-save-file-name): Add optional `dir-var' argument which
13514         specifies directory in which files are saved; work even if optional
13515         `variable' argument is not specified.
13516         (gnus-summary-write-to-file): Read file name.
13517         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13518         (gnus-summary-write-body-to-file): New function.
13519
13520         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13521         (gnus-summary-local-variables): Add it.
13522         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13523         (gnus-summary-save-article): Remove optional `decode' argument;
13524         determine whether to decode articles by the value of
13525         gnus-default-article-saver; when saving many files using
13526         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13527         it first and use gnus-summary-save-in-file or
13528         gnus-summary-save-body-in-file thereafter unless
13529         gnus-prompt-before-saving is always; move point to article which
13530         will be saved.
13531         (gnus-summary-save-article-file): Revert.
13532         (gnus-summary-write-article-file): Revert.
13533         (gnus-summary-save-article-body-file): Revert.
13534         (gnus-summary-write-article-body-file): New function.
13535
13536 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * gnus-art.el (gnus-default-article-saver): Doc fix.
13539         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13540         from gnus-summary-save-article-coding-system, and default to a
13541         certain coding system.
13542         (gnus-output-to-file): Add coding cookie and encode text according
13543         to gnus-article-save-coding-system; don't use mm-append-to-file.
13544
13545         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13546         gnus-art.el and rename to gnus-article-save-coding-system.
13547         (gnus-summary-save-article): Require gnus-art; don't show all
13548         headers if it decodes articles; don't add coding cookie here;
13549         don't bind mm-text-coding-system-for-write.
13550         (gnus-summary-save-article-file): Save decoded articles.
13551         (gnus-summary-write-article-file): When saving many files, use
13552         gnus-summary-write-to-file first and gnus-summary-save-in-file
13553         thereafter unless gnus-prompt-before-saving is always.
13554         (gnus-summary-save-article-body-file): Save decoded articles.
13555
13556         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13557
13558 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13559
13560         * nnrss.el (nnrss-check-group): Bind hash-index.
13561
13562 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13563
13564         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13565         its hash index.  Store this hash in `nnrss-group-data'.
13566         (nnrss-read-group-data): Update accordingly.
13567
13568 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13569
13570         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13571         entry.
13572
13573         * gnus-sum.el (gnus-summary-make-menu-bar):
13574         Add gnus-article-browse-html-article.
13575
13576 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13577
13578         * gnus-sum.el (gnus-summary-mime-map):
13579         Add gnus-article-browse-html-article.
13580
13581         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13582
13583 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13584
13585         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13586         suitable coding systems in customize.
13587
13588 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13589
13590         * mail-source.el (mail-sources): Fix custom type.
13591
13592 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13593
13594         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13595         (gnus-summary-expire-articles-now): Shorten prompt.
13596
13597         * gmm-utils.el (wid-edit): Require.
13598         (defun-gmm): Rename from `gmm-defun-compat'.
13599         (gmm-image-search-load-path): Use it.
13600         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13601
13602 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * gnus-sum.el (gnus-summary-save-article-coding-system):
13605         New variable.
13606         (gnus-summary-save-article): Add optional `decode' argument.
13607         If it is set and gnus-summary-save-article-coding-system is non-nil,
13608         save decoded article.
13609         (gnus-summary-write-article-file): Save decoded article if
13610         gnus-summary-save-article-coding-system is non-nil.
13611
13612         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13613         type.
13614
13615 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13616
13617         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13618
13619 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13622         first to test gnus-single-article-buffer which may be buffer-local.
13623
13624         * gnus-sum.el (gnus-summary-setup-buffer):
13625         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13626         group; make gnus-article-buffer, gnus-article-current, and
13627         gnus-original-article-buffer always buffer-local.
13628         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13629         group.
13630         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13631
13632 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13633
13634         * nnml.el (nnml-request-compact-group): Compressed files might not
13635         have .gz extension.
13636
13637 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13638
13639         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13640         (mm-copy-to-buffer): Use with-current-buffer.
13641         (mm-display-part): Simplify.
13642         (mm-inlinable-p): Add optional arg `type'.
13643
13644 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13645
13646         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13647         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13648         Try harder to show the attachment internally or externally using
13649         gnus-mime-view-part-as-type.
13650
13651 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * message.el (message-from-style, message-signature-separator)
13654         (message-user-organization-file, message-send-mail-function)
13655         (message-citation-line-function, message-yank-prefix)
13656         (message-indent-citation-function, message-signature)
13657         (message-signature-file, message-signature-insert-empty-line):
13658         Remove autoloads.
13659
13660         * gnus-art.el (gnus-buttonized-mime-types):
13661         Remove "multipart/signed".  Revert 2006-04-26 change.
13662
13663 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13664
13665         * gnus.el (gnus-version-number): Bump version.
13666
13667 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13668
13669         * gnus.el: No Gnus v0.5 is released.
13670
13671 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13672
13673         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13674         fetching articles by message-id.
13675
13676 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13677
13678         * message.el (hashcash): Require hashcash as normal.
13679
13680         * ecomplete.el (ecomplete-highlight-match-line):
13681         Use point-at-eol.
13682         (ecomplete-highlight-match-line): Use `highlight', because that
13683         face exists in both Emacs and XEmacs.
13684
13685         * message.el (message-display-abbrev): Use point-at-bol.
13686
13687         * mail-source.el: Don't require timer/timer-funcs.
13688
13689         * gnus-async.el: Ditto.
13690
13691         * password.el: Ditto.
13692
13693         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13694
13695         * mm-url.el: Ditto.
13696
13697         * gnus-xmas.el: Don't require timer-funcs.
13698
13699         * mm-util.el: Require timer/timer-funcs.
13700
13701 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13702
13703         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13704         Close.
13705
13706 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13709         unibyte after clear-decrypt function runs.
13710
13711         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13712         returns as a unibyte string.
13713
13714 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * lpath.el: Revert.
13717
13718         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13719         (pgg-gpg-process-sentinel): Revert.
13720
13721         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13722         (pgg-pgp-lookup-key): Revert.
13723
13724         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13725         (pgg-pgp5-lookup-key): Revert.
13726
13727         * pgg.el (pgg-fetch-key): Revert.
13728
13729 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * lpath.el: Fbind string-as-multibyte for XEmacs.
13732
13733         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13734         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13735         (mml1991-pgg-encrypt): Ditto.
13736
13737         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13738         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13739         a multibyte buffer.
13740
13741         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13742         (pgg-pgp-lookup-key): Ditto.
13743
13744         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13745         (pgg-pgp5-lookup-key): Ditto.
13746
13747         * pgg.el (pgg-fetch-key): Ditto.
13748
13749 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13750
13751         * message.el (message-user-organization-file): Check several
13752         locations of the organization file.
13753
13754         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13755         Add gnus-article-view-part-as-type.
13756
13757         * gnus-art.el (gnus-article-view-part-as-type): New function.
13758
13759         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13760         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13761
13762         * mml.el: Simplify autoload.
13763         (mml-mode): defvar dnd-protocol-alist instead of using
13764         symbol-value.
13765         (mml-default-directory): New variable.
13766         (mml-minibuffer-read-file): Use it.
13767         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13768
13769         * message.el (message-citation-line-format): New variable.
13770         (message-insert-formated-citation-line): New function.
13771         (message-citation-line-function):
13772         Add `message-insert-formated-citation-line' to custom type.
13773
13774         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13775         to doc string.
13776
13777         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13778         depending on mm-verify-option.
13779
13780 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13783         binding pgg-* variables; reimplement the section which prevents
13784         MIME header from being signed.
13785         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13786         pgg-text-mode; remove a blank line at the top of body.
13787
13788         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13789         lines at the top of body; use gnus-newsgroup-charset if there's no
13790         Charset header.
13791
13792 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * message.el (message-self-insert-commands): Doc fix.
13795
13796         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13797         (mm-uu-pgp-encrypted-test): Ditto.
13798         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13799         between header and body; return application/pgp-encrypted handle
13800         if decryption failed; decode decrypted body by charset.
13801
13802         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13803         element match to application/pgp-*.
13804
13805 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13806
13807         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13808         HTML.
13809
13810 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13811
13812         * mail-source.el (mail-source-call-script): Message the error
13813         string.
13814
13815 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13816
13817         * gnus-util.el (gnus-byte-compile): Use it.
13818
13819 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13820
13821         * gnus-util.el (kill-empty-logs): New function.
13822
13823 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13824
13825         * message.el (message-mail-alias-type): Doc fix.
13826         (message-mail-alias-type-p): New function.
13827         (message-send): Use it.
13828         (message-mode): Ditto.
13829         (message-strip-forbidden-properties): Ditto.
13830
13831         * ecomplete.el (ecomplete-database-file-coding-system):
13832         New variable.
13833         (ecomplete-save): Use it.
13834         (ecomplete-setup): Use it.
13835
13836 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * message.el (message-self-insert-commands): New variable.
13839         (message-strip-forbidden-properties): Use it.
13840
13841 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13842
13843         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13844         that doesn't make XEmacs choke.
13845
13846 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * gnus-util.el (gnus-replace-in-string):
13849         Prefer replace-regexp-in-string over of replace-in-string.
13850
13851 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-util.el (gnus-select-frame-set-input-focus):
13854         Use select-frame-set-input-focus if it is available in XEmacs; use
13855         definition defined in Emacs 22 for old Emacsen.
13856
13857         * dgnushack.el: Autoload unmorse-region for XEmacs.
13858
13859         * lpath.el: Bind cursor-in-non-selected-windows and
13860         select-frame-set-input-focus for XEmacs.
13861
13862 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13865
13866 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13867
13868         * gnus-registry.el (gnus-registry-cache-save): Remove text
13869         properties when saving via the temp buffer.
13870
13871 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * message.el (message-generate-hashcash): Honor custom type.
13874
13875 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13876
13877         * message.el (message-generate-hashcash): Default to non-nil when
13878         hashcash is found.
13879
13880         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13881         (gnus-refer-thread-limit): Increase default to 500.
13882
13883         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13884
13885         * flow-fill.el (fill-flowed): Allow delete-space.
13886
13887 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13888
13889         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13890         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13891         Remove autoloads.
13892
13893 2006-04-18  Simon Josefsson  <jas@extundo.com>
13894
13895         * message.el (message-generate-hashcash): Default to.
13896
13897 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13900         concatenating segments rather than before concatenating them.
13901
13902 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13903
13904         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13905
13906 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13907
13908         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13909
13910         * message.el (message-forward-make-body-plain):
13911         Allow message-forward-ignored-headers to be a list.
13912         (message-remove-ignored-headers): Factor out into function.
13913         (message-forward-make-body-mml): Use it.
13914
13915         * imap.el (imap-quote-specials): New function.
13916         (imap-login-auth): Quote specials.
13917
13918         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13919         (rfc2231-parse-string): Allow concatanation of parameters that
13920         aren't contiguous.  The test case is
13921           (mail-header-parse-content-type "message/external-body;
13922             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13923             access-type=LOCAL-FILE;
13924             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13925
13926 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13927
13928         * nntp.el (nntp-accept-process-output): Return the value of
13929         `nnheader-accept-process-output'.
13930
13931 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13932
13933         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13934         (gnus-button-alist): Recognize more diff formats.
13935         (gnus-button-patch): Strip directory.
13936
13937 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13938
13939         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13940         Emacs 22 when setting focus.
13941
13942 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13943
13944         * gnus-art.el (gnus-article-treat-types): Do treatment of
13945         text/x-verbatim parts.
13946         (gnus-button-patch): New command.
13947
13948         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13949         addresses that contain invalid characters.
13950
13951 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13952
13953         * message.el (message-put-addresses-in-ecomplete):
13954         Use gnus-replace-in-string.
13955         (message-is-yours-p): Use the more correct
13956         mail-header-parse-address instead of
13957         mail-extract-address-components.
13958         (message-put-addresses-in-ecomplete): Fix typo.
13959
13960         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13961         keystroke.
13962
13963         * gnus-art.el (gnus-treatment-function-alist): Change order of
13964         newsgroups/generic header folding to avoid double-folding.
13965
13966         * message.el (message-hidden-headers): Add X-Draft-From.
13967
13968         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13969         New command.
13970         (gnus-summary-repeat-search-article-backward): New command.
13971
13972         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13973         groups in the parent topic.
13974
13975 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13976
13977         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13978         (spam-extra-header-to-number): Return the CRM114 number as a
13979         number instead of a string.
13980
13981 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13982
13983         * gnus-art.el (gnus-face-properties-alist): Move here from
13984         gnus-fun.
13985
13986         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13987
13988 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13989
13990         * message.el (message-strip-forbidden-properties): Only display on
13991         self-insert-command.
13992
13993         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13994         reindent.
13995         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13996
13997 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13998
13999         * smiley.el (smiley-style): Fix typo.
14000
14001 2006-03-23  Kenichi Handa  <handa@m17n.org>
14002
14003         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14004         instead of set-buffer-multibyte.
14005
14006 2006-03-23  Kenichi Handa  <handa@m17n.org>
14007
14008         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14009         buffer and then decode the buffer text if necessary.
14010         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14011         first, and after mm-encode-body, change the buffer to unibyte.
14012
14013 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14014
14015         * hashcash.el (hashcash-insert-payment-async-2):
14016         Use message-goto-eoh instead of doing it manually.
14017         (mail-add-payment): Use message-narrow-to-header instead of trying
14018         to do the same itself.
14019
14020         * message.el (message-hidden-headers): Add Face.
14021
14022         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14023         reparenting code.
14024         (gnus-summary-reparent-children): Refactored out code.
14025         (gnus-summary-thread-map): New keystroke.
14026         (gnus-summary-reparent-children): Make into command.
14027
14028         * smiley.el (smiley-style): Default to `medium' if using a large
14029         font.
14030
14031         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14032         does it itself.
14033
14034         * message.el (message-point-in-header-p): Simplify definition.
14035
14036 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14037
14038         * nnagent.el (nnagent-request-set-mark): Silence log file
14039         writing.
14040         (nnagent-request-set-mark): Use write-region instead of
14041         append-to-file.
14042
14043         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14044         strange select method.
14045
14046         * ecomplete.el (ecomplete-display-matches): Get highlightling
14047         right.
14048         (ecomplete-display-matches): Use literals.
14049         (ecomplete-display-matches): Disable message logging.
14050
14051         * message.el (message-display-abbrev): Small optimization.
14052
14053         * ecomplete.el (ecomplete-display-matches): Allow automatic
14054         display.
14055
14056         * message.el (message-strip-forbidden-properties):
14057         Display abbrevs.
14058         (message-display-abbrev): Get automatic display right.
14059
14060         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14061         keystrokes.
14062
14063 2006-04-13  Romain Francoise  <romain@orebokech.com>
14064
14065         TODO: Backport to v5-10!
14066
14067         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14068         Move here (and rename) from gnus-registry.el.
14069
14070         * gnus-registry.el: Require gnus-util.
14071         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14072
14073 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14074
14075         * gnus-group.el (gnus-group-catchup-current):
14076         Change if-then-else-if-then-else into cond.
14077         (gnus-group-catchup): Indent.
14078         (group-name-at-point): New function.
14079         (gnus-fetch-group): Provide default from thing at point.
14080
14081 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14082
14083         * message.el (message-display-abbrev): Fix regexp.
14084
14085         * ecomplete.el (ecomplete-highlight-match-line):
14086         Reimplement choosing.
14087         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14088         dead variables.
14089
14090         * message.el (message-newline-and-indent): Remove debugging.
14091         (message-display-abbrev): Use new implementation.
14092
14093 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14094
14095         * gnus-art.el (gnus-article-mode):
14096         Set cursor-in-non-selected-windows to nil.
14097
14098         * smiley.el: Revert previous change.
14099         (smiley-data-directory): defvar it before using it in the
14100         defcustom of `smiley-style'.
14101
14102 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14103
14104         * message.el (message-newline-and-indent): New function.
14105
14106         * ecomplete.el: Implement more bits.
14107
14108         * message.el (message-put-addresses-in-ecomplete): Clean up the
14109         string.
14110
14111         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14112
14113         * gnus-sum.el (gnus-summary-save-parts):
14114         Bind gnus-summary-save-parts-counter and use it to make unique file
14115         names.
14116
14117         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14118
14119         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14120         parameter to say whether to actually parse the individual
14121         addresses.
14122
14123         * message.el (message-put-addresses-in-ecomplete): New function.
14124         (ecomplete): Require.
14125         (message-mail-alias-type): Add ecomplete as an option.
14126
14127 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14128
14129         * flow-fill.el (fill-flowed): Remove trailing space from blank
14130         quoted lines.
14131
14132 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14133
14134         * smiley.el (smiley-style): Move definition later to avoid a
14135         compilation warning.
14136
14137 2006-04-12  Kenichi Handa  <handa@m17n.org>
14138
14139         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14140         buffer and then decode the buffer text if necessary.
14141         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14142         first, and after mm-encode-body, change the buffer to unibyte.
14143         Use mm-disable-multibyte instead of set-buffer-multibyte.
14144
14145 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14146
14147         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14148         Content-Type header instead of Content-Disposition header.
14149         (gnus-mime-inline-part): Ditto.
14150         (gnus-mime-view-part-as-charset): Ignore charset that the part
14151         specifies.
14152
14153         * mm-decode.el (mm-display-part): Work with external parts and
14154         usual parts similarly.
14155
14156         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14157         instead of gnus-display-mime.
14158
14159         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14160         instead of with-temp-buffer.
14161
14162         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14163         tag to summarized topics part in order to encode non-ASCII text.
14164
14165 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14166
14167         * smiley.el (smiley-style): New variable.
14168         (smiley-directory): New function.
14169         (smiley-data-directory): Derive from `smiley-style' using
14170         `smiley-directory'.
14171         (smiley-regexp-alist): Add new entries.
14172
14173         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14174         (gnus-article-browse-delete-temp): Add :version.
14175
14176 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14177
14178         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14179         the sieve region.
14180
14181 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14182
14183         * gnus.el (gnus-version-number): Bump version.
14184
14185 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * gnus.el: No Gnus v0.4 is released.
14188
14189 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14190
14191         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14192         layout.
14193
14194         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14195         unknown charset.
14196
14197         * message.el (message-header-synonyms): Add Original-To to the
14198         default.
14199
14200         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14201         optional parameter.
14202
14203 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14204
14205         * gnus-fun.el (gnus): Require it for gnus-directory.
14206
14207 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14210
14211 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14212
14213         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14214
14215 2006-04-05  Simon Josefsson  <jas@extundo.com>
14216
14217         * password.el (password-reset): New function.
14218
14219 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14220
14221         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14222         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14223
14224 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14225
14226         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14227         Some whitespace was matched into the url, which broke browsing hits
14228         > 100 when mm-url-use-external was nil.
14229
14230 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14233         Check gnus-extra-headers for 'Newsgroups.
14234
14235         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14236         bound.
14237
14238 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14239
14240         * pgg-gpg.el: Clean up process buffers every time gpg processes
14241         complete.
14242
14243 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14244
14245         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14246         doc string.
14247
14248 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14249
14250         * pgg-gpg.el (pgg-gpg-process-filter)
14251         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14252
14253         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14254         lines, temporary fix.
14255
14256 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14259
14260 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14261
14262         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14263         default-enable-multibyte-characters.  This reverts the change from
14264         revision 6.17 which is no longer necessary because the passphrase
14265         is sent separately now.  GnuPG messages are unreadable under
14266         multibyte locales with default-enable-multibyte-characters set to
14267         nil.
14268
14269 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * message.el (message-tool-bar-gnome): Move "spell".
14272
14273 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14274
14275         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14276         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14277         instead.
14278
14279 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14280
14281         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14282         Improve newsgroups handling for NNTP overviews which don't include
14283         Newsgroups.
14284
14285 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14286
14287         * message.el (message-resend): Bind message-generate-hashcash to nil.
14288
14289 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14290
14291         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14292         when searching for already-paid recipients.
14293
14294 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14295
14296         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14297         passphrases when it is not needed.
14298         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14299         passphrase stuff from gpg, should only be necessary when you use
14300         gpg with a smartcard.
14301
14302 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * mml.el (mml-insert-mime): Ignore cached contents of
14305         message/external-body part.
14306
14307         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14308         (mm-insert-part): Ditto.
14309
14310 2006-03-23  Simon Josefsson  <jas@extundo.com>
14311
14312         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14313         Reiner.
14314         (pgg-gpg-use-agent-p): Use it again.
14315
14316 2006-03-23  Simon Josefsson  <jas@extundo.com>
14317
14318         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14319         older emacsen.
14320         (pgg-gpg-use-agent-p): Don't use it.
14321
14322 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14323
14324         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14325         if we can.
14326
14327 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14328
14329         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14330         (pgg-gpg-update-agent): New function.
14331         (pgg-gpg-use-agent-p): New function.
14332         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14333         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14334         (pgg-gpg-sign-region): Use it.
14335
14336 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14339         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14340
14341 2006-03-21  Simon Josefsson  <jas@extundo.com>
14342
14343         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14344         <wilde@sha-bang.de>.
14345         (pgg-gpg-use-agent): New variable.
14346         (pgg-gpg-process-region): Use it.
14347         (pgg-gpg-encrypt-region): Likewise.
14348         (pgg-gpg-encrypt-symmetric-region): Likewise.
14349         (pgg-gpg-decrypt-region): Likewise.
14350         (pgg-gpg-sign-region): Likewise.
14351         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14352
14353 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14354
14355         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14356
14357         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14358         Add comment on version.
14359
14360 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14361
14362         * smiley.el: Add missing test smiley.
14363
14364 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * mm-decode.el (mm-with-part): New macro.
14367         (mm-get-part): Use it; work with message/external-body as well.
14368         (mm-save-part): Treat name and filename equally.
14369
14370         * mm-extern.el (mm-extern-cache-contents): New function.
14371         (mm-inline-external-body): Use it; force the part to be displayed;
14372         move undisplayer added to the cached handle to the parent.
14373
14374         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14375         (gnus-mime-view-part-as-type): Work with message/external-body.
14376
14377         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14378
14379 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14380
14381         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14382         images in image-load-path.  [Sync with image.el, revision 1.60, in
14383         Emacs.]
14384
14385 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14388         path rather than symbol.  Always return list of directories.
14389         Guarantee that image directory comes first.  [Sync with image.el,
14390         revision 1.59, in Emacs.]
14391
14392         * message.el (message-make-tool-bar): Adjust to new API of
14393         `gmm-image-load-path-for-library'.
14394
14395         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14396
14397         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14398
14399 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14400
14401         * gnus-art.el (gnus-article-only-boring-p):
14402         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14403         intangible text.
14404         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14405
14406 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14407
14408         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14409         Use `defun' instead of `gmm-defun-compat'.
14410
14411 2006-03-14  Simon Josefsson  <jas@extundo.com>
14412
14413         * message.el (message-unique-id): Don't use message-number-base36
14414         if (user-uid) is a float.
14415         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14416
14417 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14418
14419         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14420
14421         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14422         empty line between a part and a message part.
14423
14424 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14425
14426         * smiley.el: Add more test smileys.
14427         (smiley-data-directory, smiley-regexp-alist)
14428         (gnus-smiley-file-types): Fix doc strings.
14429         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14430         adding new elements.
14431         (smiley-mouse-map): Unused code.  Make it a comment.
14432
14433 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14436         scan latest NoCeM messages instead of old ones.
14437         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14438         delimiters that are recently used.
14439         (gnus-nocem-load-cache): Add autoload cookie.
14440
14441         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14442
14443         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14444         level which is larger than gnus-use-nocem is specified.
14445
14446         * gnus-group.el (gnus-group-get-new-news): Ditto.
14447
14448 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * gnus-util.el (gnus-tool-bar-update): New function.
14451
14452         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14453         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14454
14455         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14456
14457         * gnus-group.el (gnus-group-redraw-when-idle)
14458         (gnus-group-redraw-check): Remove.
14459         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14460
14461 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14464         if optional last element is specified in splits (FIELD VALUE...).
14465
14466 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14467
14468         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14469         to gmm-image-load-path-for-library.  Call with no-error argument.
14470         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14471
14472         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14473
14474         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14475
14476         * gmm-utils.el (gmm-image-load-path): Remove alias.
14477
14478 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14479
14480         * gmm-utils.el (gmm-image-load-path): Add alias.
14481
14482         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14483         nnml-generate-nov-databases-1.
14484         (nnml-generate-nov-databases): Use it.
14485         (nnml-generate-nov-databases-directory): Document no-active
14486         argument.
14487
14488         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14489         directory if path is t.  Add no-error.
14490
14491         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14492         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14493
14494         * gnus-art.el (gnus-article-browse-delete-temp-files):
14495         Simplify resetting gnus-article-browse-html-temp-list.
14496
14497         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14498         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14499         Add example to docstring.  Rename local variables.  Move error
14500         checks to default case in cond and simplify.
14501
14502 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14505         handle is multipart when calling it recursively.
14506         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14507
14508 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14509
14510         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14511         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14512
14513 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14514
14515         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14516         is loaded.
14517
14518         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14519         loaded.
14520
14521 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14524         to "Emacs 23 (unicode)" in doc string.
14525
14526         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14527         "Emacs 23 (unicode)" in comment.
14528
14529 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14532
14533         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14534         characters 160 through 255 in Emacs 23.
14535
14536 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14537
14538         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14539         gnus-article-browse-html-temp.
14540         (gnus-article-browse-delete-temp): Make it customizable.
14541         Add `file'.  Adjust doc string.
14542         (gnus-article-browse-delete-temp-files): Add argument.
14543         Allow query for each file.  Adjust doc string.
14544         (gnus-article-browse-html-parts):
14545         Add `gnus-article-browse-delete-temp-files' to
14546         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14547
14548 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14549
14550         * gnus-art.el (gnus-article-browse-html-temp)
14551         (gnus-article-browse-delete-temp): New variables.
14552         (gnus-article-browse-delete-temp-files): New function.
14553         (gnus-article-browse-html-parts): Use it.
14554
14555 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14556
14557         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14558
14559         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14560         string.
14561
14562         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14563         gnus-summary-insert-new-articles when unplugged.
14564         Remove gnus-summary-search-article-forward.
14565
14566         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14567         display-visual-class instead of display-color-cells.
14568
14569 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * dgnushack.el: Autoload customize-group for XEmacs.
14572
14573         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14574         message/* containing non-ASCII text properly.
14575
14576 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14577
14578         * message.el: Require gmm-utils, remove autoloads.
14579         (message-tool-bar): Set default based on
14580         gmm-tool-bar-style.
14581         (message-tool-bar-gnome): Add gmm-customize-mode.
14582
14583         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14584         gmm-tool-bar-style.
14585         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14586
14587         * gnus-group.el (gnus-group-tool-bar): Set default based on
14588         gmm-tool-bar-style.
14589         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14590
14591         * gmm-utils.el (gmm-image-directory): Rename variable from
14592         gmm-image-load-path.
14593         (gmm-image-load-path): Use gmm-image-directory.
14594         (gmm-customize-mode): New function.
14595         (gmm-tool-bar-style): New variable.
14596
14597         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14598         gnus-group-redraw-line-number.
14599         (gnus-group-redraw-check): Simplify.
14600         (gnus-group-tool-bar-update): Remove redraw check.
14601         (gnus-group-make-tool-bar): Add redraw check.
14602
14603 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14604
14605         * gnus-art.el (gnus-button): Add missing parentheses.
14606
14607 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * lpath.el: Fbind line-number-at-pos.
14610
14611 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14614
14615 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * gnus-art.el (gnus-button): New face.
14618         (gnus-article-button-face): Use it.
14619
14620         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14621         Add gnus-summary-next-page.  Re-order.
14622
14623         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14624         next-node are now included.
14625         (gnus-group-redraw-line-number): New internal variable.
14626         (gnus-group-redraw-check): Helper function for updating the tool
14627         bar.
14628         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14629
14630         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14631
14632         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14633         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14634         Use it to match format of Spamassassin 3.0 and later.
14635         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14636         (spam-check-bogofilter)
14637         (spam-bogofilter-register-with-bogofilter): Fix args of
14638         `gnus-error' calls.
14639
14640 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14643         unnecessary interaction when sending queued mails.
14644         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14645
14646 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14649         first or last are nil.
14650
14651 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14652
14653         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14654
14655 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14656
14657         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14658
14659 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14660
14661         * dns.el (query-dns): Protect more against buggy tcp output.
14662
14663 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14666         nov.php.
14667
14668 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14669
14670         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14671         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14672         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14673         output on the server side.
14674         (nnweb-google-create-mapping): Update regexps and add some
14675         progress indication.
14676
14677 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14678
14679         * gnus-group.el (gnus-group-tool-bar-gnome):
14680         Fix gnus-agent-toggle-plugged.  Re-order icons.
14681         (gnus-group-tool-bar-gnome):
14682         Add gnus-group-{prev,next}-unread-group.
14683         (gnus-group-tool-bar-gnome): Re-order icons.
14684
14685         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14686         Move gnus-summary-insert-new-articles.
14687
14688         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14689         Fix comments.
14690
14691         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14692         also available in Emacs 21.3.
14693
14694         * message.el (message-fix-before-sending): Change "Emacs 22" to
14695         "Emacs 23 (unicode)" in comment.
14696
14697         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14698         "Emacs 23 (unicode)" in comment.
14699
14700         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14701         comment.
14702         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14703
14704         * mm-view.el (mm-fill-flowed): Add :version.
14705
14706 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14709         and load-path.
14710
14711 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14712
14713         * message.el: Autoload gmm-image-load-path.
14714         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14715         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14716         consitency.
14717
14718         * gmm-utils.el (gmm-image-load-path): Also search in
14719         "../etc/images".  Don't set gmm-image-load-path if we don't find
14720         the image.
14721
14722 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * gmm-utils.el (gmm-image-load-path): Don't make
14725         `gmm-image-load-path' include subdirectories which the second arg
14726         `image' might specify.
14727
14728         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14729         subdirectory to icon file names.
14730
14731         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14732
14733 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14734
14735         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14736         gmm-image-load-path calls.
14737
14738         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14739
14740         * message.el (message-make-tool-bar): Ditto.
14741
14742         * mml.el (mml-preview): Add comment concerning tool bar icons.
14743
14744         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14745         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14746
14747         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14748         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14749
14750         * message.el (message-tool-bar-gnome): Use new icon names.
14751         (message-make-tool-bar): Use `gmm-image-load-path'.
14752
14753         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14754         New functions from MH-E.
14755         (gmm-image-load-path): New variable from MH-E.
14756         (gmm-image-load-path): New function from MH-E.  Add arguments
14757         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14758         *-image-load-path-called-flag.
14759
14760 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14761
14762         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14763
14764 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14765
14766         * nnimap.el (nnimap-request-move-article): Change folder back to
14767         source group before deleting.
14768
14769 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14772
14773         * gnus-art.el (mm-url-insert-file-contents-external):
14774         Autoload mm-url.
14775
14776         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14777
14778 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14781         coding system which mm-charset-to-coding-system returns for a
14782         given charset is valid.
14783
14784 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14785
14786         * html2text.el (html2text-remove-tag-list):
14787         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14788
14789 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14790
14791         * gnus-cus.el: Revert 2005-10-17 change.
14792
14793 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * gnus-art.el (article-strip-banner):
14796         Call article-really-strip-banner only when the regexp match is made.
14797
14798 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * gnus-art.el (article-strip-banner):
14801         Use gnus-extract-address-components instead of
14802         mail-header-parse-addresses to make it work with non-ASCII text;
14803         remove mail-encode-encoded-word-string.
14804
14805         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14806         values which are surrounded with \"...\"; make it never cause a
14807         Lisp error; give up parsing of parameters if it failed in
14808         extracting type.
14809
14810 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14811
14812         * smime.el (smime-cert-by-ldap-1): Fix bug where
14813         `smime-ldap-search' returns results without userCertificates.
14814
14815 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14818
14819 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14820
14821         * spam.el (spam-check-spamassassin-headers): Adapt format for
14822         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14823         <ari@mbf.ocn.ne.jp>.
14824         (spam-list-of-processors): Add spam-use-gmane.
14825
14826 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14827
14828         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14829         make-temp-file; make it work with XEmacs as well.
14830
14831         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14832         mm-make-temp-file.
14833
14834         * mm-decode.el (mm-display-external): Use the 3rd arg of
14835         mm-make-temp-file.
14836         (mm-create-image-xemacs): Ditto.
14837
14838 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14839
14840         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14841         with message-narrow-to-headers.
14842         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14843         (gnus-draft-check-draft-articles): New function.
14844         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14845
14846 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14847
14848         * gnus-art.el (gnus-article-browse-html-parts):
14849         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14850         Don't use suffix argument for mm-make-temp-file for Emacs 21
14851         compatibility.  Remove useless `format'.
14852
14853 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14854
14855         * nnweb.el (nnweb-google-wash-article): Update regexps.
14856         (nnweb-group-alist): Use defvoo instead of defvar.
14857
14858 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14861         re-loading nn* modules.
14862
14863 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14864
14865         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14866         for `tool-bar-mode' and don't check it's default-value.
14867
14868         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14869
14870         * message.el (message-make-tool-bar): Ditto.
14871
14872         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14873         `substring'.  Shorten tmp-file name.
14874
14875         * gnus.el: Remove bogus comment.
14876
14877 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14878
14879         * gnus-art.el (gnus-article-browse-html-parts): New function.
14880         (gnus-article-browse-html-article): New function for viewing html
14881         articles with a browser.
14882
14883 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14884
14885         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14886         in elisp.
14887         (pgg-gpg-encrypt-symmetric-region): Ditto.
14888         (pgg-gpg-sign-region): Ditto.
14889
14890         * pgg-def.el (pgg-text-mode): New variable.
14891
14892         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14893         (mml2015-pgg-encrypt): Ditto.
14894
14895         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14896         (mml1991-pgg-encrypt): Ditto.
14897
14898 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * nnfolder.el (nnfolder-insert-newsgroup-line):
14901         Use message-make-date instead of current-time-string.
14902
14903         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14904         to gnus-decoded which mm-uu might set.
14905
14906 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14909         don't decode quoted parameters; remove misimported Emacs code.
14910         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14911         (rfc2231-decode-encoded-string): Don't use split-string which
14912         behaves differently according to Emacs version; use
14913         mm-decode-coding-region to convert charset to coding-system.
14914         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14915         (rfc2231-encode-string): Remove misimported Emacs code.
14916
14917 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14920         when calling mail-header-parse-content-type.
14921         (article-de-quoted-unreadable): Ditto.
14922         (article-de-base64-unreadable): Ditto.
14923         (article-wash-html): Ditto.
14924
14925         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14926         calling mail-header-parse-content-type and
14927         mail-header-parse-content-disposition.
14928         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14929         mail-header-parse-content-type.
14930
14931         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14932         insert charset and format parameters; encode description after
14933         inserting it to buffer.
14934         (mml-insert-parameter): Fold lines properly even if a parameter is
14935         segmented into two or more lines; change the max column to 76.
14936
14937         * rfc1843.el (rfc1843-decode-article-body): Don't use
14938         ignore-errors when calling mail-header-parse-content-type.
14939
14940         * rfc2231.el (rfc2231-parse-string): Return at least type if
14941         possible; don't cause an error even if it fails in parsing of
14942         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14943         (rfc2231-encode-string): Don't break lines at the beginning, leave
14944         it to mml-insert-parameter.
14945
14946         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14947         calling mail-header-parse-content-type.
14948
14949 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14950
14951         * spam-report.el (spam-report-gmane-use-article-number):
14952         Improve doc string.
14953         (spam-report-gmane-internal): Check if a suitable header was found
14954         in the article.
14955
14956 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14959         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14960
14961 2006-02-05  Romain Francoise  <romain@orebokech.com>
14962
14963         Update copyright notices of all files in the gnus directory.
14964
14965 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14966
14967         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14968
14969 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14972         segmented lines of parameter value to cope with Thunderbird 1.5
14973         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14974         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14975         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14976
14977 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14978
14979         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14980         parts.
14981
14982 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14983
14984         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14985         there's only one active file for all servers.
14986         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14987         solid groups.  Gnus might have used a FAST request to select the group.
14988         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14989         and nnweb-search redundantly in the active file.
14990         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14991         (nnweb-request-create-group): Don't use ARGS.
14992         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14993         initialisations.  Let nnoo do the work.
14994
14995 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14998         Say the part has been decoded.
14999
15000         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15001
15002 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15003
15004         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15005         mailcap-viewer-test-cache when there's no 'test clause, since that
15006         will invert the meaning of a "nil" test previously determined by
15007         mailcap-mailcap-entry-passes-test.
15008
15009 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15012         compiling.
15013
15014         * gnus-sum.el: Ditto.
15015
15016         * message.el: Don't bind tool-bar-map when compiling.
15017
15018 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15019
15020         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15021
15022 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15023
15024         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15025         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15026         current Google Groups.
15027
15028 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15031         and tool-bar-mode.
15032
15033         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15034         and tool-bar-mode.
15035
15036         * message.el (message-tool-bar-update): Simplify.
15037         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15038
15039         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15040         gnus-summary-buffer.
15041         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15042         gnus-summary-reply.
15043
15044         * gmm-utils.el (gmm): Add :version.
15045
15046 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * Makefile.in (clean): New rule.
15049         (distclean): Use it.
15050
15051 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15052
15053         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15054         Don't autoload.
15055
15056 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * gmm-utils.el (gmm-verbose): Add :group.
15059
15060 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15061
15062         * message.el: Change some comments WRT tool-bars.
15063
15064         * gnus-sum.el (gnus-summary-tool-bar)
15065         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15066         (gnus-summary-tool-bar-zap-list): New variables.
15067         (gnus-summary-make-tool-bar): Complete rewrite using
15068         `gmm-tool-bar-from-list'.
15069
15070         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15071         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15072         New variables.
15073         (gnus-group-make-tool-bar): Complete rewrite using
15074         `gmm-tool-bar-from-list'.
15075         (gnus-group-tool-bar-update): New function.
15076
15077         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15078
15079 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15082         is dissected into a single part of which the type is the same as
15083         the given one; decode charset.
15084
15085 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15086
15087         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15088         into alists as symbol not string, since that's what
15089         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15090         look for.
15091
15092 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15093
15094         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15095         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15096
15097         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15098
15099 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15100
15101         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15102         (gnus-xmas-mime-security-button-menu): New function.
15103
15104         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15105         (gnus-mime-security-button-menu): New definition.
15106         (gnus-mime-security-button-map): Use them.
15107         (gnus-mime-security-button-menu): New function.
15108         (gnus-insert-mime-security-button): Addition to help echo.
15109         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15110         (gnus-mime-security-pipe-part): New functions.
15111
15112         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15113         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15114
15115         * mm-decode.el (mm-handle-set-disposition): Remove.
15116         (mm-handle-set-description): Remove.
15117
15118 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15119
15120         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15121         (mm-w3m-standalone-supports-m17n-p): New function.
15122         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15123         w3m usage.
15124
15125         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15126         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15127
15128 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15129
15130         * message.el (message-tool-bar-zap-list):
15131         Use gmm-tool-bar-zap-list as custom type.
15132         (message-tool-bar-update): New function.
15133         (message-tool-bar, message-tool-bar-gnome)
15134         (message-tool-bar-retro): Add message-tool-bar-update.
15135         (message-tool-bar-gnome): Add flyspell-buffer.
15136
15137         * gnus-util.el (gnus-error): Describe `args'.
15138
15139         * gmm-utils.el (gmm-error): Describe `args'.
15140         (gmm-tool-bar-zap-list): New widget.
15141         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15142
15143 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15144
15145         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15146         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15147         the number of recursive calls.
15148
15149         * mm-decode.el (mm-handle-set-disposition): New macro.
15150         (mm-handle-set-description): New macro.
15151
15152 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15155         encoding.
15156
15157 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * message.el (message-tool-bar-zap-list, message-tool-bar)
15160         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15161         (message-tool-bar-local-item-from-menu): Remove.
15162         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15163         (message-make-tool-bar): New function.
15164         (message-mode): Use `message-make-tool-bar'.
15165
15166         * gmm-utils.el: New file.
15167         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15168         (gmm-lazy): New widget copied from `nnmail.el'.
15169         (gmm-tool-bar-from-list): New function for creating customizable
15170         tool bars.
15171         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15172         output.
15173         (gmm): Add :prefix to defgroup.
15174
15175 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15176
15177         * gmm-utils.el (gmm-widget-p): New function.
15178
15179 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15180
15181         * mml.el (mml-attach-file): Describe `description' in doc string.
15182         (mml-menu): Add Emacs MIME manual and PGG manual.
15183
15184 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15185
15186         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15187
15188 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15189
15190         * nntp.el (nntp-end-of-line): Doc fix.
15191
15192 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15193
15194         * imap.el (imap-open): Handle case where buffer is a buffer
15195         object.
15196
15197 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15198
15199         * gnus-delay.el (gnus-delay): Don't autoload.
15200         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15201         to be re-loaded when customizing the `gnus-delay' group.
15202
15203 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15204
15205         * message.el (message-insert-citation-line): Use newlines.
15206
15207 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15208
15209         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15210         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15211         these routines, so the passphrase can be managed externally and
15212         passed in to the system.
15213         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15214         pgg-add-passphrase-to-cache function.
15215
15216         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15217         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15218         these routines, so the passphrase can be managed externally and
15219         passed in to the system.
15220         (pgg-pgp5-sign-region): Use new name of
15221         pgg-add-passphrase-to-cache function.
15222
15223 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15224
15225         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15226         part of the decoded armor to find the key-identifier.
15227         (pgg-gpg-lookup-key-owner): New function to return the
15228         human-readable identifier of a key owner.
15229         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15230         itself.
15231         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15232         the key value) if we have a key and can match it against a secret
15233         key.  Also, added a note pointing out fact that the prompt only
15234         indicates the first matching key.
15235
15236         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15237         pgg-decrypt-region.
15238         (pgg-add-passphrase-to-cache): Rename from
15239         `pgg-add-passphrase-cache' to reduce confusion (all callers
15240         changed).
15241         (pgg-remove-passphrase-from-cache): Rename from
15242         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15243         changed).
15244         (pgg-read-passphrase, pgg-add-passphrase-cache)
15245         (pgg-remove-passphrase-cache): Add informative docstrings.
15246         (pgg-decrypt): Convey provided passphrase in subordinate call to
15247         pgg-decrypt-region.
15248
15249 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15250
15251         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15252         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15253         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15254         'passphrase' argument, so the passphrase can be managed externally
15255         and then passed in to the system.
15256
15257         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15258         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15259         so the passphrase cache can be used reliably with identifiers
15260         besides a pgp packet's key id.
15261
15262         * pgg-gpg.el (pgg-gpg-encrypt-region)
15263         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15264         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15265         these routines, so the passphrase can be managed externally and
15266         passed in to the system.
15267
15268         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15269         'notruncate' argument, so the passphrase cache can be used
15270         reliably with identifiers besides a pgp packet's key id.
15271
15272 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15273
15274         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15275         symmetric encryption.
15276         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15277         encrypted session key.
15278         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15279         message ask for the passphrase in a proper way.
15280
15281         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15282         New user commands for symmetric encryption.
15283
15284 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15287
15288         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15289
15290 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15291
15292         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15293
15294 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * mm-decode.el (mm-inlined-types): Add application/pgp.
15297         (mm-automatic-display): Ditto.
15298
15299         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15300         part as text.
15301
15302 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * nnrss.el: Update copyright.
15305         (nnrss-opml-import): Query whether to subscribe to each entry.
15306
15307         * gnus-art.el:
15308         * gnus-sum.el:
15309         * gnus-xmas.el:
15310         * messagexmas.el:
15311         * mm-uu.el:
15312         * mm-view.el: Update copyright.
15313
15314 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * message.el (message-info): New function.
15317         (message-mode-menu): Add it.
15318         Update copyright.
15319
15320         * ChangeLog: Fix and update copyright.
15321
15322 2006-01-13  Romain Francoise  <romain@orebokech.com>
15323
15324         * message.el (message-forward-subject-name-subject): Prefer the
15325         address to 'nowhere' if the sender has no name.
15326         Fix typo.  Update copyright year.
15327
15328 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15329
15330         * gnus-art.el (article-wash-html):
15331         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15332         (gnus-article-wash-html-with-w3m-standalone): New function.
15333
15334         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15335         mm-inline-text-html-render-with-w3m-standalone.
15336         (mm-text-html-washer-alist): Map w3m-standalone to
15337         gnus-article-wash-html-with-w3m-standalone.
15338         (mm-inline-text-html-render-with-w3m-standalone): New function.
15339
15340 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15341
15342         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15343         Improve LaTeX.
15344
15345 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15348         (nnrss-request-article): Render text/plain parts as HTML.
15349
15350         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15351         the buffer.
15352
15353 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15356         custom definition of `gnus-posting-styles'.
15357
15358         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15359         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15360
15361 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15362
15363         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15364         Use nntp for bug archive.
15365
15366 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15369         parts.
15370         (nnrss-normalize-date): New function converts ISO 8601 date into
15371         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15372         (nnrss-check-group): Use it.
15373
15374 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15377
15378         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15379         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15380         (nnrss-insert-w3): Ditto.
15381
15382 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15385         the articles to be forwarded including the case where neither a
15386         number of articles nor a region is specified.
15387
15388 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * nnrss.el (nnrss-request-article): Fix last change; fill
15391         text/plain parts.
15392
15393 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15396         in text/plain part.
15397         (nnrss-check-group): Don't add excessive newline to dc:subject.
15398
15399 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15400
15401         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15402         article.
15403
15404 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15405
15406         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15407         (nnml-use-compressed-files, nnml-save-mail): Support other
15408         comression programs such as bzip2.
15409
15410 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15411
15412         * dns.el (query-dns): Make sure we check the buffer size before
15413         removing tcp headers.
15414
15415 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15418         remove MIME buttons associated with multipart/alternative parts.
15419         (gnus-mime-display-alternative): Tag buttons using `article-type'
15420         text property.
15421
15422         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15423         associated with multipart/alternative parts.
15424
15425         * gnus-art.el (gnus-signature-separator): Fix custom type.
15426
15427         * mm-decode.el (mm-inlined-types): Fix custom type.
15428         (mm-keep-viewer-alive-types): Ditto.
15429         (mm-automatic-display): Ditto.
15430         (mm-attachment-override-types): Ditto.
15431         (mm-inline-override-types): Ditto.
15432         (mm-automatic-external-display): Ditto.
15433
15434 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15435
15436         * spam-report.el (spam-report-user-mail-address)
15437         (spam-report-user-agent): New variables.
15438         (spam-report-url-ping-plain): Use spam-report-user-agent.
15439
15440 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15441
15442         * gnus-art.el (gnus-button-handle-custom): Do not just use
15443         `customize-apropos' for any "M-x customize-*" button but the
15444         function called for.  Accept both the function name and its
15445         argument in order to achieve this.
15446         (gnus-button-alist): Remove support for "custom:" URL's.
15447         Pass function name to `gnus-button-handle-custom' in case of "M-x
15448         customize-*" buttons.
15449
15450 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15453         multipart/alternative and add xref to mm-discouraged-alternatives
15454         in doc string.
15455
15456         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15457         gnus-buttonized-mime-types in doc string.
15458
15459 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15460
15461         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15462         Suggest image/.* in the doc string.
15463
15464 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15465
15466         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15467         message-marks (Debian bug #342521).
15468
15469 2005-12-12  Simon Josefsson  <jas@extundo.com>
15470
15471         * password.el (password-read-from-cache): Add.
15472         (password-read): Use it.
15473
15474 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * rfc2047.el (rfc2047-charset-to-coding-system):
15477         Recognize us-ascii as a MIME charset.
15478
15479         * mm-bodies.el (mm-decode-content-transfer-encoding):
15480         Protect against the case where the 2nd arg TYPE is nil.
15481
15482 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15483
15484         * pop3.el (pop3-stream-type): Fix custom version.
15485
15486         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15487
15488 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15489
15490         * mm-decode.el (mm-display-external): Add missing cdr.
15491
15492 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15495         RFC1524) if it is in mailcap or add a suffix according to
15496         mailcap-mime-extensions when generating a temp filename; postpone
15497         deleting a temp file for 2 seconds for some wrappers, shell
15498         scripts, and so on, which might exit right after having started a
15499         viewer command as a background job.
15500
15501 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15502
15503         * nntp.el (nntp-marks-directory): Fix custom group.
15504
15505         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15506         steps when < 10.
15507
15508         * gnus-start.el (gnus-no-server-1):
15509         Mention `gnus-level-default-subscribed' in doc string.
15510
15511 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15512
15513         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15514         parens.
15515
15516 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * gnus-xmas.el (gnus-use-toolbar): Revert.
15519         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15520         gnus-use-toolbar is default.
15521
15522         * messagexmas.el (message-use-toolbar): Revert.
15523         (message-setup-toolbar): Use global default-toolbar if
15524         message-use-toolbar is default.
15525
15526 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15527
15528         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15529         according to default-toolbar-visible-p.
15530
15531         * messagexmas.el (message-use-toolbar): Ditto.
15532
15533 2005-11-26  Dave Love  <fx@gnu.org>
15534
15535         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15536         (tls-program, tls-success): Provide openssl alternative.
15537
15538         * starttls.el: Doc fixes.
15539         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15540         SERVICE to PORT.
15541
15542         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15543         port null or service name.
15544         (starttls-negotiate): Autoload.
15545
15546 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * message.el (message-kill-to-signature): Fix interactive spec.
15549
15550 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * pop3.el (pop3-open-server): Recognize a string as a service name.
15553
15554 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15555
15556         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15557
15558 2005-11-23  Dave Love  <fx@gnu.org>
15559
15560         Add pop3s, pop3/starttls.
15561
15562         * pop3.el (pop3-authentication-scheme): Clarify doc.
15563         (open-tls-stream, starttls-open-stream): Autoload.
15564         (pop3-stream-type): New.
15565         (pop3-open-server): Use it.
15566
15567         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15568         for POP.
15569         (mail-source-keyword-map): Add :stream for POP.
15570         (mail-source-fetch-pop): Use pop3-stream-type.
15571
15572 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15575         of current-time-string.
15576
15577 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15578
15579         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15580         date header.
15581
15582 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15583
15584         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15585         it can seriously impact performance as it bypasses the agent's
15586         local caches.
15587
15588 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15589
15590         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15591         must be explicitly online rather than "not explicitly offline" for
15592         its flags to be synchronized.
15593
15594         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15595         that gnus-uu-unmark-thread will function correctly.
15596
15597         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15598         1024K is instead displayed as 1M.
15599
15600 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15601
15602         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15603
15604 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15605
15606         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15607
15608 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15609
15610         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15611         error message to display actual error condition.
15612         (gnus-agent-save-local): Avoid saving symbols that are bound to
15613         nil as they simply result in a warning message in
15614         gnus-agent-read-local.
15615
15616 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15619         rather than make-variable-buffer-local for file-precious-flag.
15620
15621 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15622
15623         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15624         for duplicates which are removed.  The invalid sort check then
15625         triggers a rescan after the sort as sorting may have moved
15626         duplicate entries such that they can be cheaply detected.
15627
15628 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15629
15630         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15631
15632 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15633
15634         * gnus-agent.el (gnus-agent-article-alist-save-format):
15635         Change internal variable to a custom variable.  Change default value
15636         from compressed(2) to uncompressed(1).
15637         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15638         support for uncompressed agentview files.  Taken together, reading
15639         the agentview file should now be 6-7 times faster.
15640
15641 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15642
15643         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15644         as a buffer-local variable.  This avoids creating truncated
15645         dribble files as a result of a hang up, eg.
15646
15647 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15648
15649         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15650         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15651         XEmacs.
15652
15653 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15654
15655         * gnus-start.el (gnus-start-draft-setup):
15656         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15657
15658         * gnus.el (gnus-splash): Change custom group.
15659         (gnus-group-get-parameter, gnus-group-parameter-value):
15660         Describe allow-list argument.
15661
15662         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15663         string.
15664
15665 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15666
15667         * gnus-art.el (gnus-default-article-saver): Add user-defined
15668         `function' to custom type.
15669
15670 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15671
15672         * imap.el (imap-open): Handle case where buffer is a buffer
15673         object.
15674
15675 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15676
15677         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15678         long lines.
15679         (gnus-cache-delete-group): Wrap doc strings.
15680
15681         * gnus-agent.el (gnus-agent-rename-group)
15682         (gnus-agent-delete-group): Wrap doc strings.
15683
15684 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * messagexmas.el (message-use-toolbar): Change the valid values
15687         into default, top, bottom, left, and right.
15688         (message-toolbar-thickness): New variable.
15689         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15690         well.
15691         (message-setup-toolbar): Make it work.
15692
15693         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15694         (gnus-use-toolbar): Change the valid values into default, top,
15695         bottom, left, and right.
15696         (gnus-toolbar-thickness): New variable.
15697         (gnus-xmas-setup-toolbar): New function.
15698         (gnus-xmas-setup-group-toolbar): Use it.
15699         (gnus-xmas-setup-summary-toolbar): Use it.
15700
15701 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15702
15703         * gnus-start.el (gnus-1): Add "native" to
15704         gnus-predefined-server-alist.
15705
15706         * gnus.el (gnus-method-to-server): Don't add "native" to the
15707         lists here, because that leads to problems when
15708         gnus-select-method is bound.
15709
15710 2005-11-09  Simon Josefsson  <jas@extundo.com>
15711
15712         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15713         use (not sort-by-date) instead.
15714
15715 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15716
15717         * gnus-delay.el (gnus-delay-group): Don't autoload.
15718         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15719         to be re-loaded when customizing the `gnus-delay' group.
15720
15721 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15722
15723         * message.el: Revert last changes.
15724         (message-insert-citation-line): Use newlines.
15725
15726 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15727
15728         * message.el (message-courtesy-message)
15729         (message-mark-insert-begin, message-mark-insert-end)
15730         (message-elide-ellipsis, message-cancel-message)
15731         (message-add-header, message-change-subject)
15732         (message-cross-post-followup-to-header)
15733         (message-cross-post-insert-note, message-reduce-to-to-cc)
15734         (message-widen-reply, message-delete-not-region)
15735         (message-kill-to-signature, message-insert-signature)
15736         (message-insert-importance-high, message-insert-importance-low)
15737         (message-insert-or-toggle-importance)
15738         (message-insert-disposition-notification-to)
15739         (message-indent-citation, message-yank-original)
15740         (message-cite-original-without-signature, message-cite-original)
15741         (message-insert-citation-line, message-position-on-field)
15742         (message-fix-before-sending, message-send-mail-partially)
15743         (message-send-mail, message-send-mail-with-sendmail)
15744         (message-send-mail-with-qmail, message-send-news)
15745         (message-check-news-header-syntax, message-generate-headers)
15746         (message-insert-courtesy-copy, message-fill-address)
15747         (message-fill-header, message-shorten-references)
15748         (message-setup-1, message-cancel-news)
15749         (message-forward-make-body-plain, message-forward-make-body-mime)
15750         (message-forward-make-body-mml, message-encode-message-body)
15751         (message-forward-make-body-digest-plain)
15752         (message-forward-make-body-digest-mime)
15753         (message-use-alternative-email-as-from): Insert `hard-newline'
15754         instead of ordinary newlines.
15755
15756 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * message.el (message-generate-headers): Downcase the argument
15759         given to message-check-element.
15760
15761 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15762
15763         * nntp.el (nntp-authinfo-rejected): New error condition.
15764         (nntp-wait-for): Use new error condition to signal authentication
15765         error.
15766         (nntp-retrieve-data): Rethrow new error condition to break out of
15767         recursive call to nntp-send-authinfo.
15768
15769 2005-11-08  Romain Francoise  <romain@orebokech.com>
15770
15771         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15772         (gnus-summary-exit-map): Bind to `Z p'.
15773         (gnus-summary-make-menu-bar): Add menu item.
15774
15775 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15776
15777         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15778         (gnus-treat-*): Add `first' in all doc strings.
15779
15780         * gnus-group.el (gnus-group-compact-group): Fix typo.
15781
15782 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus.el (gnus-parameters-case-fold-search): New variable.
15785         (gnus-parameters-get-parameter): Use it.
15786
15787         * gnus-score.el (gnus-home-score-file): Doc fix.
15788
15789 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15790
15791         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15792
15793 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15794
15795         * mm-util.el (mm-special-display-p): New function.
15796
15797         * mml.el (mml-preview): Use it; doc fix.
15798
15799 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15800
15801         * imap.el (imap-open): Handle case where buffer is a buffer object.
15802
15803 2005-10-29  Romain Francoise  <romain@orebokech.com>
15804
15805         * message.el (message-fix-before-sending): Fix comment.
15806
15807 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15808
15809         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15810
15811 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15812
15813         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15814         Used in gnus-score.el.
15815
15816 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15817
15818         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15819
15820 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15821
15822         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15823         whitespace removed in revision 7.8.  Use concatenated string to
15824         protect trailing whitespace.
15825
15826 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15827
15828         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15829         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15830         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15831         Courier IMAP ("some version from 2004").  Mostly based on similar
15832         code in the same function.
15833
15834 2005-10-26  Didier Verna  <didier@xemacs.org>
15835
15836         * gnus-group.el (gnus-group-compact-group): Invalidate original
15837         article buffer.
15838         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15839         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15840         NOV database and in article itself.
15841         Invalidate article backlog.
15842
15843 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15846
15847 2005-10-26  Simon Josefsson  <jas@extundo.com>
15848
15849         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15850         part of 2004-07-25 change.
15851
15852 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * message.el (message-display-completion-list): New function.
15855         (message-expand-group): Use it; make sure the Completions buffer
15856         is modifiable.
15857 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15858
15859         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15860         user-mail-name is an empty string.
15861
15862 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15863
15864         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15865         depending on gnus-score-decay-constant.
15866
15867         * encrypt.el (encrypt-insert-file-contents)
15868         (encrypt-write-file-contents): Don't use `gnus-message'.
15869
15870         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15871         arguments.
15872         (mm-uu-type-alist): Add message-marks and insert-marks.
15873         Pass arguments to mm-uu-verbatim-marks-extract.
15874         (mm-uu-hide-markers): New variable.
15875         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15876
15877         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15878         (gnus-convert-image-to-face-command): Use "convert" by default to
15879         allow other input image formats.
15880         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15881         accordingly.
15882
15883 2005-10-23  Simon Josefsson  <jas@extundo.com>
15884
15885         * imap.el (imap-gssapi-program): Align command line parameters
15886         with latest GNU SASL.
15887         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15888
15889 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15890
15891         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15892         HTML.
15893         (nnslashdot-request-article): Ditto.
15894
15895         * lpath.el (featurep): Add nobreak-char-display.
15896
15897 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15898
15899         * mail-source.el (mail-source-fetch-pop): Require pop3.
15900         (mail-source-check-pop): Ditto.
15901
15902 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15905         errors.
15906
15907 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15908
15909         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15910         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15911
15912         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15913
15914         * mm-bodies.el (mm-decode-string):
15915         Call `mm-charset-to-coding-system' with allow-override argument.
15916
15917 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15920         (rfc2047-charset-to-coding-system): New function.
15921         (rfc2047-decode-encoded-words): New function.
15922         (rfc2047-decode-region): Use them.
15923         (rfc2047-decode-cte): Remove.
15924         (rfc2047-parse-and-decode): Remove.
15925         (rfc2047-decode): Remove.
15926
15927 2005-10-15  Kenichi Handa  <handa@m17n.org>
15928
15929         * rfc2047.el (rfc2047-decode-cte): New function.
15930         (rfc2047-decode-region): Change the way to decode successive
15931         encoded-words: decode B- or Q-encoding in each encoded-word,
15932         concatenate them, and decode it as charset.
15933
15934 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * lpath.el: Fbind codepage-setup for XEmacs.
15937
15938 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15939
15940         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15941         widget-move-and-invoke.
15942         (gnus-custom-mode): Use gnus-custom-map.
15943
15944 2005-10-15  Bill Wohler  <wohler@newt.com>
15945
15946         * message.el (message-tool-bar-map): Rename image file from
15947         mail_send to mail/send.
15948
15949 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15950
15951         * message.el (message-expand-group): Pass the common
15952         prefix substring of completion to `display-completion-list'.
15953
15954 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15955
15956         * mml-sec.el (mml-secure-method): New internal variable.
15957         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15958         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15959         New functions using mml-secure-method.
15960
15961         * mml.el (mml-mode-map): Add key bindings for those functions.
15962         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15963         Harder <harder@myrealbox.com>.
15964         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15965         Goto end of message if point is the headers of the message.
15966
15967         * message.el (message-in-body-p): New function.
15968
15969         * assistant.el: Autoload gnus-util and netrc.
15970
15971         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15972         Use `mm-charset-override-alist' only when decoding.
15973
15974         * mm-bodies.el (mm-decode-body):
15975         Call `mm-charset-to-coding-system' with allow-override argument.
15976
15977         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15978         `filename' from Content-Disposition if Content-Type doesn't
15979         provide `name'.
15980         (gnus-mime-view-part-as-type): Set default instead of
15981         initial-input.
15982
15983 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15984
15985         * format-spec.el (format-spec): Propagate text properties of % spec.
15986
15987 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15988
15989         * gnus-art.el (gnus-treat-predicate): Add `first'.
15990
15991 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15992
15993         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15994         (mm-charset-override-alist): New variable.
15995         (mm-charset-to-coding-system): Use it.
15996         (mm-codepage-setup): New helper function.
15997         (mm-charset-eval-alist): New variable.
15998         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15999         Warn about unknown charsets.
16000
16001         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
16002
16003 2005-10-04  David Hansen  <david.hansen@gmx.net>
16004
16005         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16006         (nnrss-check-group): Ditto.
16007
16008 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16009
16010         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16011         Rename x-gnus-verbatim to x-verbatim.
16012         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16013
16014         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16015         x-verbatim.
16016
16017         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16018
16019         * gnus-util.el (gnus-remove-duplicates): Remove.
16020
16021         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16022         instead of gnus-remove-duplicates.
16023
16024         * message.el (message-remove-duplicates): Remove.
16025         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16026         message-remove-duplicates.
16027
16028         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16029         available, else use implementation from `delete-dups'.
16030
16031         * message.el (message-insert-expires): New function.
16032         (message-mode-map): Add key binding.
16033         (message-mode-field-menu): Add menu entry.
16034         (message-mode): Document it.
16035         (message-make-expires-date): Use `message-make-date'.
16036
16037 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16038
16039         * message.el (message-make-expires-date): New function.
16040
16041 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * Makefile.in (list-installed-shadows): New entry.
16044         (install): Use it.
16045         (remove-installed-shadows): New entry.
16046
16047         * dgnushack.el (dgnushack-default-load-path): New variable.
16048         (dgnushack-find-lisp-shadows): New function.
16049         (dgnushack-remove-lisp-shadows): New function.
16050
16051 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16052
16053         * Makefile.in (install-el-elc): New entry.
16054         (install): Use it so that .el files are necessarily installed.
16055
16056 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16059
16060 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16061
16062         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16063         function rather than the diff-mode.el package.
16064         (mm-display-external): Use with-current-buffer.
16065         (mm-viewer-completion-map, mm-viewer-completion-map):
16066         Move initialization inside declaration.
16067
16068 2005-09-29  Simon Josefsson  <jas@extundo.com>
16069
16070         * spam.el: Load hashcash when compiling, to avoid warnings.
16071         Don't autoload mail-check-payment.
16072         (spam-check-hashcash): Define unconditionally, since hashcash.el
16073         is part of Gnus now.  Ignore errors from payment checking.
16074
16075 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16076
16077         * message.el (message-bold-region, message-unbold-region):
16078         Rename from `bold-region' and `unbold-region'.
16079
16080         * message.el: Remove useless autoloads.
16081
16082 2005-09-28  Simon Josefsson  <jas@extundo.com>
16083
16084         * message.el (message-use-idna): Default to t.
16085         (message-use-idna): Test whether encoding works too.  Doc fix.
16086
16087 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * nntp.el (nntp-warn-about-losing-connection): Remove.
16090
16091 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16094         customizable.  Change default value.
16095         (mm-uu-diff-groups-regexp): Change default value.
16096         (mm-uu-type-alist): Add doc string.
16097         (mm-uu-configure): Add doc string.  Make it interactive.
16098         (mm-uu-tex-groups-regexp): New variable.
16099         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16100         (mm-uu-type-alist): Add LaTeX documents.
16101         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16102         of "text/verbatim".
16103         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16104
16105         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16106         instead of "text/verbatim".
16107
16108         * message.el (message-mark-inserted-region)
16109         (message-mark-insert-file): Use slrn style marks when called with
16110         prefix argument.
16111
16112 2005-09-27  Simon Josefsson  <jas@extundo.com>
16113
16114         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16115
16116 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16117
16118         * message.el (message-remove-duplicates): New function.
16119         Implementation borrowed from `gnus-remove-duplicates'.
16120         (message-idna-to-ascii-rhs): Also encode idna addresses in
16121         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16122         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16123         only ask about the same idna domain once per header and also tell
16124         in what header to replace the idna domain.
16125
16126         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16127         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16128         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16129         a header is decoded and not just the last one.
16130
16131 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16134         has been decoded.
16135
16136         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16137         (mm-insert-part): Don't modify text if it has been decoded.
16138
16139         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16140         decoded.
16141
16142         * mm-view.el (mm-inline-text): Don't strip text props unless
16143         decoding enriched or richtext parts.
16144
16145 2005-09-25  Romain Francoise  <romain@orebokech.com>
16146
16147         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16148         * gnus-start.el (gnus-subscribe-interactively):
16149         * gnus-uu.el (gnus-uu-grab-articles):
16150         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16151         space.
16152
16153 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16154
16155         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16156         * mm-view.el (mm-view-pkcs7-decrypt):
16157         * gnus-sum.el (gnus-summary-limit-to-extra)
16158         (gnus-summary-respool-article, gnus-read-move-group-name):
16159         * gnus-score.el (gnus-summary-increase-score):
16160         * gnus-util.el (gnus-completing-read-with-default):
16161         * gnus-art.el (gnus-read-save-file-name)
16162         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16163         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16164         * message.el (message-check-news-header-syntax):
16165         Follow convention for reading with the minibuffer.
16166
16167 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16168
16169         * spam-report.el (spam-report-url-ping-plain):
16170         Use gnus-extended-version as User-Agent.
16171
16172         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16173         default value is nil.
16174
16175         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16176         (mm-uu-verbatim-marks-extract): New function.
16177         (mm-uu-extract): New face.
16178         (mm-uu-copy-to-buffer): Use it.
16179
16180         * spam-report.el (spam-report-gmane-ham): Rename from
16181         `spam-report-gmane-unspam'.
16182         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16183         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16184
16185         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16186         Autoload.
16187         (spam-report-gmane-unregister-routine):
16188         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16189
16190 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16191
16192         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16193         (spam-report-gmane-unregister-routine): Add support for gmane
16194         unregistration.
16195
16196         * spam-report.el (spam-report-gmane-unspam)
16197         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16198         (spam-report-gmane): Change to take a single article and do unspam
16199         registration.
16200
16201 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16202
16203         * mm-url.el (mm-url-decode-entities): Fix regexp.
16204
16205 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16206
16207         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16208         default to nil, to be able to use Gnus at all.  If the default
16209         switches to something else, then the function should be fixed not
16210         be exceedingly slow.
16211
16212 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16213
16214         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16215         fail hard.
16216
16217         * spam-report.el: Add better Keywords line.
16218
16219         * spam.el: Add Maintainer and better Keywords line.
16220
16221 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16222
16223         * gnus-art.el (gnus-article-replace-part)
16224         (gnus-mime-replace-part): New functions.
16225         (gnus-mime-action-alist, gnus-mime-button-commands)
16226         (gnus-mime-save-part-and-strip): Add file argument.
16227         (gnus-article-part-wrapper): Add interactive argument.
16228
16229         * gnus-sum.el (gnus-summary-mime-map):
16230         Add `gnus-article-replace-part'.
16231
16232 2005-09-19  Didier Verna  <didier@xemacs.org>
16233
16234         The nnml compaction feature:
16235         * nnml.el (nnml-request-compact-group): New function.
16236         * nnml.el (nnml-request-compact): New function.
16237         * gnus-int.el (gnus-request-compact-group): New function.
16238         * gnus-int.el (gnus-request-compact): New function.
16239         * gnus-group.el (gnus-group-compact-group): New function.
16240         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16241         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16242         * gnus-srvr.el (gnus-server-compact-server): New function.
16243         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16244         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16245
16246 2005-09-18  Deepak Goel  <deego@gnufans.org>
16247
16248         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16249         format spec.
16250
16251 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16254
16255 2005-09-15  Romain Francoise  <romain@orebokech.com>
16256
16257         * message.el (message-fill-paragraph): Clarify docstring.
16258
16259 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * gnus-art.el (gnus-mime-display-part): Protect against broken
16262         MIME messages.
16263
16264 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16267         before parsing header.
16268
16269 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16270
16271         * html2text.el (html2text-replace-list): Add new entities.
16272
16273 2005-09-11  Romain Francoise  <romain@orebokech.com>
16274
16275         * message.el (message-alternative-emails): Improve docstring.
16276         (message-setup-1): Call `message-use-alternative-email-as-from'
16277         after `message-setup-hook' to give it precedence over posting
16278         styles, etc.
16279         (message-use-alternative-email-as-from): Add docstring.
16280         Remove the original From header if present.
16281
16282         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16283         (nnml-save-mail): Use it.
16284
16285         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16286         articles.  Add new argument `silent'.
16287         (gnus-uu-mark-all): Report the total number of marked articles.
16288
16289 2005-09-10  Romain Francoise  <romain@orebokech.com>
16290
16291         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16292         (gnus-uu-mark-series): Likewise.
16293
16294 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16295
16296         * spam-report.el (spam-report-gmane): Fix generation of spam
16297         report URL.
16298
16299 2005-09-10  Simon Josefsson  <jas@extundo.com>
16300
16301         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16302         t, based on discussion on the ding list with Robert Epprecht
16303         <epprecht@solnet.ch>.
16304
16305 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16306
16307         * spam-report.el (spam-report-gmane): Make it work without
16308         X-Report-Spam header.  Gmane now only provides Archived-At.
16309         This is only used if `spam-report-gmane-use-article-number' is nil.
16310         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16311
16312         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16313         make `gnus-summary-sort-by-recipient' work with threading.
16314
16315         * nnweb.el (nnweb-google-wash-article): Print a message if article
16316         is not available.
16317
16318 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16319
16320         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16321         change.  Decode text/* parts content before displaying.
16322
16323 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16324
16325         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16326
16327 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16328
16329         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16330
16331         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16332         url-package-name, url-package-version,
16333         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16334         w3m-display-inline-images, and w3m-minor-mode-map.
16335
16336 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16337
16338         * message.el (message-tab-body-function): Fix mismatched custom type.
16339
16340         * gnus.el (gnus-group-change-level-function): Ditto.
16341
16342         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16343
16344         * gnus-art.el (gnus-signature-limit)
16345         (gnus-article-mime-part-function): Ditto.
16346
16347 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16348
16349         * mml.el (mml-mode): Silence the byte compiler.
16350
16351         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16352         using `(sit-for 0)' before moving the point to the specified part;
16353         skip unbuttonized parts.
16354         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16355         return to the summary window if gnus-auto-select-part is non-nil.
16356
16357 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16358
16359         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16360         New variables.
16361         (mml-dnd-attach-file, mml-mode): Use them.
16362
16363         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16364         Make fetching article by MID work again for Google Groups.
16365         Add FIXME concerning gnus-group-make-web-group.
16366
16367         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16368         Don't depend on Gnus by using mail-extract-address-components if
16369         gnus-extract-address-components is not bound.
16370
16371 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16372
16373         * gnus-art.el (gnus-mime-display-security): Don't display the
16374         signature, but only the signed part.
16375
16376 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16377
16378         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16379
16380         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16381         list, not listp.
16382
16383 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16384
16385         * mm-encode.el (mm-encode-content-transfer-encoding):
16386         Likewise when encoding.
16387
16388         * mm-bodies.el (mm-decode-content-transfer-encoding):
16389         De-canonicalize CRLF for all text content types, not just
16390         text/plain.
16391
16392 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16393
16394         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16395         valid article; point arrow and cursor at the MIME button.
16396
16397 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16400         Suggested by Dan Christensen <jdc@uwo.ca>.
16401
16402         * mm-decode.el (mm-save-part): Enable change of prompt.
16403
16404 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16405
16406         * gnus-msg.el (gnus-inews-add-send-actions):
16407         Make `message-post-method' lambda parameter ARG `&optional'.
16408
16409 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16410
16411         * gnus-sum.el (gnus-summary-mime-map):
16412         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16413         gnus-article-jump-to-part.
16414
16415         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16416         (gnus-article-edit-part): Use it.
16417         (gnus-article-part-wrapper): Add no-handle argument.
16418         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16419         New functions.
16420
16421 2005-08-29  Romain Francoise  <romain@orebokech.com>
16422
16423         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16424         docstring.
16425         (gnus-face-from-file): Likewise.
16426
16427 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16428
16429         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16430         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16431         non-nil.
16432         (gnus-auto-select-part): New variable.
16433         (gnus-article-jump-to-part): New function.
16434         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16435         (gnus-mime-delete-part): Allow selecting specified part after
16436         deleting or stripping parts.
16437         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16438         part if argument is bogus.
16439
16440 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16441
16442         * gnus-art.el (w3m-minor-mode-map):
16443         * gnus-spec.el (gnus-newsrc-file-version):
16444         * gnus-util.el (nnmail-active-file-coding-system)
16445         (gnus-original-article-buffer, gnus-user-agent):
16446         * gnus.el (gnus-ham-process-destinations)
16447         (gnus-parameter-ham-marks-alist)
16448         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16449         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16450         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16451         * mm-decode.el (gnus-current-window-configuration):
16452         * mm-extern.el (gnus-article-mime-handles):
16453         * mm-url.el (url-current-object, url-package-name)
16454         (url-package-version):
16455         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16456         (smime-keys, w3m-cid-retrieve-function-alist)
16457         (w3m-current-buffer, w3m-display-inline-images)
16458         (w3m-minor-mode-map):
16459         * mml-smime.el (gnus-extract-address-components):
16460         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16461         (gnus-newsrc-hashtb, message-default-charset)
16462         (message-deletable-headers, message-options)
16463         (message-posting-charset, message-required-mail-headers)
16464         (message-required-news-headers):
16465         * mml1991.el (mc-pgp-always-sign):
16466         * mml2015.el (mc-pgp-always-sign):
16467         * nnheader.el (nnmail-extra-headers):
16468         * rfc1843.el (gnus-decode-encoded-word-function)
16469         (gnus-decode-header-function, gnus-newsgroup-name):
16470         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16471
16472 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16473
16474         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16475         the end of the date treatments.
16476
16477 2005-08-15  Simon Josefsson  <jas@extundo.com>
16478
16479         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16480         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16481         Capello and Romain Francoise.
16482         (pgg-fetch-key-function): Remove, not used?
16483         (pgg-insert-url-with-w3): Require url, to get
16484         url-insert-file-contents regardless of where it is defined.
16485
16486 2005-08-13  Romain Francoise  <romain@orebokech.com>
16487
16488         * message.el (message-cite-original-1): New function.
16489         (message-cite-original): Use it.
16490         (message-cite-original-without-signature): Ditto.
16491
16492 2005-08-08  Romain Francoise  <romain@orebokech.com>
16493
16494         * message.el (message-yank-empty-prefix): New variable.
16495         (message-indent-citation): Use it.
16496         (message-cite-original-without-signature): Respect X-No-Archive.
16497
16498 2005-08-08  Simon Josefsson  <jas@extundo.com>
16499
16500         * pgg.el: Autoload url-insert-file-contents instead of loading
16501         w3/url.
16502         (pgg-insert-url-with-w3): Don't load url here.
16503
16504 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16505
16506         * message.el (message-kill-to-signature): Don't insert newline at
16507         bol.
16508         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16509
16510 2005-08-06  Romain Francoise  <romain@orebokech.com>
16511
16512         * message.el (message-user-fqdn): Fix typo in docstring.
16513
16514 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16515
16516         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16517
16518         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16519
16520 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * mm-bodies.el (mm-encode-body): Use coding system rather than
16523         charset to encode text.
16524
16525         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16526         number of charsets if utf-8 is available (XEmacs).
16527
16528 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16529
16530         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16531         taken from `gnus-button-mid-or-mail-regexp'.
16532         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16533         (gnus-button-alist): Improve regexp for domain part of the MIDs
16534         for news:localpart@domain buttons.
16535         (gnus-button-ctan-directory-regexp): Update.
16536
16537 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * sieve-manage.el (sieve-manage-interactive-login):
16540         Use make-local-variable rather than make-variable-buffer-local.
16541         (sieve-manage-open): Ditto.
16542         (sieve-manage-authenticate): Ditto.
16543
16544         * mml.el (mml-generate-mime-1): Make the content type default to
16545         text/plain if the filename is not specified.
16546
16547 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16550         instead of insert-buffer.
16551
16552         * message.el (message-yank-original): Ditto; set the mark at the
16553         end of the yanked message.
16554
16555 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16558         lines to scroll rather than to stop it.
16559
16560         * mml.el (mml-generate-default-type): Add doc string.
16561         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16562         default to application/octet-stream when determining the content
16563         type if it is not specified for the part or the mml contents; add
16564         a comment about mml-generate-default-type.
16565
16566 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16567
16568         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16569         make it default to application/octet-stream when determining the
16570         content type if it is not specified for the external contents.
16571
16572 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16575         segmented parameter but also other parameters might be there.
16576
16577 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * mm-decode.el (mm-display-external): Delete temp file, directory
16580         and buffer immediately if the external process is exited.
16581
16582 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16583
16584         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16585         fewer lines than that of scroll-margin.
16586         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16587
16588 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16589
16590         * gnus-art.el (gnus-article-next-page): Revert.
16591         (gnus-article-beginning-of-window): New macro.
16592         (gnus-article-next-page-1): Use it.
16593         (gnus-article-prev-page): Ditto.
16594         (gnus-article-edit-part): Use insert-buffer-substring instead of
16595         insert-buffer.
16596         (gnus-article-edit-exit): Ditto.
16597
16598         * gnus-util.el (gnus-beginning-of-window): Remove.
16599         (gnus-end-of-window): Remove.
16600
16601         * lpath.el: Don't bind header-line-format and scroll-margin.
16602
16603 2005-07-25  Simon Josefsson  <jas@extundo.com>
16604
16605         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16606         to have the url package without w3.  Reported by Daiki Ueno
16607         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16608
16609 2005-07-20  Didier Verna  <didier@xemacs.org>
16610
16611         * gnus-diary.el: Remove the description comment (nndiary is now
16612         properly documented in the Gnus manual).
16613         Fix the spelling of "Back End".
16614         * nndiary.el: Ditto.
16615         Fix the copyright notice.
16616
16617 2005-07-18  Romain Francoise  <romain@orebokech.com>
16618
16619         * gnus-sum.el (gnus-summary-to-prefix)
16620         (gnus-summary-newsgroup-prefix): New variables.
16621         (gnus-summary-from-or-to-or-newsgroups): Use them.
16622
16623 2005-07-17  Romain Francoise  <romain@orebokech.com>
16624
16625         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16626         space as it's generally not especially interesting to the user.
16627
16628 2005-07-16  Romain Francoise  <romain@orebokech.com>
16629
16630         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16631         nil to avoid prompting and file modification if one of the
16632         messages at the top of the nnfolder file contains a copyright
16633         notice.
16634         Update copyright notice.
16635
16636         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16637         instead of `current-time-string' as the latter creates a time
16638         string that is not RFC 2822 compliant (it lacks the zone).
16639         Update copyright notice.
16640
16641 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16642
16643         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16644         for text/rtf.  Display default in prompt.  Pass default for M-n.
16645
16646         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16647
16648 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16649
16650         * gnus-msg.el (gnus-button-mailto):
16651         Remove save-selected-window-window hackery because it relies on
16652         save-selected-window internals.
16653
16654 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16657         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16658         (gnus-article-prev-page): Ditto.
16659
16660         * gnus-util.el (gnus-beginning-of-window): New function.
16661         (gnus-end-of-window): New function.
16662
16663         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16664
16665 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16666
16667         * gnus-score.el (gnus-score-edit-all-score):
16668         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16669         gnus-message.
16670
16671 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16672
16673         * gnus-msg.el (gnus-button-mailto):
16674         Remove save-selected-window-window hackery because it relies on
16675         save-selected-window internals.
16676
16677 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16678
16679         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16680         add-minor-mode.
16681         (gnus-binary-mode): Ditto.
16682
16683         * gnus-topic.el (gnus-topic-mode): Ditto.
16684
16685 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16686
16687         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16688         (gnus-article-prev-page): Take scroll-margin into consideration.
16689
16690 2005-07-04  Lute Kamstra  <lute@gnu.org>
16691
16692         Update FSF's address in GPL notices.
16693
16694 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16695
16696         * gnus.el (gnus-exit):
16697         * gnus-group.el (gnus-group-icons):
16698         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16699
16700         * gnus-nocem.el (gnus-nocem):
16701         * message.el (message-various, message-buffers, message-sending)
16702         (message-interface, message-forwarding, message-insertion)
16703         (message-headers, message-news, message-mail):
16704         * pgg-gpg.el (pgg-gpg):
16705         * pgg-parse.el (pgg-parse):
16706         * pgg-pgp.el (pgg-pgp):
16707         * pgg-pgp5.el (pgg-pgp5):
16708         * pop3.el (pop3): Finish `defgroup' description with period.
16709
16710 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-art.el (article-display-face): Improve the efficiency.
16713         (article-display-x-face): Ditto; remove grey x-face stuff.
16714
16715 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16716
16717         * gnus-art.el (article-display-face): Correct the position in
16718         which Faces are inserted.
16719
16720 2005-06-29  Didier Verna  <didier@xemacs.org>
16721
16722         * gnus-art.el (article-display-face): Display faces in correct
16723         order.
16724
16725 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16726
16727         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16728         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16729         (gnus-nocem-check-article): Fetch the Type header.
16730         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16731         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16732         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16733         make sure gnus-nocem-hashtb is initialized.
16734         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16735         (gnus-nocem-unwanted-article-p): Ditto.
16736
16737         * pgg.el (pgg-verify): Return the verification result.
16738
16739 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16740
16741         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16742         is ascii.
16743
16744 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16745
16746         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16747         `show-nonbreak-escape'.
16748
16749 2005-06-23  Lute Kamstra  <lute@gnu.org>
16750
16751         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16752
16753         * dig.el (dig-mode):
16754         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16755
16756 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16757
16758         * nnimap.el (nnimap-split-download-body): Fix spellings.
16759
16760 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16761
16762         * gnus-art.el (gnus-article-encrypt-body):
16763         * gnus-cus.el (gnus-score-customize):
16764         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16765         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16766
16767 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16768
16769         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16770         header by looking for magic "MII" at the beginnig.
16771
16772 2005-06-16  Miles Bader  <miles@gnu.org>
16773
16774         * gnus-xmas.el (gnus-xmas-group-startup-message):
16775         Use renamed gnus-splash face.
16776
16777         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16778         (assistant-field-face): New backward-compatibility alias for renamed
16779         face.
16780         (assistant-render-text): Use renamed assistant-field face.
16781
16782         * spam.el (spam): Remove "-face" suffix from face name.
16783         (spam-face): New backward-compatibility alias for renamed face.
16784         (spam-face, spam-initialize): Use renamed spam face.
16785
16786         * message.el (message-header-to, message-header-cc)
16787         (message-header-subject, message-header-newsgroups)
16788         (message-header-other, message-header-name)
16789         (message-header-xheader, message-separator, message-cited-text)
16790         (message-mml): Remove "-face" suffix from face names.
16791         (message-header-to-face, message-header-cc-face)
16792         (message-header-subject-face, message-header-newsgroups-face)
16793         (message-header-other-face, message-header-name-face)
16794         (message-header-xheader-face, message-separator-face)
16795         (message-cited-text-face, message-mml-face):
16796         New backward-compatibility aliases for renamed faces.
16797         (message-font-lock-keywords): Use renamed message faces.
16798
16799         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16800         (sieve-test-commands, sieve-tagged-arguments):
16801         Remove "-face" suffix from face names.
16802         (sieve-control-commands-face, sieve-action-commands-face)
16803         (sieve-test-commands-face, sieve-tagged-arguments-face):
16804         New backward-compatibility aliases for renamed faces.
16805         (sieve-control-commands-face, sieve-action-commands-face)
16806         (sieve-test-commands-face, sieve-tagged-arguments-face):
16807         Use renamed sieve faces.
16808
16809         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16810         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16811         (gnus-group-news-3-empty, gnus-group-news-4)
16812         (gnus-group-news-4-empty, gnus-group-news-5)
16813         (gnus-group-news-5-empty, gnus-group-news-6)
16814         (gnus-group-news-6-empty, gnus-group-news-low)
16815         (gnus-group-news-low-empty, gnus-group-mail-1)
16816         (gnus-group-mail-1-empty, gnus-group-mail-2)
16817         (gnus-group-mail-2-empty, gnus-group-mail-3)
16818         (gnus-group-mail-3-empty, gnus-group-mail-low)
16819         (gnus-group-mail-low-empty, gnus-summary-selected)
16820         (gnus-summary-cancelled, gnus-summary-high-ticked)
16821         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16822         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16823         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16824         (gnus-summary-low-undownloaded)
16825         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16826         (gnus-summary-low-unread, gnus-summary-normal-unread)
16827         (gnus-summary-high-read, gnus-summary-low-read)
16828         (gnus-summary-normal-read, gnus-splash):
16829         Remove "-face" suffix from face names.
16830         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16831         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16832         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16833         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16834         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16835         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16836         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16837         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16838         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16839         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16840         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16841         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16842         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16843         (gnus-summary-normal-ticked-face)
16844         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16845         (gnus-summary-normal-ancient-face)
16846         (gnus-summary-high-undownloaded-face)
16847         (gnus-summary-low-undownloaded-face)
16848         (gnus-summary-normal-undownloaded-face)
16849         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16850         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16851         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16852         (gnus-splash-face):
16853         New backward-compatibility aliases for renamed faces.
16854         (gnus-group-startup-message): Use renamed gnus faces.
16855
16856         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16857         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16858         (gnus-server-agent): Remove "-face" suffix from face names.
16859         (gnus-server-agent-face, gnus-server-opened-face)
16860         (gnus-server-closed-face, gnus-server-denied-face)
16861         (gnus-server-offline-face):
16862         New backward-compatibility aliases for renamed faces.
16863         (gnus-server-agent-face, gnus-server-opened-face)
16864         (gnus-server-closed-face, gnus-server-denied-face)
16865         (gnus-server-offline-face): Use renamed gnus faces.
16866
16867         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16868         Remove "-face" suffix from face names.
16869         (gnus-picon-xbm-face, gnus-picon-face):
16870         New backward-compatibility aliases for renamed faces.
16871
16872         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16873         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16874         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16875         (gnus-cite-11): Remove "-face" suffix from face names.
16876         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16877         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16878         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16879         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16880         New backward-compatibility aliases for renamed faces.
16881         (gnus-cite-attribution-face, gnus-cite-face-list)
16882         (gnus-article-boring-faces): Use renamed gnus faces.
16883
16884         * gnus-art.el (gnus-signature, gnus-header-from)
16885         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16886         (gnus-header-content): Remove "-face" suffix from face names.
16887         (gnus-signature-face, gnus-header-from-face)
16888         (gnus-header-subject-face, gnus-header-newsgroups-face)
16889         (gnus-header-name-face, gnus-header-content-face):
16890         New backward-compatibility aliases for renamed faces.
16891         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16892
16893         * gnus-sum.el (gnus-summary-selected-face)
16894         (gnus-summary-highlight): Use renamed gnus faces.
16895         * gnus-group.el (gnus-group-highlight): Likewise.
16896
16897 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16898
16899         * gnus-sieve.el (gnus-sieve-article-add-rule):
16900         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16901         * spam-stat.el (spam-stat-buffer-change-to-spam)
16902         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16903
16904         * message.el (message-is-yours-p):
16905         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16906
16907 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16908
16909         * mm-view.el (mm-inline-text): Withdraw the last change.
16910
16911 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16912
16913         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16914         executing enriched-decode.
16915
16916 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16919         charset of tar files.
16920
16921 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16922
16923         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16924
16925 2005-06-04  Lute Kamstra  <lute@gnu.org>
16926
16927         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16928         information is never recorded.
16929
16930 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16931
16932         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16933
16934 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16935
16936         * pop3.el (pop3-apop): Run md5 in the binary mode.
16937
16938         * starttls.el (starttls-set-process-query-on-exit-flag):
16939         Use eval-and-compile.
16940
16941 2005-05-31  Simon Josefsson  <jas@extundo.com>
16942
16943         * smime.el (smime-replace-in-string): Define.
16944         (smime-cert-by-ldap-1): Use it.
16945
16946 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * gnus-art.el (article-display-x-face): Replace
16949         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16950
16951         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16952         set-process-query-on-exit-flag or process-kill-without-query.
16953
16954         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16955         loop instead of replace-regexp.
16956
16957         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16958         instead of process-kill-without-query if it is available.
16959
16960         * lpath.el: Fbind ldap-search-entries.
16961
16962         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16963         instead of find-file-hooks if it is available.
16964
16965         * mml1991.el: Bind pgg-default-user-id when compiling.
16966
16967         * mml2015.el: Bind pgg-default-user-id when compiling.
16968
16969         * nndraft.el (nndraft-request-associate-buffer):
16970         Use write-contents-functions instead of write-contents-hooks if it is
16971         available.
16972
16973         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16974         instead of find-file-hooks if it is available.
16975
16976         * nntp.el (nntp-open-connection): Replace
16977         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16978         (nntp-open-ssl-stream): Ditto.
16979         (nntp-open-tls-stream): Ditto.
16980
16981         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16982         set-process-query-on-exit-flag or process-kill-without-query.
16983         (starttls-open-stream-gnutls): Use it instead of
16984         process-kill-without-query.
16985         (starttls-open-stream): Ditto.
16986
16987 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16988
16989         * smime.el (smime-cert-by-ldap-1): Don't use
16990         replace-regexp-in-string.
16991
16992 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16993
16994         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16995
16996         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16997         in PEM format.  Adjust to the XEmacs compatibility.
16998
16999 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17000
17001         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17002         by `string-to-number'.
17003         * gnus-agent.el (gnus-agent-regenerate-group)
17004         (gnus-agent-fetch-articles): Ditto.
17005         * gnus-art.el (gnus-button-fetch-group): Ditto.
17006         * gnus-cache.el (gnus-cache-generate-active)
17007         (gnus-cache-articles-in-group): Ditto.
17008         * gnus-group.el (gnus-group-set-current-level)
17009         (gnus-group-insert-group-line): Ditto.
17010         * gnus-score.el (gnus-score-set-expunge-below)
17011         (gnus-score-set-mark-below, gnus-summary-score-effect)
17012         (gnus-summary-score-entry): Ditto.
17013         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17014         (gnus-soup-pack): Ditto.
17015         * gnus-spec.el (gnus-xmas-format): Ditto.
17016         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17017         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17018         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17019         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17020         * nndb.el (nndb-get-remote-expire-response): Ditto.
17021         * nndiary.el (nndiary-parse-schedule-value)
17022         (nndiary-string-to-number, nndiary-request-replace-article)
17023         (nndiary-request-article): Ditto.
17024         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17025         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17026         * nneething.el (nneething-make-head): Ditto.
17027         * nnfolder.el (nnfolder-request-article)
17028         (nnfolder-retrieve-headers): Ditto.
17029         * nnheader.el (nnheader-file-to-number): Ditto.
17030         * nnkiboze.el (nnkiboze-request-article): Ditto.
17031         * nnmail.el (nnmail-process-unix-mail-format)
17032         (nnmail-process-babyl-mail-format): Ditto.
17033         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17034         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17035         (nnmh-request-create-group, nnmh-request-list-1)
17036         (nnmh-request-group, nnmh-request-article): Ditto.
17037         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17038         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17039         * nnsoup.el (nnsoup-make-active): Ditto.
17040         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17041         * nntp.el (nntp-find-group-and-number)
17042         (nntp-retrieve-headers-with-xover): Ditto.
17043         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17044         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17045         (pgg-format-key-identifier): Ditto.
17046         * pop3.el (pop3-last, pop3-stat): Ditto.
17047         * qp.el (quoted-printable-decode-region): Ditto.
17048
17049         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17050         of concat.
17051
17052 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17053
17054         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17055
17056         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17057
17058         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17059
17060         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17061
17062         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17063
17064         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17065
17066         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17067         (gnus-carpal-mode): Ditto.
17068
17069         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17070         (gnus-browse-mode): Ditto.
17071
17072         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17073
17074         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17075
17076 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17077
17078         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17079
17080 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17081
17082         * gnus-util.el (gnus-run-mode-hooks): New function.
17083
17084         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17085
17086         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17087         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17088
17089 2005-05-27  Lute Kamstra  <lute@gnu.org>
17090
17091         * dns-mode.el (dns-mode): Specify customization group.
17092
17093 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17094
17095         * gnus-agent.el (gnus-agent-make-mode-line-string):
17096         Use mode-line-highlight as mouse-face.
17097
17098 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * canlock.el (canlock): Change the parent group to news.
17101
17102         * deuglify.el (gnus-outlook-deuglify): Add :group.
17103
17104         * dig.el (dig): Add :group.
17105
17106         * dns-mode.el (dns-mode): Add :group.
17107
17108         * encrypt.el (encrypt): Add :group.
17109
17110         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17111         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17112         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17113         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17114         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17115
17116         * gnus-diary.el (gnus-diary): Add :group.
17117
17118         * gnus.el (gnus-group-news-1-face): Add :group.
17119         (gnus-group-news-1-empty-face): Ditto.
17120         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17121         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17122         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17123         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17124         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17125         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17126         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17127         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17128         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17129         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17130         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17131         (gnus-summary-high-ticked-face): Ditto.
17132         (gnus-summary-low-ticked-face): Ditto.
17133         (gnus-summary-normal-ticked-face): Ditto.
17134         (gnus-summary-high-ancient-face): Ditto.
17135         (gnus-summary-low-ancient-face): Ditto.
17136         (gnus-summary-normal-ancient-face): Ditto.
17137         (gnus-summary-high-undownloaded-face): Ditto.
17138         (gnus-summary-low-undownloaded-face): Ditto.
17139         (gnus-summary-normal-undownloaded-face): Ditto.
17140         (gnus-summary-high-unread-face): Ditto.
17141         (gnus-summary-low-unread-face): Ditto.
17142         (gnus-summary-normal-unread-face): Ditto.
17143         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17144         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17145
17146         * hashcash.el (hashcash): New custom group.
17147         (hashcash-default-payment): Add :group.
17148         (hashcash-payment-alist): Ditto.
17149         (hashcash-default-accept-payment): Ditto.
17150         (hashcash-accept-resources): Ditto.
17151         (hashcash-path): Ditto.
17152         (hashcash-extra-generate-parameters): Ditto.
17153         (hashcash-double-spend-database): Ditto.
17154         (hashcash-in-news): Ditto.
17155
17156         * message.el (message-minibuffer-local-map): Add :group.
17157
17158         * netrc.el (netrc): Add :group.
17159
17160         * sieve-manage.el (sieve-manage-log): Add :group.
17161         (sieve-manage-default-user): Diito.
17162         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17163         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17164         (sieve-manage-authenticators): Ditto.
17165         (sieve-manage-authenticator-alist): Ditto.
17166         (sieve-manage-default-port): Ditto.
17167
17168         * sieve-mode.el (sieve-control-commands-face): Add :group.
17169         (sieve-action-commands-face): Ditto.
17170         (sieve-test-commands-face): Ditto.
17171         (sieve-tagged-arguments-face): Ditto.
17172
17173         * smime.el (smime): Add :group.
17174
17175         * spam-report.el (spam-report): Add :group.
17176
17177         * spam.el (spam, spam-face): Add :group.
17178
17179 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17180
17181         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17182         return \n.\n.\n at the end of articles.  Protect against that.
17183         (nntp-with-open-group): Allow debugging.
17184
17185         * nnheader.el (mail-header-set-extra): Make into a function
17186         because I just could't understand how to quote the list properly.
17187
17188         * dns.el (query-dns-cached): New function.
17189
17190 2005-05-26  Lute Kamstra  <lute@gnu.org>
17191
17192         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17193
17194 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17197
17198         * gnus-art.el: Don't autoload mail-extract-address-components.
17199
17200         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17201         eval-and-compile to evaluate it.
17202
17203         * hashcash.el: Don't autoload executable-find.
17204
17205         * nndb.el: Don't declare the nndb back end two or more times; don't
17206         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17207
17208         * nntp.el: Autoload format-spec instead of format; use
17209         eval-and-compile to evaluate autoload forms.
17210
17211 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17212
17213         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17214
17215 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17216
17217         * gnus.el (gnus-version-number): Bump version.
17218
17219 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17220
17221         * gnus.el: No Gnus v0.3 is released.
17222
17223 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17224
17225         * lpath.el (featurep): Bind show-nonbreak-escape.
17226
17227 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * gnus-art.el (gnus-article-edit-part): Disable undo.
17230
17231 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17234         gnus-article-date-lapsed-new-header is t if date timer is active;
17235         skip headers in which the original date value is empty.
17236         (gnus-article-save-original-date): Redefine it as a macro.
17237         (gnus-display-mime): Use it.
17238
17239 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * gnus-art.el (article-date-ut): Support converting date in
17242         forwarded parts as well.
17243         (gnus-article-save-original-date): New function.
17244         (gnus-display-mime): Use it.
17245
17246 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17247
17248         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17249         enclosure element of <item>.
17250
17251 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17252
17253         * message.el (message-kill-buffer-query): Rename from
17254         `message-kill-buffer-query-if-modified'.  Add :version.
17255
17256 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17259         window layout.
17260
17261 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * mml.el: Autoload dnd when compiling.
17264
17265 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17266
17267         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17268         x-dnd-*.
17269
17270 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17271
17272         * qp.el (quoted-printable-encode-region): Save excursion.
17273
17274 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17275
17276         * message.el (message-kill-buffer-query-if-modified): Add new variable
17277         so the user can kill a modified message buffer quickly.
17278         (message-kill-buffer): Use it.
17279
17280 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * lpath.el: Fbind display-time-event-handler; don't fbind
17283         string-to-multibyte.
17284
17285         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17286
17287 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17288
17289         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17290         contained in text because xml.el decodes entities) with LFs.
17291
17292 2005-04-11  Lute Kamstra  <lute@gnu.org>
17293
17294         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17295         differently.
17296
17297 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17298
17299         * mm-util.el (mm-detect-coding-region): Typo.
17300
17301 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17304
17305 2005-04-06  Deepak Goel  <deego@gnufans.org>
17306
17307         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17308         user-function allow user modifications of the scores.
17309         (spam-stat-score-buffer-user): New function, to allow
17310         user-computed modifications to the score.
17311         (spam-stat-score-buffer-user-functions): List of additional
17312         scoring functions.
17313         (spam-stat-error-holder): Global temporary error holder.
17314         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17315         variable.
17316
17317 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17318
17319         * gnus-registry.el (gnus-registry-clean-empty-function)
17320         (gnus-registry-trim, gnus-registry-fetch-groups)
17321         (gnus-registry-delete-group): Groups that match
17322         `gnus-registry-ignored-groups' are removed from the registry
17323         entries, not just ignored for splitting.  This helps clean up the
17324         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17325         to get all the groups a message ID is in.
17326
17327         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17328         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17329         (spam-stat-score-buffer-user-functions): Add :number custom type.
17330
17331 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17334         argument in XEmacs.
17335
17336         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17337         (nnrss-request-group): Decode group name first.
17338         (nnrss-request-article): Make a text/plain article if mml-to-mime
17339         failed.
17340         (nnrss-get-encoding): Return a compatible encoding according to
17341         nnrss-compatible-encoding-alist.
17342         (nnrss-find-el): Use consp instead of listp.
17343         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17344
17345 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17346
17347         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17348         which Emacs 20 doesn't support.
17349         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17350
17351 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17352
17353         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17354         silence the byte compiler inside the defun.
17355
17356         * gnus-demon.el (parse-time-string): Add autoload.
17357
17358         * gnus-delay.el (parse-time-string): Add autoload.
17359
17360         * gnus-art.el (parse-time-string): Add autoload.
17361
17362         * nnultimate.el (parse-time): Require for `parse-time-string'.
17363
17364 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17367
17368         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17369
17370         * smime.el (smime-ldap-host-list): Add :version.
17371
17372 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17373
17374         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17375         pass it to `gnus-browse-read-group'.
17376         (gnus-browse-read-group): Add NUMBER argument and pass it to
17377         `gnus-group-read-ephemeral-group'.
17378
17379         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17380         argument and pass it to `gnus-group-read-group'.
17381
17382 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17383
17384         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17385         mm-xemacs-find-mime-charset-1 if we have the mule feature
17386         available at runtime.
17387
17388 2005-03-25  Werner Lemberg  <wl@gnu.org>
17389
17390         * nnmaildir.el: Replace `illegal' with `invalid'.
17391
17392 2005-03-23  Lute Kamstra  <lute@gnu.org>
17393
17394         * time-date.el: Add comment on time value formats.
17395         Don't require parse-time.
17396         (with-decoded-time-value): New macro.
17397         (encode-time-value): New function.
17398         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17399         (days-to-time): Return a valid time value when arg is huge.
17400         (time-since): Use time-subtract.
17401         (time-to-number-of-days): Use time-to-seconds.
17402
17403 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17404
17405         * gnus-start.el (gnus-display-time-event-handler):
17406         Check display-time-timer at runtime rather than only at load time
17407         in case display-time-mode is turned off in the mean time.
17408
17409 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17410
17411         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17412         used.
17413
17414         * nneething.el (nneething-map-file-directory): Derive from
17415         `gnus-directory'.
17416
17417         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17418         the To/Cc button.
17419
17420 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17421
17422         * nnmaildir.el (nnmaildir-request-accept-article):
17423         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17424
17425 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17426
17427         * gnus-async.el: Require timer-funcs at compile time when in
17428         XEmacs for `run-with-idle-timer'.
17429
17430 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17431
17432         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17433         autoloaded function.
17434
17435 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17436
17437         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17438
17439 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17440
17441         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17442
17443 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17444
17445         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17446         Add gnus-expert-user to default.
17447
17448 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17449
17450         * nnimap.el (nnimap-open-server): Ditto.
17451
17452         * imap.el (imap-authenticate): Fix typo.
17453
17454 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17455
17456         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17457         buffer (since IMAP server might return FETCH response out of
17458         order, and the nntp buffer must be sorted).
17459
17460 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17461
17462         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17463         comparison on string.
17464
17465         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17466         (gnus-agent-score): Rename category keywords to match gnus-cus.
17467         (gnus-agent-summary-fetch-series): Modify to protect against
17468         gnus-agent-summary-fetch-group clearing processable flags.
17469         (gnus-agent-synchronize-group-flags): Update live group buffer as
17470         synchronization may occur due to the user toggle the plugged
17471         status.
17472         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17473         successfully downloaded.
17474         (gnus-agent-expire-group-1): Avoid using markers when the overview
17475         is in ascending order; greatly improves performance.
17476         (gnus-agent-regenerate-group):
17477         Use gnus-agent-synchronize-group-flags to reset read status in both
17478         gnus and server.
17479         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17480
17481 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17482
17483         * message.el: Don't autoload former message-utils variables.
17484         (message-strip-subject-trailing-was): Change doc string.
17485
17486         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17487         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17488         (nnweb-google-search): Add "hl=en" here.
17489         (nnweb-google-parse-1, nnweb-google-create-mapping):
17490         Don't hardcode URL.
17491
17492 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17493
17494         * message.el (message-get-reply-headers, message-followup):
17495         Mention related variables `message-use-followup-to' and
17496         `message-use-mail-followup-to', in the information buffer.
17497
17498         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17499         of broken groups(-beta).google.com.
17500
17501 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17502
17503         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17504         parameter to invoked gnus-request-move-article; remove the
17505         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17506         all at once instead of once per article.
17507         (gnus-summary-remove-process-mark): Accept a list of articles as
17508         well as a single article for processing.
17509
17510         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17511         parameter.
17512
17513         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17514
17515         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17516
17517         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17518         parameter.
17519
17520         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17521         parameter.
17522
17523         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17524         parameter and remove the gnus-sum-hint-move-is-internal variable.
17525
17526         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17527         parameter.
17528
17529         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17530         parameter.
17531
17532         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17533         parameter.
17534
17535         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17536
17537         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17538         parameter.
17539
17540         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17541         parameter.
17542
17543 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17544
17545         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17546         a more conservative way.
17547
17548 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17549
17550         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17551         buffer, so it moves the window's cursor.
17552
17553 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17554
17555         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17556         `mm-dissect-multipart' and receive the from field as an (optional)
17557         argument from `mm-dissect-multipart'.
17558         (mm-dissect-multipart): Receive the from field as an argument and
17559         pass it on when we call `mm-dissect-buffer' on MIME parts.
17560         Fixes verification/decryption of signed/encrypted MIME parts.
17561
17562 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17563
17564         * gnus-sum.el (gnus-summary-move-article):
17565         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17566         whatever it calls (right now, only nnimap-request-move article
17567         respects it).
17568
17569         * nnimap.el (nnimap-request-move-article):
17570         When gnus-sum-hint-move-is-internal is set, don't do the extra
17571         nnimap-request-article.
17572
17573 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17574
17575         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17576
17577         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17578         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17579
17580         * gnus-sum.el (gnus-summary-caesar-message):
17581         Apply `gnus-treat-article' after rotation.
17582
17583         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17584         doc string.
17585
17586 2005-02-22  Simon Josefsson  <jas@extundo.com>
17587
17588         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17589         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17590         <arne@arnested.dk>.
17591         (encrypt): Add password-cache and password-cache-expiry as group
17592         members.
17593
17594 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17595
17596         * smime.el (smime-ldap-host-list): Doc fix.
17597         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17598         cache) password.
17599         (smime-sign-region): Use it.
17600         (smime-decrypt-region): Use it.
17601         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17602         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17603         fails.
17604         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17605         certificate from DER to PEM format rather than calling openssl.
17606
17607         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17608
17609         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17610         for signing/encryption.
17611
17612         * mml.el (mml-parse-1): Use them.
17613
17614 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17615
17616         * nnrss.el (nnrss-verbose): Remove.
17617         (nnrss-request-group): Use `nnheader-message' instead.
17618
17619 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17620
17621         * nnrss.el (nnrss-verbose): New variable.
17622         (nnrss-request-group): Make it say nnrss is requesting a group.
17623
17624 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17625
17626         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17627         Handle news URL with given port correctly.
17628
17629 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17632         containing special characters.
17633
17634         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17635
17636         * mml.el (mime-to-mml): Ditto.
17637
17638         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17639         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17640         (rfc2047-decode-region): Quote decoded words containing special
17641         characters when rfc2047-quote-decoded-words-containing-tspecials
17642         is non-nil.
17643
17644 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17645
17646         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17647
17648         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17649
17650 2005-02-15  Simon Josefsson  <jas@extundo.com>
17651
17652         * nnimap.el (nnimap-debug): Doc fix.
17653
17654         * imap.el (imap-debug): Doc fix.
17655
17656 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17659
17660 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17661
17662         * gnus.el (spam-contents): Improve docs for spam-contents
17663         parameter in its variable incarnation.
17664
17665 2005-02-14  Simon Josefsson  <jas@extundo.com>
17666
17667         * smime-ldap.el: Use require instead of load-library for ldap.
17668         (smime-ldap-search): Indent.
17669         (smime-ldap-search-internal): Shorten line.
17670
17671         * smime.el (smime-cert-by-dns): Add doc-string.
17672         (smime-cert-by-ldap-1): Indent.
17673
17674         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17675         mml-smime-get-dns-ldap.
17676         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17677
17678 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17679
17680         * smime.el: Require smime-ldap.
17681         (smime-ldap-host-list): New variable.
17682         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17683
17684         * mml-smime.el (mml-smime-encrypt-query): New function.
17685         (mml-smime-encrypt-query): Use it.
17686
17687         * smime-ldap.el: New file.
17688
17689 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17692
17693 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17694
17695         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17696         argument in doc string.  Make query for type more clear.
17697
17698 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17699
17700         * gnus.el (gnus-group-startup-message): Search for gnus images in
17701         etc/images/gnus.
17702         * mm-util.el (mm-image-load-path): Likewise.
17703         * smiley.el (smiley-data-directory): Search for smilies in
17704         etc/images/smilies.
17705
17706 2005-02-09  Kim F. Storm  <storm@cua.dk>
17707
17708         Change Emacs release version from 21.4 to 22.1 throughout.
17709         Change Emacs development version from 21.3.50 to 22.0.50.
17710
17711 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17712
17713         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17714
17715         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17716         non-Mule XEmacs as well.
17717         (mm-decompress-buffer): Signal an error intentionally if it does
17718         not decompress compressed data because auto-compression-mode is
17719         disabled.
17720
17721 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17722
17723         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17724         an ID in the registry even if it has no groups.
17725
17726 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17727
17728         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17729         merge it into mm-decompress-buffer.
17730         (gnus-mime-copy-part): Use the MIME part charset, the value which
17731         a user specified or gnus-newsgroup-charset for decoding, like
17732         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17733         save-buffer what was used.  Suggested by Kevin Ryde
17734         <user42@zip.com.au>.
17735         (gnus-mime-inline-part): Allow the name parameter as well as the
17736         filename parameter; force decompressing of compressed data; always
17737         display contents being not decoded as unibyte.
17738
17739         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17740         as well as the filename parameter.
17741
17742         * mm-util.el (mm-decompress-buffer):
17743         Merge gnus-mime-jka-compr-maybe-uncompress.
17744         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17745         of compressed data.
17746
17747 2005-02-08  Simon Josefsson  <jas@extundo.com>
17748
17749         * imap.el (imap-log): Doc fix.
17750
17751 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17752
17753         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17754         the coding cookies; decompress compressed parts.
17755
17756         * mml.el (mml-generate-mime-1): Add the charset parameter according
17757         to the value which a user specified manually or the coding cookie.
17758
17759         * mm-util.el (mm-string-to-multibyte): New function.
17760         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17761         (mm-coding-system-to-mime-charset): New function.
17762         (mm-decompress-buffer): New function.
17763         (mm-find-buffer-file-coding-system): New function.
17764
17765         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17766         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17767         parts.
17768
17769 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17770
17771         * mm-view.el (mm-display-inline-fontify): Decode a part according
17772         to the charset parameter.
17773
17774 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17777         prefix arg is neither nil nor a number, as info specifies.
17778
17779 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17782         timestamps.
17783
17784 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17785
17786         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17787         groups error checking and notify user.
17788
17789 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17790
17791         * message.el (message-send-mail-function): Check existence of
17792         sendmail-program first before using default value
17793         `message-send-mail-with-sendmail'.  Otherwise use more generic
17794         `smtpmail-send-it'.
17795
17796 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17797
17798         * nntp.el (nntp-request-update-info): Always return nil.
17799
17800 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17801
17802         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17803
17804 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17805
17806         * message.el (message-beginning-of-line): Change the behavior when
17807         invoked between BOL and : so that it first moves backward.
17808
17809 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17812         article buffer when editing of the article is discarded.
17813         (gnus-article-prepare): Revert.
17814
17815 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * gnus-art.el (gnus-article-prepare):
17818         Remove message-strip-forbidden-properties from the local hook.
17819
17820 2005-01-27  Simon Josefsson  <jas@extundo.com>
17821
17822         * password.el (password-cache-add): Only start one timer per key.
17823         Reported by Derek Atkins <warlord@MIT.EDU>.
17824
17825 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17826
17827         * run-at-time.el: Remove.  It is no longer needed as
17828         timer-funcs.el in the xemacs-base package has a working version of
17829         `run-at-time'.
17830
17831         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17832
17833         * password.el: Require timer-funcs instead of run-at-time in
17834         XEmacs.
17835         Remove `password-run-at-time' macro.
17836         (password-cache-add): Use `run-at-time' instead of
17837         `password-run-at-time'.
17838
17839         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17840         Remove `nnheader-cancel-function-timers' alias,
17841         `cancel-function-timers' exists in XEmacs in timer-funcs.
17842
17843         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17844         for `run-with-idle-timer'.
17845
17846         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17847         for `run-at-time'.
17848
17849         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17850         for `with-timeout'.
17851
17852         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17853         the same as for XEmacs 21.4.
17854         No need to ignore `run-with-idle-timer', this function exists in
17855         XEmacs now in timer-funcs.el in the xemacs-base package.
17856         (dgnushack-compile): No need to delete
17857         run-at-time.el from the list of files to compile because it
17858         doesn't exist anymore.
17859
17860 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17863         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17864
17865 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17866
17867         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17868         sensitively.
17869
17870 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17871
17872         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17873
17874 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17877         which will be inserted according to the multibyteness of a buffer
17878         rather than the type of contents.  Suggested by ARISAWA Akihiro
17879         <ari@mbf.ocn.ne.jp>.
17880
17881         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17882         of string which old xml.el may return rather than a string.
17883
17884 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17885
17886         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17887
17888 2005-01-16  Simon Josefsson  <jas@extundo.com>
17889
17890         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17891         idn/idna.el isn't available.
17892         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17893         <michael@waxrat.com>.
17894
17895         * hashcash.el: Remove non-FSF copyright header.
17896
17897         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17898         (hashcash-generate-payment): Use it.
17899         (hashcash-generate-payment-async): Use it.
17900
17901 2005-01-15  Simon Josefsson  <jas@extundo.com>
17902
17903         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17904         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17905
17906         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17907         gnus-summary-idna-message.
17908         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17909         (gnus-summary-idna-message): New function.
17910
17911 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17912
17913         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17914         gnus-novice-user.
17915
17916 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * nnrss.el (nnrss-request-delete-group): Delete entries in
17919         nnrss-group-alist as well.
17920         (nnrss-save-server-data): Insert newline.
17921
17922 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17923
17924         * gnus.el (gnus-user-agent): Use list of symbols instead of
17925         symbols.  Display full version number for (S)XEmacs.
17926         Optionally display (S)XEmacs codename.
17927
17928         * gnus-util.el (gnus-emacs-version): Update for new
17929         `gnus-user-agent'.
17930
17931         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17932         Gnus version.
17933
17934 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17935
17936         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17937         which is unreadable in some setups.
17938
17939 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17940
17941         * gnus-spec.el (gnus-update-format-specifications): Flush the
17942         group format spec cache if it doesn't support decoded group names.
17943
17944 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17945
17946         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17947         Allow to apply decay on score files matching a regexp.
17948
17949 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17950
17951         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17952         compatibility in %g and %c.
17953
17954 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17957         name for only %g and %c.
17958         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17959         of gnus-tmp-group to decoded group name.
17960         (gnus-group-make-rss-group): Exclude `/'s from group names.
17961
17962 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17963
17964         * nnrss.el (nnrss-get-encoding): Fix regexp.
17965
17966 2004-12-27  Simon Josefsson  <jas@extundo.com>
17967
17968         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17969         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17970         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17971
17972 2004-12-17  Kim F. Storm  <storm@cua.dk>
17973
17974         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17975
17976         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17977
17978 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17979
17980         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17981
17982 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17983
17984         * nnrss.el: Require rfc2047 and mml.
17985         (nnrss-file-coding-system): New variable.
17986         (nnrss-format-string): Redefine it as an inline function.
17987         (nnrss-decode-group-name): New function.
17988         (nnrss-string-as-multibyte): Remove.
17989         (nnrss-retrieve-headers): Decode group name; don't use
17990         nnrss-format-string.
17991         (nnrss-request-group): Decode group name.
17992         (nnrss-request-article): Decode group name; allow a Message-ID as
17993         well as an article number; don't use nnrss-format-string; encode a
17994         Message-ID string which may contain non-ASCII characters; use
17995         mml-to-mime to compose a MIME article.
17996         (nnrss-request-expire-articles): Decode group name.
17997         (nnrss-request-delete-group): Decode group name.
17998         (nnrss-fetch): Clarify error message.
17999         (nnrss-read-server-data): Use insert-file-contents instead of load;
18000         bind file-name-coding-system; use multibyte buffer.
18001         (nnrss-save-server-data): Bind coding-system-for-write to the
18002         value of nnrss-file-coding-system; bind file-name-coding-system;
18003         add coding cookie.
18004         (nnrss-read-group-data): Use insert-file-contents instead of load;
18005         bind file-name-coding-system; use multibyte buffer.
18006         (nnrss-save-group-data): Bind coding-system-for-write to the
18007         value of nnrss-file-coding-system; bind file-name-coding-system.
18008         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18009         make it work with non-ASCII text.
18010         (nnrss-find-el): Make it work with old xml.el as well.
18011
18012 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18013
18014         * nnrss.el (nnrss-get-encoding): New function.
18015         (nnrss-fetch): Use unibyte buffer initially; bind
18016         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18017         decode contents according to the encoding attribute.
18018         (nnrss-save-group-data): Add coding cookie.
18019         (nnrss-mime-encode-string): New function.
18020         (nnrss-check-group): Use it to encode subject and author.
18021
18022 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18023
18024         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18025         imaginary variable.
18026
18027 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18030         correctly even if there are wide characters.
18031
18032 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18033
18034         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18035         downcased symbol names; make a new cache instead of reusing
18036         bbdb-hashtable.
18037
18038 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18039
18040         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18041         concatenating segments rather than before concatenating them.
18042         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18043
18044         * message.el (message-get-reply-headers): Bind `extra'.
18045
18046 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18047
18048         * message.el (message-extra-wide-headers): New variable.
18049         (message-get-reply-headers): Use it.
18050
18051 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18054         (gnus-agent-group-pathname): Ditto.
18055
18056         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18057
18058         * gnus-group.el (gnus-group-make-group): Decode group name.
18059         (gnus-group-make-rss-group): Register the group data after opening
18060         the nnrss group.
18061
18062 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18063
18064         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18065         by expiry now get marked as read.
18066
18067 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18070
18071 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18072
18073         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18074         unify Latin characters in XEmacs.
18075         (mm-find-mime-charset-region): Use it.
18076
18077 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * gnus-util.el (gnus-delete-directory): New function.
18080
18081         * gnus-agent.el (gnus-agent-delete-group): Use it.
18082
18083         * gnus-cache.el (gnus-cache-delete-group): Use it.
18084
18085 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18086
18087         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18088         names.
18089
18090 2004-12-16  Simon Josefsson  <jas@extundo.com>
18091
18092         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18093
18094 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18097
18098         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18099         (gnus-group-set-current-level): Decode group name.
18100
18101 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18102
18103         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18104         failed.
18105
18106 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18107
18108         * gnus-group.el (gnus-group-delete-group): Decode group name.
18109         (gnus-group-make-rss-group): Encode group name.
18110         (gnus-group-catchup-current): Decode group name.
18111         (gnus-group-kill-group): Decode group name.
18112
18113 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18114
18115         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18116
18117 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18118
18119         * gnus-group.el (gnus-group-make-rss-group):
18120         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18121
18122         * gnus-start.el (gnus-setup-news): Honor user's setting to
18123         gnus-message-archive-method.  Suggested by Lute Kamstra
18124         <lute@gnu.org>.
18125
18126 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18127
18128         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18129         global counterparts of the buffer-local variables.
18130
18131 2004-11-16  Romain Francoise  <romain@orebokech.com>
18132
18133         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18134         counterparts of the buffer-local variables.
18135
18136 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18137
18138         * message.el (message-forbidden-properties): Fix typo in doc
18139         string.
18140
18141 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18142
18143         * gnus-util.el (gnus-replace-in-string): Add doc string.
18144
18145         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18146         to avoid problems when splitting mails with many recipients.
18147
18148 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18149
18150         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18151         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18152
18153 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18154
18155         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18156         if there is no hashtable in memory or file modification time is
18157         newer than cached timestamp.
18158
18159 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18160
18161         * gnus-sum.el (gnus-summary-limit-to-recipient):
18162         Implement not-matching option.
18163
18164 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18165
18166         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18167         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18168         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18169         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18170         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18171         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18172
18173 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18174
18175         * message.el (message-forward-make-body-mml): Remove headers
18176         according to message-forward-ignored-headers if a message is decoded.
18177
18178 2004-12-02  Romain Francoise  <romain@orebokech.com>
18179
18180         * message.el (message-forward-make-body-plain): Always remove
18181         headers according to message-forward-ignored-headers.
18182
18183 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18184
18185         * spam.el (spam-summary-prepare-exit): Remove the
18186         gnus-summary-limit pop for now, it has problems with ham marks for
18187         me.
18188
18189 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18190
18191         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18192         correctly.
18193
18194 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18195
18196         * format-spec.el (format-spec): Message the char.
18197
18198 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18199
18200         * gnus-art.el (gnus-split-methods): Reformat comments.
18201
18202         * spam.el (spam-summary-prepare-exit): Remove article limits
18203         before exiting the summary buffer.
18204
18205 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18206
18207         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18208         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18209
18210         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18211         order to silence the byte compiler.
18212
18213         * spam.el: Fix the way to silence the byte compiler, which
18214         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18215         bbdb-search-simple, spam-BBDB-register-routine,
18216         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18217         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18218         spam-stat-buffer-is-spam, spam-stat-load,
18219         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18220         spam-stat-save and spam-stat-split-fancy.
18221
18222 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18225         which may confuse users.
18226         (canlock-password-for-verify): Ditto.
18227
18228         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18229
18230         * gnus-art.el (gnus-emphasis-alist): Ditto.
18231
18232         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18233
18234         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18235
18236         * gnus-start.el (gnus-save-killed-list): Ditto.
18237
18238         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18239         (gnus-sum-thread-tree-root): Ditto.
18240         (gnus-sum-thread-tree-false-root): Ditto.
18241         (gnus-sum-thread-tree-single-indent): Ditto.
18242
18243         * message.el (message-courtesy-message): Ditto.
18244         (message-archive-note): Ditto.
18245         (message-subscribed-address-file): Ditto.
18246         (message-user-fqdn): Ditto.
18247
18248         * spam-report.el (spam-report-gmane-regex): Ditto.
18249
18250         * spam.el (spam-blackhole-good-server-regex): Ditto.
18251
18252 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18253
18254         * mml.el (mml-preview): Widen the message buffer before copying
18255         the contents to the preview buffer; sort headers before previewing.
18256
18257         * message.el (message-hidden-headers): Fix the way to avoid a bug
18258         in the `repeat' widget in Emacs 21.3 or earlier.
18259
18260 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * message.el (message-hidden-headers): Default to "^References:".
18263         Improve customization type.  Suggested by Reiner Steib
18264         <Reiner.Steib@gmx.de>.
18265
18266 2004-11-25  Romain Francoise  <romain@orebokech.com>
18267
18268         * message.el (message-strip-forbidden-properties): Remove check for
18269         obsolete `message-hidden' text property, hidden headers are not
18270         accessible in the buffer anymore.
18271
18272 2004-11-22  Romain Francoise  <romain@orebokech.com>
18273
18274         * message.el (message-header-format-alist): Add `From' in list
18275         so that it can be sorted.
18276         (message-fix-before-sending): Widen and sort headers before
18277         sending.
18278         (message-hide-headers): Use narrowing to hide headers by moving
18279         them to the top of the buffer and narrowing to the region
18280         underneath.
18281
18282 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18283
18284         * message.el (message-strip-forbidden-properties):
18285         Bind buffer-read-only (etc) to nil.
18286
18287 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18290         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18291
18292 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18293
18294         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18295
18296 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18297
18298         * dns.el (query-dns): Use sit-for to time instead of
18299         accept-process-output, since that doesn't seem to work on udp
18300         sockets.
18301
18302 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18305
18306 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18307
18308         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18309         doc string.  Improve doc string.
18310
18311 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18312
18313         * nntp.el (nntp-request-update-info): Return nil if
18314         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18315         may not call gnus-activate-group which uselessly issues the GROUP
18316         commands for all nntp groups and wastes time.  Reported by Romain
18317         Francoise <romain@orebokech.com>.
18318
18319         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18320
18321 2004-11-15  Simon Josefsson  <jas@extundo.com>
18322
18323         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18324         headers separately.
18325         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18326         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18327
18328 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18329
18330         * gnus-start.el (gnus-convert-old-newsrc):
18331         Assign legacy-gnus-agent to 5.10.7.
18332
18333 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18334
18335         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18336         start of the lines.
18337
18338 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18339
18340         * hashcash.el (hashcash-default-payment): Change default to 20.
18341         (hashcash-default-accept-payment): Change default to 20.
18342         (hashcash-process-alist): New variable.
18343         (hashcash-generate-payment-async): Add.
18344         (hashcash-already-paid-p): Add.
18345         (hashcash-insert-payment): Don't generate payments twice.
18346         (hashcash-insert-payment-async): Add.
18347         (hashcash-insert-payment-async-2): Add.
18348         (hashcash-cancel-async): Add.
18349         (hashcash-wait-async): Add.
18350         (hashcash-processes-running-p): Add.
18351         (hashcash-wait-or-cancel): Add.
18352         (mail-add-payment): New optional argument.  Conditionally start
18353         asynchronous calculation.
18354         (mail-add-payment-async): Add.
18355
18356         * message.el (message-send-mail): Wait for asynchronous hashcash
18357         results.  Don't clobber existing X-Hashcash headers.
18358         (message-setup-1): Call mail-add-payment-async when
18359         message-generate-hashcash is non-nil.
18360
18361 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18362
18363         * message.el (message-use-alternative-email-as-from): Examine the
18364         From header as well; use message-make-from in order to include a
18365         user's full name.
18366
18367 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18370         default; improve customization type.
18371         (gnus-emphasis-custom-with-format): New macro.
18372         (gnus-emphasis-custom-value-to-external): New function.
18373         (gnus-emphasis-custom-value-to-internal): New function.
18374
18375 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18376
18377         * dns.el (query-dns): Resolve reverse addresses.
18378
18379 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18380
18381         * gnus-group.el (gnus-group-get-new-news): Use it.
18382
18383         * gnus-start.el (gnus-check-reasonable-setup): New function.
18384
18385 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18388         "Args out of range" error.  Reported by Arnaud Giersch
18389         <arnaud.giersch@free.fr>.
18390
18391 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18392
18393         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18394
18395 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18396
18397         * spam.el (spam group): Add :version.
18398
18399         * pgg-def.el (pgg group): Add :version.
18400
18401 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18402
18403         * gnus-art.el (gnus-article-edit-article): Don't associate the
18404         article buffer with a draft file.  This is a temporary measure
18405         against the 2004-08-22 change to gnus-article-edit-mode.
18406
18407 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18410         (html2text-format-tags): Remove unused variable `attr'.
18411
18412 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18413
18414         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18415
18416         * tls.el (tls-process-connection-type, tls-success)
18417         (tls-certtool-program): Add :version.
18418
18419         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18420         (starttls-extra-arguments, starttls-process-connection-type)
18421         (starttls-connect, starttls-failure, starttls-success): Add :version.
18422
18423         * spam-stat.el (spam-stat): Add :version.
18424
18425         * sieve.el (sieve): Add :version.
18426
18427         * sha1.el (sha1): Add :version.
18428         (sha1-use-external): Remove redundant version.
18429
18430         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18431         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18432         (nnmail-split-fancy-match-partial-words)
18433         (nnmail-split-lowercase-expanded): Add :version.
18434
18435         * nndiary.el (nndiary): Add :version.
18436
18437         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18438
18439         * mml-sec.el (mml-default-sign-method)
18440         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18441         Add :version.
18442
18443         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18444
18445         * mm-url.el (mm-url-use-external, mm-url-program)
18446         (mm-url-arguments): Add :version.
18447
18448         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18449         (mm-attachment-file-modes, mm-decrypt-option)
18450         (mm-w3m-safe-url-regexp): Add :version.
18451
18452         * message.el (message-cite-prefix-regexp)
18453         (message-sendmail-envelope-from, message-minibuffer-local-map)
18454         (message-user-fqdn, message-completion-alist): Add :version.
18455
18456         * gnus-win.el (gnus-configure-windows-hook)
18457         (gnus-use-frames-on-any-display): Add :version.
18458
18459         * gnus-art.el (gnus-article-address-banner-alist)
18460         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18461         (gnus-treat-from-picon, gnus-treat-mail-picon)
18462         (gnus-treat-x-pgp-sig): Add :version.
18463
18464         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18465         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18466         (gnus-summary-article-delete-hook)
18467         (gnus-summary-display-while-building): Add :version.
18468
18469         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18470         (gnus-get-top-new-news-hook): Add :version.
18471
18472         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18473         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18474
18475         * gnus-registry.el (gnus-registry): Add :version.
18476
18477         * gnus-spec.el (gnus-use-correct-string-widths)
18478         (gnus-make-format-preserve-properties): Add :version.
18479
18480         * gnus.el (gnus-group-charter-alist)
18481         (gnus-group-fetch-control-use-browse-url)
18482         (gnus-install-group-spam-parameters): Add :version.
18483
18484         * gnus-diary.el (gnus-diary): Add :version.
18485
18486         * gnus-delay.el (gnus-delay): Add :version.
18487
18488         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18489         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18490         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18491         Add :version.
18492
18493         * gnus-agent.el (gnus-agent-max-fetch-size)
18494         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18495         (gnus-agent-prompt-send-queue): Add :version.
18496
18497         * deuglify.el (gnus-outlook-deuglify): Add :version.
18498
18499         * html2text.el: Beautify code.  Improve doc strings.
18500         Some checkdoc cleanup.
18501         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18502
18503 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18504
18505         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18506
18507 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18508
18509         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18510         when package is loaded.
18511
18512         * spam.el (spam-summary-score-preferred-header): Add global preference
18513         for people who want to override the default SpamAssassin over
18514         Bogofilter preference (when both are set).
18515         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18516         (spam-user-format-function-S):
18517         Check spam-summary-score-preferred-header.
18518         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18519         (spam-user-format-function-S): Format the score correctly.
18520
18521 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18524         signature file.  Suggested by Manoj Srivastava
18525         <srivasta@golden-gryphon.com>.
18526
18527         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18528         iso-2022-jp even in the Japanese language environment.
18529         Suggested by Jason Rumney <jasonr@gnu.org>.
18530
18531 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18532
18533         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18534         use the same characters as the dummy marks; make it free from
18535         getting affected by the language environment.
18536         (gnus-summary-read-group-1): Update mark positions only when the
18537         format spec is updated.
18538
18539         * gnus-spec.el (gnus-update-format-specifications): Return a list
18540         of updated types.
18541
18542 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18543
18544         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18545         of boundp to check if display-warning is available.
18546
18547 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18548
18549         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18550
18551 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18552
18553         * nnspool.el (nnspool-spool-directory): Use news-path if the
18554         news-directory variable is not bound.
18555
18556         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18557         function instead of display-warning if it is not available.
18558
18559 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18560
18561         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18562         v5-10: Use `point-at-bol'.
18563
18564 2004-10-26  Simon Josefsson  <jas@extundo.com>
18565
18566         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18567         <chenggao@gmail.com>.
18568
18569 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18570
18571         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18572         instead.
18573
18574 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18575
18576         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18577         to remove a server from the nnimap-server-buffer-alist.
18578         (nnimap-open-connection, nnimap-close-server): Use it.
18579
18580         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18581
18582 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18583
18584         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18585         running the major-mode function.
18586
18587 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18588
18589         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18590         dummy marks in the right way.
18591
18592 2004-10-18  David Edmondson  <dme@dme.org>
18593
18594         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18595         excessively.
18596
18597 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18598
18599         * gnus-util.el (gnus-split-references): Accept a nil references
18600         string and go on blissfully.
18601
18602         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18603         cases where the references string is non-nil but has no references.
18604
18605         * encrypt.el: Add autoload tags.
18606
18607         * spam.el (spam-resolve-registrations-routine): Remove article
18608         from unregistration list too.  Reported by David Hanak
18609         <dhanak@isis.vanderbilt.edu>
18610
18611 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18612
18613         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18614         nil.  Change custom type.
18615
18616 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18617
18618         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18619
18620         * gnus-sum.el (gnus-summary-move-article): Use it.
18621
18622 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18623
18624         * encrypt.el: Add autoload cookies.
18625
18626         * spam.el (spam-backend-article-list-property)
18627         (spam-backend-get-article-todo-list)
18628         (spam-backend-put-article-todo-list)
18629         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18630         Resolve registrations separately.
18631         (spam-register-routine): Format comments.
18632         (spam-unregister-routine, spam-register-routine): Always call with
18633         specific-articles, no default list.
18634         (spam-summary-prepare-exit): Use the spam-classifications function.
18635
18636         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18637         gnus-encrypt.el.
18638
18639         * encrypt.el: Copied from gnus-encrypt.el.
18640
18641         * gnus-encrypt.el: Commented that it's obsolete.
18642
18643 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18644
18645         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18646         (gnus-score-save): Use it.
18647
18648         * message.el (message-bury): Use `window-dedicated-p'.
18649
18650 2004-10-15  Simon Josefsson  <jas@extundo.com>
18651
18652         * pop3.el (top-level): Don't require nnheader.
18653         (pop3-read-timeout): Add.
18654         (pop3-accept-process-output): Add.
18655         (pop3-read-response, pop3-retr): Use it.
18656
18657 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18658
18659         * spam.el (spam-register-routine): Move comment.
18660         (spam-verify-bogofilter): Use 'unknown for the initial
18661         spam-bogofilter-valid state, not 'never.
18662
18663         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18664         for netrc-machine.
18665
18666         * nnimap.el (nnimap-open-connection):
18667         Use netrc-machine-user-or-password.
18668
18669 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18670
18671         * gnus-registry.el (gnus-registry-unload-hook):
18672         Set as a variable with add-hook.
18673
18674         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18675         of news-path.
18676
18677         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18678
18679         * spam.el: Delete duplicate `provide'.
18680         (spam-unload-hook): Set as a variable with add-hook.
18681
18682 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18683
18684         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18685         in the doc string.
18686
18687         * message.el (message-ignored-news-headers)
18688         (message-ignored-supersedes-headers)
18689         (message-ignored-resent-headers)
18690         (message-forward-ignored-headers): Improve custom type.
18691
18692 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18693
18694         * message.el (message-tokenize-header): Fix 2004-09-06 change
18695         which used point-min in the wrong place.
18696
18697 2004-10-12  Simon Josefsson  <jas@extundo.com>
18698
18699         * tls.el (tls-certtool-program): New variable.
18700         (tls-certificate-information): New function, based on
18701         ssl-certificate-information.
18702
18703 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * compface.el: Move the version of ELisp-based uncompface program
18706         to the contrib directory because of the copyright problem.
18707
18708 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18709
18710         * message.el (message-kill-buffer): Raise the current frame.
18711
18712 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18713
18714         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18715
18716         * gnus.el (message-y-or-n-p): Autoload.
18717
18718         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18719         (pop3-password-required, pop3-authentication-scheme)
18720         (pop3-leave-mail-on-server): Make customizable.
18721         (pop3): New custom group.
18722         (pop3-retr): Remove `sleep-for' statements.
18723         Suggested by Dave Love <fx@gnu.org>.
18724
18725         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18726         Windows/DOS.
18727
18728         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18729         (imap-parse-body): Fix incorrect use of `assert'.
18730         Suggested by Dave Love <fx@gnu.org>.
18731
18732         * mml.el (mml-minibuffer-read-disposition): Require match.
18733         Suggested by Dave Love <fx@gnu.org>.
18734
18735 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18736
18737         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18738         doc string.
18739
18740 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18743
18744 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18745
18746         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18747         instead of calling `mm-insert-inline', to decode text/* parts
18748         before displaying them.
18749
18750 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18751
18752         * mm-uu.el (mm-uu-text-plain-type): New variable.
18753         (mm-uu-pgp-signed-extract-1): Use it.
18754         (mm-uu-pgp-encrypted-extract-1): Use it.
18755         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18756         bind mm-uu-text-plain-type with that value.
18757         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18758         mm-uu-dissect.
18759
18760 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18761
18762         * gnus-group.el (gnus-update-group-mark-positions):
18763         * gnus-sum.el (gnus-update-summary-mark-positions):
18764         * message.el (message-check-news-body-syntax):
18765         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18766         of string-as-multibyte.
18767
18768 2004-10-05  Juri Linkov  <juri@jurta.org>
18769
18770         * gnus-group.el (gnus-update-group-mark-positions):
18771         * gnus-sum.el (gnus-update-summary-mark-positions):
18772         * message.el (message-check-news-body-syntax):
18773         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18774         8-bit unibyte values to a multibyte string for search functions.
18775
18776 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18779         (mm-uu-dissect-text-parts): New function.
18780
18781         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18782         dissect text parts.
18783
18784         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18785         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18786
18787         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18788
18789         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18790         Use gnus-current-topics instead of gnus-current-topic.
18791
18792 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18793
18794         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18795
18796 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18797
18798         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18799         where approriate.
18800
18801         * nnml.el (nnml-generate-active-info): do.
18802
18803         * nndiary.el (nndiary-generate-active-info): do.
18804
18805         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18806         (gnus-topic-move): do.
18807
18808         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18809         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18810
18811         * gnus-srvr.el (gnus-server-prepare)
18812         (gnus-server-open-all-servers): do.
18813
18814         * gnus-msg.el (gnus-summary-cancel-article)
18815         (gnus-summary-resend-message)
18816         (gnus-summary-mail-crosspost-complaint): do.
18817
18818         * gnus-move.el (gnus-change-server): do.
18819
18820         * gnus-group.el (gnus-group-unmark-all-groups)
18821         (gnus-group-set-current-level): do.
18822
18823 2004-10-04  Simon Josefsson  <jas@extundo.com>
18824
18825         * message.el (message-generate-hashcash): Doc fix.
18826
18827 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18828
18829         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18830         avoid infinite recursion via gnus-get-function.
18831
18832 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18833
18834         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18835
18836         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18837
18838         * nnmail.el (nnmail-split-history): do.
18839
18840         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18841         (nnml-request-delete-group): do.
18842
18843         * nnslashdot.el (nnslashdot-read-groups): do.
18844
18845         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18846         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18847
18848         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18849         (nnspool-sift-nov-with-sed): Use last.
18850         (nnspool-retrieve-headers-with-nov): Use mapc.
18851         (nnspool-request-newgroups): Use dolist.
18852         (nnspool-request-group): Use last.
18853
18854         * nntp.el (nntp-read-server-type): Use dolist.
18855
18856         * nnvirtual.el (nnvirtual-create-mapping)
18857         (nnvirtual-update-read-and-marked): Use dolist.
18858         (nnvirtual-convert-headers): Simplify.
18859
18860 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18861
18862         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18863         Add support for sync'ing tick marks.
18864
18865 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18866
18867         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18868         there's no visible header.
18869
18870 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18871
18872         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18873         When necessary, pass full group name to gnus-request-set-marks.
18874
18875 2004-10-01  Simon Josefsson  <jas@extundo.com>
18876
18877         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18878         acroread.
18879
18880 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18881
18882         * spam-report.el (spam-report-gmane): Fix interactive.
18883
18884         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18885
18886         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18887         when writing file.
18888         (gnus-agent-synchronize-flags): Don't default to being
18889         interactive.
18890
18891 2004-09-30  Simon Josefsson  <jas@extundo.com>
18892
18893         * message.el (message-generate-hashcash): Add.
18894         (message-send-mail): Use it, call mail-add-payment.
18895
18896 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18897
18898         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18899
18900 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18901
18902         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18903         gnus-requst-update-info with explicit code to sync the in-memory
18904         info read flags with the marks being sync'd to the backend.
18905
18906         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18907
18908 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18909
18910         * spam.el (spam-verify-bogofilter): Add new function.
18911         (spam-check-bogofilter)
18912         (spam-bogofilter-register-with-bogofilter): Use it.
18913         (spam-verify-bogofilter): Add small fixes.
18914
18915 2004-09-28  Simon Josefsson  <jas@extundo.com>
18916
18917         * hashcash.el (hashcash-generate-payment): Revert.
18918
18919 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18920
18921         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18922         Use gnus-extract-references instead of gnus-split-references.
18923
18924         * gnus-util.el (gnus-extract-references): Add new function, analogous
18925         to gnus-split-references but extracts only the message-ID without
18926         anything extra.
18927
18928         * hashcash.el (hashcash-generate-payment)
18929         (hashcash-check-payment): Do the right thing if hashcash-path is
18930         nil (because the hashcash program could not be found).
18931
18932         * spam.el (spam-use-hashcash): Remove comment.
18933
18934 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18935
18936         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18937         (gnus-cache-enter-article, gnus-cache-remove-article)
18938         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18939
18940         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18941
18942         * gnus-art.el (article-hide-boring-headers)
18943         (article-translate-strings, article-display-face)
18944         (gnus-article-mime-match-handle-first)
18945         (gnus-article-highlight-headers)
18946         (gnus-article-add-buttons-to-head): do.
18947
18948 2004-09-27  Simon Josefsson  <jas@extundo.com>
18949
18950         * hashcash.el: New version, from
18951         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18952         ../contrib/.
18953
18954 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18955
18956         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18957
18958 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18959
18960         * gnus-dup.el (gnus-dup-open): Use mapc.
18961         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18962
18963         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18964         Reported by Stefan Wiens <s.wi@gmx.net>.
18965
18966         * gnus.el (gnus-shutdown): Use dolist.
18967
18968         * gnus-undo.el (gnus-undo): Use mapc.
18969
18970         * nnrss.el (nnrss-generate-active): do.
18971
18972         * message.el (message-cite-original-without-signature)
18973         (message-cite-original): Use mapc.
18974         (message-do-actions, message-make-forward-subject): Use dolist.
18975
18976 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18977
18978         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18979         deletion to remove entire duplicate line.  Fixes merged article
18980         number bug.
18981
18982 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18983
18984         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18985         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18986         first ask if you want to open a server and then, even when you
18987         responded with no, asking if you want to synchronize the server's
18988         flags.
18989         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18990         multi-line expressions.
18991         (gnus-agent-synchronize-group-flags): New internal function.
18992         Updates marks in memory (in the info structure) AND in the
18993         backend.
18994
18995         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18996
18997         * nnagent.el (nnagent-request-set-mark):
18998         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18999         method, to ensure that synchronization updates marks in the
19000         backend and in the info (in memory) structure.
19001
19002 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19003
19004         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19005         convention fully; don't miss the root article of a thread; make
19006         the X-Draft-From header with correct article numbers.
19007
19008 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19009
19010         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19011         unless plugged.  Disable the agent so that an open failure causes
19012         an error.
19013
19014         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19015         Revert 2004-09-21 change.  The backend must be opened while
19016         synchronizing flags even when the backend stores the flags
19017         locally.
19018
19019 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19022         in `header' match.  Reported by Svend Tollak Munkejord.
19023
19024         * message.el (message-cite-original): Fix use of
19025         `message-cite-articles-with-x-no-archive'.
19026
19027 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19028
19029         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19030         (gnus-window-to-buffer): Ditto.
19031
19032         * mml.el (mml-preview-buffer): New variable.
19033         (mml-preview): Manage window layout with gnus-buffer-configuration.
19034
19035         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19036         X-Draft-From header even if those articles aren't quoted.
19037
19038 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19039
19040         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19041         (gnus-request-set-mark, gnus-request-update-mark): Use new
19042         g-s-t-u-l-m to decide to use backend even when unplugged.
19043
19044 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19045
19046         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19047         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19048
19049 2004-09-20  Simon Josefsson  <jas@extundo.com>
19050
19051         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19052         "utf-16-le".
19053
19054 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19055
19056         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19057
19058 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19059
19060         * uudecode.el (uudecode-use-external): Add :version.
19061
19062         * smime.el (smime-CA-file, smime-encrypt-cipher)
19063         (smime-dns-server): Add :version.
19064
19065         * smiley.el (gnus-smiley-file-types): Add :version.
19066
19067         * sha1.el (sha1-use-external): Add :version.
19068
19069         * pgg-def.el (pgg-query-keyserver): Add :version.
19070
19071         * nnmail.el (nnmail-fancy-expiry-targets)
19072         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19073         Add :version.
19074
19075         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19076         (nnimap-retrieve-groups-asynchronous): Add :version.
19077         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19078
19079         * mml.el (mml-content-disposition-parameters)
19080         (mml-insert-mime-headers-always): Add :version.
19081
19082         * mm-util.el (mm-coding-system-priorities): Add :version.
19083
19084         * mm-decode.el (mm-inline-text-html-with-images)
19085         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19086         (mm-verify-option): Add :version.
19087         (mm-text-html-renderer): Change :version.
19088
19089         * message.el (message-fcc-externalize-attachments)
19090         (message-required-headers, message-draft-headers)
19091         (message-subject-trailing-was-query)
19092         (message-subject-trailing-was-ask-regexp)
19093         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19094         (message-mark-insert-end, message-archive-header)
19095         (message-archive-note, message-cross-post-default)
19096         (message-cross-post-note, message-followup-to-note)
19097         (message-cross-post-note-function, message-use-mail-followup-to)
19098         (message-subscribed-address-functions)
19099         (message-subscribed-address-file, message-subscribed-addresses)
19100         (message-subscribed-regexps, message-allow-no-recipients)
19101         (message-yank-cited-prefix, message-signature-insert-empty-line)
19102         (message-hidden-headers, message-hierarchical-addresses)
19103         (message-mail-user-agent, message-use-idna)
19104         (message-valid-fqdn-regexp)
19105         (message-strip-special-text-properties, message-header-synonyms)
19106         (message-beginning-of-line, message-tab-body-function): Add :version.
19107         (message-insert-canlock, message-wide-reply-confirm-recipients):
19108         Change :version.
19109
19110         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19111         and :version.
19112         (mail-source-delete-old-incoming-confirm)
19113         (mail-source-movemail-program): Add :version.
19114
19115         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19116         (gnus-agent-cache, gnus-agent): Change :version.
19117
19118         * gnus-util.el (gnus-use-byte-compile): Change :version.
19119
19120         * gnus-sum.el (gnus-summary-make-false-root-always)
19121         (gnus-summary-default-high-score)
19122         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19123         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19124         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19125         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19126         (gnus-sum-thread-tree-single-indent)
19127         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19128         (gnus-sum-thread-tree-leaf-with-other)
19129         (gnus-sum-thread-tree-single-leaf): Add :version.
19130         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19131         (gnus-article-loose-mime): Change :version.
19132
19133         * gnus-start.el (gnus-backup-startup-file)
19134         (gnus-save-startup-file-via-temp-buffer): Add :version.
19135
19136         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19137         (gnus-server-offline-face): Add :version.
19138
19139         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19140
19141         * gnus-msg.el (gnus-gcc-externalize-attachments)
19142         (gnus-debug-files, gnus-debug-exclude-variables)
19143         (gnus-discouraged-post-methods): Change :version.
19144         (gnus-confirm-mail-reply-to-news)
19145         (gnus-confirm-treat-mail-like-news): Add :version.
19146
19147         * gnus-int.el (gnus-server-unopen-status): Add :version.
19148
19149         * gnus-group.el (gnus-group-jump-to-group-prompt)
19150         (gnus-large-ephemeral-newsgroup)
19151         (gnus-fetch-old-ephemeral-headers): Add :version.
19152
19153         * gnus-fun.el (gnus-x-face-directory)
19154         (gnus-convert-pbm-to-x-face-command)
19155         (gnus-convert-image-to-x-face-command)
19156         (gnus-convert-image-to-face-command): Add :version.
19157
19158         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19159
19160         * gnus-cite.el (gnus-cite-blank-line-after-header)
19161         (gnus-article-boring-faces): Add :version.
19162
19163         * gnus-art.el (gnus-buttonized-mime-types)
19164         (gnus-inhibit-mime-unbuttonizing)
19165         (gnus-treat-display-face)
19166         (gnus-treat-body-boundary): Change :version.
19167         (gnus-body-boundary-delimiter, gnus-picon-databases)
19168         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19169         (gnus-treat-date-english, gnus-treat-fold-headers)
19170         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19171         (gnus-treat-mail-picon, gnus-treat-wash-html)
19172         (gnus-article-encrypt-protocol)
19173         (gnus-use-idna, gnus-article-over-scroll)
19174         (gnus-mime-display-multipart-alternative-as-mixed)
19175         (gnus-mime-display-multipart-related-as-mixed)
19176         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19177         (gnus-ctan-url, gnus-button-ctan-handler)
19178         (gnus-button-handle-ctan-bogus-regexp)
19179         (gnus-button-ctan-directory-regexp)
19180         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19181         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19182         (gnus-button-man-level, gnus-button-emacs-level)
19183         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19184
19185         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19186         (gnus-agent-go-online): Change :version.
19187         (gnus-agent-expire-unagentized-dirs)
19188         (gnus-agent-auto-agentize-methods): Add :version.
19189
19190         * flow-fill.el (fill-flowed-display-column)
19191         (fill-flowed-encode-column): Add :version.
19192
19193         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19194         (gnus-outlook-deuglify-unwrap-max)
19195         (gnus-outlook-deuglify-cite-marks)
19196         (gnus-outlook-deuglify-unwrap-stop-chars)
19197         (gnus-outlook-deuglify-no-wrap-chars)
19198         (gnus-outlook-deuglify-attrib-cut-regexp)
19199         (gnus-outlook-deuglify-attrib-verb-regexp)
19200         (gnus-outlook-deuglify-attrib-end-regexp)
19201         (gnus-outlook-display-hook): Add :version.
19202
19203         * binhex.el (binhex-use-external): Add :version.
19204
19205 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19206
19207         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19208         and `invisible'.
19209
19210 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19211
19212         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19213         in gnus-registry-trim.
19214
19215 2004-09-13  Simon Josefsson  <jas@extundo.com>
19216
19217         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19218
19219         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19220
19221         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19222         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19223         <yamaoka@jpl.org>.
19224         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19225         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19226         <yamaoka@jpl.org>.
19227
19228         * sieve.el (sieve-manage-mode): Ditto.
19229
19230 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19231
19232         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19233
19234 2004-09-11  Simon Josefsson  <jas@extundo.com>
19235
19236         * dns-mode.el: Add.
19237
19238         * mm-view.el (mm-display-dns-inline): Add.
19239
19240         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19241         (mm-automatic-display): Ditto.
19242
19243         * mailcap.el (mailcap-mime-data): Add text/dns.
19244         (mailcap-mime-extensions): Map .soa to text/dns.
19245
19246 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19247
19248         * gnus-art.el (article-decode-mime-words, article-babel)
19249         (gnus-article-highlight-signature, gnus-article-add-buttons)
19250         (gnus-signature-toggle): Remove unnecessary bindings of
19251         `inhibit-read-only' inherited from v5.10 merge.
19252
19253 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19254
19255         * nntp.el (nntp): New customization group.
19256         (nntp-authinfo-file): Add customization group.
19257
19258         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19259
19260         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19261
19262         * gnus.el (to-address, to-list, subscribed)
19263         (large-newsgroup-initial): Ditto.
19264
19265         * flow-fill.el (fill-flowed-display-column)
19266         (fill-flowed-encode-column): Ditto.
19267
19268 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19269
19270         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19271         Use point-min rather than 1.
19272         (message-send-mail): Use buffer-size rather than point-max.
19273
19274         * gnus-sum.el (gnus-summary-search-article-forward):
19275         Signal a specific `search-failed' rather than a generic `error'.
19276
19277         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19278         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19279         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19280
19281 2004-09-10  Simon Josefsson  <jas@extundo.com>
19282
19283         * nndb.el (require): Remove tcp and duplicate cl.
19284
19285 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19286
19287         * gnus-agent.el (directory-files-and-attributes): Move forward.
19288
19289 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19290
19291         * gnus-agent.el (directory-files-and-attributes):
19292         Optionally defined to support XEmacs.
19293
19294 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19295
19296         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19297         to avoid run-time CL dependencies.
19298         (gnus-agent-unfetch-articles): New function.
19299         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19300         article numbers even when local .overview file is missing.
19301         (gnus-agent-read-article-number): New function.  Only accepts
19302         27-bit article numbers.
19303         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19304         Use gnus-agent-read-article-number.
19305         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19306         from backend while recognizing that article numbers in .overview
19307         must be valid.
19308         (gnus-agent-update-files-total-fetched-for):
19309         Use directory-files-and-attributes to improve performance.
19310         * gnus-int.el (gnus-request-move-article):
19311         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19312         improve performance.
19313
19314         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19315         some users confused by references to .newsrc when they only have a
19316         .newsrc.eld file.
19317         (gnus-convert-mark-converter-prompt)
19318         (gnus-convert-converter-needs-prompt): Fix use of property list.
19319         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19320         New function.  Used internally to only display 'gnus converting
19321         files' message when actually necessary.
19322
19323         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19324         methods now autoloaded.
19325
19326 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19327
19328         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19329         identifiers.
19330
19331 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19332
19333         * gnus-picon.el: Fix indentation and closing parenthesis.
19334
19335 2004-09-01  Simon Josefsson  <jas@extundo.com>
19336
19337         * message.el (message-canlock-generate): Require sha1, not
19338         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19339         to require within a function.  Sadly, if sha1.el isn't loaded, the
19340         let binding in m-c-g will hide the defcustom definition, which is
19341         bad.)
19342
19343         * canlock.el: Require sha1, not sha1-el.
19344
19345         * message.el: Don't autoload sha1 (there is a autoload cookie in
19346         sha1.el).
19347
19348         * sha1-el.el: Rename to sha1.el.
19349
19350 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19351
19352         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19353
19354 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19355
19356         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19357
19358 2004-08-30  Kim F. Storm  <storm@cua.dk>
19359
19360         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19361
19362         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19363         Add :group 'nnimap.
19364
19365 2004-08-30  Andreas Schwab  <schwab@suse.de>
19366
19367         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19368         ?* and ?\;.
19369
19370         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19371         and ?\' to symbol instead of whitespace.
19372
19373 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19376
19377         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19378         instead of re-search-forward.
19379
19380         * gnus-uu.el (gnus-uu-save-article): Ditto.
19381         (gnus-uu-post-encode-uuencode): Ditto.
19382
19383         * html2text.el (html2text-clean-list-items): Ditto.
19384         (html2text-clean-dtdd): Ditto.
19385         (html2text-format-tags): Ditto.
19386
19387         * message.el (message-send-mail-with-sendmail): Fix regexp.
19388         (message-fill-field-general): Use search-forward instead of
19389         re-search-forward.
19390         (unbold-region): Ditto.
19391
19392         * nnrss.el (nnrss-request-article): Ditto.
19393
19394         * nnslashdot.el (nnslashdot-request-article): Ditto.
19395
19396         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19397
19398         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19399         "Unrecognized menu descriptor" error in XEmacs.
19400
19401 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19402
19403         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19404         parent article of a sparse article in the thread hashtb.
19405
19406 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19407
19408         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19409         (nnmail-expand-newtext): Lowercase expanded entries if
19410         nnmail-split-lowercase-expanded is non-nil.
19411
19412 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19413
19414         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19415
19416         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19417         of gnus-tmp-news-method into string under XEmacs.  It will be
19418         passed to gnus-correct-length which takes only a string argument.
19419
19420 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19421
19422         * gnus-util.el (gnus-bind-print-variables): New macro.
19423         (gnus-prin1): Use it.
19424         (gnus-prin1-to-string): Use it.
19425         (gnus-pp): New function.
19426         (gnus-pp-to-string): New function.
19427
19428         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19429         Replace pp-to-string with gnus-pp-to-string.
19430         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19431         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19432         * gnus-msg.el (gnus-debug): Ditto.
19433         * gnus-score.el (gnus-score-save): Ditto.
19434         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19435         gnus-pp-to-string.
19436         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19437         with gnus-pp.
19438         * score-mode.el (gnus-score-pretty-print): Ditto.
19439         * webmail.el (webmail-debug): Ditto.
19440
19441 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19442
19443         * gnus-art.el (article-display-face, article-display-x-face):
19444         Use buffer-read-only.
19445
19446 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19447
19448         * gnus-art.el (article-hide-list-identifiers):
19449         Bind inhibit-read-only as t.
19450
19451 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19452
19453         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19454
19455 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19456
19457         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19458         (gnus-narrow-to-page): Don't assume point-min == 1.
19459         (gnus-article-edit-mode): Derive from message-mode.
19460
19461         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19462         point-min == 1.
19463
19464         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19465         Disable incorrect use of `assert'.
19466
19467         * message.el (message-mode): Set comment-start-skip.
19468
19469
19470 2004-08-22  Sam Steingold  <sds@gnu.org>
19471
19472         * pop3.el (pop3-leave-mail-on-server): New user variable.
19473         (pop3-movemail): Delete mail only when it is nil.
19474
19475 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19476
19477         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19478
19479         * mml.el (mml-preview): Use `pop-to-buffer'.
19480
19481         * message.el (message-goto-mail-followup-to): Insert after "To".
19482         (message-carefully-insert-headers): Add comment.
19483
19484         * gnus.el: Remove unused variable `gnus-article-check-size'.
19485
19486         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19487
19488         * gnus-art.el (gnus-button-alist):
19489         Improve `gnus-button-handle-library' entry.
19490
19491 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19492
19493         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19494         Use downcase, since XEmacs capitalizes error messages differently.
19495
19496 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19497
19498         * nntp.el: Add (require 'gnus) due to reference to
19499         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19500
19501 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19502
19503         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19504         Bind `mm-fill-flowed'.
19505
19506         * mm-decode.el (mm-dissect-singlepart): Check it.
19507
19508 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19509
19510         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19511         'imap' for netrc parsing.
19512
19513 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19514
19515         * mailcap.el (mailcap-mime-data): Mark as risky.
19516
19517 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19518
19519         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19520         may be included in the encoded word.
19521         (rfc2047-encode): Don't append a space if the encoded word
19522         includes close parenthesis.
19523
19524 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19525
19526         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19527         of text within parentheses.
19528
19529 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19530
19531         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19532         (gnus-encrypt-write-file-contents): Make the password key the file
19533         name PLUS the cipher, not just the cipher.  Also remove failed
19534         passwords from the cache.
19535
19536 2004-08-06  Simon Josefsson  <jas@extundo.com>
19537
19538         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19539         Doc fix.
19540
19541 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19542
19543         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19544         LWSP.
19545
19546 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19547
19548         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19549         Try to append in-reply-to: data to the references: header.
19550
19551         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19552         (netrc-parse): Use gnus-encrypt.el functions.
19553
19554         * gnus-encrypt.el: Add new file for encryption support; currently
19555         does only a few GPG ciphers and an internal XOR cipher.
19556
19557         * password.el: Add comments on using password-read-and-add.
19558         (password-read-and-add): Add function to read and add the
19559         password to the cache at once.
19560
19561 2004-07-28  Simon Josefsson  <jas@extundo.com>
19562
19563         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19564         parameter (but don't use it, for now).
19565
19566         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19567         instead of hard coding to nil.
19568
19569 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19572         as mm-inline-image-xemacs does.
19573
19574 2004-07-26  Simon Josefsson  <jas@extundo.com>
19575
19576         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19577         Revert part of 2004-07-17 change below.
19578
19579 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19580
19581         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19582         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19583
19584 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19585
19586         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19587         quotes that actually start with ">" at the beginning of the
19588         lines.
19589
19590 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19591
19592         * rfc2047.el (rfc2047-encode-region): Fix last change.
19593         (rfc2047-encode-parameter): Remove useless concat.
19594
19595 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19596
19597         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19598         encode special characters; fix some kind of misconfigured headers;
19599         signal a real error if debug-on-quit or debug-on-error is non-nil.
19600         (rfc2047-encode-max-chars): New variable.
19601         (rfc2047-encode-1): Use it.
19602         (rfc2047-encode-parameter): New function.
19603
19604         * mml.el (mml-insert-parameter): Remove an excessive space.
19605
19606 2004-07-17  Simon Josefsson  <jas@extundo.com>
19607
19608         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19609         Kai Grossjohann <kai@emptydomain.de>.
19610         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19611         (gnus-group-make-menu-bar): Ditto.
19612
19613         * gnus-util.el (gnus-group-server): Add.
19614
19615 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19616
19617         * message.el (message-clone-locals): Clone sendmail and smtp
19618         variables.
19619
19620 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19621
19622         * rfc2047.el (rfc2047-encode-region): Fix last change.
19623
19624 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19625
19626         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19627         characters as non-special.
19628
19629 2004-07-09  Simon Josefsson  <jas@extundo.com>
19630
19631         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19632         Users will lose all flag changes made while unplugged with
19633         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19634         good default.  See numerous reports on ding mailing list.
19635
19636 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19639         add generate-head-function and generate-article-function to the
19640         rfc822-forward entry.
19641         (nndoc-rfc822-forward-generate-article): New function.
19642         (nndoc-rfc822-forward-generate-head): New function.
19643
19644         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19645
19646 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19647
19648         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19649         respect display group parameter and gnus-summary-expunge-below.
19650         (gnus-articles-to-read): Remove unused reference to display group
19651         parameter.
19652
19653 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19654
19655         * nnheader.el (nnheader-uniquify-message-id): New experimental
19656         variable.
19657         (nnheader-nov-read-message-id): Use it.
19658
19659         * spam-report.el (spam-report-gmane): Add interactive.
19660
19661 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19662
19663         * mm-encode.el (mm-content-transfer-encoding-defaults):
19664         Use qp-or-base64 for the application/* types.
19665
19666 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19667
19668         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19669
19670 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19671
19672         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19673         trim value.
19674
19675 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19676
19677         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19678         New macro and function.
19679         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19680
19681 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19682
19683         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19684         after-load-alist.
19685
19686 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19687
19688         * gnus-group.el (gnus-group-get-new-news-this-group):
19689         Don't update info that isn't there.
19690
19691 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19692
19693         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19694         entry.
19695
19696 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19697
19698         * mm-view.el (mm-inline-render-with-function): Use multibyte
19699         buffer; decode html source by charset.
19700
19701         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19702
19703         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19704         Mule-UCS is loaded under XEmacs.
19705         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19706
19707 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19708
19709         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19710
19711 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19712
19713         * mm-util.el (mm-coding-system-p): Return a coding-system.
19714         (mm-mime-mule-charset-alist): Use shift_jis instead of
19715         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19716         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19717         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19718         instead of japanese-shift-jis and iso-latin-1 respectively in
19719         order to share the default value with both Emacs and XEmacs-mule.
19720         (mm-mule-charset-to-mime-charset):
19721         Make mm-coding-system-priorities effective.
19722         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19723         while predicating of candidates upon the priorities.
19724
19725 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19726
19727         * gnus-sum.el (gnus-summary-make-menu-bar):
19728         Add gnus-uu-invert-processable.
19729
19730         * gnus.el: Autoload gnus-uu-invert-processable.
19731
19732 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * mm-util.el (mm-with-multibyte-buffer): New macro.
19735
19736         * rfc2047.el (rfc2047-encode-string): Use it.
19737         (rfc2047-encode-region): Move point to the end of the region after
19738         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19739
19740 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19741
19742         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19743         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19744
19745 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19746
19747         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19748         (gnus-cite-parse): Ignore quoted envelope From_.
19749         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19750
19751 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19752
19753         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19754         invalid addresses.
19755
19756 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19757
19758         * spam.el: Change section markers, revise TODO list.
19759         (spam-backends): Make new master list of all installed backends.
19760         (spam-summary-exit-behavior): Add new variable to determine how
19761         messages moves are done at summary exit.
19762         (spam-move-spam-nonspam-groups-only)
19763         (spam-process-ham-in-nonham-groups)
19764         (spam-process-ham-in-spam-groups): Remove variables, the
19765         spam-summary-exit-behavior variable should be used to manage this
19766         behavior.
19767         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19768         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19769         and spam-old-spam-articles.
19770         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19771         Add empty variables, placeholders for the backends they represent.
19772         (spam-set-difference): Move, unchanged.
19773         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19774         unless the user has a processor variable.
19775         (spam-classifications, spam-classification-valid-p)
19776         (spam-backend-properties, spam-backend-property-valid-p)
19777         (spam-backend-function-type-valid-p)
19778         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19779         (spam-report-articles-gmane, spam-report-articles-resend):
19780         Remove functions, they are not needed.
19781         (spam-install-backend-super, spam-backend-list)
19782         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19783         (spam-backend-function, spam-backend-ham-registration-function)
19784         (spam-backend-spam-registration-function)
19785         (spam-backend-ham-unregistration-function)
19786         (spam-backend-spam-unregistration-function)
19787         (spam-backend-statistical-p, spam-backend-mover-p)
19788         (spam-install-backend-alias, spam-install-checkonly-backend)
19789         (spam-install-mover-backend, spam-install-nocheck-backend)
19790         (spam-install-backend, spam-install-statistical-backend)
19791         (spam-install-statistical-checkonly-backend): Add backend installation
19792         support.
19793         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19794         (spam-group-processor-p): Use the new backend code and respect the
19795         summary exit behavior.
19796         (spam-mark-spam-as-expired-and-move-routine): Remove.
19797         (spam-summary-prepare): Change to use the new spam-old-articles
19798         variable.
19799         (spam-copy-or-move-routine, spam-copy-spam-routine)
19800         (spam-move-spam-routine, spam-copy-ham-routine)
19801         (spam-move-ham-routine): Add code to copy/move ham or spam.
19802         (spam-fetch-field-fast): Improve doc and code, plus allow the
19803         'number request.
19804         (spam-list-of-checks, spam-list-of-statistical-checks):
19805         Remove variables.
19806         (spam-split, spam-find-spam): Use the new backend code.
19807         (spam-registration-functions): Remove variable.
19808         (spam-unregister-routine): Add convenience wrapper.
19809         (spam-log-undo-registration, spam-register-routine)
19810         (spam-log-processing-to-registry)
19811         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19812         where possible.
19813         (spam-check-gmane-xref, spam-check-regex-headers)
19814         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19815         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19816         (spam-check-bogofilter-headers, spam-check-spamoracle)
19817         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19818         (spam-check-crm114-headers): Use the spam-split-group that
19819         spam-split prepares, no need to determine it every time.
19820
19821         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19822         to the nnheader-parse-naked-head call.
19823
19824         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19825
19826         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19827         the nnheader-nov-read-message-id call.
19828
19829 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19830
19831         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19832         gnus-activate-group twice.  Suggested by Markus Peter
19833         <warp@spin.de>.
19834
19835 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19836
19837         * gnus-art.el (gnus-article-time-format): Exchange the order of
19838         day and month in the default value; fix customization type.
19839         (article-date-ut): Use add-text-properties.
19840         (article-make-date-line): Use message-make-date instead of
19841         current-time-string.
19842
19843         * message.el (message-fetch-field): Don't use set-text-properties.
19844         (message-make-date): Simplify.
19845
19846         * messagexmas.el (message-xmas-make-date): New function.
19847         (message-xmas-redefine): Defalias message-make-date to it.
19848
19849 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19850
19851         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19852         (rfc2047-encode-region): Treat text within parentheses as special;
19853         show the original text when error has occurred.
19854
19855         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19856         already-computed method to gnus-activate-group.
19857
19858         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19859         same select-methods identical Lisp objects.
19860
19861         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19862         object when modifying the info.
19863
19864 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19865
19866         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19867         gnus-opened-servers since it has never been opened with the new
19868         configuration yet.
19869
19870 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19871
19872         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19873         arg to nnheader-generate-fake-message-id.
19874
19875 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19876
19877         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19878         number and build a fake message ID localized to a group and
19879         article number (so it's repeatable from that point on).
19880         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19881         ID format.
19882
19883         * gnus-sum.el (gnus-get-newsgroup-headers):
19884         Call nnheader-generate-fake-message-id with the article number.
19885
19886 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19887
19888         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19889         end-of-buffer.
19890
19891 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19892
19893         * message.el (message-ignored-supersedes-headers): Add Approved.
19894
19895 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19896
19897         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19898         goto-char.
19899         (rfc2047-encode): Fold the line before encoding.
19900
19901 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19902
19903         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19904         folding -- not all headers can be folded, and this should be done
19905         by the message composition mode.  Probably.  I think.
19906
19907 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19908
19909         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19910         fast.
19911
19912         * gnus-ems.el (gnus-remove-image): Don't use
19913         message-text-with-property; remove only the image found first.
19914
19915         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19916         found first.
19917
19918 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19919
19920         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19921
19922 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19923
19924         * message.el (message-text-with-property): Make it fast and accept
19925         optional arguments.
19926         (message-strip-forbidden-properties): Use it.
19927         (message-fix-before-sending): Follow the m-t-w-p change.
19928
19929         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19930
19931 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19932
19933         * gnus-art.el (article-hide-headers): Don't change the buffer
19934         mistakenly when performing mml-preview even if
19935         gnus-single-article-buffer is nil.
19936
19937 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19938
19939         * message.el (message-expand-name-databases): New user option.
19940         (message-expand-name): Use it.
19941
19942 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19943
19944         * spam.el (spam-report-articles-resend)
19945         (spam-report-resend-register-routine): Allow ham reporting.
19946         (spam-report-resend-register-ham-routine): Add wrapper.
19947         (spam-registration-functions): Add ham resending functions.
19948         (spam-list-of-processors): Add ham resend processor.
19949
19950         * gnus.el (ham-resend-to): Add new group parameter.
19951         (spam-process): Add ham resend option.
19952
19953         * spam-report.el (spam-report-resend): Allow reporting ham.
19954         (spam-report-resend-ham): Add wrapper.
19955
19956 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19957
19958         * message.el (message-cite-articles-with-x-no-archive):
19959         New variable.
19960         (message-cite-original): Use it.
19961
19962 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19963
19964         * message.el (message-cite-original): Respect X-No-Archive.
19965
19966 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * gnus-art.el (article-hide-headers): Refer to the values for
19969         gnus-ignored-headers and gnus-visible-headers in the summary
19970         buffer since a user may have set them as group parameters.
19971
19972 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19973
19974         * assistant.el (assistant-node-name): Add convenience function.
19975         (assistant-render-text, assistant-render-node): Add error handling,
19976         plus handle multiple next nodes.
19977         (assistant-find-next-node): Comment out for now.
19978         (assistant-find-next-nodes): Add function, returns list of next
19979         nodes.
19980
19981 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19982
19983         * mail-source.el (mail-source-directory): Fix doc-string.
19984
19985 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19986
19987         * assistant.el (assistant-render-text, assistant-eval): Add :set
19988         widget type, which is different because it takes and returns a
19989         list.  Much hilarity ensues.
19990
19991 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19992
19993         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19994
19995         * gnus-group.el (gnus-group-get-new-news-this-group):
19996         Add doc-string.
19997
19998         * gnus-start.el (gnus-activate-group): Add doc-string.
19999
20000 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20001
20002         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20003
20004 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20005
20006         * assistant.el (assistant-render-text): Try to add a :set
20007         widget, more to come.
20008
20009         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20010         strings.
20011         (spam-report-articles-resend)
20012         (spam-register-routine): Do registration iff any articles warrant
20013         it.
20014         (spam-summary-prepare-exit): Change log message for nil group
20015         destinations.
20016
20017 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20018
20019         * spam.el (spam-report-resend-register-routine):
20020         Allow spam-report-resend-to to be a group parameter or a global value.
20021
20022 2004-05-26  Simon Josefsson  <jas@extundo.com>
20023
20024         * starttls.el: Merge with my GNUTLS based starttls.el.
20025         (starttls-gnutls-program, starttls-use-gnutls)
20026         (starttls-extra-arguments, starttls-process-connection-type)
20027         (starttls-connect, starttls-failure, starttls-success):
20028         New variables.
20029         (starttls-program, starttls-extra-args): Doc fix.
20030         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20031         New functions.
20032         (starttls-negotiate, starttls-open-stream):
20033         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20034         function if it is set.
20035
20036 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20037
20038         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20039         structured fields.
20040
20041 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20042
20043         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20044
20045 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20046
20047         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20048         Add variable.
20049         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20050         assigning the spam-mark to new messages.
20051
20052 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20053
20054         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20055
20056 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20057
20058         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20059
20060         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20061         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20062         default.
20063
20064 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20065
20066         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20067         correct data.
20068
20069 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20070
20071         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20072         (spam-group-processor-p): Fix function.
20073         (spam-group-processor-multiple-p)
20074         (spam-group-spam-processor-report-gmane-p)
20075         (spam-group-spam-processor-report-resend-p)
20076         (spam-group-spam-processor-bogofilter-p)
20077         (spam-group-spam-processor-blacklist-p)
20078         (spam-group-spam-processor-ifile-p)
20079         (spam-group-ham-processor-ifile-p)
20080         (spam-group-spam-processor-spamoracle-p)
20081         (spam-group-spam-processor-crm114-p)
20082         (spam-group-ham-processor-bogofilter-p)
20083         (spam-group-spam-processor-stat-p)
20084         (spam-group-ham-processor-stat-p)
20085         (spam-group-ham-processor-whitelist-p)
20086         (spam-group-ham-processor-BBDB-p)
20087         (spam-group-ham-processor-spamoracle-p)
20088         (spam-group-ham-processor-copy-p): Remove functions with some
20089         prejudice against unneeded code.
20090         (spam-report-articles-resend)
20091         (spam-report-resend-register-routine): Allow the group/topic
20092         spam-resend-to value to override spam-report-resend-to.
20093         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20094         properly now.
20095
20096         * gnus.el (spam-resend-to): Add group/topic parameter.
20097         (spam-process): Move the OBSOLETE processors to the end of the
20098         choices.
20099
20100 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20101
20102         * spam-report.el (spam-report-resend-to, spam-report-resend):
20103         Start with resend-to set to nil, and then ask the user if necessary.
20104         (spam-report-resend): spam-report-resend takes a list of articles, not
20105         separate article numbers.
20106
20107 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20108
20109         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20110         addition to emacs-w3m.
20111
20112 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20113
20114         * assistant.el (assistant-authinfo-data): New function.
20115         (assistant-eval): Eval for entire assistant.
20116
20117         * netrc.el (netrc-services-file): New variable.
20118         (netrc-parse-services): New function.
20119         (netrc-find-service-name): New function.
20120         (netrc-find-service-number): New function.
20121         (netrc-port-equal): New function.
20122         (netrc-machine): Use it.
20123
20124         * nnimap.el (nnimap-open-connection): Use netrc.
20125
20126         * gnus-util.el (gnus-netrc-get): Remove aliases.
20127
20128         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20129
20130         * assistant.el (wid-edit): Fix compilation.
20131
20132         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20133
20134 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20135
20136         * gnus-util.el (gnus-set-file-modes): New function.  (small
20137         patch).
20138
20139 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20140
20141         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20142
20143         * assistant.el (assistant-render-node): Fix up rendering and
20144         read-only text.
20145         (assistant-render-node): Reset.
20146         (assistant-make-read-only): Not sticky.
20147
20148 2004-05-20  Danny Siu  <dsiu@adobe.com>
20149
20150         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20151         centered even when gnus-auto-center-summary is t.
20152
20153 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20154
20155         * dns.el (dns-get-txt-answer): New function.
20156         (dns-read-txt): Ditto.
20157         (query-dns): Use it.
20158
20159 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20160
20161         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20162         active for foreign groups even if the group level is higher than
20163         the specified value.
20164
20165 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20166
20167         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20168         non-active groups.
20169
20170         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20171
20172 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20173
20174         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20175
20176 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20177
20178         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20179         (spam-crm114-header, spam-crm114-spam-switch)
20180         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20181         (spam-crm114-positive-spam-header)
20182         (spam-crm114-database-directory, spam-list-of-processors)
20183         (spam-group-spam-processor-crm114-p)
20184         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20185         (spam-generic-score, spam-list-of-checks)
20186         (spam-list-of-statistical-checks, spam-registration-functions)
20187         (spam-check-crm114-headers, spam-crm114-score)
20188         (spam-check-crm114, spam-crm114-register-with-crm114)
20189         (spam-crm114-register-spam-routine)
20190         (spam-crm114-unregister-spam-routine)
20191         (spam-crm114-register-ham-routine)
20192         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20193         From asjo@koldfront.dk (Adam Sjøgren).
20194
20195         * gnus.el: Add spam-use-crm114.
20196
20197         * spam.el (spam-list-of-processors, spam-registration-functions):
20198         Add spam-use-resend.
20199         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20200         (spam-report-articles-gmane): Add doc fix.
20201         (spam-report-articles-resend, spam-report-resend-register-routine):
20202         Add wrappers around spam-report-resend-to.
20203
20204         * spam-report.el (spam-report-resend-to, spam-report-resend):
20205         Add support for resending spam.
20206         (spam-report-gmane): Fix line length >80.
20207
20208         * gnus.el (spam-process): Add spam-use-resend.
20209
20210 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20211
20212         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20213         number of processed spam messages.
20214         (spam-ham-copy-or-move-routine): Return the number of processed
20215         ham messages.
20216         (spam-summary-prepare-exit): Use the above values to decide
20217         whether status messages shouled be displayed.
20218
20219 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20220
20221         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20222         `rfc2047-encoding-function-alist' in order to avoid conflicting
20223         with the old version.
20224         (rfc2047-encode-region): Concatenate words containing non-ASCII
20225         characters in structured fields; don't encode space-delimited
20226         ASCII words even in unstructured fields; don't break words at
20227         char-category boundaries.
20228         (rfc2047-encode-1): New function.
20229         (rfc2047-encode): Use it; encode text so that it occupies the
20230         maximum width within 76-column; work correctly on Q encoding for
20231         iso-2022-* charsets.
20232         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20233         sure not to break a line just after the header name.
20234         (rfc2047-b-encode-region): Remove.
20235         (rfc2047-b-encode-string): New function.
20236         (rfc2047-q-encode-region): Remove.
20237         (rfc2047-q-encode-string): New function.
20238
20239         * mm-util.el (mm-replace-in-string): New function.
20240
20241 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20242
20243         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20244         Really get it right.
20245         (gnus-inews-make-draft): Really.
20246
20247 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20248
20249         * nnmh.el (nnmh-request-list-1): Don't check the link count
20250         before descending.  (small patch)
20251
20252 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20253
20254         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20255         stuff.
20256
20257         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20258         Match on real group name.
20259
20260         * gnus-art.el (gnus-signature-limit): Doc fix.
20261
20262         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20263
20264         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20265
20266 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20267
20268         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20269         isn't a string.
20270
20271 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20272
20273         * gnus-draft.el (gnus-draft-send):
20274         Bind rfc2047-encode-encoded-words.
20275
20276         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20277         (rfc2047-encodable-p): Say that =? needs encoding.
20278         (rfc2047-encode-encoded-words): New variable.
20279
20280         * gnus-group.el (gnus-group-select-group): Doc fix.
20281
20282         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20283
20284         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20285         to nil.
20286
20287         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20288
20289         * nnheader.el (nnheader-get-lines-and-char): New function.
20290
20291 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20292
20293         * gnus-msg.el (gnus-summary-followup-with-original):
20294         Document yanking of region when active.
20295
20296 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20297
20298         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20299         groups if the group level is higher than the specified value.
20300
20301 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20302
20303         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20304         (gnus-group-jump-to-group): Add prefix argument using
20305         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20306         non-active group.
20307
20308         * compface.el (uncompface): Be verbose when changing
20309         `uncompface-use-external'.
20310
20311         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20312         handle manual section.
20313
20314 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20315
20316         * gnus-art.el (gnus-button-alist): Revert previous change.
20317
20318 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20319
20320         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20321
20322 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20323
20324         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20325         whether backend can accept message.
20326
20327         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20328
20329 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20330
20331         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20332         Avoid creating directory when nntp-marks-is-evil is true.
20333         Reported by Reiner Steib.
20334
20335 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20336
20337         * gnus-picon.el (gnus-picon-style): New variable.
20338         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20339         (gnus-picon-transform-address): Support `gnus-picon-style'.
20340         From Jesper Harder <harder@ifa.au.dk>.
20341
20342 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20343
20344         * message.el (message-fill-field): Return point.
20345         (message-generate-headers): Go to end of field.
20346
20347         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20348         stuff for non-living groups.
20349
20350 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20351
20352         * gnus-art.el (gnus-article-followup-with-original)
20353         (gnus-article-reply-with-original): gnus-mark-active-p ->
20354         gnus-region-active-p.
20355
20356 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20357
20358         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20359         only when there is spam or ham to be processed.
20360
20361 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20362
20363         * mail-source.el (mail-source-delete-crash-box): Refactor.
20364         (mail-source-fetch): Use it.
20365         (mail-source-fetch-file): Ditto.
20366         (mail-source-fetch-directory): Run postscript in loop.
20367         (mail-source-fetch-pop): Delete.
20368         (mail-source-fetch-maildir): Ditto.
20369         (mail-source-fetch-imap): Ditto.
20370
20371         * imap.el (imap-authenticators): Comment out sasl.
20372
20373         * message.el (message-skip-to-next-address): New function.
20374         (message-fill-header-address): Refactor.
20375         (message-fill-address): Use it.
20376         (message-delete-address): Use it.
20377         (message-fill-header-general): Refactor.
20378         (message-fill-field-address): Rename.
20379         (message-narrow-to-field): Find the start of the header.
20380         (message-header-format-alist): Don't pre-fill.
20381         (message-fill-header): Remove.
20382         (message-insert-header): New function.
20383         (message-shorten-references): Use it.
20384
20385         * rfc2047.el (rfc2047-field-value): Strip props.
20386
20387         * mail-parse.el (mail-header-make-address): New alias.
20388
20389         * ietf-drums.el (ietf-drums-make-address): New function.
20390
20391         * imap.el: Add compiler directives.
20392
20393         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20394
20395         * gnus-art.el (article-decode-idna-rhs): Don't use
20396         message-idna-inside-rhs-p.
20397
20398 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20399
20400         * message.el (message-idna-inside-rhs-p): Remove.
20401         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20402
20403         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20404         false positives.
20405
20406 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20407
20408         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20409
20410 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20411
20412         * nneething.el (nneething-file-name): Don't create spurious
20413         files.
20414
20415         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20416         (gnus-inews-do-gcc): Remove sleep.
20417
20418         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20419         part under point.
20420
20421         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20422         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20423
20424 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20425
20426         * spam.el (spam-summary-prepare-exit): Fix (length).
20427
20428 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20429
20430         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20431         as expired without moving it" message when there are spam
20432         messages left.
20433
20434 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20435
20436         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20437         header is not nil.
20438
20439 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20440
20441         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20442         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20443         (nntp-marks-changed-p): New arg SERVER.
20444         (nntp-request-update-info): Adjust caller.
20445
20446 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20447
20448         * nntp.el (nntp-save-marks): Pass missing arg.
20449
20450 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20451
20452         * nntp.el: Support marks.
20453         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20454         (nntp-marks-modtime, nntp-marks-directory): New variables.
20455         (nntp-request-set-mark, nntp-request-update-info)
20456         (nntp-possibly-create-directory, nntp-marks-changed-p)
20457         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20458         New functions.
20459
20460 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20461
20462         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20463         (gnus-xmas-redefine): Rename.
20464
20465         * gnus-score.el (gnus-score-insert-help):
20466         Use gnus-select-lowest-window.
20467
20468         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20469         appt-select-lowest-window and rename to gnus-select-lowest-window.
20470
20471         * gnus.el: do.
20472
20473 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20474
20475         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20476         encodings of MIME-encoded words, in order to improve
20477         interoperability with several broken MUAs.
20478
20479 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20480
20481         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20482         tags, only when charsets are not specified in headers.
20483         (mm-inline-text-html-render-with-w3m): Ditto.
20484
20485         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20486         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20487
20488 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20489
20490         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20491         instead of MIME-decoded from fields when checking
20492         `gnus-article-address-banner-alist'.
20493
20494 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20495
20496         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20497         description rather than subject.
20498
20499 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20500
20501         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20502
20503 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20504
20505         * gnus.el (gnus-version-number): Bump.
20506
20507 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20508
20509         * gnus.el: No Gnus v0.2 is released.
20510
20511 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20512
20513         * gnus-agent.el (gnus-agent-read-agentview):
20514         Inline gnus-uncompress-range.
20515
20516 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20517
20518         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20519         `exec-installed-p'.
20520
20521 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20522
20523         * gnus.el (spam-process, spam-autodetect-methods):
20524         Add bsfilter and bsfilter-headers.
20525
20526         * spam.el (spam-bsfilter): New customize group.
20527         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20528         (spam-bsfilter-header, spam-bsfilter-probability-header)
20529         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20530         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20531         (spam-bsfilter-database-directory): New options.
20532         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20533         (spam-list-of-statistical-checks, spam-registration-functions):
20534         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20535         (spam-bsfilter-score): New command.
20536         (spam-check-bsfilter-headers, spam-check-bsfilter)
20537         (spam-bsfilter-register-with-bsfilter)
20538         (spam-bsfilter-register-spam-routine)
20539         (spam-bsfilter-unregister-spam-routine)
20540         (spam-bsfilter-register-ham-routine)
20541         (spam-bsfilter-unregister-ham-routine): New functions.
20542         (spam-generic-score): Support bsfilter; Accept an optional argument
20543         to recalcurate spam score even if scoring header has already been
20544         added.
20545         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20546         optional argument to recalcurate spam score even if scoring header
20547         has already been added.
20548
20549 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20550
20551         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20552         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20553         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20554         link is missing.
20555
20556 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20557
20558         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20559         (html2text-get-attr): Rewrite.
20560
20561         * message.el (message-setup-1): Remove redundant put-text-property
20562         on mail-header-separator.
20563
20564 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20565
20566         * gnus-registry.el (gnus-registry-cache-whitespace)
20567         (gnus-registry-action, gnus-registry-spool-action)
20568         (gnus-registry-split-fancy-with-parent): Change message levels
20569         from 5 to 3 or 7, as needed.
20570
20571         * spam.el (spam-summary-prepare-exit)
20572         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20573         (spam-split, spam-find-spam, spam-log-undo-registration)
20574         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20575         level from 5 to 6.
20576
20577 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20578
20579         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20580         2004-03-04 change).
20581
20582 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20583
20584         * sieve-manage.el (sieve-manage-open):
20585         * nnweb.el (nnweb-insert-html):
20586         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20587         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20588         * nnspool.el (nnspool-request-group):
20589         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20590         * nnml.el (nnml-request-update-info):
20591         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20592         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20593         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20594         (nnimap-request-set-mark):
20595         * nnfolder.el (nnfolder-request-update-info):
20596         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20597         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20598         * gnus-uu.el (gnus-uu-find-articles-matching):
20599         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20600         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20601         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20602         * gnus-nocem.el (gnus-nocem-scan-groups):
20603         * gnus-int.el (gnus-start-news-server):
20604         * gnus-group.el (gnus-group-make-kiboze-group)
20605         (gnus-group-browse-foreign-server):
20606         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20607         Use mapc when appropriate.
20608
20609 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20610
20611         FIXME: Make separate entries for each person.
20612
20613         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20614         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20615         <shields@msrl.com>:
20616
20617         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20618         may need for spam sorting and scoring.
20619         (spam-user-format-function-S): Add user format function suitable for
20620         general use.
20621         (spam-article-sort-by-spam-status): Add sorting function for summary
20622         sorting.
20623         (spam-extra-header-to-number): Add function to get a score from a
20624         header.
20625         (spam-summary-score): Add function to get a numeric score from the
20626         headers.
20627         (spam-generic-score): Fix function doc, was in wrong place.
20628         (spam-initialize): Take symbols when it's run, and install the
20629         extra headers that spam-necessary-extra-headers thinks we need.
20630
20631 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20632
20633         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20634         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20635
20636 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20637
20638         * gnus-sum.el (gnus-set-global-variables)
20639         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20640         (gnus-article-get-xrefs, gnus-summary-best-group)
20641         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20642         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20643         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20644         Use with-current-buffer.
20645
20646 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20647
20648         * spam.el (spam-summary-prepare-exit): Simplify logic.
20649         (spam-fetch-article-header): Read the article header if it's not
20650         available.
20651         (spam-list-articles): Simplify logic.
20652         (spam-filelist-register-routine): Fix bug with unregister-list.
20653
20654         * gnus-registry.el: Fix comments at beginning.
20655
20656 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20657
20658         * message.el (message-cater-to-broken-inn): Remove.
20659         (message-shorten-references): Make sure the total folded length of
20660         References is shorter than 998 characters to cater to a bug in INN
20661         2.3.  Also, don't pretend that references aren't folded -- this
20662         hasn't worked for a while.
20663
20664 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20665
20666         * gnus-agent.el (gnus-agentize):
20667         gnus-agent-send-mail-real-function no longer set to current value
20668         of message-send-mail-function but rather a lambda that calls
20669         message-send-mail-function.  The change makes the agent real-time
20670         responsive to user changes to message-send-mail-function.
20671
20672 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20673
20674         * legacy-gnus-agent.el
20675         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20676         help from Florian Weimer <fw@deneb.enyo.de>
20677
20678 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20679
20680         * nnmail.el (nnmail-cache-insert): Revert last change.
20681
20682 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20683
20684         * nnmail.el (nnmail-cache-insert): Always check whether
20685         nnmail-cache-ignore-groups matches a group name.
20686
20687 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20688
20689         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20690         (spam-find-spam, spam-log-processing-to-registry)
20691         (spam-log-registered-p, spam-log-unregistration-needed-p)
20692         (spam-log-undo-registration): Use gnus-message instead of
20693         gnus-error, none of these errors are fatal.
20694
20695         * gnus-registry.el (gnus-registry-clean-empty-function)
20696         (gnus-registry-clean-empty): Remove only empty entries without
20697         extra data.
20698
20699 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20700
20701         * spam-stat.el (spam-stat-buffer-change-to-spam)
20702         (spam-stat-buffer-change-to-non-spam): Change (error) to
20703         (gnus-message 8) invocation.
20704
20705 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20706
20707         * nntp.el (nntp-via-netcat-command): New variable.
20708         (nntp-via-netcat-switches): New variable.
20709         (nntp-open-via-rlogin-and-netcat): New function.
20710         (nntp-open-connection-function): Doc fix.
20711         (nntp-telnet-command): Doc fix.
20712         (nntp-end-of-line): Doc fix.
20713         (nntp-via-rlogin-command): Doc fix.
20714         (nntp-via-user-name): Doc fix.
20715         (nntp-via-address): Doc fix.
20716
20717 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20718
20719         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20720         error in Emacs 21.1.
20721
20722 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20723
20724         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20725
20726 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20727
20728         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20729         (gnus-agent-with-refreshed-group): New macro.
20730         (gnus-agent-rename-group): New function.
20731         (gnus-agent-delete-group): New function.
20732         (gnus-agent-save-group-info): Use gnus-command-method when
20733         `method' parameter is nil.  Don't write nil entries into the
20734         active file.
20735         (gnus-agent-get-group-info): New function.
20736         (gnus-agent-fetch-articles):
20737         Use gnus-agent-update-files-total-fetched-for to increment disk space
20738         used.
20739         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20740         Use gnus-agent-update-view-total-fetched-for to increment disk space
20741         used.
20742         (gnus-agent-get-local): Add optional parameters to avoid calling
20743         gnus-group-real-name and gnus-find-method-for-group.
20744         (gnus-agent-set-local): Delete stored entry if either min, or max,
20745         are nil.
20746         (gnus-agent-fetch-session): Reworded error/quit messages.
20747         On quit, use gnus-agent-regenerate-group to record existance of any
20748         articles fetched to disk before the quit occurred.
20749         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20750         gnus-agent-update-view-total-fetched-for, and
20751         gnus-agent-update-files-total-fetched-for to decrement disk space
20752         used.
20753         (gnus-agent-retrieve-headers):
20754         Use gnus-agent-update-view-total-fetched-for to increment disk space
20755         used.
20756         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20757         with gnus-agent-update-files-total-fetched-for to decrement disk
20758         space and fresh group buffer.
20759         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20760         (gnus-agent-need-update-total-fetched-for): New variable.
20761         (gnus-agent-update-files-total-fetched-for): New function.
20762         (gnus-agent-update-view-total-fetched-for): New function.
20763         (gnus-agent-total-fetched-for): New function.
20764
20765         * gnus-cache.el (gnus-cache-save-buffers):
20766         Use gnus-cache-update-overview-total-fetched-for to change disk space
20767         used by this group.
20768         (gnus-cache-possibly-enter-article):
20769         Use gnus-cache-update-file-total-fetched-for to increment disk space
20770         used by this group.
20771         (gnus-cache-possibly-remove-article):
20772         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20773         used by this group.
20774         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20775         (gnus-cache-rename-group): New function.
20776         (gnus-cache-delete-group): New function.
20777         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20778         (gnus-cache-need-update-total-fetched-for): New variable.
20779         (gnus-cache-with-refreshed-group): New macro.
20780         (gnus-cache-update-file-total-fetched-for): New function.
20781         (gnus-cache-update-overview-total-fetched-for): New function.
20782         (gnus-cache-rename-group-total-fetched-for): New function.
20783         (gnus-cache-delete-group-total-fetched-for): New function.
20784         (gnus-cache-total-fetched-for): New function.
20785
20786         * gnus-group.el: Require gnus-sum and autoload functions to
20787         resolve warnings when gnus-group.el compiled alone.
20788         (gnus-group-line-format): Documented new %F.
20789         (size of Fetched data) group line format; identifies disk space
20790         used by agent and cache.
20791         (gnus-group-line-format-alist): Defined new F format.
20792         (gnus-total-fetched-for): New function.
20793         (gnus-group-delete-group): No longer update
20794         gnus-cache-active-altered as gnus-request-delete-group now keeps
20795         the cache in sync.
20796         (gnus-group-list-active): Let the agent store a server's active
20797         list if currently plugged.
20798
20799         * gnus-int.el (gnus-request-delete-group):
20800         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20801         local disk in sync with the server.
20802         (gnus-request-rename-group):
20803         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20804         local disk in sync with the server.
20805
20806         * gnus-start.el (gnus-get-unread-articles):
20807         Cosmetic simplification to logic.
20808
20809         * gnus-util.el (gnus-rename-file): New function.
20810
20811 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20812
20813         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20814
20815 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20816
20817         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20818         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20819
20820 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20821
20822         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20823         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20824
20825 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20826
20827         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20828
20829 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20830
20831         * spam.el (spam-set-difference): Add function to replace
20832         gnus-set-difference in spam.el.
20833         (spam-summary-prepare-exit): Use spam-set-difference.
20834
20835 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20836
20837         * gnus-registry.el (gnus-registry-cache-file): Update to use
20838         gnus-dribble-directory OR gnus-home-directory OR ~.
20839         (gnus-registry-split-fancy-with-parent): Fix doc.
20840
20841 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20842
20843         * message.el (message-exchange-point-and-mark):
20844         Use message-mark-active-p.  Suggested by Jesper Harder
20845         <harder@ifa.au.dk>.
20846
20847 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20848
20849         * message.el (message-exchange-point-and-mark): Don't activate
20850         region if it was inactive.  Suggested by Hiroshi Fujishima
20851         <pooh@nature.tsukuba.ac.jp>.
20852
20853 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20854
20855         * gnus-art.el (article-display-face): Display Faces in the same
20856         order as X-Faces.
20857
20858 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20861
20862 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20863
20864         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20865         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20866         (gnus-article-mime-hierarchy): Remove.
20867         (gnus-article-mime-hierarchy-next): Remove.
20868         (gnus-article-mode): Revert 2004-03-19 change.
20869         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20870         (gnus-insert-mime-button): Revert 2004-03-19 change.
20871         (gnus-mime-accumulate-hierarchy): Remove.
20872         (gnus-mime-enter-multipart): Remove.
20873         (gnus-mime-leave-multipart): Remove.
20874         (gnus-mime-display-part): Revert 2004-03-19 change.
20875         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20876
20877         * mml.el (mml-preview): Revert 2004-03-19 change.
20878
20879 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20880
20881         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20882
20883 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20884
20885         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20886         t while entering a file name using the mm-with-multibyte macro.
20887         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20888
20889         * mm-util.el (mm-with-multibyte): New macro.
20890
20891 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20892
20893         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20894         New user option.
20895         (gnus-mime-multipart-functions): Doc and customization fix.
20896         (gnus-article-mime-hierarchy): New variable.
20897         (gnus-article-mime-hierarchy-next): New variable.
20898         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20899         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20900         gnus-article-mime-hierarchy-next to nil.
20901         (gnus-insert-mime-button): Show hierarchy numbers.
20902         (gnus-mime-accumulate-hierarchy): New function.
20903         (gnus-mime-enter-multipart): New function.
20904         (gnus-mime-leave-multipart): New function.
20905         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20906         (gnus-mime-display-alternative): Show hierarchy numbers.
20907
20908         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20909         gnus-article-mime-hierarchy-next to nil.
20910
20911 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20912
20913         * dns.el: Don't require gnus-xmas.
20914
20915 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20916
20917         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20918         inline PGP.
20919         (mml-menu): Disable mml-quote-region if mark is inactive.
20920
20921 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20922
20923         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20924         when the group's active is not available.
20925
20926 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20927
20928         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20929         error.
20930
20931 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20932
20933         * imap.el (imap-store-password): New variable.
20934         (imap-interactive-login): Use it.
20935         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20936
20937 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20938
20939         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20940         window-start and hscroll to summary window.
20941
20942 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20943
20944         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20945         conversion message to newsrc-dribble when an actual conversion is
20946         performed.
20947
20948 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20949
20950         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20951
20952 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20953
20954         * mm-decode.el (mm-complicated-handles): New function reviving
20955         former definition of mm-multiple-handles.
20956
20957         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20958         (gnus-mime-delete-part): Use it.
20959
20960 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20961
20962         * gnus-agent.el (gnus-agent-read-local):
20963         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20964         avoid the implicit assumption that they will always be equal.
20965         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20966         coding-system-for-write, as the with-temp-file macro first prints
20967         to a buffer then saves the buffer.
20968
20969 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20970
20971         * gnus-art.el (gnus-article-edit-part): New function.
20972         (gnus-mime-save-part-and-strip): Use it; do query instead of
20973         signaling an error; don't use mm-multiple-handles.
20974         (gnus-mime-delete-part): Ditto.
20975
20976 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20977
20978         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20979         old file versions.
20980         (gnus-group-prepare-hook): Remove function that converted list
20981         form of gnus-agent-expire-days to group properties.
20982
20983         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20984         (gnus-request-accept-article): Re-indented.
20985
20986         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20987         converters to handle old agent file formats.  Add logic for a
20988         "backup before upgrading warning".
20989         (gnus-convert-mark-converter-prompt): Developers can mark
20990         functions as needing (default), or not needing,
20991         gnus-convert-old-newsrc's "backup before upgrading warning".
20992         (gnus-convert-converter-needs-prompt): Tests whether the user
20993         should be protected from potentially irreversable changes by the
20994         function.
20995
20996         * legacy-gnus-agent.el: New.  Provides converters that are only
20997         loaded when gnus-convert-old-newsrc needs to call them.
20998
20999 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21000
21001         * mail-source.el (mail-source-touch-pop): Doc fix.
21002
21003         * message.el (message-smtpmail-send-it): Doc fix.
21004
21005 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21006
21007         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21008
21009         * nnmail.el (nnmail-split-fancy): do.
21010
21011         * gnus-kill.el (gnus-kill, gnus-execute): do.
21012
21013 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21014
21015         * gnus-sum.el (gnus-widget-reversible-match)
21016         (gnus-widget-reversible-to-internal)
21017         (gnus-widget-reversible-to-external): New functions.
21018         (gnus-widget-reversible): New widget.
21019         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21020
21021 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21022
21023         * gnus-sum.el (gnus-thread-sort-functions)
21024         (gnus-article-sort-functions): Document `(not F)' items.
21025
21026 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21027
21028         * spam.el (spam-use-gmane-xref): Add new backend.
21029         (spam-gmane-xref-spam-group): Add variable to control the name of the
21030         Gmane spam group.
21031         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21032         (spam-regex-headers-spam, spam-regex-headers-ham)
21033         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21034         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21035         backends and checks.
21036         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21037
21038         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21039         an autodetect method.
21040
21041 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21042
21043         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21044         articles are being added to a group.
21045         (gnus-request-replace-article): Inform the agent that articles
21046         need to be uncached as the cached contents are no longer valid.
21047
21048 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21049
21050         * binhex.el: Don't autoload executable-find.
21051
21052         * canlock.el: Don't autoload mail-fetch-field.
21053
21054         * dgnushack.el: Autoload c-mode for XEmacs.
21055
21056         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21057
21058         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21059         rmail-dont-reply-to and rmail-output.
21060
21061         * gnus-score.el: Don't autoload ffap-string-at-point.
21062
21063         * gnus-setup.el: Don't autoload sc-cite-original.
21064
21065         * imap.el: Don't autoload base64-decode-string,
21066         base64-encode-string and md5.
21067
21068         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21069         and rmail-msg-restore-non-pruned-header.
21070
21071         * mm-decode.el: Don't autoload executable-find.
21072
21073         * mm-url.el: Don't autoload executable-find.
21074
21075         * mm-view.el: Don't autoload diff-mode.
21076
21077         * nndb.el: Don't autoload news-reply-mode, news-setup,
21078         cancel-timer and telnet.
21079
21080         * password.el: Don't autoload run-at-time for Emacs.
21081
21082         * sha1-el.el: Don't autoload executable-find.
21083
21084         * sieve-mode.el: Don't autoload c-mode.
21085
21086         * uudecode.el: Don't autoload executable-find.
21087
21088 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21089
21090         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21091         (gnus-agent-possibly-alter-active): Avoid null in numeric
21092         comparison.
21093         (gnus-agent-set-local): Refuse to save null in local object table.
21094         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21095         list of articles that will be marked as unread.
21096
21097 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21098
21099         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21100
21101 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21102
21103         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21104         language tags.
21105
21106 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21107
21108         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21109         Don't bind "obarray".
21110
21111         * gnus-sum.el (gnus-thread-sort-functions):
21112         Add `gnus-thread-sort-by-most-recent-number' and
21113         `gnus-thread-sort-by-most-recent-date'.
21114         Reported by Kai Grossjohann <kai@emptydomain.de>.
21115
21116 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21117
21118         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21119
21120 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21121
21122         * gnus-cus.el (gnus-agent-customize-category):
21123         Remove ignore-errors macro reference that required cl to be loaded at
21124         run-time.
21125
21126         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21127         single-interval range of the form (min . max).  Previously the
21128         range had to look like ((min . max)).  Likewise, return
21129         (min . max) rather than ((min . max)).
21130         (gnus-range-map): Use gnus-range-normalize to accept
21131         single-interval range.
21132
21133         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21134         the cache, but not the agent, now appear with their usual face.
21135
21136         * dgnushack.el (loaddir): New variable that is bound to the
21137         directory containing the dgnushack.el file. Use loaddir, rather
21138         than srcdir, to update load-path. Change lets dgnushack compile
21139         code in directories other than GNUS/lisp.
21140
21141 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21142
21143         * lpath.el: Don't bind w3m-safe-url-regexp.
21144
21145         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21146         w3m-safe-url-regexp variable buffer-local.
21147
21148         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21149
21150 2004-02-27  Simon Josefsson  <jas@extundo.com>
21151
21152         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21153         gnus-group-real-prefix.
21154         (gnus-summary-move-article): Use it, instead of
21155         gnus-group-real-prefix.
21156
21157 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21158
21159         * lpath.el: Bind w3m-safe-url-regexp.
21160
21161         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21162         w3m-safe-url-regexp variable buffer-local and set it as the value
21163         of mm-w3m-safe-url-regexp.
21164
21165         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21166
21167         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21168         parsing gnus-posting-styles when the message is not for replying.
21169
21170         * dgnushack.el: Autoload sgml-mode for XEmacs.
21171
21172         * nnrss.el (nnrss-opml-export):
21173         Use mm-set-buffer-file-coding-system instead of
21174         set-buffer-file-coding-system.
21175
21176 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21177
21178         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21179         of checkdoc.el).
21180         * nnrss.el: do.
21181         * gnus-mlspl.el: do.
21182         * gnus-ml.el: do.
21183         * gnus-srvr.el: do.
21184
21185         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21186
21187 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21188
21189         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21190         Corrections to custom-manual links.
21191
21192         * gnus-art.el (gnus-article): Ditto.
21193
21194         * mm-decode.el (mime-display, mime-security): Ditto.
21195
21196 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21197
21198         * flow-fill.el: Typo.
21199
21200 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21201
21202         * spam-wash.el: New file.
21203
21204 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21205
21206         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21207
21208 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21209
21210         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21211         to be run with new-articles as LIST1, not LIST2.
21212         (spam-registration-functions): Add spam-use-ham-copy as a nil
21213         registration backend.
21214
21215 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21216
21217         * spam-stat.el (spam-stat-washing-hook): New option.
21218         (spam-stat-buffer-words): Use it.
21219         (spam-stat-process-directory, spam-stat-test-directory):
21220         Use insert-file-contents-literally.
21221         (spam-stat-coding-system): New variable.
21222         (spam-stat-load, spam-stat-save): Use it.
21223
21224 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21225
21226         * spam-report.el (spam-report-plug-agent):
21227         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21228
21229 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21230
21231         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21232         Allow / in mailto URLs.
21233
21234 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21235
21236         * spam-report.el (spam-report-process-queue): Fix interactive use.
21237         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21238         (spam-report-unplug-agent): Doc fixes.
21239         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21240         (spam-report-agentize, spam-report-deagentize): Autoload.
21241
21242 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21243
21244         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21245
21246         * message.el (message-setup-fill-variables): Add mml tags to
21247         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21248         <ajk@iu.edu>.
21249         (message-mode): Don't modify paragraph-separate there.
21250
21251 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21252
21253         * compface.el (uncompface-use-external): Default to undecided.
21254         (uncompface-use-external-threshold): New variable.
21255         (uncompface-float-time): New macro.
21256         (uncompface): Determine whether to use the external decoder if
21257         uncompface-use-external is undecided.
21258
21259 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21260
21261         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21262         after images.
21263
21264         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21265
21266 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21267
21268         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21269
21270         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21271
21272         * gnus-sum.el (gnus-summary-limit-to-age)
21273         (gnus-summary-limit-children): do.
21274
21275         * gnus-int.el (gnus-request-scan): do.
21276
21277         * gnus-group.el (gnus-group-suspend): do.
21278
21279         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21280
21281         * gnus-cite.el (gnus-cite-parse-attributions): do.
21282
21283         * gnus-agent.el (gnus-summary-set-agent-mark)
21284         (gnus-agent-regenerate-group): do.
21285
21286         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21287
21288         * binhex.el (binhex-decode-region-internal): do.
21289
21290 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21291
21292         * gnus-fun.el (gnus-face-properties-alist): New user option.
21293         (gnus-display-x-face-in-from): Use it.
21294
21295         * gnus-art.el (article-display-face): Ditto.
21296
21297         * compface.el (uncompface-use-external): Default to nil.
21298
21299 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21300
21301         * nntp.el (nntp-erase-buffer): New function.
21302         (nntp-retrieve-data, nntp-send-command)
21303         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21304         (nntp-possibly-change-group): Use it.
21305
21306         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21307         Use with-current-buffer.
21308
21309 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21310
21311         * compface.el: Merge the ELisp-based uncompface program.
21312         (compface): New customization group.
21313         (uncompface-use-external): New user option.
21314         (uncompface): Call uncompface-internal if uncompface-use-external
21315         is nil.
21316         (uncompface-internal): New function.  Note that there are also
21317         some other functions and variables added for this function.
21318
21319 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21320
21321         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21322         if necessary.
21323
21324 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21325
21326         * spam-report.el (spam-report-unplug-agent)
21327         (spam-report-plug-agent, spam-report-deagentize)
21328         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21329         Add support for the Agent in spam-report: when unplugged, report to a
21330         file; when plugged, submit all the requests.
21331
21332         * spam.el (spam-register-routine): Fix message about
21333         registration.
21334
21335 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21336
21337         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21338         dependencies.
21339         (rfc2047-encode): Use it.
21340
21341         * gnus-art.el (gnus-button-marker-list): Move before first
21342         reference.
21343
21344         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21345         (imap-parse-body): Fix format string mismatch.
21346
21347         * gnus-score.el (gnus-summary-increase-score): do.
21348
21349         * nnrss.el (nnrss-close): New function.
21350
21351 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21352
21353         * nnrss.el (nnrss-make-filename): New function.
21354         (nnrss-request-delete-group, nnrss-read-server-data)
21355         (nnrss-save-server-data, nnrss-read-group-data)
21356         (nnrss-save-group-data): Use it.
21357         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21358         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21359         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21360
21361 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21362
21363         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21364
21365 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21366
21367         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21368         files.
21369
21370         * message.el (message-generate-headers-first): Don't quote nil
21371         and t in docstrings.
21372
21373         * imap.el (imap-id): do.
21374
21375         * gnus-agent.el (gnus-agent-consider-all-articles)
21376         (gnus-agent-queue-mail): do.
21377
21378 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21379
21380         * spam-report.el (spam-report-process-queue): New function.
21381         Process requests from `spam-report-requests-file'.
21382         (spam-report-process-queue): Doc fix.
21383
21384 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21385
21386         * spam.el (spam-register-routine)
21387         (spam-log-processing-to-registry, spam-log-registered-p)
21388         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21389         Change "check" to "spam-check" for semi-clarity.
21390
21391 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21392
21393         * pop3.el: Require nnheader.
21394
21395         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21396
21397         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21398
21399         * gnus-picon.el: Require cl.
21400
21401         * gnus-fun.el: Require gnus-ems and gnus-util.
21402
21403         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21404
21405         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21406
21407         * gnus-art.el (gnus-article-edit-mode): Define before first
21408         reference.
21409
21410 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21411
21412         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21413         (gnus-uu-post-encoded): Use point-at-bol.
21414
21415         * gnus-topic.el (gnus-group-active-topic-p): do.
21416
21417         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21418
21419         * gnus-group.el (gnus-group-kill-region): do.
21420
21421         * gnus-art.el (article-date-ut): do.
21422
21423         * message.el (message-fetch-field): Remove redundant
21424         case-fold-search binding.
21425         (message-narrow-to-field): Simplify.
21426
21427 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21428
21429         * spam.el (spam-directory): Derive from `gnus-directory'.
21430
21431         * spam-report.el (spam-report-url-to-file)
21432         (spam-report-requests-file): New function and variable for offline
21433         reporting.
21434         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21435         and user defined function.
21436         (spam-report-url-ping-mm-url): Remove doubled slash.
21437
21438 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21439
21440         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21441
21442 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21443
21444         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21445         Fix format string mismatch.
21446
21447         * sieve.el (sieve-deactivate-all): do.
21448
21449         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21450
21451         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21452
21453         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21454
21455         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21456
21457 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21458
21459         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21460         the list of checks.
21461
21462 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21463
21464         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21465         padding.
21466
21467 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21468
21469         * mm-view.el (mm-fill-flowed): New variable.
21470         (mm-inline-text): Use it.
21471
21472 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21473
21474         * spam.el (spam-spamassassin-register-ham-routine)
21475         (spam-spamassassin-register-spam-routine): Fix function names.
21476
21477 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21478
21479         * gnus.el (gnus-tmp-grouplens): Remove.
21480         (gnus-summary-line-format): Remove grouplens.
21481
21482         * gnus-group.el (gnus-group-line-format): Ditto.
21483
21484         * gnus-spec.el (gnus-format-specs): Ditto.
21485         (gnus-update-format-specifications): Flush the group format spec
21486         cache if there's the grouplens stuff.
21487         (gnus-parse-simple-format): Replace %l with the empty string.
21488
21489 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21490
21491         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21492         omission.
21493
21494 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21495
21496         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21497         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21498
21499 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21500
21501         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21502         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21503         New macros and functions.
21504         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21505         Handle > NLINK_MAX messages.
21506         * nnmaildir.el (nnmaildir-request-set-mark):
21507         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21508
21509 2004-01-25  Alex Schroeder  <alex@gnu.org>
21510
21511         * spam-stat.el (spam-stat-process-directory-age): New option.
21512         (spam-stat-process-directory): Use it.
21513
21514 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21515
21516         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21517         (spam-stat-save): Accept prefix argument.
21518
21519 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21520
21521         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21522         links" error.
21523
21524 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21525
21526         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21527         the rest of the and/or forms.
21528
21529 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21530
21531         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21532         compatibility with old .newsrc.eld files.
21533
21534         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21535
21536         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21537
21538         * gnus-start.el (gnus-1): do.
21539
21540         * gnus-group.el (gnus-group-line-format-alist): do.
21541
21542         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21543
21544         * gnus-gl.el: Remove.
21545
21546 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21547
21548         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21549         marks consisting of a single range {for example, (3 . 5)} rather
21550         than a list of a single range { ((3 . 5)) }.
21551
21552 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21553
21554         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21555         Use with-current-buffer.
21556         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21557         avoid consing a string.
21558
21559         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21560         Remove obsolete entries for big5 and gb2312.
21561
21562 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21563
21564         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21565         uncompressed list.
21566
21567 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21568
21569         * spam-stat.el (spam-stat-strip-xref): New function.
21570         (spam-stat-process-directory): Use it.
21571
21572         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21573         here -- it's done in message-fetch-field.
21574
21575 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21576
21577         * gnus-agent.el (gnus-agent-queue-mail)
21578         (gnus-agent-prompt-send-queue): New variables.
21579         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21580         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21581         "nndraft:queue" along to gnus-draft-send.
21582         Use gnus-agent-prompt-send-queue.
21583         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21584         is "nndraft:queue".  Suggested by Gaute Strokkenes
21585         <gs234@srcf.ucam.org>
21586
21587         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21588         (agent-enable-undownloaded-faces): Add.
21589         (gnus-agent-cat-groups): Use eval-and-compile, not
21590         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21591         method of gnus-agent-cat-groups even when the buffer has been
21592         evaled.
21593         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21594         delete gnus-agent-save-active-1.
21595         (gnus-agent-save-groups): Delete.  Identical to
21596         gnus-agent-save-active.
21597         (gnus-agent-write-active): No longer adjust agent's copy of active
21598         file as agent's adjustments are now stored in their own
21599         file.  Remove optional parameter.
21600         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21601         servers.  Add use of min/max range limits from server's local
21602         file.
21603         (gnus-agent-save-alist): Remove unused optional argument.
21604         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21605         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21606         (gnus-agent-set-local): A per-server file that keeps min/max range
21607         limits for articles known to the agent.  Provides a fast mechanism
21608         for altering many active ranges.
21609         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21610         active file (local makes it unnecessary).
21611         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21612
21613         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21614         (agent-enable-undownloaded-faces): Add.
21615
21616         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21617         disable it when sending to "nndraft:queue".
21618         (gnus-group-send-queue): Add safety check to avoid sending queue
21619         when unplugged.
21620
21621         * gnus-group.el (gnus-group-catchup): Use new
21622         gnus-sequence-of-unread-articles, not
21623         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21624         numbers of articles.  Use gnus-range-map to avoid having to
21625         uncompress the unread list.
21626         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21627         Fix invalid ange-ftp reference.
21628
21629         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21630         (gnus-sorted-range-intersection): Intersection of two ranges
21631         without requiring that they first be uncompressed.
21632
21633         * gnus-start.el (gnus-activate-group): Unless blocked by the
21634         caller, possibly expand the active range to include both cached
21635         and agentized articles.
21636         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21637         multiple version-dependent converters.
21638         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21639         gnus-agent-save-active.
21640         (gnus-save-newsrc-file): Save dirty agent range limits.
21641
21642         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21643         gnus-agent-possibly-alter-active.
21644         (gnus-adjust-marked-articles): Faster handling of simple lists.
21645
21646 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21647
21648         * spam-stat.el (spam-stat-test-directory): New optional argument
21649         displays a list of files detected.  Suggested by Andrew Cohen
21650         <cohen@andy.bu.edu>.
21651         (spam-stat-buffer-words-with-scores): Don't narrow and change
21652         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21653
21654 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21655
21656         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21657         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21658         (spam-spamassassin-arguments)
21659         (spam-spamassassin-spam-flag-header)
21660         (spam-spamassassin-positive-spam-flag-header)
21661         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21662         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21663         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21664         (spam-list-of-processors, spam-list-of-checks)
21665         (spam-list-of-statistical-checks, spam-registration-functions)
21666         (spam-check-spamassassin-headers, spam-check-spamassassin)
21667         (spam-spamassassin-score)
21668         (spam-spamassassin-register-with-sa-learn)
21669         (spam-spamassassin-register-spam-routine)
21670         (spam-spamassassin-register-ham-routine)
21671         (spam-assassin-register-spam-routine)
21672         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21673         (spam-bogofilter-score): Fix to show article before scoring.
21674
21675 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21676
21677         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21678         default scoring function.
21679         (spam-generic-score): Call spam-spamassassin-score if
21680         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21681         spam-bogofilter-score otherwise.
21682
21683         * gnus.el (spam-process, spam-autodetect-methods):
21684         Add spamassassin and spamassassin-headers.
21685
21686 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21687
21688         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21689         Suppress unnecessary messages.
21690
21691 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21692
21693         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21694         make-hash-table.
21695
21696 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21697
21698         * canlock.el (base64-encode-string): Don't autoload it.
21699
21700 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21701
21702         * run-at-time.el: Remove useless (require 'itimer),
21703         eval-and-compile and (featurep 'xemacs).
21704
21705 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21706
21707         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21708         GROUP is a virtual group.
21709
21710 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21711
21712         * gnus.el: Autoload `message-y-or-n-p'.
21713
21714 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21715
21716         * pgg-parse.el: Remove unnecessary (require 'custom).
21717
21718         * pgg-def.el: do.
21719
21720         * nnmail.el: do.
21721
21722         * gnus-undo.el: do.
21723
21724         * gnus-picon.el: do.
21725
21726         * gnus-util.el: do.
21727
21728 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21729
21730         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21731
21732 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21733
21734         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21735         handle, as well as a list.
21736
21737         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21738         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21739         (mm-w3m-cid-retrieve): Simplify.
21740
21741 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21742
21743         * message.el (message-kill-to-signature): Allow prefix arg to
21744         specify number of lines to keep before signature.
21745
21746 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21747
21748         * message.el (message-kill-to-signature): Change docstring.
21749
21750 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21751
21752         * canlock.el: Always require sha1-el.
21753         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21754
21755         * message.el: Autoload sha1 only when compiling.
21756
21757         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21758         eudc-expand-inline for XEmacs.
21759
21760 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21761
21762         * message.el (message-canlock-generate): Require sha1-el.
21763
21764 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21765
21766         * message.el (message-expand-name): Silence the byte compiler.
21767
21768         * lpath.el: Add detect-coding-system.
21769
21770         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21771         cus-edit.
21772
21773 2004-01-13  Simon Josefsson  <jas@extundo.com>
21774
21775         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21776         Invoke gnus-score-mode.
21777         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21778
21779         * gnus-range.el (gnus-compress-sequence): Doc fix.
21780         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21781
21782 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21783
21784         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21785
21786 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21787
21788         * spam.el (spam-get-article-as-string): Update to use
21789         gnus-request-article-this-buffer, much simpler.
21790         (spam-get-article-as-buffer): Remove.
21791
21792 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21793
21794         * message.el (message-expand-name): Use EUDC if the user uses that.
21795
21796 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21797
21798         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21799         character for the encoding to avoid consing a string.
21800
21801         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21802         unnecessarily.
21803
21804         * mm-util.el (mm-replace-chars-in-string): Remove.
21805
21806         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21807         of mm-replace-chars-in-string.
21808
21809 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21810
21811         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21812
21813         * mm-util.el (mm-subst-char-in-string): Support inplace.
21814
21815         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21816         a new string in every iteration.  Use shy groups.
21817
21818 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21819
21820         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21821         * gnus-soup.el (gnus-soup-group-brew):
21822         * gnus-msg.el (gnus-put-message):
21823         * gnus-move.el (gnus-group-move-group-to-server):
21824         * gnus-kill.el (gnus-batch-score):
21825         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21826         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21827         (gnus-group-update-group, gnus-group-read-group)
21828         (gnus-group-make-group, gnus-group-make-help-group)
21829         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21830         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21831         (gnus-group-sort-by-unread, gnus-group-catchup)
21832         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21833         (gnus-group-yank-group, gnus-group-set-info)
21834         (gnus-group-list-groups):
21835         * gnus.el (gnus-generate-new-group-name):
21836         * gnus-delay.el (gnus-delay-send-queue):
21837         * nnvirtual.el (nnvirtual-catchup-group):
21838         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21839         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21840         (gnus-group-prepare-topics, gnus-topic-check-topology):
21841         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21842         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21843         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21844         (gnus-group-make-articles-read):
21845         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21846         (gnus-group-change-level, gnus-kill-newsgroup)
21847         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21848         (gnus-get-unread-articles, gnus-make-articles-unread)
21849         (gnus-make-ascending-articles-unread): Use accessor
21850         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21851         to get group information for improved readability.
21852
21853
21854 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21855
21856         * gnus-art.el (article-decode-mime-words, article-babel)
21857         (gnus-article-highlight-signature, gnus-article-add-buttons)
21858         (gnus-signature-toggle): Use gnus-with-article-buffer.
21859
21860         * gnus-art.el (gnus-article-highlight-headers)
21861         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21862
21863         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21864         (gnus-article-set-globals, gnus-request-article-this-buffer)
21865         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21866         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21867         (gnus-mime-display-alternative): Use with-current-buffer.
21868
21869 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21870
21871         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21872         also under 80 char limit, and call gnus-error if needed.
21873         (spam-fetch-article-header): Fix - it was a
21874         buffer-local variable (gnus-newsgroup-data).
21875         (spam-find-spam): Use spam-generate-fake-headers, forget about
21876         spam-insert-fake-headers.
21877         (spam-insert-fake-headers): Remove.
21878
21879 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21880
21881         * deuglify.el (gnus-article-outlook-unwrap-lines)
21882         (gnus-outlook-rearrange-article)
21883         (gnus-outlook-repair-attribution-outlook)
21884         (gnus-outlook-repair-attribution-block)
21885         (gnus-outlook-repair-attribution-other): Remove redundant
21886         save-excursion.
21887
21888 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21889
21890         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21891         (spam-fetch-field-subject-fast)
21892         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21893         (spam-fetch-article-header): Add functions to deal with Gnus
21894         internals for fast retrieval of article header data.
21895         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21896
21897 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21898
21899         * pop3.el (pop3-md5): Remove.
21900         (pop3-apop): Replace pop3-md5 with md5.
21901
21902         * mm-bodies.el: base64 is always built-in.
21903
21904         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21905         Use with-current-buffer.
21906
21907 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21908
21909         * canlock.el (canlock-insert-header): Remove excessive grouping in
21910         regexp.
21911
21912         * gnus-sum.el (gnus-summary-read-document): Ditto.
21913
21914         * gnus-uu.el (gnus-uu-part-number): Ditto.
21915
21916         * html2text.el (html2text-remove-tags): Ditto.
21917         (html2text-format-tags): Ditto.
21918         (html2text-format-single-elements): Ditto.
21919
21920         * mml.el (mml-parse-1): Ditto.
21921
21922 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21923
21924         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21925
21926         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21927
21928         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21929
21930         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21931
21932 2003-11-15  Simon Josefsson  <jas@extundo.com>
21933
21934         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21935         (pgg-gpg-lookup-key): Use regexp match instead of
21936         split-string (split-string is different between emacs 21.2 and
21937         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21938
21939 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21940
21941         * gnus-art.el (gnus-mime-view-all-parts)
21942         (gnus-article-part-wrapper, gnus-article-view-part):
21943         Use with-current-buffer.
21944
21945 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21946
21947         * spam.el (spam-disable-spam-split-during-ham-respool)
21948         (spam-spamoracle-database, spam-cache-lookups)
21949         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21950         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21951         (spam-group-ham-marks, spam-group-spam-marks)
21952         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21953         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21954         also add spam-use-blackholes to the statistical checks.
21955         (spam-fetch-field-fast): Add interface to fetching fields, may
21956         become a macro.
21957         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21958         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21959         (spam-insert-fake-headers): Fake an article when needed.
21960         (spam-find-spam): Fake article when possible.
21961         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21962         (spam-check-bogofilter-headers): Use message-fetch-field instead
21963         of nnmail-fetch-field.
21964
21965 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21966
21967         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21968
21969 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21970
21971         * spam.el (spam-split): Do not require spam-use-CHECK to be
21972         enabled if that check is passed to spam-split explicitly; also
21973         fix so 'spam doesn't get converted to spam-split-group when
21974         spam-split-symbolic-return is t.
21975         (spam-find-spam): Find registrations of the article and use those
21976         instead of re-running spam-split to find the spam/ham
21977         classification of the article.
21978         (spam-log-processing-to-registry, spam-log-registered-p)
21979         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21980         Use gnus-error instead of gnus-message.
21981         (spam-log-registration-type): Add function to determine the
21982         classification of a message based on registry entries; will
21983         return nil if both 'spam and 'ham are found.
21984         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21985         a reasonably fast local cache without the loading errors.
21986         (spam-cache-lookups): Set to t by default.
21987         (spam-find-spam): Don't try to guess spam-cache-lookups.
21988         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21989         spam-caches entry.
21990         (spam-filelist-build-cache, spam-filelist-check-cache):
21991         Fix caching of whitelist/blacklist entries.
21992         (spam-check-whitelist, spam-check-blacklist):
21993         Invoke spam-from-listed-p with a type, not a cache variable.
21994         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21995
21996 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21997
21998         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21999
22000         * nnmail.el (nnmail-split-fancy): do.
22001
22002         * mml.el (mml-parse): do.
22003
22004         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22005         (gnus-score-adaptive): do.
22006
22007 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22008
22009         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22010         (gnus-mime-button-map): Don't set keymap parent.
22011         (gnus-button-ctan-directory-regexp): Use shy grouping.
22012         (gnus-prev-page-map): Don't set keymap parent.
22013         (gnus-prev-page-map): Remove duplicated one.
22014         (gnus-next-page-map): Don't set keymap parent.
22015         (gnus-mime-security-button-map): Ditto.
22016
22017         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22018         version number.
22019
22020         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22021
22022 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22023
22024         * canlock.el (canlock-sha1-function): Remove.
22025         (canlock-sha1-function-for-verify): Remove.
22026         (canlock-openssl-program): Remove.
22027         (canlock-openssl-args): Remove.
22028         (canlock-ignore-errors): Remove.
22029         (canlock-sha1-with-openssl): Remove.
22030         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22031         (canlock-verify): Don't use canlock-ignore-errors.
22032
22033         * sha1-el.el (sha1-string-external): Make it can return a string
22034         in binary form.
22035         (sha1-region-external): Ditto.
22036         (sha1-string-internal): Ditto.
22037         (sha1-region-internal): Ditto.
22038         (sha1-region): Ditto.
22039         (sha1-string): Ditto.
22040         (sha1): Ditto.
22041
22042 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22043
22044         * spam.el (spam-report-articles-gmane): New command.
22045
22046 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22047
22048         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22049
22050         * run-at-time.el (run-at-time-saved): Remove.
22051         (run-at-time): Doc fix.
22052
22053 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22054
22055         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22056         (gnus-summary-limit-map): Add it.
22057         (gnus-summary-make-menu-bar): do.
22058
22059 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22060
22061         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22062         Make attempt at some caching support (done for BBDB only now).
22063         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22064         addresses to be checked.
22065         (spam-clear-cache-BBDB): Add function, to be invoked by
22066         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22067         (spam-check-BBDB): Check and use the caches, if
22068         spam-cache-lookups is on, remove superfluous (provide).
22069
22070 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22071
22072         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22073
22074 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22075
22076         * run-at-time.el (run-at-time-saved): Move to after the definition
22077         of `run-at-time'.
22078
22079         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22080
22081 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22082
22083         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22084         mm-w3m-local-map-property.
22085
22086         * mm-view.el (mm-w3m-mode-map): Remove.
22087         (mm-w3m-local-map-property): Remove.
22088         (mm-inline-text-html-render-with-w3m): Don't use
22089         mm-w3m-local-map-property.
22090
22091 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22092
22093         * run-at-time.el: New file.
22094
22095         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22096         under Emacs.
22097
22098         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22099         of gnus-set-text-properties.
22100
22101         * gnus-uu.el (gnus-uu-save-article): Ditto.
22102
22103         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22104
22105         * gnus-cite.el (gnus-cite-parse): Ditto.
22106
22107         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22108         of gnus-.
22109
22110         * gnus-xmas.el (run-at-time): Require run-at-time.
22111
22112         * gnus.el: Change calls to nnheader-run-at-time and
22113         password-run-at-time throughout to use run-at-time directly.
22114
22115         * password.el: Remove definition of run-at-time.
22116
22117         * nnheaderxm.el: Remove definition of run-at-time.
22118
22119 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22120
22121         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22122         in prompt.
22123
22124 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22125
22126         * messagexmas.el (message-xmas-redefine): Alias
22127         `message-make-caesar-translation-table' to
22128         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22129         version.
22130
22131         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22132         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22133         `gnus-xmas-set-text-properties'.
22134         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22135         `gnus-xmas-completing-read'.
22136         (gnus-xmas-completing-read): Removed.
22137         (gnus-xmas-open-network-stream): Removed.
22138
22139         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22140         XEmacs version.
22141
22142         * dns.el (dns-make-network-process): Use `open-network-stream'
22143         instead of `gnus-xmas-open-network-stream'.
22144
22145         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22146
22147         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22148
22149 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22150
22151         * gnus-art.el (gnus-mime-display-alternative)
22152         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22153         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22154         Don't use gnus-local-map-property.
22155
22156         * gnus-util.el (gnus-local-map-property): Remove.
22157
22158         * mm-view.el (mm-view-pkcs7-decrypt):
22159         Replace gnus-completing-read-maybe-default with completing-read.
22160
22161         * gnus-util.el (gnus-completing-read): do.
22162         (gnus-completing-read-maybe-default): Remove.
22163
22164 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22165
22166         * password.el: Only autoload `run-at-time' if not XEmacs.
22167         Only autoload the itimer functions if XEmacs.
22168
22169 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22170
22171         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22172         XEmacsen.
22173
22174         * dgnushack.el: Autoload executable-find for XEmacs.
22175
22176 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22177
22178         * gnus-art.el (gnus-read-string): Remove.
22179         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22180         read-string.
22181
22182 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22183
22184         * netrc.el: Autoload password-read.
22185         (netrc): Add configuration group.
22186         (netrc-encoding-method, netrc-openssl-path):
22187         Add variables for encoding and decoding of files with symmetric
22188         ciphers.
22189         (netrc-encode): Add assistant function to encode a file with
22190         netrc-encoding-method.
22191         (netrc-parse): Add interactive parameter, added optional
22192         decoding if netrc-encoding-method is non-nil but otherwise
22193         behavior is standard.
22194         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22195         Do s/encode/encrypt/ everywhere.
22196
22197         * spam.el: Remove executable-find autoload.
22198
22199 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22200
22201         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22202
22203         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22204
22205 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22206
22207         * gnus-art.el (gnus-treat-ansi-sequences)
22208         (article-treat-ansi-sequences): New variable and function.
22209         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22210
22211         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22212         Use it.
22213
22214 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22215
22216         * mm-util.el (mm-quote-arg): Remove.
22217
22218         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22219         shell-quote-argument.
22220
22221         * gnus-uu.el (gnus-uu-command): do.
22222
22223         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22224
22225         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22226         with make-char.
22227
22228         * mm-util.el (mm-make-char): Remove.
22229
22230         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22231         add-minor-mode.
22232
22233         * gnus-undo.el (gnus-undo-mode): do.
22234
22235         * gnus-topic.el (gnus-topic-mode): do.
22236
22237         * gnus-sum.el (gnus-dead-summary-mode): do.
22238
22239         * gnus-start.el (gnus-slave-mode): do.
22240
22241         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22242
22243         * gnus-ml.el (gnus-mailing-list-mode): do.
22244
22245         * gnus-gl.el (gnus-grouplens-mode): do.
22246
22247         * gnus-draft.el (gnus-draft-mode): do.
22248
22249         * gnus-dired.el (gnus-dired-mode): do.
22250
22251         * gnus-ems.el (gnus-add-minor-mode): Remove.
22252
22253         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22254         Replace gnus-char-width with char-width.
22255
22256         * gnus-ems.el (gnus-char-width): Remove.
22257
22258         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22259         Replace gnus-char-width with char-width.
22260
22261         * gnus-ems.el (gnus-char-width): Remove.
22262
22263         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22264         definition.
22265         Remove Emacs 20 hash table compatibility code.
22266
22267         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22268         20 compatibility code.
22269
22270         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22271
22272         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22273
22274         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22275         Replace with point-at-{eol,bol}.
22276
22277         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22278
22279         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22280
22281         * flow-fill.el (fill-flowed-point-at-bol)
22282         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22283
22284         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22285         Replace with point-at-{eol,bol} throughout all files.
22286
22287 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22288
22289         * ntlm.el (ntlm-string-as-unibyte): New macro.
22290         (ntlm-build-auth-response): Use it.
22291
22292         Remove Emacs 20 stuff:
22293         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22294         (butlast, mapc, remove): Remove the compiler macros.
22295         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22296         of delq and copy-sequence.
22297         * gnus-art.el (popup-menu): Remove the compiler macro.
22298         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22299         Emacs 20.
22300
22301 2004-01-05  Simon Josefsson  <jas@extundo.com>
22302
22303         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22304         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22305         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22306         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22307         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22308         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22309         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22310         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22311         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22312         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22313         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22314         string-xor into ntlm-string-xor.
22315         Suggested by Jesper Harder <harder@myrealbox.com>.
22316
22317         * ntlm.el: Don't include poem.
22318
22319         * md4.el (print-int32, print-string-hexa): Remove.
22320         Suggested by Jesper Harder <harder@myrealbox.com>.
22321
22322         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22323
22324         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22325         probably breaks emacs with DL patch, but do we care? Is anyone
22326         still using the DL stuff?)
22327
22328         * sieve-manage.el: Use the password package.
22329         (sieve-manage-read-passwd): Remove.
22330         (sieve-manage-interactive-login): Use password.  Re-add
22331         condition-case around loop.
22332
22333         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22334         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22335         Use the password package.
22336
22337 2003-02-19  Simon Josefsson  <jas@extundo.com>
22338
22339         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22340         token.
22341
22342 2002-08-07  Simon Josefsson  <jas@extundo.com>
22343
22344         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22345         (sieve-manage-authenticators):
22346         (sieve-manage-authenticator-alist): Add some SASL mechs.
22347         (sieve-sasl-auth): New function.
22348         (sieve-manage-cram-md5-auth):
22349         (sieve-manage-plain-auth): Rewrite using SASL library.
22350         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22351         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22352         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22353         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22354
22355 2004-01-05  Simon Josefsson  <jas@extundo.com>
22356
22357         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22358         New files.
22359
22360 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22361
22362         * gnus-group.el (gnus-no-groups-message): Update.
22363
22364         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22365
22366 2003-11-09  Simon Josefsson  <jas@extundo.com>
22367
22368         * imap.el: Support for ID IMAP extension (RFC 2971).
22369         (imap-local-variables): Add imap-id.
22370         (imap-id): New variable.
22371         (imap-id): New function.
22372         (imap-parse-response): Parse untagged ID response.
22373         * nnimap.el (nnimap-id): New variable.
22374         (nnimap-open-connection): Use it.
22375
22376 2003-12-28  Simon Josefsson  <jas@extundo.com>
22377
22378         * gnus-score.el (gnus-score-edit-all-score): New.
22379         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22380
22381 2004-01-04  Simon Josefsson  <jas@extundo.com>
22382
22383         * password.el: Add.
22384
22385 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22386
22387         * dns.el (dns-query-types): Fix typo.
22388         (dns-query-types): New function.
22389         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22390         PTR and SOA replies, see RFC 1035.
22391
22392 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22393
22394         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22395
22396         * Move to Changelog.2.
22397
22398 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22399
22400         * gnus.el (gnus-version-number): Bump version.
22401
22402 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22403
22404         * gnus.el: No Gnus v0.1 is released.
22405
22406 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22407
22408         * gnus.el: No Gnus v0.0 is released.
22409
22410 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22411
22412         * gnus.el (gnus-version-number): Bump.
22413         (gnus-version): No.
22414
22415 See ChangeLog.2 for earlier changes.
22416
22417   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22418
22419   This file is part of GNU Emacs.
22420
22421   GNU Emacs is free software: you can redistribute it and/or modify
22422   it under the terms of the GNU General Public License as published by
22423   the Free Software Foundation, either version 3 of the License, or
22424   (at your option) any later version.
22425
22426   GNU Emacs is distributed in the hope that it will be useful,
22427   but WITHOUT ANY WARRANTY; without even the implied warranty of
22428   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22429   GNU General Public License for more details.
22430
22431   You should have received a copy of the GNU General Public License
22432   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22433
22434 ;; Local Variables:
22435 ;; coding: utf-8
22436 ;; fill-column: 79
22437 ;; add-log-time-zone-rule: t
22438 ;; End: