Add shr-link face for links.
[gnus] / lisp / ChangeLog
1 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * shr.el: Add shr-link face for links.
4         (shr-urlify): Use it.
5
6         * registry.el (registry-insert): Make error message more helpful.
7
8 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9
10         * gnus-html.el (gnus-html-schedule-image-fetching): Use
11         url-queue-retrieve, if it exists.
12
13         * shr.el (shr-tag-img): Ditto.
14
15         * gnus.el: Autoload more gnus-agent functions.
16
17         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
18         agent if we haven't already (bug#8502).
19
20         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
21         into the Agent, too.
22
23         * gnus-agent.el (gnus-agent-store-article): New function.
24
25         * nnheader.el (nnheader-insert-buffer-substring): Renamed from nntp-
26         and moved from that file for reuse.
27
28         * pop3.el (pop3-open-server): Error messages are "-ERR".
29
30 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
33         (open-tls-stream): Remove superfluous tls/starttls autoloads.
34
35 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
36
37         * gnus.el: No Gnus v0.17 is released.
38
39 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
40
41         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
42         buffer has moved to a different frame.
43
44 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45
46         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
47         to get the conversion from unibyte to multibyte buffers to work on
48         Emacs 22.
49
50         * nntp.el (nntp-request-article): Slight clean-up.
51
52 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * shr.el (shr-strike-through): New face.
55         (shr-tag-s): Use it to provide <s> support.
56         (shr-tag-s): Remove duplicate definition.
57
58 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
59
60         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
61         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
62
63 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
64
65         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
66         `gnutls-negotiate'.
67         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
68
69 2011-04-23  Glenn Morris  <rgm@gnu.org>
70
71         * gnus-sum.el (gnus-extra-headers): Bump :version.
72
73 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * shr.el (shr-tag-sup): New function.
76         (shr-tag-sub): Ditto.
77
78 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
79
80         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
81         for the case where `gnus-registry-ignored-groups' is a list of lists,
82         and don't call `gnus-parameter-registry-ignore' otherwise.
83
84 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
85
86         * nnimap.el (nnimap-user): New backend variable.
87         (nnimap-open-connection-1): Use it.
88         (nnimap-credentials): Accept user parameter so it's explicit what user
89         name is desired.
90
91         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
92         default.
93
94         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
95         not gnus-registry.el.
96
97         * gnus-registry.el: Mention in comments how to modify
98         `gnus-extra-headers' for proper recipient tracking and that it may
99         already have To and Cc recently, which it does as of this commit.
100         (gnus-registry-ignored-groups): Remove defcustom.
101         Explain why in comments.
102         (gnus-registry-action): Fix data-header reference to use the extra
103         headers.  Explain in package commentary how to add To and Cc headers to
104         the gnus-extra-headers.
105         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
106         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
107         parameter list or a string list in `gnus-registry-ignored-groups'.  Fix
108         logic error.
109
110 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * shr.el (shr-expand-url): Protect against null urls.
113
114 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * shr.el (shr-base): New binding.
117         (shr-tag-base): Keep track of <base>.
118         (shr-expand-url): New function used throughout.
119
120 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
121
122         * gnus-registry.el
123         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
124         (gnus-registry-ignored-groups): New variable.
125         (gnus-registry-ignore-group-p): Use it.
126         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
127         set the destination group to nil (same as delete) if it's ignored.
128
129 2011-04-20  David Engster  <dengste@eml.cc>
130
131         * tests/gnustest-nntp.el: New file for simple NNTP testing.
132
133         * Makefile.in (test-nntp): New rule.
134         (check): Add it.
135         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
136
137 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
138
139         * gnus-registry.el (gnus-registry-action)
140         (gnus-registry-fetch-header-fast):
141         Don't use mail-header that looks an internal function of mailheader.el.
142
143 2011-04-19  Glenn Morris  <rgm@gnu.org>
144
145         * time-date.el (time-to-days): Remove unused local variables.
146
147 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * gnus-registry.el: Eliminate cl functions.
150         (gnus-registry-sort-addresses): New function that replaces mapcan.
151         (gnus-registry-action, gnus-registry-spool-action)
152         (gnus-registry-split-fancy-with-parent)
153         (gnus-registry-fetch-recipients-fast): Use it.
154         (gnus-registry-import-eld): Replace delete* with dolist + delq.
155
156         * registry.el (initialize-instance, registry-lookup)
157         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
158         (registry-lookup-secondary-value, registry-search, registry-delete)
159         (registry-insert, registry-reindex, registry-size, registry-prune):
160         Use eval-and-compile.
161
162 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
163
164         * registry.el (registry-reindex): New method to recreate the secondary
165         registry indices.
166
167         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
168         tracked field changes.
169         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
170         (gnus-registry-action, gnus-registry-spool-action)
171         (gnus-registry-handle-action)
172         (gnus-registry--split-fancy-with-parent-internal)
173         (gnus-registry-split-fancy-with-parent)
174         (gnus-registry-register-message-ids): Add recipient tracking on spool,
175         move, and delete actions, and for fancy splitting with parent.
176         (gnus-registry-extract-addresses)
177         (gnus-registry-fetch-recipients-fast)
178         (gnus-registry-fetch-header-fast): Convenience functions.
179         (gnus-registry-misc-test): ERT test of
180         `gnus-registry-extract-addresses'.
181
182 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
183
184         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
185         Track by subject first, then sender.
186
187 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
188
189         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
190
191         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
192         Lisp.
193
194         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
195         (gnus-draft-send): Use it to avoid popping
196         up frames from gnus-group-send-queue.
197
198 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
199
200         * gnus-registry.el: Updated gnus-registry docs.
201
202 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
203
204         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
205         Fix logic bug.
206         (gnus-registry-post-process-groups): Fix logging of no results and
207         quote sender and subject.
208
209 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
210
211         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
212         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
213         gnutls-cli are too slow to be done opportunistically.
214
215         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
216         (gnus-read-active-for-groups): Don't try to finish getting stuff where
217         we had no early-data returned.
218         (gnus-get-unread-articles): Add a sanity check so that we don't issue
219         two async commands to the same server at the same time.
220
221 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
222
223         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
224
225 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
228         "warning" level.
229
230         * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
231         (mm-url-insert-file-contents): Don't set the package names.
232
233 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
234
235         * gnus-registry.el (gnus-registry-action): Remove properties and
236         simplify subject in `gnus-registry-handle-action'.
237         (gnus-registry-spool-action): Get subject and sender from message if
238         they are not passed in.
239         (gnus-registry-handle-action): Remove properties and simplify subject
240         consistently.
241
242 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
243
244         * registry.el: Require CL before using defmacro*.
245
246 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-art.el (article-treat-date): Assume that
249         gnus-article-date-headers may be a group parameter.
250
251 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
252
253         * gnus-registry.el (gnus-registry-handle-action): More debugging.
254
255         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
256         interactively so the newsrc file can contain foreign groups too.
257         Useful for debugging but not much for users.
258
259 2011-04-07  David Engster  <dengste@eml.cc>
260
261         * registry.el (registry-usage-test): Only do
262         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
263         lexical binding.
264
265 2011-04-07  David Engster  <dengste@eml.cc>
266
267         * Makefile.in (check, test-registry): New rules for test-suite.
268
269 2011-04-06  David Engster  <dengste@eml.cc>
270
271         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
272         argument NOERROR for `require', since XEmacs 21.4 does not support it.
273
274 2011-04-06  David Engster  <dengste@eml.cc>
275
276         * registry.el (initialize-instance): Change :after to :AFTER to be
277         compatible with old EIEIO version in XEmacs.
278
279 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
280
281         * gnus-registry.el (gnus-registry-post-process-groups)
282         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
283         and provide better messaging.
284
285 2011-04-06  David Engster  <dengste@eml.cc>
286
287         * Makefile.in (fail-on-warning): New rule to compile with warnings as
288         errors.
289
290         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
291         dgnushack-compile with error-on-warn enabled, and to signal an error if
292         clean compilation failed.
293         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
294         with `byte-compile-error-on-warn'.  Return nil if errors occured.
295
296 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
297
298         * gnus-registry.el: Don't use ERT if it's not available.  Load it
299         unconditionally anyway, discarding errors.
300         (gnus-registry-delete-entries): New convenience function.
301         (gnus-registry-import-eld): Import from old .eld registry.
302
303         * registry.el: Don't use ERT if it's not available.  Load it
304         unconditionally anyway, discarding errors.
305
306         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
307         version from the Claudio Bley GnuTLS patch (extra optional parameters
308         and host name).
309
310 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
311
312         * gnus-registry.el (gnus-registry-fixup-registry): New function to
313         fixup the parameters that can be customized by the user between
314         save/read cycles.
315         (gnus-registry-read): Use it.
316         (gnus-registry-make-db): Use it.
317         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
318         messaging.
319         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
320         references to actual group names with sender and subject tracking.
321         (gnus-registry-post-process-groups): Use `cond' for better messaging.
322         (gnus-registry-usage-test): Add subject lookup test.
323
324         * registry.el (registry-db, initialize-instance): Set up constructor
325         instead of :initform arguments for the sake of older Emacsen.
326         (registry-lookup-breaks-before-lexbind): New method to demonstrate
327         pre-lexbind merge bug.
328         (registry-usage-test): Use it.
329         (initialize-instance, registry-db): Move the non-function initforms
330         back to the class definition.
331
332 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
333
334         * registry.el: New library to manage gnus-registry-style data.
335
336         * gnus-registry.el: Use it (major rewrite).
337
338         * nnregistry.el: Use it.
339
340         * spam.el: Use it.
341
342 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
345         marks on non-selected articles.
346
347 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
348
349         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
350         parameter to open-protocol-stream.
351
352 2011-04-01  Julien Danjou  <julien@danjou.info>
353
354         * mm-view.el (mm-display-inline-fontify): Do not fontify with
355         fundamental-mode.
356
357 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
360         servers.
361
362 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363
364         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
365         made marks not propagate, again.
366
367 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
368
369         * proto-stream.el (open-protocol-stream): Bring back `network' type.
370         Make this the default type.
371         (proto-stream-open-plain): Rename from proto-stream-open-default.
372         (open-protocol-stream, proto-stream-open-starttls)
373         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
374         with `plain'.
375
376         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
377         value.
378
379         * nntp.el (nntp-open-connection-function): Document the fact that some
380         values are not functions but are instead handled specially.  Recognize
381         nntp-open-plain-stream value.
382         (nntp-open-connection): Recognize that value.
383
384 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
385
386         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
387         where it seems to be needed.
388
389 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
392         stuff.
393
394         * gnus-score.el (gnus-score-string): Fix calling convention of
395         `gnus-simplify-buffer-fuzzy' after last patches.
396
397         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
398         server for articles we didn't get any headers for.  This is a sanity
399         check.
400
401 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
402
403         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
404         new CAPABILITY, use it.
405
406 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
409         downloading anything.
410
411         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
412
413 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
414
415         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
416         colors.
417         (gnus-splash-svg-color-symbols): New function.
418
419 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
422         instead of using the global gnus-simplify-subject-fuzzy-regexp.
423         (gnus-simplify-subject-fuzzy): Use the local
424         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
425         makes using this variable in group parameters work.
426
427 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
428
429         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
430         "archive:sent" to the unfollowed group regex (for the recent Gnus
431         archive:sent-YYYY-MM-DD groups).
432         (gnus-registry-split-fancy-with-parent): Bail out early in sender
433         tracking if there are more than `gnus-registry-max-track-groups'
434         matches.
435
436 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
437
438         * message.el (message--yank-original-internal): New function to do the
439         insertion cleanly inside eval in `message-yank-original'.
440         (message-yank-original): Use it.
441
442 2011-03-29  Julien Danjou  <julien@danjou.info>
443
444         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
445         local variables disabled rather than `normal-mode'.
446
447 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
448
449         * imap.el (imap-shell-open, imap-process-connection-type): Use
450         imap-process-connection-type for 'shell' streams as well as
451         Kerberos, SSL, other subprocesses.
452
453 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
454
455         * proto-stream.el: Changes preparatory to merging open-protocol-stream
456         with open-network-stream.
457         (proto-stream-always-use-starttls): Option removed.
458         (open-protocol-stream): Return a process object by default.  Provide a
459         new parameter :return-list specifying a list-type return value, which
460         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
461         :type `network' to `try-starttls', and `network-only' to `default'.
462         Make `default' the default, for compatibility with open-network-stream.
463         Handle the no-parameter case exactly as open-network-stream, with no
464         additional stream processing.  Search plists using plist-get.
465         Explicitly add :end-of-commend parameter if it is missing.
466         (proto-stream-open-default): Renamed from
467         proto-stream-open-network-only.  Return 'default as the type.
468         (proto-stream-open-starttls): Rename from proto-stream-open-network.
469         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
470         failed.  Always return a list with a (possibly dead) process as the
471         first element, for compatibility with open-network-stream.
472         (proto-stream-open-tls): Use plist-get.  Always return a list.
473         (proto-stream-open-shell): Return `default' as connection type.
474         (proto-stream-capability-open): Use plist-get.
475         (proto-stream-eoc): Function deleted.
476
477         * nnimap.el (nnimap-stream, nnimap-open-connection)
478         (nnimap-open-connection-1): Handle renaming of :type parameter for
479         open-protocol-stream.
480         (nnimap-open-connection-1): Pass a :return-list parameter
481         open-protocol-stream to obtain a list return value.  Parse this list
482         using plist-get.
483
484         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
485         for open-protocol-stream.  Accept open-protocol-stream return value
486         that is a subprocess object instead of a list.  Handle the case of a
487         dead returned process.
488
489 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
490
491         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
492
493         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
494
495 2011-03-21  Julien Danjou  <julien@danjou.info>
496
497         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
498         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
499         query.
500         (mm-inline-text): Render normal text with fontification whenever
501         possible.
502
503         * gnus-sum.el (gnus-summary-save-parts-1):
504         * gnus-art.el (gnus-article-browse-html-save-cid-content)
505         (gnus-article-browse-html-parts, gnus-mime-delete-part)
506         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
507         Use `mm-handle-filename'.
508
509         * mm-util.el (mm-handle-filename): New function, return the filename of
510         an handle.
511
512 2011-03-18  Julien Danjou  <julien@danjou.info>
513
514         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
515         (gnus-buffer-live-p): Check that buffer is not nil.
516
517 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
518
519         * gnus.el: No Gnus v0.15 is released.
520
521 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * time-date.el (format-seconds): Use assoc instead of assoc-string to
524         avoid warning on XEmacs.
525
526         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
527         on XEmacs.
528
529         * gnus-art.el: Require mouse, which the build bot seems to say is
530         needed.
531
532         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
533
534         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
535         XEmacs, since it doesn't have url-retrieve-synchronously.
536
537         * time-date.el (format-seconds): Use assoc instead of assoc-string,
538         since assoc-string doesn't exist in XEmacs.
539
540 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
541
542         * gnus-group.el (gnus-group-list-ticked): New function.
543         (gnus-group-make-menu-bar): Provide a menu entry for it.
544         (gnus-group-list-map): Provide a binding for it.
545
546 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * shr.el (shr-visit-file): New command.
549
550         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
551
552 2011-03-17  Bjørn Mork  <bjorn@mork.no>
553
554         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
555         servers.
556
557 2011-03-16  Julien Danjou  <julien@danjou.info>
558
559         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
560         inline.
561
562         * gnus-art.el (article-hide-list-identifiers): Use
563         gnus-group-get-list-identifiers.
564
565         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
566         (gnus-summary-remove-list-identifiers): Use
567         gnus-group-get-list-identifiers to get regexp.
568         (gnus-select-newsgroup, gnus-summary-insert-subject)
569         (gnus-summary-insert-articles): Call
570         gnus-summary-remove-list-identifiers unconditionally.
571
572 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
575         we're selecting a group with unread articles.
576
577         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
578
579         * gssapi.el: New file separated out from imap.el to provide a general
580         Kerberos 5 connection facility for Emacs.
581
582         * message.el (message-elide-ellipsis): Document the format spec
583         ellipsis.
584
585 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
586
587         * message.el (message-elide-region): Allow the ellipsis to say how many
588         lines were removed.
589
590 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
593         window configurations containing buffers that are now dead.
594
595         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
596         parsing to avoid integer overflows.
597         (nnimap-parse-flags): Simplify the last change.
598         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
599         too large for 32-bit Emacsen.
600
601 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
602
603         * auth-source.el (auth-source-netrc-create):
604         * message.el (message-yank-original): Fix use of `case'.
605
606 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
607
608         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
609         XEmacs, which was one character too wide.
610
611 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
612
613         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
614         default number of articles to display.
615         (gnus-articles-to-read): Use pretty names for prompt.
616
617 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618
619         * gnus-int.el (gnus-open-server): Ditto.
620
621         * gnus-start.el (gnus-activate-group): Give a backtrace if
622         debug-on-quit is set and the user hits `C-g'.
623         (gnus-read-active-file): Ditto.
624
625         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
626
627 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
628
629         * message.el (message-yank-original): Use cond instead of CL case.
630
631 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
632
633         * auth-source.el (auth-source-netrc-create): Use usual format for the
634         default in prompts.
635
636 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * lpath.el: Fbind read-char-choice for XEmacs.
639
640 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
641
642         * auth-source.el (auth-source-netrc-create): Show the default in the
643         prompt when prompting for token creation.
644
645 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
646
647         * auth-source.el (auth-source-format-prompt): Always convert the value
648         to a string to avoid evaluating non-string arguments.
649         (auth-source-netrc-create): Offer default properly, not as initial
650         content in `read-string'.
651         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
652         of line to determine if we've been run before.  If so, don't run again,
653         but print a trivial message to indicate the cache was hit instead.
654
655 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
656
657         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
658         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
659         The user will have to run `gnus-sync-read' manually and wait for Cloudy
660         Gnus.
661
662 2011-03-11  Julien Danjou  <julien@danjou.info>
663
664         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
665         modified file".
666
667 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
668
669         * auth-source.el (auth-source-read-char-choice): New function to read a
670         character choice using `dropdown-list', `read-char-choice', or
671         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
672         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
673         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
674         (auth-source-netrc-saver): Use it.
675         (auth-source-pick-first-password): New convenience function.
676
677 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
678
679         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
680         parameter in the credentials.
681         (nnimap-open-connection-1): Use it after a successful login.
682         (nnimap-credentials): Add IMAP-specific user and password prompt.
683
684         * auth-source.el (auth-source-search): Add :require parameter, taking a
685         list.  Document it and the :save-function return token.  Pass :require
686         down.  Change the CREATED message from a warning to a debug statement.
687         (auth-source-search-backends): Pass :require down.
688         (auth-source-netrc-search): Pass :require down.
689         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
690         Change save prompt to indicate all modifications saved here are
691         deletions.
692         (auth-source-netrc-create): Take user login name as default in user
693         prompt.  Move all the save functionality to a lexically bound function
694         under the :save-function token in the returned list.  Set up clearer
695         default prompts for user, host, port, and secret.
696         (auth-source-netrc-saver): New function, intended to be wrapped for
697         :save-function.
698
699 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * shr.el (shr-table-horizontal-line): Change the defaults for the table
702         lines to be spaces instead.
703
704 2011-03-07  Julien Danjou  <julien@danjou.info>
705
706         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
707         (sieve-sasl-auth): Check that auth-source-search did return something,
708         or just return an empty string.
709
710 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
711
712         * gnus.el (gnus-interactive): Use read-directory-name.
713
714         * gnus-uu.el (gnus-uu-decode-uu-and-save)
715         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
716         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
717         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
718         Likewise.
719
720         * gnus-group.el (gnus-group-make-directory-group): Likewise.
721
722 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
725         onto the list of killed groups, too.  This makes killed nnimap groups,
726         for instance, more reliably not reappear.
727
728         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
729         the parent.
730
731         * gnus-sum.el (gnus-update-read-articles): Fix typo.
732
733         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
734         really have server-side marks.
735
736         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
737         since most backends do not usefully have server-side marks.
738         (gnus-update-read-articles): Propagate marks to all backends that
739         really have server-side marks.
740
741 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
742
743         * message.el (message-cite-reply-position, message-cite-style):
744         New variables.
745         (message-yank-original): Use the new citation styles.
746
747 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
748
749         * message.el (message-options): Revert 22da67af (workaround for XEmacs
750         buffer-local issue); don't mark it buffer-local when running under
751         XEmacs.
752
753 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
754
755         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
756         numbers too big to be `read'.
757
758 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
759
760         * password-cache.el (password-in-cache-p): Add autoload.
761
762         * message.el (message-options): Make buffer-local two ways to attempt
763         to fix a XEmacs bug.
764
765 2011-03-02  Julien Danjou  <julien@danjou.info>
766
767         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
768
769 2011-03-01  Julien Danjou  <julien@danjou.info>
770
771         * gnus-art.el (list-identifier): Add list-identifier as a parameter
772         group.
773         (article-hide-list-identifiers): Use list-identifier group parameter.
774
775 2011-02-28  Julien Danjou  <julien@danjou.info>
776
777         * sieve.el (sieve-buffer-script-name): New local variable to store
778         sieve script name.
779         (sieve-edit-script): Store sieve script name.
780         (sieve-upload): Use sieve script name when uploading.
781         (sieve-upload): Use substitute-command-keys.
782         (sieve-edit-script): Use substitute-command-keys.
783         (sieve-refresh-scriptlist): Use substitute-command-keys.
784         (sieve-manage-mode-map): Define keymap properly.
785         (sieve-manage-mode): Do not set mode name manually, change mode-name to
786         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
787         Remove commented code about cvs.
788         (sieve-manage-quit): New function.
789         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
790
791 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus-group.el (gnus-import-other-newsrc-file): New function.
794
795 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
796
797         * auth-source.el (auth-source-search): Cache empty result sets.
798
799         * password-cache.el (password-in-cache-p): Convenience function to
800         check if a key is in the cache, even if the value is nil.
801
802         * auth-source.el (auth-source-save-behavior): New variable to replace
803         `auth-source-never-create'.
804         (auth-source-netrc-create): Use it.
805         (auth-source-never-save): Remove.
806
807 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
808
809         * nnimap.el (nnimap-stream): Doc fix.
810         (nnimap-open-connection-1): Reverse the order of the ports to that the
811         prompted-for port is first.
812
813         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
814         retrieval by the no-group selection.
815
816         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
817         numerical parameters.
818
819 2011-02-25  Julien Danjou  <julien@danjou.info>
820
821         * gnus-gravatar.el: Use gnus-with-article-buffer.
822
823         * gnus-art.el (gnus-with-article-buffer): Check that the
824         gnus-article-buffer is alive.
825
826 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
827
828         * auth-source.el (auth-source-creation-prompts): New variable to manage
829         creation-time prompts.
830         (auth-source-search): Document it.
831         (auth-source-format-prompt): Add utility function.
832         (auth-source-netrc-create): Don't default the user name to
833         user-login-name.  Use `auth-source-creation-prompts' and some default
834         prompts for user, host, port, and password (the default generic prompt
835         remains ugly).
836         (auth-source-never-save): Add customizable option to never save info.
837         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
838         mode excursion.
839
840 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
843         argument that XEmacs doesn't support.
844
845         * dgnushack.el (dgnushack-compile): Exclude color.el from being
846         compiled for Emacsen having no `libxml-parse-html-region' support.
847
848         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
849
850         * lpath.el: Bind buffer-save-without-query for XEmacs.
851
852 2011-02-23  Julien Danjou  <julien@danjou.info>
853
854         * gnus-art.el (article-make-date-line): Ignore errors if time is
855         invalid and not convertible.
856         (article-make-date-line): Only add lapsed time if time is not nil.
857
858 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
859
860         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
861         `read-char-choice' for backwards compatibility.
862         (auth-source-netrc-element-or-first): New function to DTRT for
863         parameter extraction.
864         (auth-source-netrc-create): Use it and fix multiple parameter print
865         bug.  Use the default passed from above (given-default) or the
866         built-in (user-login-name for :user).
867
868 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
869
870         * gnus-start.el (gnus-dribble-read-file):
871         Set buffer-save-without-query, since we always want to save the dribble
872         file, probably.
873
874         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
875         nnimap.
876
877         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
878         -summary- since it's a user-visible variable.
879
880         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
881         first time you use the new Gnus.
882
883 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
884
885         * auth-source.el: Don't load netrc.el.
886         (auth-sources): Search ~/.netrc as well by default.
887         (auth-source-debug): Add 'trivia option for extra output.
888         (auth-source-do-trivia): Use it.
889         (auth-source-search): Simplify logic to use
890         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
891         appropriate.  Don't keep a running count at this level.  Layer :create
892         and :delete options appropriately on the first and second passes.
893         Don't track the backend with the search results.
894         (auth-source-search-backends): New function to search a list of
895         backends for a processed spec.
896         (auth-source-netrc-parse): Cache all netrc files, making
897         auth-source-netrc-cache an alist keyed by the file name and using the
898         file mtime as the caching criterion.  Keep the obfuscated data secret
899         with a lexical bind.
900         (auth-source-netrc-search): Don't calculate the length of the results
901         unnecessarily.
902         (auth-source-search-backends): Fix bug.
903         (auth-source-netrc-create): Rework prompts.
904
905 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
906
907         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
908         Lower case names of search constraints.
909         (nnir-run-query): Cache and reuse search constraints for all imap
910         servers.
911
912 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
915         after exit.
916         (gnus-setup-message): Define missing variable from last checkin.
917
918         * gnus-sum.el (gnus-summary-show-article): When called with t as the
919         value, show the raw article.
920
921 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
922
923         * gnus.el: No Gnus v0.13 is released.
924
925 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
926
927         * nnimap.el (nnimap-open-connection-1): Revert last change, since
928         auth-source now accepts numbers.
929
930         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
931         spec, too.
932         (auth-source-ensure-strings): New function.
933
934         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
935         (gnus-article-setup-buffer): Always restart the date timer so that user
936         changes to the frequency is respected.
937
938         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
939         port numbers, so make sure it gets that if nnimap-server-port is
940         explicit.
941
942 2011-02-21  Simon Josefsson  <simon@josefsson.org>
943
944         * nnimap.el (nnimap-inbox): Doc fix.
945
946 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
947
948         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
949         Autoload.  Add optional arg FRAME, and pass it to color-values.
950         (color-complement): Caller changed.  Doc fix.
951         (color-gradient): Rewrite for better clarity and efficiency.
952
953 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
954
955         * shr-color.el (shr-color->hexadecimal): Use renamed function names
956         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
957         color-lab-to-srgb.
958
959 2011-02-20  Drew Adams  <drew.adams@oracle.com>
960
961         * color.el: First part of merge from hexrgb.el.
962         (color-rgb-to-hex): Rename from color-rgb->hex.
963         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
964         saturation to zero if the value is too small.
965         (color-rgb-to-hsl): Rename from color-rgb->hsl.
966         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
967         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
968         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
969         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
970         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
971         (color-cie-de2000): Doc fix.
972
973 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
974
975         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
976         given method as in the group name if we're using an extended method.
977         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
978         command, if we're using that, instead of waiting for the beginning.
979
980         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
981         we're sure to get unique server names, and we don't output two async
982         commands in the same buffer.  This fixes an NNTP hang for some users.
983
984 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
985
986         * gnus.el: No Gnus v0.11 is released.
987
988 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
989
990         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
991         summary buffer before reading going to the next buffer.  This avoids
992         putting the point in the group buffer if you `C-g' the command.
993
994         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
995         cache (for now) to make ~/.authinfo.gpg files usable.
996
997         * nnfolder.el (copyright-update): Define for the compiler.
998
999         * auth-source.el (auth-source-search): Fix unbound variable.
1000
1001 2011-02-19  Glenn Morris  <rgm@gnu.org>
1002
1003         * gnus.el (gnus-meta): Doc fix.
1004
1005 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1006
1007         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1008         in case it's not yet loaded.
1009
1010 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1011
1012         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1013         line we're waiting for.
1014
1015 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1016
1017         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1018         face with line-width greater than zero will cause RET in gnus summary
1019         buffer to scroll down article page-wise because auto vscroll happens,
1020         it should be temporalily disabled when doing a scroll-up.
1021
1022 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1023
1024         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1025         outputs from the server.
1026
1027 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1028
1029         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1030         later so that bbdb can hook in easier.
1031
1032 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1033
1034         * auth-source.el (auth-source-search): Don't try to create credentials
1035         if the caller doesn't want that.
1036         (auth-source-search): If we don't find a match, don't bug out on
1037         non-bound variables.
1038         (auth-source-search): Only ask a single backend to create the
1039         credentials.
1040
1041         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1042         logging.
1043         (nnimap-credentials): Protect against auth-source-search returning nil.
1044         (nnimap-request-list): Protect against not being able to open the
1045         server.
1046
1047 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1048
1049         * auth-source.el (auth-source-search): Do a two-phase search, one with
1050         no :create to get the responses from all backends.
1051
1052         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1053         when getting credentials.
1054
1055         * gnus-util.el (gnus-delete-duplicates): New function.
1056
1057 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1060         a creation default, pass the whole port list down.  It will be
1061         completed.
1062
1063         * auth-source.el (auth-source-search): Updated docs to talk about
1064         multiple creation choices.
1065         (auth-source-netrc-create): Accept a list as a value (from the search
1066         parameters) and do completion on that list.  Keep a separate netrc line
1067         with the password obscured for showing the user.
1068
1069         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1070         first choice to `auth-source-search' so it will be used for entry
1071         creation instead of the server's Gnus-specific name.
1072         (nnimap-credentials): Rely on the auth-source library to select which
1073         port is actually wanted in the new netrc entry, so don't override
1074         `auth-source-creation-defaults'.
1075
1076         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1077         :protocol and accept a missing user, host, or port as a wildcard match.
1078         (auth-source-debug): Default to off.
1079
1080         (auth-source-netrc-search, auth-source-netrc-create)
1081         (auth-source-secrets-search, auth-source-secrets-create)
1082         (auth-source-user-or-password, auth-source-backend, auth-sources)
1083         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1084         instead of :protocol.
1085
1086         * nnimap.el (nnimap-credentials): Pass a port default to
1087         `auth-source-search' in case an entry needs to be created.
1088         (nnimap-open-connection-1): Use :port instead of :protocol.
1089
1090 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * auth-source.el: Bind load-path when loading EIEIO from
1093         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1094         21.4 doesn't support, to `require'.
1095         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1096         delete-dups that is not available in XEmacs 21.4.
1097
1098 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1099
1100         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1101         as EIEIO must also be loaded when auth-source.el is being
1102         byte-compiled.
1103
1104 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1105
1106         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1107
1108         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1109
1110         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1111
1112         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1113
1114         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1115
1116         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1117
1118         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1119
1120         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1121         necessary.
1122
1123 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1124
1125         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1126         nil means that nnimap doesn't get updated.
1127
1128 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1129
1130         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1131         result when the user doesn't want to write to the file.
1132         (auth-source-netrc-search): Expect a synthetic result and proceed
1133         accordingly.
1134         (auth-source-cache-expiry): New variable to override
1135         `password-cache-expiry'.
1136         (auth-source-remember): Use it.
1137
1138         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1139         parameter.  Create entry if necessary by using :create t.
1140         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1141
1142 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1143
1144         * auth-source.el (auth-source-debug): Enable by default and don't
1145         mention the obsolete `auth-source-hide-passwords'.
1146         (auth-source-do-warn): New function to debug unconditionally.
1147         (auth-source-do-debug): Use it.
1148         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1149         and for Secrets API entries when the secrets.el library is not
1150         available.
1151
1152 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1153
1154         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1155         (gnus-summary-exit): Kill the correct article buffer on exit from a
1156         `C-d' group.
1157
1158         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1159         gnus-propagate-marks.
1160
1161         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1162         before killing the buffers so that a non-full window conf gets handled
1163         correctly.
1164         (gnus-summary-exit): Ditto.
1165         (gnus-summary-read-group-1): Ditto.
1166
1167         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1168         async code again so that we can debug it properly.
1169
1170         * message.el (message-reply): Take an optional switch-buffer parameter
1171         so that Gnus window confs are respected better.
1172
1173 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1174
1175         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1176         `plist-get' to accept non-list parameters (XEmacs issue).
1177         Fix docstring.
1178         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1179         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1180         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1181         Login collection is "Login" and not "login".
1182
1183 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1184
1185         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1186         multiple headers.
1187
1188         * nnimap.el (nnimap-inhibit-logging): New variable.
1189         (nnimap-log-command): Don't log login commands.
1190
1191         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1192         to have more parameters.
1193
1194         * nnimap.el (nnimap-send-command): Mark the command time for each
1195         command, so that we don't get NOOPs stepping on our toes.
1196
1197         * gnus-art.el (article-date-ut): Get the date from the Date header on
1198         `t'.
1199
1200 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1201
1202         * auth-source.el (auth-source-search): Use copy-sequence instead of
1203         the cl.el copy-list.
1204
1205 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1206
1207         * imap.el: Bring it back (revert
1208         84d800cd31de3064f0ed39617d725709a2f8f42f).
1209
1210 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1211
1212         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1213         Improve prompt.
1214
1215 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1216
1217         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1218         washing status from the default format.  It isn't very informative.
1219
1220 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1221
1222         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1223         Fix Gcc processing on imap.
1224
1225 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1226
1227         * imap.el: Remove file.  All the functionality is in nnimap.el.
1228
1229 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1230
1231         * message.el (message-bury): Don't pop up a new window when selected
1232         window is dedicated.
1233
1234 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1235
1236         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1237
1238 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * sieve-manage.el: Autoload `auth-source-search'.
1241         (sieve-sasl-auth): Use it.
1242
1243 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1244
1245         * nnimap.el: Autoload `auth-source-forget+'.
1246         (nnimap-open-connection-1): Use it if the connection fails.
1247
1248         * auth-source.el: Require `password-cache'.
1249         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1250         obsolete.
1251         (auth-source-magic): Marker for `password-cache' keys.
1252         (auth-source-do-cache): Update docstring.
1253         (auth-source-search): Use and check cache.
1254         (auth-source-forget-all-cached, auth-source-remember)
1255         (auth-source-recall, auth-source-forget, auth-source-forget+)
1256         (auth-source-specmatchp): Caching support functions.
1257         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1258         Remove and obsolete.
1259         (auth-source-user-or-password): Remove caching to further discourage
1260         using it.  Always hide passwords.
1261
1262         * password-cache.el (password-cache-remove): Accept secrets that are
1263         not strings.
1264
1265 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1266
1267         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1268         code for now, since it doesn't work for all users.
1269
1270 2011-02-09  Julien Danjou  <julien@danjou.info>
1271
1272         * message.el (message-options): Make message-options really buffer
1273         local.
1274
1275 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1276
1277         * mail-source.el: Autoload `auth-source-search'.
1278         (mail-source-keyword-map): Note order matters.
1279         (mail-source-set-1): Get all the mail-source source values and
1280         defaults and search auth-source on those if needed.  This can all
1281         probably be simplified.
1282
1283         * nnimap.el: Autoload `auth-source-search'.
1284         (nnimap-credentials): Use it.
1285         (nnimap-open-connection-1): Ask for the virtual server and physical
1286         address in one shot.
1287
1288         * nntp.el: Autoload `auth-source-search'.
1289         (nntp-send-authinfo): Use it.  Note TODO.
1290
1291 2011-02-08  Julien Danjou  <julien@danjou.info>
1292
1293         * shr.el (shr-tag-body): Add support for text attribute in body
1294         markups.
1295
1296         * message.el (message-options): Make message-options a local variable.
1297
1298 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1299
1300         * auth-source.el (auth-source-secrets-search)
1301         (auth-source-user-or-password): Use `append' instead of `nconc'.
1302         (auth-source-user-or-password): Build return list better and protect
1303         against nil :secret.
1304
1305 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1306
1307         * nnimap.el (nnimap-update-info): Refactor slightly.
1308         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1309         (nnimap-update-info): Clean up slightly.
1310         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1311         characters.
1312         (nnimap-process-quirk): Rename function to avoid collision.
1313         (nnimap-update-info): Fix macrology bug-out.
1314         (nnimap-update-info): Simplify split history test.
1315
1316 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1317
1318         * auth-source.el (top): Require 'eieio unconditionally.
1319         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1320         (auth-source-secrets-search): Limit search when `max' is greater than
1321         number of results.
1322
1323 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1324
1325         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1326         part not returning any data.
1327
1328         * proto-stream.el (open-protocol-stream): Document the return value.
1329
1330 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1331
1332         * auth-source.el (auth-source-secrets-search): Add examples.
1333
1334 2011-02-06  Julien Danjou  <julien@danjou.info>
1335
1336         * message.el (message-setup-1): Handle message-generate-headers-first
1337         set to t.
1338
1339 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1340
1341         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1342         API with a string "secrets:collection-name" and with 'default.
1343         (auth-source-backend-parse): Parse "secrets:collection-name" and
1344         'default.  Recurse on parses instead of repeating code.  Use the
1345         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1346         message when ignoring a source.
1347         (auth-source-search): List ignored search keys at the top level.
1348         (auth-source-netrc-create): Use `case' instead of `cond'.
1349         (auth-source-secrets-search): Created with TODOs.
1350         (auth-source-secrets-create): Created with TODOs.
1351         (auth-source-retrieve, auth-source-create, auth-source-delete)
1352         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1353         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1354         (auth-source-user-or-password-sftp)
1355         (auth-source-user-or-password-smtp): Remove.
1356         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1357         around `auth-source-search'.  Not tested thoroughly.
1358
1359 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1360
1361         * auth-source.el: Bring in assoc and eioeio libraries.
1362         (secrets-enabled): New variable to track the status of the Secrets API.
1363         (auth-source-backend): New EIOEIO class to represent a backend.
1364         (auth-source-creation-defaults): New variable to set prompt defaults
1365         during token creation (see the `auth-source-search' docstring for
1366         details).
1367         (auth-sources): Simplify to allow a simple string as a netrc backend
1368         spec.
1369         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1370         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1371         (auth-source-search): Main auth-source API entry point.
1372         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1373         (auth-source-search-collection): Helper function for searching.
1374         (auth-source-netrc-parse, auth-source-netrc-normalize)
1375         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1376         Supports search, create, and delete.
1377         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1378         backend stubs.
1379         (auth-source-user-or-password): Call `auth-source-search' but it's not
1380         ready yet.
1381
1382 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1383
1384         * message.el (message-setup-1): Remove the read-only stuff, since it
1385         doesn't work under XEmacs, for some reason.
1386
1387         * gnus-sum.el (gnus-user-date): Rename back from
1388         gnus-summary-user-date since user code refers to it.
1389
1390         * shr.el (shr-render-td): Store the actual background colour used.
1391
1392         * message.el (message-setup-1): Don't bind the constant
1393         -forbidden-properties.
1394         (message-setup-1): Revert previous change, since it needs to bind the
1395         props to insert them.
1396         (message-resend): Allow removing the read-only separator line.
1397
1398 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1399
1400         * nnimap.el (nnimap-request-accept-article): Give an error message if
1401         the APPEND wasn't successful.
1402
1403 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1404
1405         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1406         that have no groups.
1407
1408 2011-02-03  Julien Danjou  <julien@danjou.info>
1409
1410         * gnus-draft.el: Remove progn around gnus-draft-setup.
1411
1412 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1413
1414         * gnus-start.el (gnus-read-active-for-groups): This function is never
1415         called with a nil `infos', so clean that up.
1416         (gnus-get-unread-articles): Request active files from primary/secondary
1417         methods that have no groups (yet).
1418
1419 2011-02-03  Julien Danjou  <julien@danjou.info>
1420
1421         * message.el (message-setup-1): Always generate References first.
1422         (message-mail): Return the return value of message-setup, not always t.
1423         (message-setup-1): Insert mail-header-separator with read-only and
1424         intangible properties set.
1425
1426         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1427         user-date in docstring.
1428
1429         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1430
1431         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1432         docstring.
1433
1434         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1435         defcustom, with type and group. Move from gnus-util.el. Rename to
1436         gnus-summary-user-date-format-alist.
1437
1438 2011-02-03  Glenn Morris  <rgm@gnu.org>
1439
1440         * nnimap.el (gnus-fetch-headers): Declare.
1441
1442         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1443
1444 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1445
1446         * message.el (message-forward-make-body-digest-plain)
1447         (message-followup, message-reply): Clean up things noted by Stefan.
1448
1449         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1450         gnus-article-update-date-headers is nil.
1451         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1452         it didn't really work with defcustom.
1453         (article-update-date-lapsed): Make sure the window start doesn't move,
1454         either.
1455
1456 2011-02-01  Julien Danjou  <julien@danjou.info>
1457
1458         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1459         format.
1460
1461         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1462         standard in Emacs nowadays.
1463
1464         * color.el (color-gradient): Add a color-gradient function.
1465
1466 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1467
1468         * message.el (message-expand-name): Don't trust the return value of
1469         bbdb-complete-name.
1470         (message-check-news-header-syntax): Remove unused var `start'.
1471         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1472         (message-inhibit-body-encoding): Move to before first use.
1473         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1474         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1475         (Organization, Message-ID, Date, mh-previous-window-config):
1476         Defvar the vars using dynamic scoping.
1477
1478 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1479
1480         * shr.el (shr-render-td): Only do colours at the final rendering.
1481         Should be slightly faster.
1482         (shr-insert-table): Fix up TD background colours when doing the
1483         vertical padding.
1484
1485         * gnus-art.el (article-date-ut): Protect against articles with no Date
1486         header.
1487         (article-update-date-lapsed): Don't use current-column to find the
1488         horizontal position.  It's fragile in the presence of \003 characters.
1489
1490         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1491
1492 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1493
1494         * gnus-art.el (article-transform-date): Rewrite to still work when
1495         there are several rfc2822 parts.
1496         (article-transform-date): Fix infinite recursion.
1497         (article-date-ut): Replace infinitely many Date headers with a single
1498         one when called interactively.
1499
1500         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1501         secure manner.
1502
1503         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1504         move around by not using save-window-excursion.  It seems to work...
1505
1506 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1507
1508         * gnus-art.el (article-make-date-line): Work for user-defined format.
1509
1510 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1511
1512         * nntp.el (nntp-retrieve-group-data-early)
1513         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1514         fetching functions.
1515
1516         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1517         thoroughly for all backends that have no known groups.  This should
1518         allow new nnml methods to retrieve mail.
1519
1520         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1521         that Gnus doesn't know exists again.
1522
1523         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1524         (gnus-treat-date-ut): Ditto.
1525         (gnus-article-update-date-header): Rename.
1526         (gnus-treat-date-local): Remove.
1527         (gnus-treat-date-english): Remove.
1528         (gnus-treat-date-lapsed): Remove.
1529         (gnus-treat-date-combined-lapsed): Remove.
1530         (gnus-treat-date-original): Remove.
1531         (gnus-treat-date-iso8601): Remove.
1532         (gnus-treat-date-user-defined): Remove.
1533         (gnus-article-date-headers): New variable to control all the date
1534         header options.
1535         (article-date-ut): Rewrite to allow using the new way to format date
1536         headers(s).
1537
1538 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1539
1540         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1541         method.
1542         (nnmail-article-group): A better test for fanciness.
1543
1544         * nnimap.el (nnimap-request-head): Protect against not finding the
1545         article by Message-ID.
1546
1547 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1548
1549         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1550         keep point at the "same place".
1551
1552 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1553
1554         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1555         data if the group is unactivated.
1556
1557 2011-01-28  Julien Danjou  <julien@danjou.info>
1558
1559         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1560         (gnus-all-windows-visible-p): Remove old compatibility code.
1561         (gnus-window-top-edge): Add docstring.
1562
1563         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1564
1565 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1566
1567         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1568         older request-update-info.
1569
1570         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1571
1572 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1573
1574         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1575         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1576
1577 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1580         groups.  This makes the nndraft:queue group pop up if it's not already
1581         there.
1582
1583         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1584         messages" logic, which was reversed.
1585
1586         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1587         the "same place" even if point is on the line being replaced.
1588         (article-update-date-lapsed): Allow updating both the combined lapsed
1589         and the lapsed headers.
1590         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1591         (article-make-date-line): Limit the number of segments dynamically to
1592         avoid too-long lines.
1593
1594 2011-01-27  Julien Danjou  <julien@danjou.info>
1595
1596         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1597         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1598
1599 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1602         Use plist-get instead of the cl function getf.
1603
1604 2011-01-27  Glenn Morris  <rgm@gnu.org>
1605
1606         * gnus-util.el (float-time): Get rid of compiler warning, again.
1607
1608 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1609
1610         * shr.el (shr-put-color): Special-case background colours: Do put them
1611         at the blank parts at the front of the lines.
1612
1613         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1614         exit hook to nix out all data on readedness on group exit.
1615
1616         * gnus-util.el (float-time): If float-time is bound, always use it on
1617         all Emacsen.  It's unclear why the subrp check was there.
1618         (time-date): Require to make some autoload issues on XEmacs go away.
1619
1620         * shr.el (shr-put-color): Don't do the box padding in tables, since
1621         they're already padded.
1622
1623 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1624
1625         * gnus-art.el (gnus-article-next-page): When the last line of the
1626         article is displayed, scroll down once more instead of going to the
1627         next article at once.
1628         (article-lapsed-string): Refactor out and allow specifying how many
1629         segments you want.
1630         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1631         (gnus-article-update-lapsed-header): New variable.
1632
1633         * shr.el: Revert change that made headings use different-sized faces.
1634         The Emacs display engine isn't advanced enough that, for instance,
1635         tables can comfortably use differently-sized faces.
1636
1637 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1638
1639         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1640         used.
1641         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1642         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1643         we're using an encrypted connection.
1644
1645         * proto-stream.el: Alter the interface functions to also return the
1646         actual stream type used: network or tls.
1647
1648 2011-01-25  Julien Danjou  <julien@danjou.info>
1649
1650         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1651         (mm-display-javascript-inline): New function.
1652
1653         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1654         viewing function.
1655
1656 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * shr.el (shr-expand-newlines): Fix variable name.
1659
1660 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1661
1662         * shr.el (shr-expand-newlines): Make nested boxes work.
1663
1664 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1665
1666         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1667         backgrounds.
1668         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1669         in a more sensible manner.
1670
1671 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1672
1673         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1674         if EPG is loaded.
1675
1676 2011-01-24  Julien Danjou  <julien@danjou.info>
1677
1678         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1679         tags.
1680
1681 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1682
1683         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1684         commands.
1685
1686         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1687         in the article buffer.
1688         (gnus-gravatar-insert): Use blank space from the current buffer to
1689         avoid breaking text properties.  This makes X-Sent updating work again.
1690
1691         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1692
1693 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1694
1695         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1696         fix the bug in url-http.el instead.
1697
1698         * shr.el (shr-image-fetched): Ditto.
1699
1700         * shr.el (shr-image-fetched): Avoid having point move in the article
1701         buffer.
1702
1703         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1704         buffer after being called.  It's apparently being killed by url.el, and
1705         killing it made point move to end-of-buffer in a random buffer.
1706
1707         * shr.el (shr-image-fetched): Ditto.
1708
1709 2011-01-23  Julien Danjou  <julien@danjou.info>
1710
1711         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1712
1713         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1714         text/x-org.
1715
1716 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1717
1718         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1719         (i.e., nnimap) returning nil as the article number.
1720
1721 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1722
1723         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1724         "DelSp" parameter in RFC3676.
1725
1726 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1727
1728         * message.el (message-check-recipients): Display the encoded version of
1729         the bogus address if they differ.
1730
1731         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1732         after sending.
1733
1734         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1735
1736         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1737
1738         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1739         group buffer after sending the queue.
1740
1741         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1742
1743 2011-01-22  Julien Danjou  <julien@danjou.info>
1744
1745         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1746
1747 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1748
1749         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1750         nested related parts.
1751
1752         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1753         unexpired articles.  This fixes the regression that led expiry marks to
1754         disappear from nnfolder groups.
1755
1756 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1757
1758         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1759         Don't confuse the "ret" of "retrograde" with RET.
1760
1761 2011-01-21  Julien Danjou  <julien@danjou.info>
1762
1763         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1764         than mm-insert-inline.
1765
1766 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1769         Widen article buffer.
1770
1771 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1772
1773         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1774         the temp buffer.
1775         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1776
1777 2011-01-20  Julien Danjou  <julien@danjou.info>
1778
1779         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1780
1781         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1782         than mm-insert-inline to insert inline part: this respect
1783         mm-inline-media-tests displayers.
1784
1785         * mm-view.el (mm-display-shell-script-inline): New function.
1786
1787         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1788
1789         * mm-uu.el (mm-uu-type-alist): Add org block.
1790         (mm-uu-org-src-code-block-extract): New function.
1791
1792         * mm-view.el (mm-display-org-inline): New function.
1793
1794         * mm-decode.el (mm-automatic-display): Add text/org.
1795
1796         * mailcap.el (mailcap-mime-extensions): Add .org.
1797
1798 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1799
1800         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1801         gnus-article-add-buttons.
1802
1803 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1804
1805         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1806         From header with a date and "nobody" as the sender.
1807
1808 2011-01-19  Julien Danjou  <julien@danjou.info>
1809
1810         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1811         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1812         if you have the same regexp several times.
1813         (gnus-button-push): Fix matching when regexp is symbol.
1814
1815 2011-01-15  Glenn Morris  <rgm@gnu.org>
1816
1817         * message.el (message-mail): A compose-mail function should
1818         accept headers as strings.
1819
1820 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1821
1822         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1823         Add :vert-only tags.
1824         (message-mail): New arg RETURN-ACTION.
1825         (message-return-action): New var.
1826         (message-bury): Use it.
1827         (message-mode): Make it buffer-local.
1828         (message-send-and-exit): Always call message-bury.
1829
1830         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1831         message-mail.
1832
1833 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * nnimap.el (nnimap-convert-partial-article): Protect against
1836         zero-length body parts.
1837
1838         * mm-decode.el (mm-preferred-alternative-precedence):
1839         Discourage showing empty parts.
1840
1841         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1842         and stuff if the backend didn't return the article number.  This fixes
1843         an Exchange-related nnimap bug.
1844
1845         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1846         group window, because it does the wrong thing when a separate frame
1847         displays the group buffer.
1848
1849         * proto-stream.el (open-protocol-stream): Protect against the low-level
1850         transport functions returning nil.
1851
1852 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1853
1854         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1855         (mml2015-epg-find-usable-secret-key): New function.
1856         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1857         mml2015-epg-find-usable-key (Bug#7797).
1858         (mml2015-epg-encrypt): Ditto.
1859
1860 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * dgnushack.el (rot13-string): Fix the way to get the argument.
1863
1864 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1865
1866         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1867
1868 2011-01-03  Glenn Morris  <rgm@gnu.org>
1869
1870         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1871
1872         * sieve.el (sieve-open-server): Give a more explicit error if
1873         sieve-manage-open returns nil.  (Bug#7720)
1874
1875 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1876
1877         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1878
1879 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1882         This avoids sending passwords in plain text over non-encrypted
1883         channels.
1884
1885         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1886
1887         * nnimap.el (nnimap-login): Refactored out into own function, and
1888         implement CRAM-MD5.
1889         (nnimap-wait-for-line): Refactored out.
1890
1891         * mm-view.el (mml-smime): Require.
1892
1893 2010-12-20  David Engster  <deng@eml.cc>
1894
1895         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1896         use EPG to decrypt S/MIME messages instead of openssl.
1897
1898 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1901
1902         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1903         status is the group clearly is unreachable.
1904
1905         * auth-source.el (auth-source-create): Add the optional second
1906         parameter to `local-variable-p' to be compatible with XEmacs.
1907
1908 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1909
1910         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1911         work when using a compressed nnml folder.
1912
1913 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1916         backends after sanitising on entry, because this never makes sense:
1917         If the articles have gone missing, then the data no longer exists on
1918         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1919         overwrite anything anyway.
1920
1921         * shr.el (shr-insert-document): Bind shr-width dynamically to
1922         window-width if it's nil.
1923
1924 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1925
1926         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1927         with the meaning of using the full emacs window width for rendering.
1928
1929 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1930
1931         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1932         case when sender is not given.
1933
1934 2010-12-23  Julien Danjou  <julien@danjou.info>
1935
1936         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1937         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1938         the addresses, otherwise we might misplaced the gravatar.
1939
1940 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1941
1942         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1943         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1944         obsolete in Emacs.
1945
1946 2010-12-20  Julien Danjou  <julien@danjou.info>
1947
1948         * gnus-util.el (gnus-rescale-image): Revert last change.
1949
1950 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1951
1952         * binhex.el: Improve commentary (Bug#7482).
1953
1954 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * gnus-group.el (gnus-group-delete-articles): New command.
1957
1958 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1959
1960         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1961
1962 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1965         here, since it's up to the backends to do CRLF removal if their
1966         protocol has it.
1967
1968         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1969
1970 2010-12-17  Julien Danjou  <julien@danjou.info>
1971
1972         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1973         they are from file. Can also scale up.
1974
1975 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1976
1977         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1978         gnus-use-agent.
1979         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1980
1981         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1982
1983 2010-12-17  Julien Danjou  <julien@danjou.info>
1984
1985         * gravatar.el (gravatar-retrieve-synchronously): New function.
1986         (gravatar-get-data): Make more robust.
1987
1988 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1989
1990         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1991
1992 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1995         to really consider the last line.
1996
1997 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1998
1999         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2000         list of recipient keys, or use symmetric encryption if not a list.
2001         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2002         EPA override, replacing the call to `netrc-store-data'.
2003
2004 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2005
2006         * gnus-srvr.el: Avoid passing nil regexp argument to
2007         delete-matching-lines.
2008
2009 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2010
2011         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2012         fetching stops when Gnus exits.
2013
2014         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2015         function.
2016         (nnfolder-request-expire-articles): Save all the buffers after doing
2017         expiry.
2018
2019         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2020         the last article", since that led to serious performance regressions
2021         when expiring nnml groups.
2022
2023 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2024
2025         * nnir.el: Improve customizations.
2026
2027 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2030
2031         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2032         group has been killed.
2033         (gnus-group-yank-group): Ditto.
2034
2035         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2036
2037         * nnimap.el (nnimap-request-update-group-status): New function.
2038
2039         * gnus-int.el (gnus-request-update-group-status): New interface
2040         function.
2041
2042         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2043         copying read-ness to the backends.
2044
2045         * nnimap.el (nnimap-quirk): New function.
2046         (nnimap-retrieve-group-data-early): Use it.
2047         (nnimap-quirks): New alist.
2048
2049 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2050
2051         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2052         don't delete it within indentation.
2053
2054 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2057         previous line.
2058
2059 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2062         QRESYNC command by deleting a superfluous space which broke Cyrus
2063         servers.  This change will break other servers that are buggy the other
2064         way around.
2065
2066 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2067
2068         * spam.el: Reindent and fix long lines.
2069         (spam-copy-or-move-routine): Exclude invalid move destinations.
2070
2071 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2072
2073         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2074         installed the registry.
2075
2076 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2079
2080 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2081
2082         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2083         groupname doesn't contain "gmane".
2084
2085 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2088         and netrc-bound-and-true-p bindings.
2089         (netrc-parse): Cache the netrc contents.
2090
2091         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2092         (gnus-1): Don't create the nndrafts group twice.
2093         (gnus-setup-news): There's no need to read the active file here, since
2094         that's done again later on a per-backend basis.
2095         (gnus-start-draft-setup): Make sure that the new group is started out
2096         empty.
2097
2098         * gnus-agent.el (gnus-agentize): Don't create the queue group
2099         automatically on startup.  It'll be created later, if needed.
2100
2101         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2102         of automatically subscribed groups.
2103         (gnus-auto-subscribed-categories): New variable.
2104         (gnus-matches-options-n): Use it.
2105         (gnus-default-subscribed-newsgroups): Remove unused variable.
2106         (gnus-start-draft-setup): Message a bit less.
2107
2108 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2109
2110         * nnir.el (nnir-run-imap): Return article list in order of increasing
2111         UID.
2112
2113 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * gnus-sum.el (gnus-summary-enter-digest-group):
2116         Mention gnus-auto-select-on-ephemeral-exit.
2117
2118         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2119         convention of the network-only option.
2120
2121 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122
2123         * proto-stream.el (proto-stream-open-network-only): New function to
2124         have a way to specify non-STARTTLS upgrade connections.
2125
2126 2010-12-10  Julien Danjou  <julien@danjou.info>
2127
2128         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2129         email address is nil.
2130
2131         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2132
2133 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2134
2135         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2136         deletion.
2137         (nnir-run-imap): Only need to parse list once.
2138
2139 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140
2141         * shr.el (shr-tag-script): Ignore <script>.
2142         (shr-tag-label): Add <label> support.
2143
2144 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2147
2148         * shr.el (shr-image-displayer): Work for images lined side by side.
2149
2150 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2151
2152         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2153         parameter, since XEmacs doesn't accept t as a parameter.
2154
2155 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2156
2157         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2158         ids.
2159         (nnir-run-gmane): Simplify groupspec formatting.
2160         (nnir-request-expire-articles): New function.
2161
2162 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2165         overflow, possibly.
2166
2167         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2168         (shr-render-td): Handle td style="" better.
2169         (shr-tag-table): Use the color from the style sheet.
2170         (shr-render-td): Make sure we copy over all the overlays, too.
2171
2172 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2173
2174         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2175         (nnir-request-article): Improve article retrieval.
2176
2177 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * mm-util.el (mm-extra-numeric-entities): New variable.
2180
2181         * mm-url.el (mm-url-decode-entities):
2182         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2183
2184         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2185
2186 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2187
2188         * message.el: Use completion-at-point.
2189         (message-completion-function): New fun, extracted from message-tab.
2190         (message-mode): Use it for completion-at-point-functions.
2191         (message-tab): Use it and completion-at-point.
2192
2193 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2196         character if a non-breakable character follows.
2197
2198 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2201         any stream.
2202
2203         * shr.el (shr-tag-font): Colorize the region.
2204         (shr-tag-body): Ditto.
2205         (shr-tag-font): Actually let the styles be inherited instead of
2206         overwriting them.
2207         (shr-tag-font): Get the background color right.
2208         (shr-tag-style): Ignore all <style> tags for the moment.
2209
2210         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2211         a Message-ID to avoid having nnimap depend on gnus-sum.
2212
2213         * shr.el (shr-descend): Only colorize something if we have a node that
2214         sets colors.
2215
2216 2010-12-06  Julien Danjou  <julien@danjou.info>
2217
2218         * shr.el (shr-render-td): Render td content with shr-descend, so style
2219         will be applied to <td> too.
2220         (shr-colorize-region): Colorize region even if we only have a background.
2221         (shr-tag-body): Fix color and background color inheritance.
2222         Do not recolorize after shr-generic.
2223         (shr-tag-font): Let shr-generic colorize via inheritance.
2224
2225 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2228
2229 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2230
2231         * nnir.el (nnir-request-move-article): Remove obsolete code.
2232
2233 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2236
2237 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2238
2239         * gnus-sum.el (gnus-summary-respool-article): The completion function
2240         expects a list instead of an alist.
2241
2242         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2243         string as the parameter.
2244
2245         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2246
2247         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2248         styles.
2249         (shr-colorize-region): New function.
2250         (shr-insert-background-overlay): Remove.
2251         (shr-render-td): Background setting should be taken care of on a higher
2252         level.
2253         (shr-tag-body): Use post-hoc colorizations.
2254         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2255         (shr-put-color-1): Don't overwrite old colors.
2256         (shr-colorize-region): When the background color isn't explicit, use
2257         a fixed background.
2258
2259         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2260         nnmail variables.
2261
2262 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2263
2264         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2265         unless necessary.
2266
2267 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2268
2269         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2270         server.
2271
2272 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2273
2274         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2275         so that TAB works.
2276
2277         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2278         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2279
2280         * shr.el (shr-urlify): Show the URL before the title to avoid
2281         misleading URLs.
2282
2283 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2284
2285         * shr.el (shr-urlify): Display the title in <a> tags.
2286
2287 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2288
2289         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2290
2291 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2292
2293         * nnir.el: Rearrange code to allow macros to be autoloaded by
2294         gnus-sum.el.
2295         (nnir-retrieve-headers-override-function): Make this variable
2296         customizable.
2297         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2298
2299         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2300         from nnir.el.
2301
2302 2010-12-03  Julien Danjou  <julien@danjou.info>
2303
2304         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2305
2306 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2309         allow optional argument `environment'.
2310
2311 2010-12-03  Glenn Morris  <rgm@gnu.org>
2312
2313         * mm-extern.el (message-goto-body): Update declaration.
2314
2315 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * gnus-util.el (gnus-macroexpand-all): New function.
2318
2319         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2320         instead of macroexpand-all that is unavailable in XEmacs.
2321
2322 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2323
2324         * nnir.el (nnir-summary-line-format): New variable.
2325         (nnir-mode): Use it.
2326         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2327         (nnir-article-ids): Reimplement as defsubst.
2328         (nnir-retrieve-headers): Don't mangle the subject header.
2329         (nnir-run-imap): Use 100 as RSV score.
2330         (nnir-run-find-grep): Fix for full server searching.
2331         (nnir-run-gmane): Better restriction to gmane groups.
2332
2333         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2334         summary buffers.
2335
2336 2010-12-02  Julien Danjou  <julien@danjou.info>
2337
2338         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2339
2340         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2341
2342         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2343         support.
2344
2345 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2346
2347         * nnir.el: Update to handle the registry better.
2348         (autoload): Silence byte-compiler.
2349         (nnir-open-server): Add a hook for nnir groups.
2350         (nnir-request-move-article): Don't mangle the header. Better to use
2351         formating variables (which will be added in the future).
2352         (nnir-registry-action): Update the registry using the original article
2353         group name.
2354         (nnir-mode): Install nnir-specific hooks for updating the registry.
2355
2356         * gnus-sum.el
2357         (gnus-article-original-subject,gnus-newsgroup-original-name):
2358         Remove obsolete variables.
2359         (gnus-summary-move-article): Remove use of obsolete variables.
2360         (gnus-summary-local-variables): Make move and delete hooks local to
2361         summary buffers.
2362
2363 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * rtree.el: New file.
2366
2367 2010-12-01  Julien Danjou  <julien@danjou.info>
2368
2369         * message.el (message-user-organization): Do not use
2370         gnus-local-organization.
2371
2372         * gnus.el: Remove gnus-local-organization.
2373
2374         * gnus-msg.el: Remove nastygram thing.
2375
2376 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2377
2378         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2379         funcall.
2380
2381 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2384         names.
2385
2386         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2387         characters.
2388
2389         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2390         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2391         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2392         (gnus-gravatar-transform-address): Use mail-extract-address-components
2393         that supports non-ASCII names rather than mail-header-parse-addresses.
2394
2395 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396
2397         * proto-stream.el (open-protocol-stream): All starttls connections are
2398         handled by the network handler.
2399
2400 2010-11-30  Julien Danjou  <julien@danjou.info>
2401
2402         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2403         (nnimap-open-connection-1): Fix PREAUTH.
2404
2405         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2406
2407 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2410         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2411         (shr-insert): Use them.
2412         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2413
2414 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2415
2416         * nnir.el (nnir-request-move-article): Bail out if original group
2417         doesn't support article moves.
2418         (nnir-get-active): Improve active list retrieval.
2419
2420 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2423
2424 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2425
2426         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2427         seem to accept strings-with-numbers as port numbers,
2428
2429 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2430
2431         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2432         change the registry.
2433
2434 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2437         delete-dups that is not available in XEmacs 21.4.
2438
2439         * mm-util.el (mm-delete-duplicates): Add comment.
2440
2441 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2442
2443         * nnir.el (nnir-ignored-newsgroups): New variable.
2444         (nnir-get-active): Use it.
2445
2446 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2447
2448         * proto-stream.el (proto-stream-open-network): Add some comments.
2449
2450         * nntp.el (nntp-open-connection): Provide a :success condition.
2451
2452         * nnimap.el (nnimap-open-connection-1): Ditto.
2453
2454         * proto-stream.el (proto-stream-open-network): See what the response to
2455         the STARTTLS command is.
2456
2457         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2458         backwards compatibility).
2459         (nnimap-open-connection-1): Really respect nnimap-server-port.
2460
2461         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2462         TLS upgrades we don't really care about the identity of the peer.
2463         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2464         that what we've checked for.
2465         (proto-stream-always-use-starttls): Only default to t if
2466         open-gnutls-stream exists.
2467         (proto-stream-open-network): If STARTTLS failed, then just open a
2468         normal connection.
2469         (proto-stream-open-network): Wait until the greeting before doing
2470         STARTTLS.
2471
2472         * nntp.el (nntp-open-connection): Report what the connection error is.
2473
2474         * proto-stream.el (open-protocol-stream): Rename from
2475         open-proto-stream.
2476
2477 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * nnimap.el (nnimap-stream): Change default to `undecided'.
2480         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2481         first, and then network.
2482         (nnimap-open-connection-1): Respect nnimap-server-port.
2483         (nnimap-open-connection): Be more backwards-compatible.
2484
2485         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2486         (proto-stream-open-starttls): De-duplicate the starttls code.
2487         (proto-stream-open-starttls): Folded back into the main function.
2488         (proto-stream-open-network): Fix typo in the gnutls path.
2489         (proto-stream-command): Refactor out.
2490
2491         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2492
2493         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2494         starttls.el STARTTLS.
2495
2496         * color.el (color-lab->srgb): Fix function call name.
2497
2498         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2499         if we're using tls.el.
2500         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2501         built in, then don't try to establish a STARTTLS connection.
2502
2503         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2504         servers.
2505
2506         * proto-stream.el (open-proto-stream): Use network, not stream.
2507         (open-proto-stream): Add a way to specify what the end of a command is.
2508
2509         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2510         connections types.
2511         (nntp-open-network-stream): Remove.
2512         (nntp-open-ssl-stream): Remove.
2513         (nntp-open-tls-stream): Remove.
2514         (nntp-ssl-program): Remove.
2515
2516         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2517
2518 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2519
2520         * nnir.el: Fix typos.
2521         (nnir-retrieve-headers-override-function): Rename variable to reflect
2522         new semantics.
2523         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2524         macros.
2525         (nnir-request-article, nnir-request-move-article): Use them.
2526         (nnir-categorize): New function.
2527         (nnir-run-query): Use it.
2528         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2529         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2530         sorted.
2531         (nnir-group-full-name): Use gnus-group-full-name instead.
2532         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2533         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2534
2535 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2536
2537         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2538
2539         * proto-stream.el: New library to provide protocol-specific
2540         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2541         protocols.
2542         (open-proto-stream): Complete the documentation.
2543         (proto-stream-open-network): Fix some typos.
2544
2545         * nnimap.el (nnimap-open-connection): Use it.
2546
2547 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2548
2549         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2550         negotiation.
2551
2552 2010-11-26  Julien Danjou  <julien@danjou.info>
2553
2554         * color.el: Rename various rgb functions to srgb.
2555
2556 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2559         names.
2560
2561 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * shr.el (shr-insert): Revert last change.
2564         (shr-find-fill-point): Never leave point being at bol;
2565         relax the kinsoku limitation when rendering tables.
2566
2567 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2570         results from -accept-article.
2571
2572         * shr-color.el: Require cl when compiling.
2573
2574         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2575         checkin.
2576
2577         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2578
2579         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2580
2581         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2582         'add and 'delete to set backend marks.
2583
2584         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2585
2586         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2587
2588         * nntp.el (nntp-request-set-mark): Use it.
2589
2590         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2591
2592         * nnml.el (nnml-request-set-mark): Ditto.
2593
2594         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2595         introduces regressions in article selection.
2596         (nnimap-find-uid-response): New function.
2597         (nnimap-request-accept-article): Use the UID returned, if any.
2598         (nnimap-request-move-article): Use the UID returned, if any.
2599         (nnimap-get-groups): Reimplement to work with folded lines.
2600         (nnimap-find-uid-response): The UID is the last element in the list.
2601         (nnimap-request-set-mark): Extend syntax with 'set.
2602
2603         * nnml.el (nnml-request-set-mark): Ditto.
2604
2605         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2606
2607         * nntp.el (nntp-request-set-mark): Ditto.
2608
2609 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2610
2611         * message.el (message-called-interactively-p): A temporary macro.
2612         (message-goto-body): Use it temporarily.
2613
2614 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2617         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2618         (nnimap-last-response-string): Fix last unfolding fix.
2619
2620 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * shr.el (shr-insert): Fix the way to fold lines.
2623
2624 2010-11-25  Julien Danjou  <julien@danjou.info>
2625
2626         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2627
2628         * color.el: Rename from color-lab.el
2629         (color-rgb->hex): Add.
2630         (color-complement): Add.
2631         (color-complement-hex): Add.
2632
2633         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2634
2635 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2638         don't exist.
2639
2640 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2643         assuming that article displaying or another mml-preview may be
2644         interrupted for an error or for the like.
2645
2646         * shr.el (shr-get-background): Fix argument name.
2647
2648 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2651
2652         * gnus-sum.el (gnus-summary-include-articles): New function.
2653
2654         * message.el (message-goto-body): called-interactively-p needs a
2655         parameter, so use `any'.
2656
2657         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2658         clear marks before moving, since they're synced from the Gnus side
2659         first.
2660
2661         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2662         (gnus-summary-move-article): Copy over all marks before moving, so that
2663         IMAP doesn't think a new article has arrived.
2664
2665 2010-11-24  Julien Danjou  <julien@danjou.info>
2666
2667         * shr.el (shr-insert-background-overlay): Fix typo.
2668         (shr-render-td): Copy the background before rendering.
2669
2670         * shr-color.el (shr-color-visible): Fix docstring.
2671
2672         * shr.el (shr-tag-table): Add bgcolor support.
2673         (shr-render-td): Add bgcolor support.
2674         (shr-get-background): Add.
2675         (shr-insert-foreground-overlay): Use shr-get-background.
2676
2677         * message.el (message-goto-body): Use called-interactively-p.
2678         (message-in-body-p): message-goto-body returns point.
2679
2680 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681
2682         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2683         Fixes something or other in Emacs 23, and is backwards compatible.
2684
2685         * message.el (message-goto-body): Remove the <#secure special-casing,
2686         which is too special.
2687
2688         * shr.el (shr-parse-style): Drop !important from styles.
2689
2690 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2691
2692         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2693         this function to return incorrect results when calling it with an
2694         explicit article argument different from
2695         (gnus-summary-article-number).
2696
2697 2010-11-24  Julien Danjou  <julien@danjou.info>
2698
2699         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2700         (shr-tag-body): Add background support.
2701         (shr-descend): Add background support.
2702         (shr-tag-title): Add.
2703
2704         * shr-color.el (shr-color-visible): Really return original background
2705         if fixed.
2706
2707 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * shr.el (shr-color-check): Protect against non-existent colour names.
2710
2711 2010-11-24  Julien Danjou  <julien@danjou.info>
2712
2713         * color-lab.el: Require 'cl when compiling.
2714
2715         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2716
2717         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2718         matched part.
2719
2720         * color-lab.el: Fix all expt calls to use float type.
2721
2722 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2723
2724         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2725         expression to shr-color-check as is.
2726
2727         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2728
2729         * color-lab.el: Add coding cookie.
2730         (float-pi): Use eval-and-compile.
2731
2732         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2733         compiled for Emacsen having no `libxml-parse-html-region' support.
2734
2735 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * shr.el (shr-insert-color-overlay): Split stuff like
2738         "#444444 !important" to find the real colour.
2739         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2740         parse <font color="red"> entries.
2741
2742 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2743
2744         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2745         point when parsing headers.
2746
2747         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2748         is positioned properly when parsing headers.
2749
2750 2010-11-23  Julien Danjou  <julien@danjou.info>
2751
2752         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2753
2754         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2755
2756         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2757
2758         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2759         Use shr-color-hue-to-rgb.
2760         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2761
2762 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * shr.el (shr-color->hexadecimal): Autoload.
2765         (shr-descend): Add color to all tags.
2766
2767 2010-11-22  Julien Danjou  <julien@danjou.info>
2768
2769         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2770         shr-color->hexadecimal.
2771
2772         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2773         RGB() or HSL() color representation.
2774
2775         * shr.el (shr-tag-font): Add.
2776         (shr-tag-color-check): New function to get better colors.
2777         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2778         tag-span.
2779
2780         * shr-color.el: New file.
2781
2782         * color-lab.el: New file.
2783
2784         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2785
2786 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2787
2788         * nnir.el: Fix typo in comments.
2789         (nnir-run-imap): Simplify code. No need to reverse artlist.
2790         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2791
2792 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793
2794         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2795
2796         * nnimap.el (nnimap-get-capabilities): Refactor out.
2797         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2798
2799 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2800
2801         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2802         appearing when `mm-uu-hide-markers' is nil.
2803
2804 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * nnimap.el (nnimap-unselect-group): Make into its own function.
2807         (nnimap-request-rename-group): Unselect group before renaming.
2808         This had gotten lost somewhere.
2809         (nnimap-request-accept-article): Keep track of examined groups, and
2810         unselect the group before APPENDing to read-only groups.
2811         (nnimap-request-move-article): Clear flags before moving so that they
2812         can be re-set later.
2813
2814 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2817         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2818
2819 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * gnus-art.el (gnus-mime-display-single)
2822         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2823         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2824         parameter.
2825
2826 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827
2828         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2829         (shr-table-vertical-line): New variable.
2830         (shr-insert-table): Use it.
2831
2832 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * gnus-html.el (gnus-html-wash-images): Don't display images if
2835         gnus-inhibit-images is non-nil; register displayer for cid images.
2836         (gnus-html-display-image): Work for cid image.
2837         (gnus-html-insert-image): Allow arguments.
2838         (gnus-html-put-image): Inhibit read-only.
2839         (gnus-html-prefetch-images): Don't prefetch images if
2840         gnus-inhibit-images is non-nil.
2841
2842 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2843
2844         * shr.el (shr-put-image): Break lines when inserting big pictures.
2845
2846 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2847
2848         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2849         sender, thanks Katsumi Yamaoka.
2850
2851 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2852
2853         * nnir.el (nnir-run-imap): Reverse the article list for each group
2854         rather than the whole list.
2855
2856 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2857
2858         * shr.el (shr-image-displayer): Protect function against non-existent
2859         image source.
2860
2861         * gnus-art.el (gnus-inhibit-images): New user option.
2862         (gnus-mime-display-single): Don't display image if it is non-nil.
2863
2864         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2865         gnus-inhibit-images.
2866
2867         * shr.el (shr-image-displayer): New function.
2868         (shr-tag-img): Use it.
2869
2870 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2871
2872         * mml2015.el (mml2015-epg-sign): Use From header.
2873
2874 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2877
2878         * gnus-util.el (gnus-find-text-property-region): Return markers.
2879
2880         * shr.el (shr-tag-img): Put a displayer in the text property.
2881
2882         * gnus-util.el (gnus-find-text-property-region): New utility function.
2883
2884         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2885         (gnus-html-show-images): Remove.
2886
2887         * gnus-art.el (gnus-article-show-images): New, more general function.
2888
2889         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2890         image url text properties.
2891
2892         * shr.el: Ditto.
2893
2894         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2895         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2896
2897 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2900         work for two or more articles.
2901
2902 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2905         divide an image that's in an html article to two or more when washing
2906         non-ASCII characters in alt text of it.
2907
2908 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2911         smime-decrypt-region using function argument.
2912         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2913
2914         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2915
2916         * smime.el (smime-decrypt-region): Catch it.
2917
2918 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2919
2920         * smime.el (smime-mode-map): Move initialization into declaration.
2921         (gnus-run-mode-hooks): Don't autoload.
2922         (smime-mode): Use define-derived-mode.
2923
2924 2010-11-11  Glenn Morris  <rgm@gnu.org>
2925
2926         * smime.el (from): Restrict declaration to XEmacs.
2927
2928         * nnir.el (gnus-group-topic-name): Autoload.
2929
2930 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2931
2932         * shr.el (shr-insert): Don't break long line if it is because of
2933         kinsoku-bol characters in the line end.
2934
2935 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2936
2937         * nnir.el (nnir-request-move-article): Fix to provide original group
2938         and subject.
2939         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2940         been retrieved.
2941
2942         * gnus-sum.el (gnus-summary-move-article): Use original group and
2943         subject for virtual articles such as those in an nnir summary buffer.
2944
2945 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2946
2947         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2948         least 21.5).
2949
2950         * smime.el (from): Declare it again for XEmacs.
2951
2952 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * message.el (message-resend): Don't disable encoding unless it's
2955         already encoded.
2956
2957         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2958         low-numbered articles.
2959
2960 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * rfc2047.el (rfc2047-syntax-table): Simplify.
2963
2964         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2965
2966         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2967         set-char-table-range for XEmacs.
2968
2969 2010-11-10  Glenn Morris  <rgm@gnu.org>
2970
2971         * time-date.el (time-to-seconds): Always an alias on Emacs,
2972         never a real function.
2973         (with-no-warnings): Remove compat stub, now unused.
2974         (time-less-p): Doc fix.
2975         (time-to-number-of-days): Simplify.
2976
2977         * smime.el (from): Remove unused declaration.
2978
2979         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2980         (gnus-float-time): On Emacs, always an alias.
2981
2982         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2983         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2984
2985 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * dgnushack.el: Don't use ignore-errors in the top level form since it
2988         is unavailable in XEmacs even if cl is loaded.
2989
2990         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2991
2992 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993
2994         * shr.el (browse-url-mailto): Autoload.
2995
2996         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2997
2998         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2999         regexp doesn't need quoting.
3000
3001 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3002
3003         * message.el (message-subject-trailing-was-ask-regexp)
3004         (message-subject-trailing-was-regexp): Match was: in addition to was.
3005
3006 2010-11-09  Glenn Morris  <rgm@gnu.org>
3007
3008         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3009         (nnbabyl-check-mbox): Use point-at-bol.
3010
3011 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3014
3015         * message.el (message-mailto): New function.
3016         (message-mailto): Should accept other parameters.
3017         (message-mailto): Remove since it duplicates browse-url-mailto
3018         functionality.
3019
3020 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3023         methods.
3024         (gnus-read-active-file): Ditto.
3025
3026         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3027         ": " from the prompt.
3028         (gnus-group-make-group): Ditto.
3029
3030 2010-11-07  Glenn Morris  <rgm@gnu.org>
3031
3032         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3033         (gnus-bookmark-kill-line): Use point-at-eol.
3034
3035 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3038         asterisks in From header.
3039
3040 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3043         string to avoid making the From headers syntactically invalid.
3044
3045         * message.el (message-send-mail): Don't insert courtesy messages if the
3046         message already has List-Post and List-ID messages.
3047
3048 2010-11-06  Glenn Morris  <rgm@gnu.org>
3049
3050         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3051         `condition', `type', `length' a prefix.
3052         (gnus-treat-predicate): Update for above name changes.
3053
3054 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3055
3056         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3057         binding.  Handled by `gnus-summary-refer-thread' instead.
3058         (nnir-warp-to-article): New backend function.
3059
3060         * nnimap.el (nnimap-request-thread): Force dependency updating.
3061
3062         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3063         (gnus-summary-refer-thread): Rework to improve thread-referral.
3064
3065         * gnus-int.el (gnus-warp-to-article): New function.
3066
3067         * gnus-sum.el (gnus-summary-article-map): Bind it.
3068
3069 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3070
3071         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3072         gnus-summary-refer-thread.
3073
3074         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3075         headers.
3076         (gnus-summary-limit-include-thread): Prevent articles in thread from
3077         being cut in gnus-cut-threads.
3078         (gnus-summary-refer-thread): Limit retrieved headers to those in
3079         thread.
3080
3081 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * message.el (message-send-mail): Use the value of
3084         message-courtesy-message from the message buffer.
3085
3086         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3087
3088         * shr.el (shr-browse-url): Implement mailto: URLs.
3089
3090         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3091         "raw".
3092
3093         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3094         if it's already selected.
3095
3096         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3097
3098 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3101         to measure the length and truncate alt text.
3102
3103 2010-11-03  Glenn Morris  <rgm@gnu.org>
3104
3105         * nndiary.el (nndiary-generate-nov-databases-1)
3106         (nndiary-generate-active-info): Rename dynamic variable `files' to
3107         something less generic.
3108
3109 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3110
3111         * nnir.el (nnir-request-move-article): Call the underlying backend to
3112         move articles from nnir.
3113
3114 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3117
3118 2010-11-02  Julien Danjou  <julien@danjou.info>
3119
3120         * nnir.el: Remove wais support.
3121
3122 2010-11-02  Glenn Morris  <rgm@gnu.org>
3123
3124         * gnus-html.el: Reorder requirements to quieten compiler.
3125
3126 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3129         properly for XEmacs as well.
3130         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3131         (gnus-article-natural-long-line-p): Use window-width rather than
3132         frame-width.
3133
3134 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3135
3136         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3137         (nnir-read-parms): Don't modify query.
3138         (nnir-run-query): Add ability to search topic on current line.
3139         (nnir-get-active): Clean up.
3140
3141 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3144         degenerate articles.
3145
3146         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3147         (gnus-print-buffer): Just print the buffer as is, without any copying
3148         to a buffer and then re-highlighting.
3149
3150         * nnimap.el (nnimap-request-group): Store the new updated info.
3151         (nnimap-request-group): Select the group when we don't know whether it
3152         exists or not.
3153
3154         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3155         groups.
3156
3157         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3158         groups.
3159
3160         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3161         groups.
3162
3163         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3164         long-lines case by only filling the long lines.
3165
3166         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3167         (bug #7311).
3168
3169 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * shr.el: No need to declare `declare-function' since shr.el is for
3172         only Emacsen that provide `libxml-parse-html-region'.
3173
3174         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3175         effective only in a file it is referred to.
3176
3177 2010-11-01  Glenn Morris  <rgm@gnu.org>
3178
3179         * mm-util.el (gnus-completing-read): Autoload.
3180         (mm-read-coding-system): Simplify Emacs definition.
3181
3182         * nnmail.el (gnus-activate-group):
3183         * nnimap.el (gnutls-negotiate):
3184         * nntp.el (netrc-parse): Fix declarations.
3185
3186 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3187
3188         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3189         string-match-p in Emacs >=23.
3190
3191         * gnus-msg.el (gnus-configure-posting-styles)
3192         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3193
3194 2010-11-01  Glenn Morris  <rgm@gnu.org>
3195
3196         * nnir.el (declare-function): Add compat stub.
3197         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3198         (nnir-run-gmane): Require 'mm-url.
3199
3200         * mm-util.el (mm-string-to-multibyte): Simplify.
3201
3202         * shr.el (declare-function): Add compat stub.
3203         (url-cache-create-filename): Declare.
3204         (mm-disable-multibyte, widget-convert-button): Autoload.
3205
3206         * smime.el (ldap-search): Declare.
3207         (smime-cert-by-ldap-1): Require ldap on Emacs.
3208
3209         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3210         (nnimap-keepalive): Use gnus-float-time.
3211
3212         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3213         (mail-source-delete-crash-box): Use gnus-float-time.
3214
3215         * gnus-dired.el (gnus-completing-read): Autoload.
3216
3217         * mm-view.el (gnus-rescale-image): Autoload.
3218
3219         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3220
3221         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3222
3223         * sieve-manage.el: Require 'cl when compiling.
3224
3225         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3226         (gnus-iswitchb-completing-read): Require iswitchb.
3227         (gnus-select-frame-set-input-focus): Silence compiler.
3228
3229 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3230
3231         * message.el (message-subject-trailing-was-query): Change default to t,
3232         since I think that's what most people want.
3233
3234         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3235         appending for easier debugging.
3236         (nnimap-wait-for-connection): Take a regexp.
3237         (nnimap-request-accept-article): Wait for the continuation line before
3238         sending anything unless we're streaming.
3239
3240         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3241         leave the header washing to take place.
3242
3243 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3244
3245         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3246         regular expression match and replace in posting styles.
3247
3248 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3249
3250         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3251         an entire server.
3252         (nnir-get-active): New function.
3253         (nnir-run-imap): Use it.
3254         (nnir-run-gmane): Who knew, gmane search returns an article score!
3255
3256         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3257         server on the current line with nnir.
3258
3259 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3262         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3263         left edge.
3264         (gnus-article-foldable-buffer): Skip past the prefix when determining
3265         raggedness.
3266
3267         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3268         the raw article, and change `C-u g' to show the article without doing
3269         treatments.
3270
3271         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3272         on to `gnus-treat-article'.
3273         (gnus-inhibit-article-treatments): New variable.
3274
3275         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3276
3277         * gnus-art.el (gnus-treatment-function-alist): Have
3278         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3279         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3280         sections.
3281
3282         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3283         parameter.
3284         (gnus-article-fill-cited-long-lines): New function.
3285         (gnus-article-fill-cited-article): Allow filling only long sections.
3286
3287         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3288         and non-punctuation (like after the apostrophe in "'We").
3289
3290         * gnus-sum.el (gnus-summary-select-article): Make sure
3291         gnus-original-article-buffer is alive.
3292
3293         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3294         reflect the order they're in in the digest.
3295
3296         * gnus.el (gnus-group-startup-message): Move point to the start of the
3297         buffer.
3298
3299         * nnimap.el (nnimap-capability): New function.
3300         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3301         is set.
3302
3303 2010-10-31  David Engster  <dengste@eml.cc>
3304
3305         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3306         conform with changes to gnus-completing-read.
3307
3308 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3311
3312 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3313
3314         * nnir.el: Move defvar, defcustom around to keep file organized
3315         and keep byte-compiler quiet.
3316         (nnir-read-parms): Accept search-engine as arg.
3317         (nnir-run-query): Pass search-engine as arg.
3318         (nnir-search-engine): Remove.
3319
3320 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * shr.el (shr-generic): The text nodes should be text, not :text.
3323
3324         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3325         later in the file.
3326
3327 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3328
3329         * nnir.el: General clean up.  Allow searching with multiple engines.
3330         Allow separate extra-parameters for each engine.
3331         Batch queries when possible.
3332         (nnir-imap-default-search-key,nnir-method-default-engines):
3333         Add customize interface.
3334         (nnir-run-gmane): New engine.
3335         (nnir-engines): Use it.  Qualify all prompts with engine name.
3336         (nnir-search-engine): Remove global variable.
3337         (nnir-run-hyrex): Restore for now.
3338         (nnir-extra-parms,nnir-search-history): New variables.
3339         (gnus-group-make-nnir-group): Use them.
3340         (nnir-group-server): Remove in favor of gnus-group-server.
3341         (nnir-request-group): Avoid searching twice.
3342         (nnir-sort-groups-by-server): New function.
3343
3344 2010-10-30  Julien Danjou  <julien@danjou.info>
3345
3346         * gnus-group.el: Remove gnus-group-fetch-control.
3347
3348         * gnus-start.el (gnus-find-new-newsgroups):
3349         Remove gnus-check-first-time-used.
3350
3351         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3352
3353 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3354
3355         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3356         set on groups that don't have \* permanentflags.
3357
3358 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3361         control the background color.
3362         (shr-tag-img): Ignore very small web bug type images.
3363         (shr-put-image): Add help-echo alt texts to the images.
3364         (shr-tag-video): Show the video poster image.
3365
3366 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * shr.el (shr-table-depth): New variable.
3369         (shr-tag-table-1): Only insert the images after the top-level table.
3370
3371         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3372
3373         * gnus-util.el (gnus-list-memq-of-list): New function.
3374
3375         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3376         selected.
3377         (nnimap-unsplittable-articles): New slot.
3378         (nnimap-new-articles): Use it.
3379
3380 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3381
3382         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3383         move to the previous line on `M-g'.
3384
3385 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386
3387         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3388         *-request-group, which seems unnecessary.
3389
3390         * nnimap.el (nnimap-quote-specials): Function copied over from
3391         imap.el.
3392         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3393         they support that.  Suggested by Tom Regner.
3394
3395 2010-10-29  Julien Danjou  <julien@danjou.info>
3396
3397         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3398         defalias.
3399         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3400
3401         * gnus.el: Remove `gnus-nntp-service' variable.
3402         (gnus-secondary-servers): Make obsolete.
3403         (gnus-nntp-server): Make obsolete.
3404
3405         * gnus-start.el (gnus-1): Remove x-splash calls.
3406
3407         * gnus-ems.el (gnus-x-splash): Remove.
3408
3409         * gnus.el (gnus-group-startup-message): Simplify/update code.
3410
3411         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3412         definition.
3413
3414         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3415         capability before doing anything.
3416         (gnus-group-insert-group-line): Remove useless
3417         gnus-group-remove-excess-properties.
3418
3419 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3422
3423 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3426         config after reselecting.
3427
3428 2010-10-28  Julien Danjou  <julien@danjou.info>
3429
3430         * shr.el (shr-put-image): Use point even if only inserting text.
3431         (shr-put-image): Save excursion when inserting alt text on non-graphic
3432         display, so the behaviour is the same when we are on a graphic display.
3433
3434         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3435
3436 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3439         (gnus-mime-copy-part): Check coding system, not charset.
3440         (gnus-mime-view-part-externally): Never remove part.
3441         (gnus-mime-view-part-internally): Don't remove part here.
3442         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3443         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3444         multipart/alternative.
3445
3446         * mm-decode.el (mm-display-part): Take optional arg `force'.
3447
3448 2010-10-26  Julien Danjou  <julien@danjou.info>
3449
3450         * gnus-group.el (gnus-group-default-list-level): Add this function to
3451         compute the default list level.
3452         (gnus-group-default-list-level): Add possibility to use a function.
3453
3454 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3457
3458         * gnus-group.el (gnus-group-completing-read)
3459         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3460         gnus-replace-in-string.
3461
3462 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * shr.el (shr-tag-div): Add.
3465
3466         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3467
3468 2010-10-25  Julien Danjou  <julien@danjou.info>
3469
3470         * gnus-util.el: Remove `gnus-with-local-quit'.
3471
3472         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3473
3474 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3477         the original article buffer.
3478
3479 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * nnimap.el (nnimap-request-head): New function.
3482         (nnimap-request-move-article): Try to be slighly faster by not
3483         requesting the entire message when moving.
3484         (nnimap-transform-headers): Don't bug out on bodiless articles.
3485         (nnimap-send-command): Have no outstanding messages if the IMAP server
3486         doesn't support streaming.
3487         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3488
3489 2010-10-24  Julien Danjou  <julien@danjou.info>
3490
3491         * message.el (message-default-headers): Fix type.
3492
3493 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3496         prefetching images.
3497
3498         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3499         backend for unknown groups.  This is mainly useful for nnimap groups.
3500
3501         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3502         group isn't covered by the agent.
3503
3504 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3505
3506         * nnir.el (nnir-method-default-engines): New variable.
3507         (nnir-run-query): Use it.
3508         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3509         (gnus-summary-nnir-goto-thread): Change group if needed.
3510
3511         * gnus-group.el (gnus-group-group-map): Add key binding for
3512         gnus-group-make-nnir-group.
3513
3514 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * shr.el (shr-tag-object): Add.
3517
3518         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3519         original article buffer live.
3520         (gnus-summary-select-article-buffer):
3521         Mention gnus-widen-article-buffer.
3522
3523 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * shr.el (shr-tag-strong): Add.
3526
3527 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3530         group names.  They mess up the group buffer badly.
3531
3532         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3533
3534         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3535         instead of the summary one.
3536
3537 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * mml.el (mml-preview): Work properly when editing article.
3540
3541         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3542         gnus-have-read-active-file if it's already been in.
3543
3544 2010-10-22  Tom Tromey  <tromey@redhat.com>
3545
3546         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3547         gnus-group-completing-read.
3548
3549 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3550
3551         * message.el (message-mode-map): Don't bind M-; to comment region, to
3552         allow the global comment-dwim to work.
3553
3554 2010-10-21  Julien Danjou  <julien@danjou.info>
3555
3556         * message.el (message-setup-1): Allow message-default-headers to be a
3557         function.
3558
3559 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * shr.el (shr-tag-table): Simplify.
3562
3563 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3566         to avoid trying to snarf invalid stuff.
3567
3568         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3569
3570         * gnus.el (gnus-message-archive-group): Quote value.
3571         (gnus-message-archive-group): Mark as changed.
3572
3573         * shr.el (shr-add-font): Don't put the font properties on the newline
3574         or the indentation.
3575
3576         * message.el (message-fix-before-sending): Change options when sending
3577         non-printable characters.
3578
3579         * gnus.el (gnus-message-archive-method): Change the default to
3580         monthly outgoing groups.
3581
3582         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3583         that have gotten new numbers.
3584
3585         * nnimap.el (nnimap-request-replace-article): New function.
3586
3587 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3590         (nnrss-request-article): Don't use special html washing code.
3591
3592 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3593
3594         * shr.el (shr-tag-table): Remove useless nconc.
3595
3596 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * gnus-art.el (article-wash-html): Simplify and remove the charset
3599         stuff.  Use the normal html rendering code instead of the special html
3600         washing code.
3601
3602         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3603         `gnus-w3m' symbols.
3604         (mm-text-html-washer-alist): Remove.
3605
3606         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3607         (mm-inline-media-tests): Remove use.
3608         (mm-text-html-renderer): Change default to the `shr' symbol.
3609
3610         * mm-view.el (mm-inline-text-html): Remove use.
3611
3612         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3613         `gnus-blocked-images' to be a function.
3614         (gnus-article-wash-function): Remove.
3615
3616 2010-10-20  Julien Danjou  <julien@danjou.info>
3617
3618         * spam.el (spam-list-of-processors): Mark as obsolete.
3619
3620         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3621         (nnimap-insert-partial-structure): Fix boundary detection.
3622
3623 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3624
3625         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3626         run file-truename on remote files.  This can be expensive and even
3627         prevent one from editing drafts if some unrelated buffer has a stale
3628         connection.
3629
3630 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3633         kinsoku-eol regardless of shr-kinsoku-shorten.
3634         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3635         (shr-tag-table): Support caption, thead, and tfoot.
3636
3637 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3640         lines.
3641         (shr-save-contents): New command and keystroke.
3642
3643         * nndoc.el (nndoc-type-alist): Add git support.
3644         (nndoc-git-type-p): New function.
3645         (nndoc-transform-git-article): Ditto.
3646         (nndoc-transform-git-headers): Ditto.
3647         (nndoc-transform-git-headers): Generate Subject headers.
3648
3649         * shr.el (shr-parse-style): New function.
3650         (shr-tag-span): Ditto.
3651
3652         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3653         to `G G' to avoid collisions.
3654
3655 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * shr.el: Load kinsoku if necessary.
3658         (shr-kinsoku-shorten): New internal variable.
3659         (shr-find-fill-point): Make kinsoku shorten text line if
3660         shr-kinsoku-shorten is bound to non-nil.
3661         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3662         shr-indentation too when testing if table is wider than frame width.
3663         (shr-insert-table): Use `string-width' instead of `length' to measure
3664         text width.
3665         (shr-insert-table-ruler): Make sure indentation is done at bol.
3666
3667 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3668
3669         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3670         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3671         undecoded network data.
3672
3673 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674
3675         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3676         name in the mode line spec so that the mode line menu works
3677         (bug #2431).
3678
3679         * message.el (message-get-reply-headers): If we're fed `to-address',
3680         then always use that.
3681
3682         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3683         aren't so wide as to need to switch off the edit menu.
3684
3685         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3686         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3687
3688         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3689         `M-g'.
3690         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3691         the permanent marks.
3692
3693 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3694
3695         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3696         Splitting according to references/in-reply-to obeys the ignore-groups
3697         variable, while splitting by sender and subject do not.
3698
3699 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700
3701         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3702         alist, so that we can look for non-Unicode chars.
3703         (article-translate-strings): Allow both character and string maps.
3704
3705 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * shr.el (shr-insert): Don't insert space behind a wide character
3708         categorized as kinsoku-bol, or between characters both categorized as
3709         nospace.
3710
3711 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3712
3713         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3714         headers to gnus-newsgroup-headers.
3715
3716 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3717
3718         * shr.el (shr-tag-img): Don't align images -- since we're not
3719         rescaling, this often leads to ugly displays.
3720
3721 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3722
3723         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3724         duplicates.
3725
3726 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3727
3728         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3729         call.
3730
3731 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732
3733         * gnus.el: Autoload gnus-html-show-images.
3734
3735         * nnimap.el: Use nnheader-message throughout.
3736
3737         * shr.el (shr-tag-img): Ignore images with no data.
3738
3739 2010-10-15  Julien Danjou  <julien@danjou.info>
3740
3741         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3742         a possibility to disable format=flow encoding when using hard newlines.
3743
3744 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * shr.el (shr-insert): Remove space inserted before or after a
3747         breakable character or at the beginning or the end of a line.
3748         (shr-find-fill-point): Do kinsoku; find the second best point or give
3749         it up if there's no breakable point.
3750
3751 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3752
3753         * nnimap.el (nnimap-open-connection): Message when opening connection
3754         for debugging purposes.
3755
3756         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3757         on every setup buffer call to allow this to change from article to
3758         article.
3759
3760         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3761         buffers where we have a wide table.
3762
3763 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3764
3765         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3766         uses *-request-thread.
3767
3768 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3771         incantation, which is no longer valid.
3772
3773 2010-10-14  Julien Danjou  <julien@danjou.info>
3774
3775         * shr.el: Fix defcustom type (char -> character).
3776
3777 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3780         programs.
3781
3782 2010-10-14  Julien Danjou  <julien@danjou.info>
3783
3784         * shr.el (shr-tag-a): Use url-link as widget type.
3785
3786         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3787         `gnus-group-get-icon'.
3788
3789 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3790
3791         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3792         This should make server editing work better.
3793
3794         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3795
3796         * tls.el (tls-program): Remove spurious %s from openssl.
3797
3798         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3799         (nnimap-parse-flags): Fix regexp.
3800
3801         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3802         probably work for CJVK text, too.
3803
3804         * nnimap.el (nnimap-extend-tls-programs): Remove.
3805         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3806
3807         * tls.el (tls-starttls-switches): Remove starttls hack.
3808         (open-tls-stream): Ditto.
3809         (tls-find-starttls-argument): Ditto.
3810
3811 2010-10-13  Julien Danjou  <julien@danjou.info>
3812
3813         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3814         responses.
3815
3816 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3819
3820         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3821         anything in Emacs.
3822
3823         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3824
3825 2010-10-13  Julien Danjou  <julien@danjou.info>
3826
3827         * shr.el (shr-width): Make shr-width a defcustom with default to
3828         fill-column.
3829         (shr-tag-img): Use shr-width rather than fill-column.
3830
3831 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * dgnushack.el (byte-optimize-apply)
3834         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3835
3836         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3837         position when (X-)Faces exist.
3838         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3839         avatars when called interactively.
3840
3841 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3844         gnus-article-x-face-too-ugly is bound.
3845
3846 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3847
3848         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3849
3850         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3851         mailbox that doesn't exist.
3852
3853 2010-10-12  Julien Danjou  <julien@danjou.info>
3854
3855         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3856         (shr-get-image-data): Encode URL properly when fetching from cache.
3857         (shr-tag-img): Use aligned-to spaces to align correctly images.
3858
3859         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3860         before inserting the Gravatar.
3861
3862         * shr.el (shr-tag-img): Add align attribute support for <img>.
3863
3864 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3865
3866         * gnus-gravatar.el (gnus-art): Require.
3867
3868         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3869         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3870         Remove long obsoleted functions.
3871
3872 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3875
3876         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3877
3878         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3879         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3880         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3881         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3882         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3883         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3884         * sieve-manage.el, smime.el, spam.el:
3885         Fix comment for declare-function.
3886
3887 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * nnimap.el (nnimap-request-rename-group): Select group read-only
3890         before renaming it.
3891
3892         * shr.el (shr-insert): Fix up the white space only regexp.
3893
3894         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3895         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3896
3897         * shr.el (shr-current-column): New function.
3898         (shr-find-fill-point): New function.
3899
3900 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3901
3902         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3903         numbers.
3904
3905 2010-10-11  Julien Danjou  <julien@danjou.info>
3906
3907         * shr.el (shr-hr-line): Add.
3908         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3909         display hr lines.
3910         (shr-max-columns): Do not change state to nil if we just inserting
3911         spaces.
3912
3913 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914
3915         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3916         select the last group.
3917
3918 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3919
3920         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3921
3922 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3923
3924         * dig.el (dig-mode-map): Declare and define in one step.
3925
3926 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927
3928         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3929         for Gnus.
3930         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3931         (nnimap-update-qresync-info): Mark \Seen articles as read.
3932
3933         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3934         non-variable, too.
3935
3936         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3937         available.
3938         (nnimap-update-info): Rely more on the current active than the param
3939         active to avoid marking articles as read too much.
3940
3941         * auth-source.el (auth-source-create): Use (user-login-name) for the
3942         user name default.
3943
3944         * nnimap.el (nnimap-update-info): If the server doesn't return any
3945         useful info, just use the previous info.
3946         (nnimap-update-info): Prefer old info over start-article.
3947         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3948
3949 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3950
3951         * nnir.el (autoload): Clean up autoloads.
3952         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3953         Use key rather than value.
3954         (nnir-imap-search-other): New variable.
3955         (nnir-read-parm): Use it.
3956         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3957         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3958
3959 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3960
3961         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3962         the process, too.
3963
3964 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3965
3966         * spam.el (gnus-summary-mode-map): Bind to "$".
3967         Suggested by Russ Allbery.
3968
3969         * shr.el: Rework the way things are indented by <li> slightly.
3970
3971         * gnus.el (gnus-group-set-parameter): Fix typo.
3972
3973         * nnimap.el: Start implementing QRESYNC support.
3974
3975 2010-10-09  Julien Danjou  <julien@danjou.info>
3976
3977         * nnir.el (nnir-engines): Fix too many arguments.
3978
3979 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3982         group is the "last", so that the backends like nnfolder actually save
3983         their folders.
3984
3985         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3986         try to use that for the tls stream.
3987         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3988         UIDVALIDITY and find out which groups are read-only and not.
3989         (nnimap-get-flags): Use the same marks parsing code as the rest of
3990         nnimap.
3991
3992 2010-10-09  Julien Danjou  <julien@danjou.info>
3993
3994         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3995
3996         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3997         retrieving gravatars.
3998
3999         * shr.el (shr-table-corner): Add.
4000         (shr-table-line): Add.
4001         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4002
4003 2010-10-08  Julien Danjou  <julien@danjou.info>
4004
4005         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4006
4007 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4008
4009         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4010
4011         * gnus-sum.el (gnus-mark-article-as-unread)
4012         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4013         (gnus-summary-set-bookmark): Use it.
4014
4015         * gnus-msg.el (gnus-setup-message): Use it.
4016
4017         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4018
4019         * gnus.el (gnus-group-remove-parameter): Use it.
4020
4021         * gnus-group.el (gnus-group-make-web-group): Use it.
4022
4023         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4024
4025         * nnregistry.el: Update docs to mention manual.
4026
4027         * gnus-registry.el: Update docs to mention nnregistry.el.
4028         (gnus-registry-initialize): Don't install nnregistry refer method
4029         automatically.
4030         (gnus-registry-install-nnregistry): Remove it.
4031
4032 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * shr.el (shr-insert): Don't insert double spaces.
4035
4036 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * gnus-gravatar.el (gnus-treat-from-gravatar)
4039         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4040         called interactively.
4041
4042         * gnus-art.el (gnus-mime-view-part-externally)
4043         (gnus-mime-view-part-internally): Make predicate function passed to
4044         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4045         of a mime type.
4046
4047         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4048
4049 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4050
4051         * shr.el (require): Require cl when compiling.
4052         (shr-tag-hr): New function.
4053
4054         * nnimap.el (nnimap-update-info): Remove double setting of high.
4055         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4056         This makes nnimap work properly on Courier again.
4057
4058         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4059         the variable for backwards compatibility.
4060
4061         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4062         the file name before using to avoid setting mm-default-directory to
4063         nil.
4064
4065         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4066         bidning gnus-agent variables.
4067
4068         * shr.el (shr-render-td): Use a cache for the table rendering function
4069         to avoid getting an exponential rendering behaviour in nested tables.
4070         (shr-insert): Rework the line-breaking algorithm.
4071         (shr-insert): Don't leave trailing spaces.
4072         (shr-insert-table): Also insert empty TDs.
4073         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4074
4075 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4076
4077         * gnus-sum.el (gnus-number): Rename from `number'.
4078         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4079         (gnus-summary-limit-children): Update uses correspondingly.
4080
4081 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4084         (gnus-gravatar-transform-address): Don't show avatars of people of
4085         which mail addresses match gnus-gravatar-too-ugly.
4086
4087 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * shr.el (shr-table-widths): Expand TD elements to fill available
4090         space.
4091
4092 2010-10-07  Julien Danjou  <julien@danjou.info>
4093
4094         * nnimap.el (nnimap-request-rename-group): Add this method.
4095
4096 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4099         name from XEmacs' function-arglist.
4100
4101         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4102         gravatar under XEmacs.
4103
4104 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4105
4106         * auth-source.el: Update docs with TODO items.
4107
4108         * gnus-sync.el: Update docs to explain state and plans.
4109
4110         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4111         Hooks for mark updates.
4112         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4113
4114         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4115         hooks with arguments, which is needed for mark update hooks.
4116
4117 2010-10-06  Julien Danjou  <julien@danjou.info>
4118
4119         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4120         was matched.
4121
4122         * sieve-manage.el: Update example in `Commentary'.
4123
4124         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4125
4126         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4127         not 2000.
4128         (sieve-manage-authenticate): Re-add function.
4129
4130 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4131
4132         * shr.el (shr-insert): Get 'space transition right.
4133         (shr-render-td): Only delete space at the end of the TD.
4134
4135         * nnimap.el (nnimap-open-connection): Prepare to support
4136         open-gnutls-stream.
4137
4138         * shr.el: Rearrange function order to be more logical.
4139
4140 2010-10-06  Julien Danjou  <julien@danjou.info>
4141
4142         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4143         (nnrss-discover-feed): Remove 404 URL in docstring.
4144
4145         * nnir.el: Fix Swish-E URL.
4146         Fix Namazu URL.
4147
4148         * message.el (message-change-subject): Remove 404 URL in a comment.
4149
4150 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4153         called interactively.
4154
4155         * gnus-util.el (gnus-remove-if): Allow hash table.
4156         (gnus-remove-if-not): New function.
4157
4158         * gnus-art.el (gnus-mime-view-part-as-type)
4159         * gnus-score.el (gnus-summary-score-effect)
4160         * gnus-sum.el (gnus-read-move-group-name):
4161         Replace remove-if-not with gnus-remove-if-not.
4162
4163         * gnus-group.el (gnus-group-completing-read):
4164         Regard collection as a hash table if it is not a list.
4165
4166 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4169
4170         * shr.el: Document the table-rendering algorithm.
4171
4172 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4175         for Emacsen having no `libxml-parse-html-region' support.
4176
4177 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4180         invalid URLs.
4181
4182         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4183         line-broken.
4184         (shr-tag-img): Ignore image fetching errors.
4185         (shr-overlays-in-region): Compute overlay positions correctly.
4186
4187         * mm-decode.el (mm-shr): Require shr.
4188
4189         * gnus-art.el (gnus-blocked-images): Move variable here.
4190
4191         * shr.el (shr-insert-table): Bind free variable.
4192
4193         * mm-decode.el (mm-shr): Bind shr-content-function.
4194
4195         * shr.el (shr-content-function): New variable.
4196
4197         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4198         added for symmetry.
4199
4200         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4201
4202         * gnus-group.el (gnus-group-make-group): Doc fix.
4203
4204         * nnimap.el (nnimap-request-newgroups): Return success.
4205
4206         * shr.el (shr-find-elements): New function.
4207         (shr-tag-table): Put all the images after the table.
4208         (shr-tag-table): Really inhibit images inside the table.
4209         (shr-collect-overlays): Copy over overlays from the TD elements to the
4210         main document.
4211
4212         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4213         gnus-blocked-images.
4214
4215 2010-10-05  Julien Danjou  <julien@danjou.info>
4216
4217         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4218
4219         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4220         (gnus-html-maximum-image-size): Add this function.
4221         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4222
4223         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4224         server-value of the capability is nil.
4225
4226 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * shr.el (shr-tag-em): Add <EM> tag.
4229
4230 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4231
4232         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4233         customizable.
4234
4235         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4236         handing broken links to browse-url.
4237
4238 2010-10-05  Julien Danjou  <julien@danjou.info>
4239
4240         * gnus-util.el (gnus-emacs-completing-read)
4241         (gnus-iswitchb-completing-read): Use autoload rather than require.
4242
4243 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4246         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4247         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4248         iswitchb-temp-buflist for XEmacs.
4249
4250         * gnus-util.el (gnus-completing-read-function): Exclude
4251         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4252         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4253         XEmacs.
4254
4255         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4256         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4257
4258         * gnus-html.el: Don't require help-fns under XEmacs.
4259         (gnus-html-schedule-image-fetching): Work for XEmacs.
4260
4261         * mm-decode.el (mm-shr): Decode contents by charset.
4262
4263 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4266         unknown.
4267
4268         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4269         (shr-get-image-data): Ensure against the cache file missing.
4270
4271         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4272         for data.
4273
4274         * spam-report.el (spam-report-url-ping-plain): Don't query about
4275         killing the process.
4276
4277         * shr.el (shr-render-td): Protect against too-wide text.
4278
4279 2010-10-04  Julien Danjou  <julien@danjou.info>
4280
4281         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4282         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4283
4284         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4285         retrieved.
4286
4287 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * shr.el (browse-url): Require.
4290         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4291         lines.
4292         (shr-show-alt-text, shr-browse-image): New commands.
4293         (shr-browse-url, shr-copy-url): New commands.
4294
4295         * gnus-sum.el (gnus-widen-article-window): New variable.
4296         (gnus-summary-select-article-buffer): Use it.
4297
4298         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4299         without @ signs.
4300
4301 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4302
4303         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4304
4305 2010-10-04  Julien Danjou  <julien@danjou.info>
4306
4307         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4308         for XEmacs.
4309
4310 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4311
4312         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4313
4314         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4315         (nnimap-close-server): Implement.
4316
4317         * dgnushack.el (iswitchb): Require to shut up the compiler.
4318
4319         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4320         (shr-insert): Tweak line breaking.
4321         (shr-insert): Handle <pre> better.
4322         (shr-tag-li): Get <li> indentation right.
4323         (shr-tag-li): Get <li> indentation even righter.
4324         (shr-tag-blockquote): Ensure paragraph start.
4325         (shr-make-table): Tweak table generation.
4326         (shr-make-table): Fix typo.
4327
4328         * shr.el: Implement table rendering.
4329
4330 2010-10-04  Julien Danjou  <julien@danjou.info>
4331
4332         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4333
4334 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * shr.el (shr-insert): Use string anchors instead of line anchors.
4337
4338 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * shr.el: Add headings.
4341         (shr-ensure-paragraph): Actually work.
4342         (shr-tag-li): Make <ul> prettier.
4343         (shr-insert): Get white space at the beginning/end of elements right.
4344         (shr-tag-p): Collapse subsequent <p>s.
4345         (shr-ensure-paragraph): Don't insert double line feeds after blank
4346         lines.
4347         (shr-insert): \t is also space.
4348         (shr-tag-s): Fix "s" tag name function.
4349         (shr-tag-s): Fix face prop name.
4350
4351 2010-10-03  Julien Danjou  <julien@danjou.info>
4352
4353         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4354
4355         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4356         gnus-window-inside-pixel-edges.
4357
4358         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4359         gnus-ems.
4360
4361         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4362
4363         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4364         function.
4365
4366         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4367         resize choice.
4368
4369 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370
4371         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4372         beginning of the buffer.
4373
4374         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4375         article buffer again.
4376
4377         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4378
4379         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4380         when it's at the start of the buffer.
4381
4382         * shr.el (shr-tag-blockquote): Convert name.
4383         (shr-rescale-image): Use the right image-size variant.
4384
4385         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4386         buffer isn't shown, then select the current article first instead of
4387         bugging out.
4388         (gnus-summary-select-article-buffer): Show both the article and summary
4389         buffers again.
4390
4391         * shr.el (shr-fontize-cont): Protect against regions with no text.
4392         Rename tag functions to shr-tag-* for enhanced security.
4393         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4394
4395 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4396
4397         * shr.el (shr-insert):
4398         * pop3.el (pop3-movemail):
4399         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4400         loaded.
4401
4402 2010-10-03  Glenn Morris  <rgm@gnu.org>
4403
4404         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4405
4406         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4407
4408         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4409
4410         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4411
4412         * gnus-util.el (gnus-make-local-hook): Simplify.
4413
4414 2010-10-02  Julien Danjou  <julien@danjou.info>
4415
4416         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4417         (gnus-ido-completing-read): New function.
4418         (gnus-emacs-completing-read): New function.
4419         (gnus-completing-read): Use gnus-completing-read-function.
4420         Add gnus-completing-read-function.
4421
4422 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423
4424         * shr.el (shr-insert-document): Autoload.
4425         (shr-img): Be silent.
4426         (shr-insert): Add a newline after every picture before text.
4427         (shr-add-font): Use overlays for combining faces.
4428         (shr-insert): Pass upwards the text start point.
4429
4430         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4431         possible.
4432         (mm-shr): New function.
4433
4434 2010-10-02  Julien Danjou  <julien@danjou.info>
4435
4436         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4437         should go backward.
4438
4439 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4440
4441         * shr.el (shr): Fix typo in provide call.
4442
4443 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4444
4445         * shr.el: New file.
4446
4447         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4448
4449         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4450         completing read.
4451
4452 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453
4454         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4455         we're being queried about.  Suggested by Dan Jacobson.
4456
4457         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4458         Suggested by Jason Eisner.
4459
4460         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4461         table, too.  Suggested by Stefan Wiens.
4462         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4463         the table unnecessary.  Suggested by Stefan Wiens.
4464
4465         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4466         longer needed, and probably doesn't work either, as pointed out by
4467         Stefan Wiens.
4468         (gnus-summary-exit): Remove call to the clearing function.
4469         (gnus-summary-exit-no-update): Ditto.
4470
4471         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4472         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4473         Reported by Stefan Monnier.
4474         (gnus-summary-save-in-rmail): Ditto.
4475
4476         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4477         article buffer, instead of both the article buffer and the summary
4478         buffer.  Sort of suggested by Dan Jacobson.
4479
4480         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4481
4482         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4483         Suggested by Dan Jacobson.
4484
4485         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4486         documentation clearer.
4487
4488         * message.el (message-shorten-references): Comment on the number "21".
4489         Suggested by Stefan Monnier.
4490
4491         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4492         Suggested by Dan Jacobson.
4493
4494         * gnus.el (gnus-large-newsgroup):
4495         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4496
4497         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4498         externalize attachments.  Bug reported by Steve Wen.
4499
4500         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4501         really message anything to the user.
4502
4503         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4504         directly.
4505
4506         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4507         messages in empty groups.
4508
4509 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4510
4511         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4512         non-UIDNEXT group.
4513
4514 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4517         not the value from the collection.
4518
4519         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4520         values.  This sometimes happens on some groups that have no info.
4521         (nnimap-request-newgroups): New function.
4522
4523 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4524
4525         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4526         check into `gnus-registry-initialize'.
4527         (gnus-registry-initialize): Ditto.
4528         Fix and extend header docs.
4529
4530 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531
4532         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4533         regexp backtrace overflows.
4534
4535         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4536         for starttls that tls.el implements; i.e. openssl.
4537
4538         * tls.el (tls-starttls-switches): Give up on using starttls with
4539         gnutls-cli.
4540         (tls-program): Add --insecure to be consistent with the defaults from
4541         openssl s_client.  Now all three commands are insecure.
4542
4543 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * lpath.el: Bind completion-styles-alist for XEmacs.
4546
4547         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4548         (gravatar-create-image): New function that's an alias to
4549         gnus-xmas-create-image, gnus-create-image, or create-image.
4550         (gravatar-data->image): Use it.
4551
4552 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4555         install the nnregistry refer method.
4556         (gnus-registry-install-hooks): Use it.
4557         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4558         unfollowed groups.
4559
4560 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4561
4562         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4563         expanding threads.
4564
4565 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * nnir.el: Use the server names without suffixes (bug #7009).
4568
4569         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4570         unencrypted to STARTTLS, if possible.
4571
4572 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4573
4574         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4575         headers before superseding.
4576
4577 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * nnrss.el (nnrss-use-local): Add documentation.
4580
4581         * nnimap.el (nnimap-extend-tls-programs): New function.
4582         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4583         (nnimap-wait-for-connection): Accept the greeting from the stupid
4584         output from openssl s_client -starttls, too.
4585
4586         * tls.el (tls-starttls-switches): New variable.
4587         (tls-find-starttls-argument): Use it.
4588         (open-tls-stream): Ditto.
4589
4590         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4591         (netrc-machine): Ditto.
4592
4593         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4594         article number.
4595         (nnimap-split-fancy): New variable.
4596         (nnimap-split-incoming-mail): Use it.
4597
4598         * nntp.el (nntp-server-list-active-group): Document.
4599
4600         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4601         SELECT to get the message-id.
4602
4603         * mail-source.el (mail-sources): Remove webmail support.
4604         (defvar): Ditto.
4605         (mail-source-fetcher-alist): Ditto.
4606         (mail-source-fetch-webmail): Remove.
4607
4608         * webmail.el: Remove -- doesn't seem relevant any more.
4609
4610         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4611
4612         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4613         the \r.
4614
4615 2010-09-30  Julien Danjou  <julien@danjou.info>
4616
4617         * gnus-agent.el (gnus-agent-add-group): Fix call to
4618         gnus-completing-read.
4619
4620 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4621
4622         * nndoc.el (nndoc-retrieve-groups): New function.
4623
4624         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4625         `default', use nnmail-split-methods.
4626         (nnimap-request-article): Downcase the NILs so that they are nil.
4627
4628         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4629         symbol.
4630
4631         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4632         code, since if the user has requested network, that's what they ought
4633         to get.
4634         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4635         (nnimap-split-rule): Mark as obsolete.
4636
4637         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4638         New variable.
4639
4640         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4641         correct slot, too.
4642
4643 2010-09-29  Julien Danjou  <julien@danjou.info>
4644
4645         * gnus.el (gnus-local-domain): Declare variable obsolete.
4646
4647         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4648         Fix history computing.
4649         (gnus-ido-completing-read): Require ido.
4650
4651 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4652
4653         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4654         build Gnus.
4655
4656         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4657         when interpreting the structures.
4658         (nnimap-request-accept-article): Add \r\n to the lines to make this
4659         work with Cyrus.
4660
4661         * nndraft.el (nndraft-request-expire-articles): Use the group name
4662         instead if "nndraft".  Fix found by Nils Ackermann.
4663
4664 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4665
4666         * nnregistry.el: Add.
4667
4668 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4669
4670         * nnmail.el (group, group-art-list, group-art):
4671         Remove unneeded directives.
4672
4673 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4676         (mm-mime-charset)
4677         * rfc2047.el (rfc2047-syntax-table)
4678         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4679
4680         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4681         rather than `insert-file-contents' and `eval-region'.
4682
4683         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4684         construction.
4685
4686         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4687
4688         * time-date.el: No need to require cl for Emacs 21.
4689
4690 2010-09-29  Julien Danjou  <julien@danjou.info>
4691
4692         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4693         replacement of `gnus-gravatar-relief' to mimic
4694         `gnus-faces-properties-alist'.
4695         Add :version property.
4696
4697 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * mail-source.el (mail-source-report-new-mail)
4700         * message.el (message-default-mail-headers)
4701         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4702
4703         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4704
4705 2010-09-28  Julien Danjou  <julien@danjou.info>
4706
4707         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4708         mail-address contains the same string as real-name.
4709
4710         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4711         non-blank in header, otherwise it'll get stripped.
4712
4713         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4714         real-name, and then for mail address rather than doing : or , search.
4715
4716 2010-09-27  Julien Danjou  <julien@danjou.info>
4717
4718         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4719         right completing-read function.
4720         (gnus-use-ido): New variable
4721         (gnus-completing-read-with-default): Remove.
4722         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4723         (gnus-agent-add-group):
4724         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4725         * mm-view.el (mm-view-pkcs7-decrypt):
4726         * mm-util.el (mm-codepage-setup):
4727         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4728         * mml-smime.el (mml-smime-openssl-sign-query):
4729         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4730         (mml-insert-multipart):
4731         * gnus-msg.el (gnus-summary-yank-message):
4732         * gnus-int.el (gnus-start-news-server):
4733         * mm-decode.el (mm-interactively-view-part):
4734         * gnus-dired.el (gnus-dired-attach):
4735         * gnus.el (gnus-read-method):
4736         * gnus-bookmark.el (gnus-bookmark-jump):
4737         * gnus-art.el (gnus-mime-view-part-as-type)
4738         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4739         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4740         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4741         * nnmairix.el (nnmairix-create-server-and-default-group)
4742         (nnmairix-update-groups, nnmairix-get-server)
4743         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4744         (nnmairix-get-group-from-file-path):
4745         * nnrss.el (nnrss-find-rss-via-syndic8):
4746         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4747         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4748         (gnus-group-browse-foreign-server):
4749         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4750         (gnus-summary-execute-command, gnus-summary-respool-article)
4751         (gnus-read-move-group-name):
4752         * gnus-score.el (gnus-summary-increase-score)
4753         (gnus-summary-score-effect):
4754         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4755
4756 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4759         x-focus-frame.
4760
4761         * nnimap.el (auth-source-forget-user-or-password)
4762         (auth-source-user-or-password): Autoload.
4763
4764         * message.el (message-from-style, message-interactive)
4765         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4766         (message-yank-prefix, message-indentation-spaces, message-signature)
4767         (message-signature-file): Add comment.
4768
4769 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4772         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4773         new articles.
4774
4775         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4776         parts.
4777         (nnimap-request-article): Work with the t setting, too.
4778
4779         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4780         that you don't get flashes of other buffers.
4781         (gnus-summary-show-complete-article): Intern before setting.
4782
4783 2010-09-27  David Engster  <dengste@eml.cc>
4784
4785         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4786         well as HEADERS.
4787         (nnmairix-retrieve-headers): Provide new argument for the above.
4788
4789 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4790
4791         * gnus-sum.el (gnus-summary-move-article): Don't alter
4792         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4793         group.
4794
4795         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4796
4797         * message.el (message-cite-prefix-regexp): Revert my last edit.
4798
4799         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4800         variable instead of the Gnus variable.
4801
4802         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4803
4804         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4805
4806         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4807         since some servers don't like it.
4808         (nnimap-open-connection): Forget credentials if the server says the
4809         password was wrong.
4810         (nnimap-parse-line): Protect against invalid data.
4811
4812         * gnus-sum.el (gnus-summary-move-article): Add comment.
4813         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4814         nothing alters it while scanning for new messages.
4815
4816         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4817         which may or may not help.
4818         (nnimap-open-connection): If we're doing a stream connection, and then
4819         discover we're on a STARTTLS-capable server, then open a STARTTLS
4820         connection instead.
4821
4822 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4823
4824         * nnimap.el (utf7): Require.
4825
4826         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4827         prefix.
4828
4829 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4830
4831         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4832
4833 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * nnimap.el (nnimap-request-accept-article): Message the error on
4836         error.
4837
4838 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4839
4840         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4841
4842 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * nndoc.el (nndoc-request-list): Return success always.
4845
4846         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4847         `fetch-old' -- we only want to fetch the articles we've requested.
4848         The rest are in the agent, probably.
4849         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4850         disappeared server" to something low.  It's not important.
4851
4852         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4853         arrived before the FETCH data.
4854
4855         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4856         target here, because we don't know the Gnus name of the group.
4857
4858         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4859         for the correct group.
4860
4861         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4862
4863         * gnus.el (gnus): Give a final warning after startup.
4864
4865         * gnus-util.el (gnus-action-message-log): New variable.
4866         (gnus-message): Use it.
4867         (gnus-final-warning): New function.
4868
4869         * nnimap.el (nnimap-open-connection): Record the greeting.
4870         (nnimap): Add greeting.
4871
4872 2010-09-26  Julien Danjou  <julien@danjou.info>
4873
4874         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4875         arguments.
4876         (gnus-html-wash-images): Fix spec computing to include start/end.
4877
4878         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4879
4880 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4881
4882         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4883         deletion.
4884         (nnimap-retrieve-headers): Don't select the group, because that's
4885         already done by nnimap-possibly-change-group.
4886
4887         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4888         (gnus-picon-transform-address): Use it.
4889
4890         * mail-source.el (mail-source-value): Revert previous patch.
4891
4892         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4893         on failure.
4894         (nnimap-open-connection): Look up both virtual and physical server name
4895         credentials.
4896
4897         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4898
4899 2009-02-07  Dave Love  <fx@gnu.org>
4900
4901         * tls.el (open-tls-stream): Don't query killing process.
4902
4903 2009-02-08  Dave Love  <fx@gnu.org>
4904
4905         * gnus-win.el (gnus-window-to-buffer-helper)
4906         (gnus-all-windows-visible-p): Function needn't be a symbol.
4907
4908         * mail-source.el (mail-source-value): Function needn't be a symbol.
4909
4910 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4911
4912         * message.el (message-cite-prefix-regexp): Remove } from the cite
4913         prefix.
4914
4915         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4916         highlight again, so that the highlight is correct.
4917
4918         * gnus-picon.el (gnus-picon): Remove again.
4919         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4920
4921         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4922         doing the header highlightling, so that the background colour of the
4923         picon is correct.
4924
4925         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4926         (gnus-picon): Ditto.
4927         (gnus-picon): Reinstate.  The background colour for picons is white.
4928         (gnus-picon-insert-glyph): Make the background white.
4929
4930         * nnml.el (nnml-open-nov): Don't return dead buffers.
4931
4932         * auth-source.el (auth-source-create): Query the user for whether to
4933         store the credentials.
4934
4935         * netrc.el (netrc-store-data): New function.
4936
4937         * auth-source.el (auth-source-user-or-password): Use the existing auth
4938         sources, if any, for creation.
4939
4940         * gnus.el (gnus-group-fast-parameter): Return the last matching
4941         parameter instead of the first matching parameter.
4942
4943 2010-09-26  Julien Danjou  <julien@danjou.info>
4944
4945         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4946
4947 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4948
4949         * mml2015.el (mml2015-use): Remove gpg support.
4950
4951         * mml1991.el (mml1991-function-alist): Remove gpg function.
4952         (mml1991-gpg-sign): Remove.
4953
4954 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4955
4956         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4957         (gnus-browse-unsubscribe-current-group): Document it.
4958         (gnus-browse-unsubscribe-group): Use it.
4959
4960 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4963         address to the To list for easier response.
4964
4965         * gnus.el (gnus-play-startup-jingle): Remove.
4966         (gnus-splash): Don't play jingle.
4967         (gnus): Silence gnus-load message.
4968
4969         * gnus-art.el (gnus-treat-play-sounds): Remove.
4970
4971         * gnus.el (gnus-play-jingle): Remove audio support.
4972
4973         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4974
4975         * earcon.el: Remove -- no users.
4976
4977         * gnus-audio.el: Remove -- no users of this package.
4978
4979         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4980
4981         * gnus-start.el (gnus-setup-news): Remove nocem support.
4982
4983         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4984
4985         * gnus.el (gnus-use-nocem): Remove.
4986
4987         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4988         Remove.
4989
4990         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4991         uses NoCeM any more.
4992
4993         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4994         (gnus-button-ctan-handler): Ditto.
4995         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4996         (gnus-button-ctan-directory-regexp): Ditto.
4997         (gnus-button-handle-ctan): Ditto.
4998         (gnus-button-tex-level): Ditto.
4999         (gnus-button-alist): Remove CTAN stuff.
5000
5001 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5002
5003         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5004         nnimap-streaming test.
5005
5006         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5007         servers twice.
5008
5009         * nnimap.el (nnimap-open-connection): Add more error reporting when
5010         nnimap fails early.
5011
5012         * nnheader.el (nnheader-get-report-string): New function.
5013         (nnheader-get-report): Use it.
5014
5015         * gnus-int.el (gnus-check-server): Say what the error was when opening
5016         failed.
5017
5018         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5019         using streaming.
5020
5021 2010-09-25  Julien Danjou  <julien@danjou.info>
5022
5023         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5024         gnus-window-inside-pixel-edges.
5025
5026 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027
5028         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5029
5030         * mm-decode.el (mm-save-part): Allow saving to other directories the
5031         normal Emacs way.
5032
5033         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5034         Suggested by Jay Berkenbilt.
5035
5036         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5037         there isn't a single byte.
5038
5039         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5040         just do it.  It doesn't really seem to matter what the user responds
5041         here, I think, so it's just a confusing question.
5042
5043         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5044         non-streaming case.
5045
5046         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5047         (gnus-article-encrypt-body): Use it.
5048
5049         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5050         keystroke.
5051
5052         * nnimap.el (nnimap-find-wanted-parts-1):
5053         Use gnus-fetch-partial-articles.
5054
5055         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5056
5057         * nnimap.el (nnimap-insert-partial-structure): New function.
5058         (nnimap-get-partial-article): New function.
5059         (nnimap-request-article): Use it.
5060         (nnimap-wait-for-response): Return whether the wait was successful.
5061         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5062         retrieval wasn't successful.
5063         (nnimap-retrieve-group-data-early): Allow throttling servers.
5064         (nnimap-streaming): New variable.
5065         (nnimap-fetch-partial-articles): Remove.
5066
5067         * mm-decode.el (mm-with-part): Protect against killed buffers.
5068
5069         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5070         for prettier summary display.
5071
5072 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5073
5074         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5075
5076 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5077
5078         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5079         apparently third-party libraries depend on it.
5080
5081         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5082         before starting negotiation.
5083
5084         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5085         privacy reasons.
5086         (gnus-treat-mail-gravatar): Ditto.
5087
5088         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5089         buffer when inserting images.  Inserting text into the headers, for
5090         instance, can make them invalid.
5091
5092 2010-09-25  Julien Danjou  <julien@danjou.info>
5093
5094         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5095         variables.
5096
5097         * nnheader.el: Remove useless variables news-reply-yank-from and
5098         news-reply-yank-message-id.
5099
5100         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5101         variables.
5102
5103         * mml1991.el: Remove useless mml1991-verbose.
5104
5105         * gnus.el: Remove useless variable gnus-use-generic-from.
5106         Remove obsolete variable gnus-topic-indentation.
5107
5108         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5109
5110         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5111
5112         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5113
5114         * gnus-group.el: Remove useless gnus-group-icon-cache.
5115         Remove useless gnus-ephemeral-group-server.
5116
5117         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5118
5119         * mml2015.el: Remove useless mml2015-verbose.
5120
5121         * mml-smime.el: Remove useless mml-smime-verbose.
5122
5123         * gnus.el: Remove useless gnus-local-domain.
5124
5125         * gnus-gravatar.el (gnus-gravatar-transform-address):
5126         Use gnus-gravatar-size.
5127
5128         * gnus-art.el: Remove useless gnus-treat-translate.
5129
5130 2010-09-24  Julien Danjou  <julien@danjou.info>
5131
5132         * gnus-sum.el: Add support for Gravatars.
5133
5134         * gnus-art.el: Add support for Gravatars.
5135
5136         * gnus-gravatar.el: Add this file.
5137
5138         * gravatar.el: Add this file.
5139
5140 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5143
5144         * gnus-group.el (gnus-group-fetch-faq): Remove.
5145
5146         * gnus.el (gnus-group-faq-directory): Remove.
5147
5148         * gnus-group.el (gnus-group-fetch-charter): Remove.
5149
5150         * gnus.el (gnus-group-charter-alist): Remove.
5151
5152         * gnus-group.el (gnus-group-archive-directory): Remove.
5153         (gnus-group-recent-archive-directory): Ditto.
5154         (gnus-group-make-archive-group): Remove.
5155
5156         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5157
5158         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5159         use the same article number for all the cached articles.
5160
5161         * nnimap.el (nnimap-command): Register the last command time so
5162         that we can use it for idling NOOPs.
5163         (nnimap-open-connection): Start the keeplive timer.
5164         (nnimap-make-process-buffer): Store all the process buffers.
5165         (nnimap-keepalive): New function.
5166
5167         * starttls.el (starttls-open-stream): Add autoload cookie.
5168
5169 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5170
5171         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5172         handling.
5173
5174 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175
5176         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5177         its data structures.
5178
5179         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5180         instead of the cl.el copy-list.
5181         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5182         equalp.
5183
5184 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5187         and tool-bar-local-item-from-menu.
5188
5189         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5190         mode-line-highlight face for Emacs.
5191
5192         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5193         loading gnus-sum.elc; fix comment for canlock-verify.
5194         (gnus-article-jump-to-part): Use read-number.
5195         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5196         Remove Emacs pre-21 compatible code for help-echo.
5197         (gnus-article-next-page-1): No need to adjust the number of lines.
5198         (gnus-article-describe-bindings): Always use help-buffer.
5199
5200         * gnus-audio.el (gnus-audio-inline-sound)
5201         * gnus-cus.el (gnus-custom-mode)
5202         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5203
5204         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5205
5206         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5207         compatible code.
5208
5209 2010-09-24  Glenn Morris  <rgm@gnu.org>
5210
5211         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5212         visiting the fcc file in rmail-mode.
5213
5214         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5215
5216 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * nnir.el: Silence the byte compiler.
5219
5220         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5221         alias to browse-url-url-encode-chars if any.
5222         (gnus-html-encode-url): Use it.
5223
5224 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5225
5226         * gnus-start.el (gnus-use-backend-marks): New variable.
5227         (gnus-get-unread-articles-in-group): Use it.
5228
5229         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5230         makeover.
5231
5232 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5233
5234         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5235
5236 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5237
5238         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5239         Remove.
5240         (gnus-setup-news-hook):
5241         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5242
5243         * gnus-int.el (gnus-request-update-info): Protect against backends not
5244         having the function.
5245
5246         * nnimap.el (nnimap-stream): Mention starttls.
5247         (nnimap-open-connection): Add starttls support.
5248
5249 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5250
5251         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5252
5253 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5254
5255         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5256         BODYSTRUCTUREs.
5257         (nnimap-transform-headers): Unfold quoted {42} headers.
5258
5259         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5260         the info.
5261         (gnus-get-unread-articles): Only call updatep on backends that support
5262         it.
5263
5264         * nnweb.el (nnweb-request-update-info): NOOP.
5265
5266         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5267
5268         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5269         since it only deals with marks.
5270
5271         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5272         gnus-request-marks, and make a new gnus-request-update-info.
5273
5274         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5275         the active instead of the high number, which is usually too low.
5276
5277 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5278
5279         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5280         * encrypt.el: Remove.
5281
5282 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5285         server in symbolic form.
5286
5287         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5288
5289 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5292         (nnimap-update-info): Fix up code slightly.
5293
5294         * gnus-int.el (gnus-open-server): Add tracing for performance
5295         debugging.
5296
5297         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5298         (gnus-group-insert-group-line): Pass the real group name so that it
5299         gets the right data.
5300
5301         * gnus-start.el (gnus-get-unread-articles): Don't have
5302         `gnus-get-unread-articles-in-group' update info, since that can be
5303         really slow and doesn't seem to be needed?
5304
5305 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5306
5307         * time-date.el (date-to-time): Try using parse-time-string first before
5308         using the slower timezone-make-date-arpa-standard.
5309
5310 2010-09-22  Julien Danjou  <julien@danjou.info>
5311
5312         * gnus-group.el (gnus-group-insert-group-line):
5313         Call gnus-group-highlight-line.
5314         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5315         default hook list.
5316         (gnus-group-update-eval-form): Add new function.
5317         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5318         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5319
5320 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321
5322         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5323         immediate, then expire all articles.
5324         (nnimap-update-info): Fix off-by-one errors.
5325         (nnimap-flags-to-marks): Would return no marks lists for group with no
5326         flags.  Instead return the other data.
5327
5328 2010-09-22  Julien Danjou  <julien@danjou.info>
5329
5330         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5331         Only return an icon.
5332         (gnus-group-insert-group-line): Compute icon to return.
5333
5334         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5335         (gnus-html-image-fetched): Only cache if
5336         gnus-html-image-automatic-caching is set.
5337         (gnus-html-image-fetched): Check for errors.
5338
5339 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340
5341         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5342         once per method on `g'.  This ensures that backends like nnfolder don't
5343         open all their folders.
5344
5345         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5346         (nnimap-request-list): Nix out group in the correct buffer.
5347         (nnimap-parse-flags): Implement by using `read' instead of
5348         hand-parsing.
5349         (nnimap-flags-to-marks): Pass on permanent-flags.
5350         (nnimap-make-process-buffer): Record the server name.
5351         (nnimap-parse-flags): Fix typo.
5352         (nnimap-request-scan): Run split on the server in general, not just a
5353         single group.
5354
5355         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5356         parameter, and propagate this downwards.
5357
5358         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5359         since EXAMINE changes it on the server.
5360
5361         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5362         this command might take a while.
5363
5364 2010-09-22  Julien Danjou  <julien@danjou.info>
5365
5366         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5367         harmful if you have 2 images side-by-side, they can't be properly
5368         update on text deletion.  Using text-property is safer here.
5369         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5370         data.
5371
5372 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5373
5374         * nnimap.el (nnimap-expunge-inbox): Remove.
5375         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5376         (nnimap-expunge): Flip default to t.
5377
5378         * gnus.el (gnus-method-to-server): Don't push things to the cache
5379         unless it's unique.
5380         (gnus-server-to-method): Ditto.
5381
5382 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5383
5384         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5385
5386 2010-09-22  Julien Danjou  <julien@danjou.info>
5387
5388         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5389         get the start of data.
5390         (gnus-html-encode-url): Add this function to encode special chars in
5391         URL.
5392         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5393         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5394
5395         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5396         default.
5397         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5398
5399         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5400         images alt-text.
5401         (gnus-html-put-image): Put alt-text as help-echo.
5402
5403 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5406         * mm-util.el (mm-decompress-buffer)
5407         * nnir.el (nnir-run-find-grep)
5408         * pop3.el (pop3-list): Use 3rd arg of split-string.
5409
5410         * time-date.el (format-seconds): Comment fix.
5411
5412         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5413         and byte-optimize-form-code-walker.
5414         (dgnushack-make-auto-load): Don't advise make-autoload.
5415
5416         * lpath.el: Remove Emacs 21 stuff.
5417
5418 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5419
5420         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5421         outside the active range.  Suggested by Dan Christensen.
5422
5423         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5424         slightly later to avoid double-getting it.
5425
5426         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5427         previous patch.
5428
5429         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5430
5431 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5432
5433         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5434
5435 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436
5437         * gnus-int.el (gnus-open-server): Give a better error message in the
5438         "go offline" case.
5439
5440         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5441         marks for nnimap, which is seldom the right thing to do.
5442
5443         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5444         (gnus-same-method-different-name): New function.
5445
5446         * nnimap.el (parse-time): Require.
5447
5448         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5449         method in the presence of many similar methods.
5450
5451         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5452
5453         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5454         nnml-inhibit-expiry.
5455
5456         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5457         find out whether methods are equal.
5458
5459         * nnimap.el (nnimap-find-expired-articles): New function.
5460         (nnimap-process-expiry-targets): New function.
5461         (nnimap-request-move-article): Request the article before looking at
5462         what the Message-ID is.  Fix found by Andrew Cohen.
5463         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5464
5465         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5466         for oldness in addition to being a predicate.
5467
5468         * nnimap.el (nnimap-request-group): When we have zero articles, return
5469         the right data to Gnus.
5470         (nnimap-request-expire-articles): Only delete articles immediately if
5471         the target is 'delete.
5472
5473         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5474         method, this would bug out.
5475
5476         * gnus-group.el (gnus-group-expunge-group): Rename from
5477         gnus-group-nnimap-expunge, and implemented as a normal interface
5478         function.
5479
5480         * gnus-int.el (gnus-request-expunge-group): New function.
5481
5482         * nnimap.el (nnimap-request-create-group): Implement.
5483         (nnimap-request-expunge-group): New function.
5484
5485 2010-09-21  Julien Danjou  <julien@danjou.info>
5486
5487         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5488         (gnus-html-cache-expired): Add new function.
5489         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5490         wethever we should display image for fetch it.
5491         Compute alt-text earlier to pass it to the fetching function too.
5492         (gnus-html-schedule-image-fetching): Change function argument to only
5493         get one image at a time, not a list.
5494         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5495         cache.
5496         (gnus-html-get-image-data): New function to retrieve image data from
5497         cache.
5498         (gnus-html-put-image): Change buffer argument to use image data rather
5499         than file, and place image above region rather than inserting a new
5500         one.  Do not take alt-text as argument, since it's useless now: we place
5501         the image above alt-text.
5502         (gnus-html-prune-cache): Remove.
5503         (gnus-html-show-images): Start to fetch image when we find one, do not
5504         push into a temporary list.
5505         (gnus-html-prefetch-images): Only fetch image if they have expired.
5506         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5507         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5508
5509 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5512
5513 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5516         spec inser "*" if the group isn't active instead of 0.
5517
5518         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5519         opening the server.
5520         (nnimap-request-delete-group): Implement group deletion.
5521         (nnimap-transform-headers): Return the size of the entire message in
5522         the Bytes header, not just the size of the first part.
5523         (nnimap-request-move-article): When moving an article from nnimap,
5524         request the article first so the accepting form has an article to
5525         accept.  Reported by Dan Christensen.
5526         (nnimap-command): Make sure that the error message doesn't error out.
5527
5528 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5529
5530         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5531         we haven't requested anything.
5532
5533 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5536         "".  Fix found by Andrew Cohen.
5537
5538         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5539         instead of -encode-string.
5540
5541 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5544
5545         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5546         by mm-subst-char-in-string.
5547
5548 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5551         waiting for the connection string.
5552
5553         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5554         arriving.
5555
5556         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5557         bogus characters.  This allows selecting certain Gmail groups.
5558
5559         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5560         (nnimap-fetch-partial-articles): New variable.
5561         (nnimap-open-connection): When looking for credentials, also use the
5562         nnimap-server-port.
5563         (nnimap-request-article): Return the group/article number, so that Gnus
5564         `^' works as expected.
5565         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5566
5567         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5568         comments.
5569         (gnus-methods-sloppily-equal): New function.
5570         (gnus): When using the development version of Gnus, load the gnus-load
5571         file.
5572
5573         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5574         `gnus-open-server' on each method before trying to scan them etc.
5575         This ensures that all the backend parameters are set correctly.
5576
5577         * nnimap.el (nnimap-authenticator): New variable.
5578         (nnimap-open-connection): Allow anonymous login.
5579         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5580         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5581
5582         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5583         patch, found by Knut Anders Hatlen.
5584
5585 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5586
5587         * gnus-agent.el (gnus-agent-batch-confirmation)
5588         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5589         to gnus-message.
5590         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5591         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5592         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5593         * gnus-int.el (gnus-open-server): Likewise.
5594         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5595         (gnus-score-check-syntax): Likewise.
5596         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5597         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5598         Likewise.
5599         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5600
5601 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5602
5603         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5604         calling conventions so that prefetch doesn't bug out.
5605
5606 2010-09-19  Julien Danjou  <julien@danjou.info>
5607
5608         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5609         rather than `subst-char-in-region' in order to be able to replace ASCII
5610         char by UTF-8 ones.
5611
5612         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5613         than curl.
5614         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5615         the right URL and ALT text on images.
5616         (gnus-html-wash-tags): Fix tag case.
5617         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5618         (gnus-article-html): Add -o display_ins_del=2 option.
5619         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5620
5621 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5624         the extra mail headers, which sometimes seem to happen for unknown
5625         reasons.
5626
5627         * mail-parse.el (mail-header-encode-parameter): Define as
5628         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5629         (or most, perhaps?) mail readers don't understand the latter, but do
5630         understand the former.
5631
5632         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5633         to nil, so that no methods are automatically agentized.  I think this
5634         is probably what most users want.
5635
5636         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5637         from url-retrieve, for instance about invalid URLs.
5638
5639         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5640         groups that have no articles.
5641         (nnimap-request-article): Check that we really got an article when we
5642         requested one.
5643
5644         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5645         doesn't exist.
5646
5647         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5648         nntp buffer so the agent can save it.
5649         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5650         that CRLF doesn't get translated to \n.
5651         (nnimap-open-connection): Don't make 'shell commands only send \n.
5652
5653 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5654
5655         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5656         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5657         Update var name.
5658         (nnml-generate-nov-file): Use dolist.
5659         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5660         Use with-current-buffer.
5661
5662 2010-09-18  Julien Danjou  <julien@danjou.info>
5663
5664         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5665         parallel.
5666
5667 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5668
5669         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5670         the range update right.
5671         (nnimap-request-group): Don't make `M-g' bug out on group with no
5672         marks.
5673         (nnoo): Require, so that other packages can require nnimap.
5674         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5675         command we're looking for.  This helps when the server sends more
5676         responses after we've gotten everything we expected.
5677         (nnimap): Add a `newlinep' field to keep track of end-of-line
5678         conventions.
5679         Don't send CRLF to things that don't want it.
5680         (nnimap-request-accept-article): Ditto.
5681
5682 2010-09-18  Julien Danjou  <julien@danjou.info>
5683
5684         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5685         than curl to retrieve images.
5686
5687 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5688
5689         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5690         the marks.
5691         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5692         (nnimap-wait-for-connection): New function.
5693         (nnimap-open-connection): If we have PREAUTH, don't query for login
5694         credentials.
5695         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5696         when doing a partial update.
5697
5698 2010-09-18  Julien Danjou  <julien@danjou.info>
5699
5700         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5701         tags.
5702
5703 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5704
5705         * nnimap.el (nnimap-credentials): New function.
5706         (nnimap-open-connection): Use the new function to look for credentials
5707         also on the numeric equivalents of "imap" and "imaps".
5708
5709         * gnus-start.el (gnus-activate-group): Send the info to
5710         gnus-request-group.
5711
5712         * nnimap.el (nnimap-request-group): Have the "check" version of the
5713         function parse flags and update the info, so that a `M-g' get a total
5714         resync of all flags from the group.
5715
5716         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5717         to allow backends to alter the info on group selection.  Also alter all
5718         the backend -request-group functions to take the parameter.
5719
5720         * nnimap.el (nnimap-store-info): New function.
5721         (nnimap-update-info): Store the info for later usage.
5722         (nnimap-request-group): Use the stored info for the dont-check case, so
5723         that we don't retrieve all marks when we enter a group.
5724
5725         * nnimap.el: Use deffoo instead of defun for interface functions.
5726
5727         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5728         update the group info.  This makes the nndraft groups, for instance, go
5729         back to their old behaviour.
5730
5731         * gnus-sum.el (gnus-select-newsgroup): Indent.
5732
5733         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5734         in.
5735         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5736         nothing.
5737
5738         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5739         from methods that are denied.
5740
5741         * gnus-int.el (gnus-method-denied-p): New function.
5742
5743         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5744         store the password instead of netrc.
5745         (nnimap-open-connection): Don't error out when we can't make a
5746         connections.
5747
5748         * auth-source.el (auth-source-create): In the password prompt, say what
5749         we're querying for.  Also prompt for user name if that hasn't been
5750         given.
5751
5752         * nnimap.el (nnimap-with-process-buffer): Remove.
5753
5754 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5757         method when we're reading from the agent.
5758
5759         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5760
5761         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5762         that's probably most useful for users.
5763
5764         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5765         "failed" all the time.
5766
5767         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5768         ...)) with (with-current-buffer ... ).
5769
5770         * nntp.el (nntp-open-server): Return whether the open was successful or
5771         not.
5772
5773         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5774         select an unread unseen article first.
5775
5776         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5777         /etc/services, supply some sensible port defaults.
5778
5779         * dgnushack.el: Define netrc-credentials.
5780
5781 2010-09-17  Julien Danjou  <julien@danjou.info>
5782
5783         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5784
5785 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5786
5787         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5788         doesn't have any parameters.
5789
5790 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5793         only upcased checks.
5794
5795         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5796
5797         * nnimap.el (nnimap-open-shell-stream): New function.
5798         (nnimap-open-connection): Use it.
5799         (nnimap-transform-headers): Get the number of lines in each message.
5800         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5801         number of lines.
5802         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5803         problem.
5804
5805         * utf7.el (utf7-encode): Autoload.
5806
5807         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5808         to allow the mail splitting to not return a default group.  This is
5809         useful for nnimap, which will leave unmatched mail in the inbox.
5810
5811         * nnimap.el: Rewritten.
5812
5813         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5814         nnimap usage.
5815
5816         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5817         if the move is internal, so that nnimap can do fast internal moves.
5818
5819         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5820         data.
5821         (gnus-read-active-for-groups): Support finishing the early retrieval of
5822         data.
5823
5824         * gnus-range.el (gnus-range-nconcat): New function.
5825
5826         * gnus-int.el (gnus-finish-retrieve-group-infos)
5827         (gnus-retrieve-group-data-early): New functions.
5828
5829 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5830
5831         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5832         (nnrss-retrieve-groups):
5833         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5834         (pop3-quit): Use with-current-buffer.
5835
5836 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5839         instead of nnheader-accept-process-output.
5840
5841         * dgnushack.el (dgnushack-compile): Add comment.
5842
5843         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5844
5845         * gnus-html.el (gnus-html-schedule-image-fetching)
5846         (gnus-html-prefetch-images): Replace process-kill-without-query by
5847         gnus-set-process-query-on-exit-flag.
5848
5849 2010-09-16  Romain Francoise  <romain@orebokech.com>
5850
5851         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5852
5853 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5856         parameter to unintern is mandatory-ish in Emacs 24.
5857
5858         * gnus-html.el (gnus-html-schedule-image-fetching)
5859         (gnus-html-prefetch-images): Check for curl before using it.
5860
5861         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5862         depend on curl, which isn't essential.
5863
5864         * imap.el: Revert back to version
5865         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5866         seem problematic.
5867
5868 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5869
5870         * gnus-registry.el (gnus-registry-install-shortcuts):
5871         Explicitly pass `obarray' to `unintern' to avoid a warning.
5872
5873 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5874
5875         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5876         change.
5877
5878         * nnrss.el (nnrss-request-list): Remove this function and related
5879         functions, including the moreover stuff.
5880
5881 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5882
5883         * nnrss.el (nnrss-retrieve-groups): New function.
5884
5885 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5886
5887         * .dir-locals.el: Add no-byte-compile cookie.
5888
5889 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * time-date.el (format-seconds): Comment fix.
5892
5893         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5894         for back end that doesn't support request-scan.
5895
5896 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5897
5898         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5899         then do request scans from the backends.
5900
5901         * netrc.el (netrc-credentials): New conveniency function.
5902
5903         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5904         avoid running a hook per line, since this takes a lot of time,
5905         profiling shows.
5906         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5907         directly if gnus-visual-p is true.
5908
5909 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5912         groups; replace mapcar with dolist which is a bit faster; pass groups
5913         info to gnus-read-active-file-1.
5914         (gnus-read-active-file-1): Scan only specified groups if the new
5915         optional arg `infos' is given.
5916
5917 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5920
5921         * pop3.el (pop3-movemail): Remove.
5922         (pop3-streaming-movemail): Rename to pop3-movemail.
5923
5924         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5925         don't restrict end-tag searches to the end of the line.
5926
5927 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5930         articles of every unchecked group to t, which means unknown since the
5931         server has never been opened.
5932
5933 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * gnus-html.el (gnus-html-show-alt-text): New command.
5936         (gnus-html-browse-image): Ditto.
5937         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5938         to browse the image directly.
5939         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5940         better.
5941
5942         * gnus-async.el (gnus-async-article-callback):
5943         Call `gnus-html-prefetch-images' unconditionally.
5944
5945         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5946         before feeding URLs to curl.
5947
5948 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5949
5950         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5951         internal images as deletable by `W D D'.
5952
5953         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5954         (gnus-async-article-callback): Fix typo.
5955
5956 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5957
5958         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5959         current line to work around bugs in the output from w3m.
5960
5961         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5962         for groups that want that.
5963
5964         * nntp.el (nntp-wait-for-string): Supply a timeout for
5965         accept-process-output to ensure progress.
5966
5967         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5968         level to get unread articles from, then use that for foreign groups,
5969         too.
5970
5971         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5972         confuses the rest of the function.
5973
5974         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5975         for the methods that support -retrieve-groups, too.
5976
5977         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5978
5979 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5982         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5983
5984         * pop3.el: Require cl when compiling.
5985         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5986
5987 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5988
5989         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5990         that aren't going to be activated.
5991         (gnus-get-unread-articles): Fix up the last commit.
5992
5993         * gnus-html.el (gnus-article-html): Allow calling without specifying
5994         the handle.  In that case, dissect the buffer first.
5995
5996         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5997
5998         * nnimap.el (nnimap-open-connection): Revert the change that would look
5999         into authinfo for imaps instead of imap.
6000
6001         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6002         say that you don't want to call gnus-request-group with don-check, but
6003         do check the reponse.  This is for virtual groups only.
6004         (gnus-get-unread-articles): Count the archive groups as secondary, so
6005         that they're activated the same way as before.
6006
6007         * imap.el (imap-message-map): Removed optional buffer parameter, since
6008         no callers use it.
6009         (imap-message-get): Ditto.
6010         (imap-message-put): Ditto.
6011         (imap-mailbox-map): Ditto.
6012         (imap-mailbox-put): Ditto.
6013         (imap-mailbox-get): Ditto.
6014         (imap-mailbox-get): Revert last change for this function.
6015
6016         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6017         case-insensitively.
6018         (nnimap-debug): Remove.
6019
6020         * imap.el (imap-fetch-safe): Removed function, and altered all callers
6021         to use `imap-fetch' instead.  According to the comments, this should be
6022         safe, since all other IMAP clients use the 1:* syntax.
6023         (imap-enable-exchange-bug-workaround): Removed.
6024         (imap-debug): Removed -- doesn't seem very useful.
6025
6026         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6027         mail from a file, and the file doesn't exist.
6028
6029         * imap.el (imap-log): New convenience function used throughout instead
6030         of repeating the same code all over the place.
6031
6032         * pop3.el (pop3-streaming-movemail): Return t for success.
6033
6034         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6035         .authinfo if we're using ssl connection.
6036
6037         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6038         already have if we're in a main Gnus `g' run.
6039
6040         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6041
6042 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6045
6046         * nnmh.el (nnmh-request-list-1): Bind `file'.
6047
6048         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6049         alias to set-process-query-on-exit-flag or process-kill-without-query.
6050         (pop3-open-server): Use it.
6051
6052 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053
6054         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6055         box to the Incoming file.  Fixes mistake in previous checkin.
6056
6057         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6058         request loop (for debugging purposes) removed.
6059
6060         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6061         culprit is more visible.
6062         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6063         (nnml-add-incremental-nov): New functions to do "incremental" nov
6064         updates, where we just append to the end of the existing nov files
6065         without reading/writing them in full.
6066
6067         * mail-source.el (mail-source-delete-crash-box): Really only check the
6068         incoming files once in a while.
6069
6070         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6071
6072         * mail-source.el (mail-source-delete-crash-box): Only check the
6073         incoming files for deletion once per day to save a lot of file
6074         accesses.
6075
6076         * pop3.el (pop3-logon): Fix up unbound variable typo.
6077
6078         * mail-source.el (pop3-streaming-movemail): Autoload.
6079
6080         * pop3.el (pop3-streaming-movemail):
6081         Respect pop3-leave-mail-on-server.
6082
6083         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6084         retrieval.
6085
6086         * pop3.el (pop3-process-filter): Remove unused function.
6087         (pop3-streaming-movemail, pop3-send-streaming-command)
6088         (pop3-wait-for-messages, pop3-write-to-file)
6089         (pop3-number-of-responses): New functions for streaming pop3
6090         retrieval.
6091
6092         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6093         come from no known methods.
6094         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6095         list.
6096
6097         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6098         message sizes.
6099         (pop3-movemail): Use erase-buffer instead of looping and deleting
6100         regions, which seems rather odd.
6101
6102         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6103         file once per `g' run.
6104
6105         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6106         directories.  This makes the draft queue directory work.
6107
6108         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6109         data from the backends, so that we only request the list of groups from
6110         each method once.  This should speed things up considerably.
6111
6112         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6113         detect that it's not implemented.
6114
6115         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6116         we actually do recurse down into the tree, but don't stat all leaf
6117         nodes.
6118
6119         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6120         then say so instead of bugging out.
6121
6122         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6123         files exist before trying to read them.
6124
6125         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6126         around <pre_int>.
6127
6128         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6129
6130         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6131
6132 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6133
6134         * mm-util.el (mm-image-load-path): Just return the image directories,
6135         not all directories in the path in addition to the image directories.
6136         (mm-image-load-path): Maintain a cache of the image directories so that
6137         the `g' command in Gnus doesn't have to stat dozens of directories each
6138         time.
6139
6140         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6141         (gnus-html-wash-tags): Add a new `i' command to insert images.
6142         (gnus-html-insert-image): New command and keystroke.
6143         (gnus-html-redisplay-with-images): New command and keystroke.
6144         (gnus-html-show-images): Rename command.
6145         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6146         spacers.
6147         (gnus-html-wash-tags): Decode entities at the end, so that entities
6148         inside the tags don't mess up the rest of the "parsing".
6149
6150         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6151         so that nnimap methods aren't agentized by default.  There's apparently
6152         many problems related to agent/imap behaviour.
6153
6154         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6155
6156         * gnus-html.el: Doc fix.
6157
6158 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6161         specifier-spec-list for Emacs 21.
6162
6163         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6164         glyph-width and glyph-height instead of display-graphic-p and
6165         image-size; make avoidance of displaying small images work for XEmacs.
6166
6167         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6168         for XEmacs.
6169
6170         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6171         of symbol that holds plist data.
6172         (gnus-process-plist): Remove plist of process after getting it.
6173
6174 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6175
6176         * message.el (message-generate-hashcash): Change default to
6177         'opportunistic if hashcash is installed.
6178
6179         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6180         (gnus-html-put-image): Only call image-size once, since it's somewhat
6181         time-consuming on remote X servers.
6182
6183 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6184
6185         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6186         type on data, not a file name.
6187
6188         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6189         window-pixel-edges for Emacs 21.
6190
6191         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6192         decoded contents.
6193         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6194
6195 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6198         group line format, since it isn't very interesting.
6199
6200         * gnus-agent.el (gnus-agent-short-article),
6201         (gnus-agent-long-article): Increase values for these two variables,
6202         since most people are likely to have more network connection and
6203         storage than before.
6204
6205         * gnus.el (gnus-refer-article-method): Change default to 'current.
6206         When referring an article, the common behaviour is to refer it from the
6207         current select method, not the native select method.  The chances of
6208         the native select method having the message in question is rather slim
6209         these days.
6210
6211         * gnus-sum.el (gnus-auto-select-subject): Change default to
6212         `unseen-or-unread'.  I think it's likely that most people want to
6213         select an unseen article over a previously seen, but unread one.
6214
6215         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6216         means that in the article buffer none of the minor mode elements will
6217         be shown, usually, and this is not desirable in most cases.
6218
6219         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6220         that commands like `d' (and the like) go to the next line in the
6221         buffer, instead of the next unread article.  I think this is the
6222         behaviour that is most natural for most users.
6223         (gnus-single-article-buffer): Change default to nil, so that people can
6224         have as many article buffers open as they have summary buffer.  I think
6225         this is the most natural way for the groups to behave.
6226
6227         * message.el (message-generate-new-buffers): Change default to
6228         `unsent', so that all new message buffers start their names with the
6229         string "*unsent", and it's easier to find the buffers if you move from
6230         them.
6231
6232 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6233
6234         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6235         small.  They're probably tracking images.
6236         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6237         (gnus-html-rescale-image): Yet another try at getting the image sizing
6238         right.
6239
6240         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6241         nntp-marks-file-name is nil.
6242
6243 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6244
6245         * gnus-html.el (gnus-html-wash-tags)
6246         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6247         Better logging.
6248
6249 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6250
6251         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6252
6253         * gnus-html.el (gnus-html-wash-tags): Check the value of
6254         gnus-blocked-images in the summary buffer.
6255
6256 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6257
6258         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6259
6260 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6261
6262         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6263         like "a", it seems like.
6264         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6265         since it needs to be picked from the correct buffer.
6266
6267         * nnwfm.el: Remove.
6268
6269         * nnlistserv.el: Remove.
6270
6271 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6272
6273         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6274         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6275
6276 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6277
6278         * nnkiboze.el: Remove.
6279
6280         * nndb.el: Remove.
6281
6282         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6283         alt text.
6284         (gnus-html-rescale-image): Try to get the rescaling logic right for
6285         images that are just wide and not tall.
6286
6287         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6288         overshadow variable bindings.
6289
6290 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6291
6292         * gnus-html.el (gnus-html-wash-tags)
6293         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6294         Add extra logging.
6295
6296 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6297
6298         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6299         (gnus-max-image-proportion): New variable.
6300         (gnus-html-rescale-image): New function.
6301         (gnus-html-put-image): Rescale images.
6302
6303 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6304
6305         Fix up some byte-compiler warnings.
6306         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6307         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6308         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6309         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6310         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6311         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6312         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6313
6314 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus-html.el (gnus-article-html): Decode contents by charset.
6317
6318 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6321         (gnus-html-frame-width, gnus-blocked-images)
6322         * message.el (message-prune-recipient-rules): Add custom version.
6323         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6324
6325         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6326         functions.
6327
6328         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6329         gnus-process-get.
6330
6331 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6332
6333         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6334         instead of lsub directly.
6335
6336 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6337
6338         * nnwarchive.el: Remove.
6339
6340         * gnus-soup.el: Remove.
6341
6342         * nnsoup.el: Remove.
6343
6344         * nnultimate.el: Remove.
6345
6346         * gnus-html.el (gnus-blocked-images): New variable.
6347
6348         * message.el (message-prune-recipients): New function.
6349         (message-prune-recipient-rules): New variable.
6350
6351         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6352         guess whether a long line is natural text or not.
6353
6354         * gnus-html.el (gnus-html-schedule-image-fetching):
6355         Use gnus-process-plist and friends for compatibility.
6356
6357 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6358
6359         * gnus-html.el: Require packages that define macros used in this file.
6360         (gnus-article-mouse-face): Declare to silence byte-compiler.
6361         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6362         process-get.
6363         (gnus-html-put-image): Use plist-get to avoid getf.
6364         (gnus-html-prefetch-images): Use with-current-buffer.
6365
6366 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * gnus-ems.el: Provide compatibility functions for
6369         gnus-set-process-plist.
6370
6371         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6372         header-line-format for XEmacs 21.4.
6373
6374         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6375         * gnus.el (gnus-valid-select-methods)
6376         * message.el (message-send-mail-partially-limit)
6377         * mm-decode.el (mm-text-html-renderer)
6378         * mml.el (mml-insert-mime-headers-always)
6379         * smiley.el (smiley-regexp-alist): Bump custom version.
6380
6381 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6382
6383         * gnus-html.el: require mm-url.
6384         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6385         with the url to `url'.
6386         (gnus-html-wash-tags): Support cid: URLs/images.
6387
6388 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6389
6390         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6391         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6392         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6393
6394         * gnus-move.el: Remove file, since it doesn't really work.
6395
6396         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6397         UTF-8.  This seems to fix problems with some German web feeds.
6398
6399         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6400         at the top so that the proper colours are applied.
6401
6402         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6403         don't have dots in their names.
6404
6405         * gnus-art.el (gnus-article-view-part): Doc fix.
6406
6407         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6408         XEmacs-compatible.
6409         (gnus-html-put-image): Don't do images on non-graphic displays.
6410
6411         * nnslashdot.el: Remove this unused backend.
6412
6413         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6414         actions.
6415         (gnus-undo-register-1): Revert last change.
6416
6417         * gnus-group.el (gnus-group-completing-read): Protect against not
6418         having completion-styles bound.
6419
6420         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6421         make broken recipients happier.
6422
6423         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6424
6425         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6426         point parameter.
6427
6428         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6429
6430         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6431         completion-styles for group selection.
6432
6433 2009-02-04  Andreas Schwab  <schwab@suse.de>
6434
6435         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6436         headers and regexp-quote the match if necessary.
6437
6438 2009-03-24  Miles Bader  <miles@gnu.org>
6439
6440         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6441         the blinking smiley.
6442
6443 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6444
6445         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6446         blink smiley.
6447
6448 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6451         where the dribbel file lives exists.
6452
6453         * message.el (message-send-mail-partially-limit): Change the default to
6454         nil, since most people don't want this.
6455
6456         * mm-url.el (mm-url-decode-entities): Also decode entities like
6457         &#x3212.
6458
6459 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6460
6461         * gnus-sum.el (gnus-summary-idna-message):
6462         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6463         Hyperlink urls in docstrings with URL `...'.
6464
6465 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6466
6467         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6468         functions.
6469
6470 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6473         say what the mouseover text should be.
6474
6475         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6476         version of the mm-w3m-safe-url-regexp variable to only download images
6477         in the groups where we want that to happen.
6478
6479         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6480
6481         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6482         easier debugging.
6483         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6484         big pictures in the article buffer.
6485
6486         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6487         gnus-article-html.
6488         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6489         w3m.
6490
6491         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6492
6493 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6494
6495         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6496         which doesn't exist.
6497
6498         * message.el (message-inhibit-ecomplete): New variable to allow some
6499         function to inhibit ecomplete address storage.
6500         (message-resend): Disable ecomplete message storage when resending
6501         messages.
6502
6503         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6504
6505 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6508         Save excursion while copying, moving, and deleting articles in order to
6509         prevent the cursor from jumping to unforeseen place.
6510
6511 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * lpath.el: No need to bind bookmark-current-buffer,
6514         bookmark-yank-point and bookmark-make-record-function.
6515
6516 2010-08-17  Glenn Morris  <rgm@gnu.org>
6517
6518         * gnus-sync.el: Require gnus components whose functions are used.
6519
6520         * gnus-art.el (bookmark-make-record-function):
6521         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6522         Declare for compiler.
6523
6524         * mm-url.el (mml-compute-boundary): Autoload.
6525
6526 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6529
6530 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6531
6532         Typo fix "hoo4a" -> "hook".
6533
6534         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6535
6536 2010-08-14  Glenn Morris  <rgm@gnu.org>
6537
6538         * gnus-sync.el (gnus-sync): Fix defgroup version.
6539
6540 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6541
6542         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6543
6544         * gnus-sync.el: Fix docs.
6545         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6546         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6547
6548 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6549
6550         Optimizations for gnus-sync.el.
6551
6552         * gnus-sync.el: Add docs about gnus-sync-backend
6553         possibilities.
6554         (gnus-sync-save): Remove unnecessary message.
6555         (gnus-sync-read): Optimize and show what groups were skipped.
6556
6557 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6558
6559         Minor bug fixes for gnus-sync.el.
6560
6561         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6562         Don't read the sync on get-new-news.
6563
6564         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6565         quiet.
6566
6567         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6568         (fix typo).
6569
6570 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6571
6572         Make saving and restoring of hidden threads work with overlays.
6573         Patch applied by Ted Zlatanov.
6574
6575         * gnus-sum.el (gnus-hidden-threads-configuration)
6576         (gnus-restore-hidden-threads-configuration): Update to deal with text
6577         properties, rather than searching for a magic character.
6578
6579 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6580
6581         New gnus-sync.el library for synchronization of marks.
6582
6583         * gnus-sync.el: New library for synchronization of marks.
6584
6585         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6586         renamed from `gnus-registry-grep-in-list'.
6587
6588         * gnus-registry.el (gnus-registry-follow-group-p):
6589         Use `gnus-grep-in-list'.
6590
6591         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6592
6593 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6596         determining charset of text fails.
6597
6598 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * nnmail.el (nnmail-get-new-mail-1): Revert.
6601
6602         * nnml.el (nnml-active-number): Make sure names of newly created groups
6603         in nnml-group-alist are encoded.
6604
6605 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6608         containing non-ASCII characters in active file for nnml back end.
6609
6610 2010-07-24  David Engster  <dengste@eml.cc>
6611
6612         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6613         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6614
6615 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6616
6617         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6618         tag (Bug#6654).
6619
6620 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6623         the article buffer, not the summary buffer.
6624
6625 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6628         Emacs 23 as well.
6629
6630 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6633         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6634
6635 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6636
6637         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6638         Patch applied by Karl Fogel.
6639
6640         * gnus-sum.el (gnus-summary-bookmark-make-record):
6641         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6642
6643 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6644
6645         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6646         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6647         C-w still not working correctly from Article buffers; Thierry's
6648         patch to fix that will be applied after this.
6649
6650         * gnus-art.el (bookmark-make-record-function): New local variable.
6651
6652         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6653         article buffer.
6654         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6655
6656 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6657
6658         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6659         on changes in bookmark.el.
6660
6661 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6664         `no-log' instead of message not to log prompt string.
6665
6666 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6667
6668         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6669         the *other* type of HTML form submission.
6670
6671 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6672
6673         * auth-source.el (auth-source-pick): If choice does not contain a
6674         questioned keyword, set the check to t.
6675
6676 2010-06-12  Romain Francoise  <romain@orebokech.com>
6677
6678         * gnus-util.el (gnus-date-get-time): Move up before first use.
6679
6680 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6683         (gnus-article-edit-part): Bind it to make last part that is substituted
6684         or deleted visible.
6685         (gnus-mime-display-single): Buttonize part of which id equals to
6686         gnus-mime-buttonized-part-id.
6687
6688 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6689
6690         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6691         (gnus-dd-mmm): Use gnus-date-get-time.
6692         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6693         simplify logic.
6694         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6695         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6696
6697 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6698
6699         * auth-source.el (top): Autoload `secrets-list-collections',
6700         `secrets-create-item', `secrets-delete-item'.
6701         (auth-sources): Fix tag string.
6702         (auth-get-source, auth-source-retrieve, auth-source-create)
6703         (auth-source-delete): New defuns.
6704         (auth-source-pick): Rewrite in order to avoid 2 passes.
6705         (auth-source-forget-user-or-password): New parameter USERNAME.
6706         (auth-source-user-or-password): New parameters CREATE-MISSING and
6707         DELETE-EXISTING.  Retrieve password interactively, if needed.
6708
6709 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6710
6711         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6712         deleting unused directories when gnus-expert-user is t.
6713
6714 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6717         for each temp file when gnus-article-browse-delete-temp is ask.
6718
6719 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6720
6721         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6722         Lisp calls to delete-backward-char by calls to delete-char.
6723
6724 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6725
6726         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6727
6728 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6729
6730         * password-cache.el (password-cache-remove): Fix docstring.
6731
6732 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6735         article unless decoding article to be saved.
6736
6737 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6740         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6741         generated within the mm-with-unibyte-current-buffer macro.
6742
6743 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6746         to nil when we're in a mml-preview buffer and no group is selected.
6747
6748 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6749
6750         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6751         when catching the `C-g'.  Reported by "Leo".
6752
6753 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * message.el (message-forward-make-body-plain)
6756         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6757         multibyte-string-p.
6758
6759         * lpath.el: Revert.
6760
6761 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * message.el (message-forward-make-body-mml): Assume original message
6764         is multibyte string; error on unibyte.
6765         (message-forward-make-body-plain): Ditto; don't add excessive newline
6766         in body end.
6767
6768         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6769
6770 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6771
6772         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6773         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6774
6775 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * mm-extern.el (mm-extern-url): Don't use
6778         mm-with-unibyte-current-buffer.
6779         (mm-extern-cache-contents): Use with-current-buffer instead of
6780         save-excursion + set-buffer.
6781
6782 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * mm-util.el (mm-emacs-mule): Remove.
6785
6786 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6787
6788         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6789         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6790         change.
6791
6792 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6795         bind the default value of enable-multibyte-characters to nil.
6796
6797 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * message.el (message-forward-make-body-plain)
6800         (message-forward-make-body-mml):
6801         Don't use mm-with-unibyte-current-buffer.
6802
6803 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6804
6805         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6806
6807 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6808
6809         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6810         (Bug#5592).
6811
6812 2010-05-07  Julien Danjou  <julien@danjou.info>
6813
6814         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6815         it to mm-pipe-part.
6816
6817         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6818         it is given.
6819
6820 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * binhex.el (binhex-decode-region-internal)
6823         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6824         (dns-query)
6825         * nnweb.el (nnweb-gmane-search)
6826         * pgg-parse.el (pgg-parse-armor)
6827         * pgg.el (pgg-verify-region)
6828         * sha1.el (sha1-string-external)
6829         * uudecode.el (uudecode-decode-region-internal)
6830         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6831         XEmacs.
6832
6833         * gnus-art.el (gnus-article-browse-html-parts)
6834         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6835         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6836         make-temp-file.
6837
6838         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6839         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6840         compiling.
6841
6842         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6843         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6844         XEmacs when compiling.
6845
6846         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6847         gnus-pick-mode-off-hook for XEmacs when compiling.
6848         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6849         gnus-binary-mode-off-hook for XEmacs when compiling.
6850
6851         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6852         Return nil if char-charset is not available.
6853
6854         * imap.el (imap-disable-multibyte)
6855         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6856         macros.
6857
6858         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6859         instead of encode-coding-string.
6860
6861         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6862         'xemacs) instead of mm-emacs-mule to switch function definitions.
6863         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6864
6865         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6866         bind temporary-file-directory for XEmacs;
6867         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6868         timer-set-function for XEmacs 21.4 and SXEmacs;
6869         bind timer-list for XEmacs 21.4 and SXEmacs;
6870         fbind char-charset and find-charset-region for non-Mule XEmacs;
6871         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6872         encode-coding-region and encode-coding-string for XEmacs having no
6873         file-coding feature.
6874
6875 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6876
6877         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6878
6879 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6882         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6883
6884 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6885
6886         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6887         alias `jka-compr-delete-temp-file' no longer exists.
6888
6889 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6890
6891         Use define-minor-mode in Gnus where applicable.
6892         * mml.el (mml-mode): Use define-minor-mode.
6893         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6894         (gnus-undo-mode): Use define-minor-mode.
6895         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6896         (gnus-dead-summary-mode): Use define-minor-mode.
6897         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6898         Initialize in declaration.
6899         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6900         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6901         (gnus-mailing-list-mode): Use define-minor-mode.
6902         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6903         (gnus-draft-mode): Use define-minor-mode.
6904         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6905         (gnus-dired-mode): Use define-minor-mode.
6906
6907 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6908
6909         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6910         handles on recursive mml-to-mime translation and check them for
6911         boundary delimiter collisions.  Reported by Greg Troxel.
6912
6913 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6916
6917 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6918
6919         * mm-util.el (mm-find-buffer-file-coding-system):
6920         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6921
6922 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6923
6924         * message.el (message-generate-headers): Record insertion of optional
6925         headers as well.  Otherwise the check to prevent repeated insertion of
6926         optional headers is a no-op.
6927
6928 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6929
6930         * smime.el: Don't mention CVS.
6931
6932         * nnrss.el (nnrss-fetch): Don't mention CVS.
6933
6934         * nnir.el: Don't mention CVS.
6935
6936 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6937
6938         * gnus-sum.el (gnus-summary-bookmark-make-record):
6939         Add `location' field.
6940
6941 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * lpath.el: Fbind bookmark-default-handler,
6944         bookmark-get-bookmark-record, bookmark-make-record-default,
6945         bookmark-prop-get for Emacs <23 and XEmacs.
6946
6947 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6948
6949         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6950         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6951         Use with-current-buffer to silence the byte-compiler.
6952         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6953         bother to require `gnus'.
6954         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6955
6956 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6957
6958         * gnus-sum.el (gnus-summary-bookmark-make-record)
6959         (gnus-summary-bookmark-jump): New functions.
6960         (gnus-summary-mode): Setup bookmark support.
6961
6962 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6963
6964         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6965         if set.
6966
6967 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6970         gnus-article-browse-html-save-cid-image; make it work recursively for
6971         forwarded messages as well.
6972         (gnus-article-browse-html-parts): Work when prefix arg is given.
6973         (gnus-article-browse-html-article): Doc fix.
6974
6975 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6976
6977         * message.el (message-default-mail-headers):
6978         (message-default-headers): Carry the value mail-default-headers over
6979         into message-default-mail-headers, rather than message-default-headers.
6980
6981 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6982
6983         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6984         charset.
6985
6986         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6987         charset into the <meta> tag when the article is encoded to utf-8.
6988
6989 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * gnus-art.el (gnus-article-browse-delete-temp-files):
6992         Delete directories as well.
6993         (gnus-article-browse-html-parts): Work for images that do not specify
6994         file names; delete temp directory when quitting; insert header at the
6995         right place; use file: scheme for image files.
6996
6997 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6998
6999         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7000         (gnus-article-browse-html-parts): Use it to make temporary cid image
7001         files in addition to html file so that browser may display them.
7002
7003 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7006
7007 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7008
7009         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7010
7011 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7012
7013         * auth-source.el (auth-sources): Change default to be simpler.
7014         Explain about Secret Service API sources.  Improve Customize options.
7015         (auth-source-pick): Change to accept any number of search parameters.
7016         Implement fallbacks iteratively, not recursively.  Add scoring on the
7017         second pass and sort by score.  Call Secret Service API when needed.
7018         (auth-source-user-or-password): Use it.  Call Secret Service API
7019         directly when needed to get the user name and the password.
7020
7021 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7022
7023         * message.el (message-interactive): Doc fix.
7024         (message-qmail-inject-args): Reflow.
7025         (message-kill-to-signature): Fix typo in docstring.
7026
7027         * smiley.el (smiley-buffer): Fix typo in docstring.
7028
7029 2010-03-24  Glenn Morris  <rgm@gnu.org>
7030
7031         * mail-source.el (gnus-message): Declare.
7032         (mail-source-delete-old-incoming): Require gnus-util.
7033
7034 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7037
7038         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7039
7040         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7041         password-cache's default if it is not bound.
7042         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7043         password-cache-expiry's default if it is not bound.
7044
7045         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7046         available in Emacs 21.
7047
7048         * lpath.el: Suppress compiler warnings for:
7049         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7050         XEmacs;
7051         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7052         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7053         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7054
7055 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7056
7057         * auth-source.el (auth-sources): Fix up definition so extra parameters
7058         are always inline.
7059
7060 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7061
7062         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7063         wasn't updated after mismatch.  Clear cached mailbox info correctly
7064         when uidvalidity changes.
7065         (nnimap-group-prefixed-name): New function to avoid some code
7066         duplication.
7067         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7068         (nnimap-request-group): Use it.
7069         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7070         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7071         with many imap folders.  This is done by caching the group status from
7072         the imap server persistently in a group parameter `imap-status'.  (This
7073         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7074         but not persistently, so every Gnus startup was still very slow.)
7075
7076 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7077
7078         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7079         delete the extra newline.  Otherwise editing of :string and :number
7080         types don't work.
7081
7082 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7083
7084         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7085         secrets.el dependency.
7086         (auth-sources): Add optional user name.  Add secrets.el configuration
7087         choice (unused right now).
7088
7089 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7090
7091         * gnus-sum.el (gnus-summary-make-menu-bar):
7092         Let `gnus-registry-install-shortcuts' fill in the functions.
7093
7094         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7095         warnings.
7096         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7097         (gnus-registry-install-shortcuts): Populate and use it in a
7098         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7099
7100 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7101
7102         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7103         In-place substitutions for the group name encoding/decoding.
7104         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7105         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7106         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7107         (nnimap-update-unseen, nnimap-request-list)
7108         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7109         (nnimap-request-set-mark, nnimap-split-to-groups)
7110         (nnimap-split-articles, nnimap-request-newgroups)
7111         (nnimap-request-create-group, nnimap-request-accept-article)
7112         (nnimap-request-delete-group, nnimap-request-rename-group)
7113         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7114         `encoded-mbx' for consistency.
7115         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7116         variable `imap-current-mailbox'.
7117
7118         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7119         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7120
7121 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7122
7123         * pop3.el (pop3-display-message-size-flag): Display message size byte
7124         counts during POP3 download.
7125         (pop3-movemail): Use it.
7126         (pop3-list): Implement listing of available messages.
7127
7128 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7129
7130         * nnir.el (nnir-get-article-nov-override-function): New function to
7131         override the normal NOV retrieval.
7132         (nnir-retrieve-headers): Use it.
7133
7134 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7135
7136         * auth-source.el (netrc-machine-user-or-password): Autoload.
7137
7138 2010-03-19  Glenn Morris  <rgm@gnu.org>
7139
7140         Stop message.el from loading about 40 libraries it doesn't always need.
7141         The general approach is to autoload rather than require, and to
7142         require in the specific functions rather than the file.  (Bug#5642)
7143
7144         * gmm-utils.el: Don't require wid-edit.
7145         (widget-create-child-value, widget-convert, widget-default-get):
7146         Autoload.
7147
7148         * gnus-util.el: Don't require time-date, netrc.
7149         (message-fetch-field, gnus-group-name-decode): Declare rather than
7150         autoloading.
7151         (gnus-fetch-field): Require message.
7152         (gnus-decode-newsgroups): Require gnus-group.
7153
7154         * ietf-drums.el: Don't require time-date.
7155
7156         * message.el: Don't require hashcash, canlock, ecomplete.
7157         Do require mail-utils.  Require nnheader only when compiling.
7158         (smtpmail-default-smtp-server): Remove declaration.
7159         (message-send-mail-function): Check smtpmail-default-smtp-server
7160         is bound rather than requiring smtpmail.
7161         (message-auto-save-directory, message-insert-signature):
7162         Use expand-file-name rather than nnheader-concat.
7163         (nnheader-insert-file-contents): Autoload.
7164         (hashcash-wait-async): Declare.
7165         (message-send-mail): Only call gnus-setup-posting-charset if
7166         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7167         (message-send-mail-with-sendmail): Require sendmail.
7168         (canlock-password, canlock-password-for-verify): Declare.
7169         (message-canlock-password): Require canlock.
7170         (nnheader-get-report): Autoload.
7171         (gnus-setup-posting-charset): Declare.
7172         (message-send-news): Require gnus-msg.
7173         (message-make-references, message-make-in-reply-to): Use mail-header-id
7174         rather than the alias mail-header-message-id.
7175         (ecomplete-add-item, ecomplete-save): Declare.
7176         (message-put-addresses-in-ecomplete): Require ecomplete.
7177         (ecomplete-display-matches): Autoload.
7178
7179         * mm-decode.el: Don't require mailcap, gnus-util.
7180         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7181         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7182         Autoload.
7183         (mailcap-mime-extensions): Declare.
7184
7185         * mm-encode.el: Don't require mailcap.
7186         (mailcap-extension-to-mime): Autoload.
7187
7188         * mml-sec.el: Don't require password-cache.
7189
7190         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7191         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7192         (mml-minibuffer-read-type): Require mailcap.
7193         (mml-preview): Require gnus-msg.
7194
7195         * mml1991.el: Require password-cache.
7196         (password-cache-expiry): Remove declaration.
7197
7198         * mml2015.el: Require password-cache.
7199         (password-cache-expiry): Remove declaration.
7200
7201         * nneething.el (mailcap): Require mailcap.
7202
7203         * nnheader.el (declare-function): Add compatibility stub.
7204         (message-remove-header): Declare rather than autoload.
7205         (nnheader-replace-header): Require message.
7206
7207         * nnimap.el (declare-function): Add compatibility stub.
7208         (netrc-parse, netrc-machine-user-or-password): Declare.
7209         (nnimap-open-connection): Require netrc.
7210
7211         * nntp.el (declare-function): Add compatibility stub.
7212         (netrc-parse, netrc-machine, netrc-get): Declare.
7213         (nntp-send-authinfo): Require netrc.
7214
7215         * rfc2047.el: Don't require qp.
7216         (quoted-printable-encode-region, quoted-printable-decode-string):
7217         Autoload.
7218
7219         * sieve-mode.el: Don't require easymenu.
7220         (easy-menu-add-item): Autoload it.
7221
7222         * spam-stat.el (time-to-number-of-days): Autoload it.
7223
7224 2010-03-19  Glenn Morris  <rgm@gnu.org>
7225
7226         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7227
7228 2010-03-18  Glenn Morris  <rgm@gnu.org>
7229
7230         * hashcash.el (declare-function): Remove duplicate definition.
7231
7232 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7233
7234         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7235         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7236         value if any backslash escapes).
7237
7238 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7241         if it is available.  (bug#5647)
7242
7243         * lpath.el: Suppress compiler warning for coding-system-from-name for
7244         Emacs 21 and XEmacs.
7245
7246 2010-03-14  Juri Linkov  <juri@jurta.org>
7247
7248         * hmac-def.el:
7249         * hmac-md5.el:
7250         * netrc.el: Fix keywords.
7251
7252 2010-02-26  Glenn Morris  <rgm@gnu.org>
7253
7254         * message.el (message-send-mail-function): Change the default, so that
7255         it inherits from a customized send-mail-function.  (Bug#5643)
7256
7257 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7258
7259         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7260         shell-command-to-string signals an error (bug#5299).
7261
7262 2010-02-24  Glenn Morris  <rgm@gnu.org>
7263
7264         * message.el (message-smtpmail-send-it)
7265         (message-send-mail-with-mailclient): Doc fixes.
7266
7267 2010-02-16  Glenn Morris  <rgm@gnu.org>
7268
7269         * message.el (message-default-mail-headers): Change the default value
7270         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7271
7272 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7275         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7276
7277 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7278
7279         * time-date.el (date-to-time): Doc fix (Bug#5408).
7280
7281 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7282
7283         * message.el (message-mail): Just pass yank-action on to message-setup.
7284         (message-setup): Handle (FUN . ARGS) form of yank-action.
7285         (message-with-reply-buffer, message-widen-reply)
7286         (message-yank-original): Handle non-buffer values of
7287         message-reply-buffer (Bug#4080).
7288         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7289
7290 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7291
7292         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7293         Fix typo in docstring.
7294
7295 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7296
7297         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7298         response.
7299
7300 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7303
7304         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7305
7306         * message.el (message-check-news-header-syntax): Protect against a
7307         string that `rfc822-addresses' returns when parsing fails.
7308
7309 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7312         (gnus-previous-char-property-change): New functions.
7313
7314         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7315
7316 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7317
7318         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7319         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7320
7321 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7322
7323         * message.el (message-exchange-point-and-mark): Rework last change to
7324         avoid using optional arg of exchange-point-and-mark, for backward
7325         compatibility.
7326
7327 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7328
7329         * message.el (message-exchange-point-and-mark):
7330         Call exchange-point-and-mark with an argument rather than setting
7331         mark-active by hand (Bug#5175).
7332
7333 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * nntp.el (nntp-service-to-port): Work for service expressed with
7336         numeric string; replace [:digit:] with [0-9] for XEmacs.
7337
7338 2009-12-17  Glenn Morris  <rgm@gnu.org>
7339
7340         * gnus-group.el (gnus-bug-group-download-format-alist):
7341         Change emacs entry to debbugs.gnu.org.  Bump :version.
7342
7343 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7346
7347 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7348
7349         * message.el (message-info): Explain why we use `Info-goto-node'.
7350
7351 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7354
7355 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7356
7357         * message.el (message-completion-in-region): New compatibility function.
7358         (message-expand-group): Use it.
7359
7360 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7363         with no unread article should be listed if the 2nd arg `predicate' is
7364         given.
7365
7366 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7369
7370 2009-11-29  Juri Linkov  <juri@jurta.org>
7371
7372         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7373         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7374         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7375
7376 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7377
7378         * sha1.el (sha1-string-external): default-directory "/" in case
7379         otherwise non-existent.  process-connection-type pipe for touch of
7380         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7381
7382 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7383
7384         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7385         it's comms related and sgml-mode.el has "comm" on that basis too.
7386
7387 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7390         containing tspecial characters if they have been already quoted.
7391
7392 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7393
7394         * dns-mode.el (auto-mode-alist): Purecopy string.
7395
7396 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7397
7398         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7399
7400 2009-10-24  Glenn Morris  <rgm@gnu.org>
7401
7402         * gnus-art.el (help-xref-stack-item): Define for compiler.
7403
7404 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7405
7406         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7407
7408 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7411
7412 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7415         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7416
7417 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7420         (gnus-overlays-in): New alias to overlays-in.
7421
7422         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7423         gnus-overlay-get, and gnus-delete-overlay.
7424         (gnus-summary-show-thread): Make it work as well for systems in which
7425         next-single-char-property-change is not available.
7426         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7427
7428         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7429         (gnus-overlay-get): New alias to extent-property.
7430         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7431
7432         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7433         SXEmacs.
7434
7435         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7436         SXEmacs.
7437
7438 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7441
7442 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7443
7444         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7445         and XEmacs that don't have `remove-overlays'.
7446
7447 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7448
7449         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7450         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7451         selective display.  Use overlays instead.
7452
7453 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7454
7455         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7456
7457 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7458
7459         * spam-stat.el (spam-stat-load): Fix typo in message.
7460
7461 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7462
7463         * dig.el (dig-invoke): Fix typo in docstring.
7464         (query-dig): Reflow docstring.
7465
7466 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7467
7468         * gnus-art.el (gnus-article-encrypt-body):
7469         * message.el (message-check-recipients):
7470         * mm-util.el (mm-codepage-setup):
7471         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7472         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7473
7474 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7475
7476         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7477         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7478         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7479         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7480         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7481
7482 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7483
7484         * dig.el: Add "Keywords: comm", as per net-utils.el.
7485
7486 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7487
7488         * dig.el (dig-mode): Use define-derived-mode.
7489
7490 2009-09-19  Glenn Morris  <rgm@gnu.org>
7491
7492         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7493
7494 2009-09-18  Glenn Morris  <rgm@gnu.org>
7495
7496         * gnus-diary.el (gnus-diary-check-message):
7497         * message.el (message-insert-formatted-citation-line):
7498         * nnbabyl.el (top-level):
7499         * nndiary.el (nndiary-schedule):
7500         Fix typos in condition-case handlers.
7501
7502 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7505         configuration that provides the sole article window in a frame;
7506         position point correctly after deleting a part.
7507
7508 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7509
7510         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7511         (spam-resolve-registrations-routine): Use it to unregister articles
7512         that change status.
7513
7514 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7517         with XEmacs.
7518         (parse-time-string-chars): Use it.
7519
7520 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7521
7522         * imap.el (imap-interactive-login): Better messages.
7523         (imap-open): Fix bug with renamed buffer on reconnect.
7524         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7525         for easier debugging and cleaner code.  On successful (guessed based on
7526         server capabilities) secondary authentication, set imap-state
7527         correctly.
7528         (imap-last-authenticator): Define imap-last-authenticator as a variable
7529         to avoid warnings.
7530
7531 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * nnrss.el (nnrss-request-article): Remove binding of
7534         default-enable-multibyte-characters that has gotten needless by
7535         the 2007-07-13 change in rfc2047-encode-message-header.
7536
7537         * mml.el (mml-insert-multipart): Error on the message header.
7538         (mml-insert-part): Error on the message header; position point at
7539         the end of a MIME tag.
7540
7541 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7542
7543         * time-date.el (autoload): Expand define-obsolete-function-alias into
7544         defalias and make-obsolete for old Emacsen that Gnus supports.
7545         (with-no-warnings): Define it for old Emacsen.
7546         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7547         is available.
7548         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7549         float-time is available; suppress compile warning for time-to-seconds.
7550
7551         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7552         (gnus-float-time): Alias to float-time if it exists.
7553
7554         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7555         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7556         float-time is available; suppress compile warning for time-to-seconds.
7557
7558         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7559         XEmacs.
7560
7561 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7562
7563         * imap.el (imap-message-map): Docstring fix.
7564
7565 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7568         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7569         Add the optional argument `encoding' that overrides the default.
7570
7571         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7572         mm-encode-buffer.
7573
7574 2009-09-04  Glenn Morris  <rgm@gnu.org>
7575
7576         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7577         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7578         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7579         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7580         * mm-util.el (mm-with-unibyte-current-buffer)
7581         (mm-find-buffer-file-coding-system):
7582         * yenc.el (yenc-decode-region): Use default-value rather than
7583         default-enable-multibyte-characters.
7584
7585 2009-09-03  Glenn Morris  <rgm@gnu.org>
7586
7587         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7588         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7589         than default-enable-multibyte-characters.
7590
7591 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7592
7593         * gnus-art.el (gnus-article-read-summary-keys):
7594         Fix gnus-buffer-configuration's value temporarily used.
7595
7596 2009-09-02  Glenn Morris  <rgm@gnu.org>
7597
7598         * gnus-util.el (gnus-float-time): New function.
7599         * gnus-delay.el (gnus-delay-article):
7600         * gnus-sum.el (gnus-thread-latest-date):
7601         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7602         * nnspool.el (nnspool-request-newgroups):
7603         Use gnus-float-time rather than time-to-seconds.
7604         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7605
7606         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7607         (gnus-header-subject-face, gnus-header-newsgroups-face)
7608         (gnus-header-name-face, gnus-header-content-face):
7609         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7610         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7611         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7612         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7613         (gnus-cite-face-11):
7614         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7615         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7616         (gnus-server-closed-face, gnus-server-denied-face)
7617         (gnus-server-offline-face):
7618         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7619         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7620         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7621         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7622         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7623         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7624         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7625         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7626         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7627         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7628         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7629         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7630         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7631         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7632         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7633         (gnus-summary-high-undownloaded-face)
7634         (gnus-summary-low-undownloaded-face)
7635         (gnus-summary-normal-undownloaded-face)
7636         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7637         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7638         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7639         (gnus-splash-face):
7640         * message.el (message-header-to-face, message-header-cc-face)
7641         (message-header-subject-face, message-header-newsgroups-face)
7642         (message-header-other-face, message-header-name-face)
7643         (message-header-xheader-face, message-separator-face)
7644         (message-cited-text-face, message-mml-face):
7645         * sieve-mode.el (sieve-control-commands-face)
7646         (sieve-action-commands-face, sieve-test-commands-face)
7647         (sieve-tagged-arguments-face):
7648         * spam.el (spam-face):
7649         Mark face aliases with "-face" in the name as obsolete.
7650
7651 2009-09-01  Glenn Morris  <rgm@gnu.org>
7652
7653         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7654         than goto-line.
7655
7656 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7659         Don't move point if the command is invoked inside the message header.
7660
7661 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7662
7663         * imap.el (imap-send-command): Simplify.
7664         (imap-wait-for-tag): point-max -> buffer-size.
7665
7666 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7667
7668         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7669         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7670         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7671         * nnir.el (nnir-swish-e-index-file):
7672         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7673         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7674         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7675         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7676         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7677         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7678
7679 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7682         Don't save excursion.
7683
7684 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7685
7686         * nnheader.el (nnheader-find-file-noselect):
7687         * mm-util.el (mm-insert-file-contents):
7688         Use (default-value 'major-mode) instead of default-major-mode.
7689
7690 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7691
7692         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7693
7694 2009-08-26  Glenn Morris  <rgm@gnu.org>
7695
7696         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7697         than placing in files.el.
7698
7699 2009-08-25  Glenn Morris  <rgm@gnu.org>
7700
7701         * nnir.el (top-level): Don't require cl at run-time.
7702         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7703         Replace cl-function substitute with gnus-replace-in-string.
7704         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7705         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7706         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7707         simplified expansions.
7708
7709 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7710
7711         * dig.el (dig): Add autoload cookie.
7712
7713 2009-08-22  Glenn Morris  <rgm@gnu.org>
7714
7715         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7716         goto-line.
7717
7718 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7719
7720         * parse-time.el (parse-time-string-chars): Save match data.
7721
7722 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7723
7724         * parse-time.el (parse-time-string-chars): Compute using character
7725         classes, to handle non-ascii characters (Bug#3190).
7726
7727 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7730
7731         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7732         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7733         (gnus-mm-display-part, gnus-mime-display-single)
7734         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7735         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7736
7737         * gnus-sum.el
7738         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7739         (gnus-summary-move-article): Add expirable mark to articles copied or
7740         moved to group that has auto-expire turned on if the option is non-nil.
7741
7742 2009-07-24  Glenn Morris  <rgm@gnu.org>
7743
7744         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7745         Fix typo.  (Bug#3903)
7746
7747 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7750         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7751         that should not be used for draft articles.
7752         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7753         that has no concern in minor mode keys.
7754         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7755         Abolish.
7756
7757 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7760         article without making inquiry to a user for unknown encoding.
7761
7762         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7763         (nnmaildir--scan): Assume i-node and device number that file-attributes
7764         returns might be cons-cell.
7765
7766         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7767
7768         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7769
7770 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7771
7772         * auth-source.el: Remove docs now in auth.texi.  Don't use
7773         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7774         `auth-source-hide-passwords' and use them.
7775
7776 2009-07-15  Glenn Morris  <rgm@gnu.org>
7777
7778         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7779
7780 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7781
7782         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7783         excessive whitespace from the default values of title and description.
7784
7785 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7788         mail-fetch-field to fetch Content-Description header in order to
7789         exclude newlines.
7790
7791 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7792
7793         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7794         format used by GnuPG 2.0.11.
7795
7796 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7799         to deleted part.
7800
7801 2009-05-30  David Engster  <dengste@eml.cc>
7802
7803         * nnmairix.el: Remove old documentation in the commentary block.
7804         (nnmairix-request-group): Do not update active file for nnml back ends.
7805         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7806         end so that overview files are ignored.
7807         (nnmairix-update-groups): Make updating the groups more robust by using
7808         marks.
7809         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7810         with dollar characters in message-id.
7811
7812 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7815         2008-12-25 in dns.el.
7816
7817 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7818
7819         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7820         could happen if the text is only composed of spaces and/or tabs.
7821
7822 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7823
7824         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7825         when sending a queued message to avoid extra mml tags.
7826
7827 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7830
7831 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7834         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7835         rmail-toggle-header for XEmacs;
7836         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7837
7838 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * gnus-dired.el: Remove autoload for gnus-setup-message.
7841         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7842         displaying Gnus logo; always use compose-mail.
7843
7844 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7847
7848 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7851         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7852         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7853         available.
7854         (gnus-nocem-epg-verify): New function.
7855
7856 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7859
7860 2009-02-15  Glenn Morris  <rgm@gnu.org>
7861
7862         * gnus-util.el (rmail-insert-rmail-file-header)
7863         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7864         autoloads.
7865         (rmail-default-rmail-file): Remove unnecessary declaration.
7866         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7867
7868 2009-02-14  Glenn Morris  <rgm@gnu.org>
7869
7870         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7871         variable (only used in gnus-util, which declares it anyway).
7872         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7873         which was only needed by gnus-art (changed to not use it any more).
7874         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7875         only used in gnus-util, which autoloads it itself.
7876         (rmail-update-summary): Fix autoload.
7877
7878         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7879         rather than rmail-output-to-rmail-file.
7880
7881 2009-02-07  Glenn Morris  <rgm@gnu.org>
7882
7883         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7884         autoload of function that no longer exists.
7885         (rmail-toggle-header): Declare.
7886         (message-forward-rmail-make-body): Handle mbox Rmail.
7887
7888 2009-01-31  Glenn Morris  <rgm@gnu.org>
7889
7890         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7891         2009-01-09 change.
7892
7893 2009-01-31  Dave Love  <fx@gnu.org>
7894
7895         * imap.el (imap-fetch-safe): Bind debug-on-error.
7896         (imap-debug): Add imap-fetch-safe.
7897
7898 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7899
7900         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7901         (auth-source-forget-all-cached): New convenience function.
7902         (auth-source-user-or-password): Accept list of modes or a single mode.
7903
7904         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7905         auth-source modes.
7906
7907         * netrc.el (netrc-machine-user-or-password): Use list of
7908         auth-source modes.
7909
7910         * nnimap.el (nnimap-open-connection): Use list of
7911         auth-source modes.
7912
7913         * nntp.el (nntp-send-authinfo): Use list of
7914         auth-source modes.
7915
7916 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7917
7918         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7919         now.
7920
7921 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7924         coding system in XEmacs; add a workaround for XEmacs.
7925
7926         * lpath.el: Fbind coding-system-aliasee.
7927
7928 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7931         of current-language-environment.
7932
7933 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7936         available at runtime.
7937
7938 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7941
7942 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7943
7944         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7945         the greatest positive fixnum value doesn't work under an XEmacs with
7946         bignum support; use the most-positive-fixnum constant instead,
7947         available since Emacs 21.1 with cl and XEmacs 21.1.
7948
7949 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7952         XEmacs gets not to work.
7953
7954 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * mm-util.el (mm-coding-system-priorities): Allow the value like
7957         "Japanese (UTF-8)" of current-language-environment.
7958
7959 2009-01-09  Glenn Morris  <rgm@gnu.org>
7960
7961         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7962         with last-command-event.
7963
7964 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7967         in the doc string.
7968
7969         * message.el (message-fix-before-sending): Amend comment.
7970
7971 2009-01-08  Dave Love  <fx@gnu.org>
7972
7973         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7974
7975 2009-01-07  David Engster  <dengste@eml.cc>
7976
7977         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7978         simplified server definitions by converting it via
7979         gnus-server-to-method.
7980
7981 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7984         parameter's operands.
7985
7986 2009-01-06  David Engster  <dengste@eml.cc>
7987
7988         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7989         primary select method (for gnus-group-mark-article-as-read).
7990
7991 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7992
7993         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7994         `(gnus)Face', not `(gnus)X-Face'.
7995
7996 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * mm-util.el (mm-ucs-to-char): New function.
7999
8000         * mm-url.el (mm-url-decode-entities): Use it.
8001
8002         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8003         unicode-to-char.
8004
8005 2009-01-05  Dave Love  <fx@gnu.org>
8006
8007         * time-date.el: Require cl for `declare'.
8008
8009 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8010
8011         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8012         Dave Love.
8013
8014 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8015
8016         * message.el (message-fix-before-sending): Add `eight-bit' to
8017         illegible-text check.
8018
8019 2009-01-03  Michael Olson  <mwolson@gnu.org>
8020
8021         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8022         `headers' is nil.  This can occur if the IMAP server does not have
8023         permissions to read messages from a folder, but can write new messages
8024         to the folder.
8025         (nnimap-request-article-part): Do not insert `data' if it is nil.
8026
8027         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8028         characters which will confuse `read', so skip past them.
8029
8030 2009-01-01  Dave Love  <fx@gnu.org>
8031
8032         * imap.el (imap-string-to-integer): Fix typo.
8033         (imap-fetch-safe): New function.
8034         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8035
8036         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8037
8038         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8039         (imap-parse-greeting): Fix doc strings.
8040         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8041         (imap-parse-flag-list): Make messages unique.
8042         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8043
8044         * nnimap.el: Fix author email.
8045         (nnimap-split-rule): Add FIXME comment.
8046         (nnimap-debug): Fix doc string.
8047
8048 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8051
8052 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8055         nslookup if resolv.conf isn't available.
8056         (dns-query): Rename from query-dns.
8057         (dns-query-cached): Rename from query-dns-cached.
8058
8059 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8062         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8063         to check if those variables exist (first appeared in Emacs 18.50).
8064
8065 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * mm-util.el (mm-line-number-at-pos): New function.
8068
8069         * spam-report.el (spam-report-process-queue): Use it.
8070
8071 2008-12-24  David Engster  <dengste@eml.cc>
8072
8073         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8074         parameters that haven't existed as variables as buffer-local variables.
8075
8076 2008-12-23  Dave Love  <fx@gnu.org>
8077
8078         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8079         cadar.
8080
8081         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8082         imap-starttls-p.
8083         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8084
8085 2008-12-22  Dave Love  <fx@gnu.org>
8086
8087         * imap.el: Fix author email.  Doc fixes.
8088         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8089         reply.
8090
8091 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * spam-report.el (spam-report-gmane-max-requests): New constant.
8094         (spam-report-gmane-wait): New variable.
8095         (spam-report-gmane-ham, spam-report-gmane-spam)
8096         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8097         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8098         the server.
8099
8100         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8101         Add explanations.
8102
8103         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8104         nnheader-accept-process-output and nnheader-read-timeout if available.
8105         (pop3-movemail): Use it.
8106
8107         * message.el (message-check-news-body-syntax): Fix signature check if
8108         there's an attachment.
8109
8110 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * mm-util.el: Add comments to the mm- emulating functions.
8113
8114 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8117         Reported by Stephen Berman <stephen.berman@gmx.net>.
8118
8119 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * mm-util.el (mm-substring-no-properties): New function.
8122         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8123         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8124         (mm-string-to-multibyte): Doc fix.
8125
8126         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8127
8128 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8129
8130         * mml.el (mml-attach-file): Strip text properties from file name.
8131         (Bug#1574)
8132
8133 2008-12-16  Glenn Morris  <rgm@gnu.org>
8134
8135         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8136
8137 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8140         knows since the charset specified might be a bogus alias that
8141         mm-charset-synonym-alist provides.
8142
8143 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8146         "ISO_8859-1".
8147
8148         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8149
8150 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8151
8152         * mm-util.el (mm-charset-eval-alist):
8153         Define it before mm-charset-to-coding-system.
8154         (mm-charset-to-coding-system): Add optional argument `silent';
8155         define it before mm-charset-override-alist.
8156         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8157         default value if it can be used in Emacs currently running;
8158         silence mm-charset-to-coding-system.
8159
8160 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8163         `allow-override' which says whether to use `mm-charset-override-alist'.
8164         (rfc2047-decode-encoded-words): Use it.
8165
8166         * mm-util.el (mm-charset-override-alist): Fix custom type;
8167         add `(gb2312 . gbk)' to choices.
8168
8169 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8172         fast.
8173
8174         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8175
8176         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8177
8178 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8179
8180         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8181         on links.
8182
8183         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8184
8185 2008-12-03  Lute Kamstra  <lute@gnu.org>
8186
8187         * sha1.el: Remove leading * from docstrings of defcustoms,
8188         deffaces, defconsts and defuns.
8189
8190 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8193         users' addresses that don't have domain parts.
8194         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8195         rather than message-narrow-to-head since there will be the message
8196         header separator.
8197
8198 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8199
8200         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8201         since the result is inserted in a unibyte buffer anyway.
8202         (nnimap-demule-use-string-to-multibyte): Remove.
8203         (nnimap-demule): Alias it to mm-string-to-multibyte.
8204
8205 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8206
8207         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8208         variable for debugging bug#464 and bug#1174.
8209         (nnimap-demule): Use it.
8210
8211 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8214         score calculation correctly.
8215
8216 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8217
8218         * message.el (message-send-mail): Just set the buffer to unibyte
8219         rather than use mm-with-unibyte-current-buffer which does a lot more.
8220         (message-send-mail-partially): Don't bother with
8221         mm-with-unibyte-current-buffer since it's already been made unibyte by
8222         message-send-mail.
8223
8224 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8225
8226         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8227
8228 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8229
8230         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8231
8232 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8235         require itself and to remove `with-no-warnings'.
8236
8237 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8238
8239         * starttls.el (starttls-any-program-available): Get the name of the
8240         available TLS layer program.
8241         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8242         well as the host name in the "opening" message.
8243
8244         * auth-source.el (auth-source-cache, auth-source-do-cache)
8245         (auth-source-user-or-password): Cache passwords and logins by default,
8246         allow override with `auth-source-do-cache'.
8247         (auth-source-forget-user-or-password): Allow users to remove cache
8248         entries if needed.
8249
8250 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8251
8252         * md4.el (md4-buffer): Fix typo in docstring.
8253         (md4, md4-64): Doc fixes.
8254         (md4-pack-int32): Reflow docstring.
8255
8256 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8257
8258         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8259         condition-case to only the forward-sexp call.
8260
8261 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8262
8263         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8264         quotes contained.  Make it more robust regardless by an extra
8265         condition-case wrapper.
8266
8267 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8270
8271 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * nnml.el (nnml-request-expire-articles): Check if the function set to
8274         `nnmail-expiry-target' returns the symbol `delete'.
8275
8276         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8277
8278         * nnmail.el (nnmail-expiry-target): Fix custom type.
8279
8280 2008-10-02  Glenn Morris  <rgm@gnu.org>
8281
8282         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8283         Silence compiler warning.
8284
8285 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8286
8287         * tls.el (open-tls-stream): Show the actual command being
8288         executed, instead of the format string.
8289
8290 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * lpath.el: Fbind codepage-setup for Emacs 23.
8293
8294 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8295
8296         * mml.el (mml-menu): Don't assume mml2015 is bound.
8297
8298 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8301         exists.
8302
8303 2008-09-27  Glenn Morris  <rgm@gnu.org>
8304
8305         * gnus-util.el (mail-header-remove-comments): Autoload it.
8306
8307 2008-09-27  Andreas Schwab  <schwab@suse.de>
8308
8309         * gnus-util.el (gnus-split-references): Strip comments.
8310         (gnus-parent-id): Likewise.
8311
8312 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8313
8314         * message.el (message-confirm-send): Fix version.
8315
8316 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * message.el (message-idna-to-ascii-rhs-1): Use
8319         mail-extract-address-components rather than mail-header-parse-addresses
8320         that is an alias by default to ietf-drums-parse-addresses that does not
8321         support non-ASCII names in headers' contents.
8322
8323 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8324
8325         * message.el (message-confirm-send): Fix variable documentation to
8326         avoid the "y/n" wording.
8327
8328 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8329
8330         * message.el (message-set-auto-save-file-name): Save to a different
8331         filename so multiple messages (especially drafts) can be recovered.
8332
8333 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8334
8335         * message.el (message-confirm-send): Add appropriate version.
8336
8337 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8338
8339         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8340         defvar.
8341
8342 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8343
8344         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8345         (mm-pkcs7-enveloped-magic): Ditto.
8346
8347 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8348
8349         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8350         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8351
8352 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8353
8354         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8355         default, it's better.
8356
8357 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8358
8359         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8360         summary line gnus-number property and ignore them (with a warning
8361         message).
8362
8363 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8366         macro caddr in the interactive form since it won't be expanded.
8367
8368 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8371         `charset'; fix name of function called recursively.
8372         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8373
8374 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8377         (gnus-mime-set-charset-parameters): New function.
8378         (gnus-mime-view-part-as-charset): Use it to correctly display part
8379         specifying wrong charset.
8380
8381 2008-09-08  David Engster  <dengste@eml.cc>
8382
8383         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8384         in completing-read for back end server.
8385
8386 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8387
8388         * message.el (message-confirm-send): New variable to confirm sending a
8389         message.
8390         (message-send): Use it.
8391
8392 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8393
8394         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8395
8396 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8399
8400 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8401
8402         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8403         prevent tracking too many groups.
8404         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8405         Use it.
8406
8407 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8408
8409         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8410         moving point to the bottom of the window in order to avoid recentering.
8411
8412 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8415
8416         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8417         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8418         (gnus-article-beginning-of-window): Fix calculation.
8419
8420 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * gnus-msg.el (gnus-summary-supersede-article)
8423         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8424         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8425         message header.
8426
8427 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8428
8429         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8430         pending output coming after the status change.
8431
8432 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8433
8434         * message.el:
8435         * gnus-start.el:
8436         * gnus-registry.el: Remove VMS support.
8437
8438 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8441         macro.
8442         (rfc2104-hash): Use it.
8443
8444 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8447         (gnus-summary-sort-by-most-recent-date): New commands.
8448         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8449         and menu entries.
8450
8451 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8452
8453         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8454         don't redisplay article for raw contents; remove plural articles stuff.
8455
8456         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8457         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8458         on gnus-summary-save-article; display results properly.
8459
8460 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * lpath.el: No need to fbind ns-focus-frame.
8463
8464 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8467
8468 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * gnus-art.el (gnus-summary-save-in-pipe):
8471         Consider gnus-save-all-headers.
8472
8473 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8474
8475         * gnus-util.el (ns-focus-frame): Remove declaration.
8476         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8477         like x.
8478
8479 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8480
8481         * rfc2104.el (rfc2104-zero): Delete defconst.
8482         (rfc2104-hex-alist): Likewise.
8483         (rfc2104-hex-to-int): Delete func.
8484         (rfc2104-hexstring-to-bitstring): Likewise.
8485         (rfc2104-nybbles): New defconst.
8486         (rfc2104-hash): Rewrite for speed.
8487
8488 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * tls.el (open-tls-stream): Make it work with the 2nd argument
8491         BUFFER that is a string but does not exist as a buffer object, as
8492         mentioned in the doc-string.
8493
8494 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8497         SXEmacs.
8498
8499 2008-07-16  Glenn Morris  <rgm@gnu.org>
8500
8501         * gnus-util.el (ns-focus-frame): Declare for compiler.
8502
8503 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8506         set as a group parameter.
8507         (gnus-summary-save-in-pipe): Work when it is called independently.
8508         (gnus-summary-pipe-to-muttprint): Don't modify
8509         gnus-summary-pipe-output-default-command.
8510
8511 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8512
8513         * message.el (message-send-mail-with-sendmail):
8514         Display the error message.
8515
8516 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * gnus-art.el (gnus-default-article-saver):
8519         Add gnus-summary-save-in-pipe to choices.
8520         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8521         gnus-summary-pipe-output-default-command as the default command.
8522         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8523         instead of gnus-last-shell-command.
8524
8525         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8526         New user option.
8527         (gnus-summary-muttprint-program): Mention the value will be changed.
8528         (gnus-summary-save-article): Force showing of all headers.
8529         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8530
8531 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8532
8533         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8534
8535 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8536
8537         * nnimap.el (nnimap-id):
8538         * sieve-manage.el (sieve-manage-open): Doc fixes.
8539
8540 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8541
8542         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8543         if available.
8544
8545 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8546
8547         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8548
8549         * nnkiboze.el (nnkiboze-generate-group):
8550         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8551
8552         * nnmairix.el: Require CL.
8553
8554 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * dgnushack.el: Autoload get-display-table and put-display-table for
8557         XEmacs 21.5.
8558
8559         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8560         21.4 and SXEmacs.
8561
8562 2008-06-15  David Engster  <dengste@eml.cc>
8563
8564         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8565
8566 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8567
8568         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8569         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8570         runtime choice under XEmacs.
8571
8572         * gnus-sum.el (gnus-summary-set-display-table):
8573         Use `gnus-put-display-table', `gnus-get-display-table',
8574         `gnus-set-display-table' for the display table, instead of `aset'.
8575
8576         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8577         Use `gnus-put-display-table', `gnus-get-display-table',
8578         `gnus-set-display-table' for the display table.
8579
8580 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * nnmairix.el: Add autoloads.
8583
8584 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8585
8586         * nnmairix.el (nnmairix-delete-recreate-group)
8587         (nnmairix-update-and-clear-marks): Fix error messages.
8588
8589 2008-06-14  David Engster  <dengste@eml.cc>
8590
8591         * nnmairix.el: Upgrade to version 0.6.
8592         (nnmairix-group-toggle-propmarks-this-group)
8593         (nnmairix-group-toggle-readmarks-this-group)
8594         (nnmairix-group-delete-recreate-this-group)
8595         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8596         (nnmairix-remove-tick-mark-original-article): New commands.
8597         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8598         (nnmairix-propagate-marks-to-nnmairix-groups)
8599         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8600         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8601         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8602         functions needed for marks propagation and manipulation of read marks.
8603         (nnmairix-update-groups): New function.
8604         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8605         (nnmairix-determine-original-group-from-registry)
8606         (nnmairix-determine-original-group-from-path)
8607         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8608         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8609         New helper functions.
8610         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8611         keystrokes for new commands.
8612         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8613         (nnmairix-request-group): Check allow-fast group parameter.
8614         (nnmairix-request-create-group): Set allow-fast group parameter if
8615         nnmairix-allowfast-default is set.
8616         (nnmairix-close-group): Propagate marks upon closing if needed.
8617         (nnmairix-group-toggle-threads-this-group): Use new.
8618         nnmairix-group-toggle-parameter helper function.
8619         (nnmairix-search): Better check for empty search result.
8620         (nnmairix-goto-original-article): Use new helper functions for
8621         determining original article.
8622         (nnmairix-show-original-article): Make sure message-id is in brackets.
8623         (nnmairix-call-mairix-binary): Change variable name.
8624         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8625         helper function.
8626         (nnmairix-widget-toggle-activate): Fix doc string.
8627
8628 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * nnir.el: Require edmacro when compiling with XEmacs.
8631         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8632         available in Emacs 21.
8633
8634 2008-06-11  Glenn Morris  <rgm@gnu.org>
8635
8636         * gnus-util.el (x-focus-frame):
8637         * gnus.el (image-size):
8638         * mm-decode.el (image-size): Declare.
8639
8640         * gnus-picon.el (declare-function): Add compat definition.
8641         (image-size): Declare.
8642
8643         * gnus-group.el (tool-bar-map):
8644         * gnus-sum.el (tool-bar-map): Define for compiler.
8645
8646         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8647
8648         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8649
8650         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8651         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8652         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8653         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8654         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8655         * sieve-manage.el, spam-report.el, spam.el:
8656         Remove unnecessary eval-and-compile of autoloads.
8657
8658 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8659
8660         * auth-source.el: Precise Tramp doc.
8661
8662 2008-06-07  Glenn Morris  <rgm@gnu.org>
8663
8664         * nnmairix.el: Remove unnecessary eval-when-compile.
8665
8666 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8667
8668         * lpath.el: Fbind propertize for XEmacs 21.4.
8669
8670 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8671
8672         * nnir.el: Move here from ../contrib.
8673
8674 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8675
8676         * gnus-util.el (gnus-read-shell-command): New function.
8677         * mm-decode.el (mm-pipe-part):
8678         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8679
8680 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8683
8684 2008-06-03  Glenn Morris  <rgm@gnu.org>
8685
8686         * pop3.el (nnheader-accept-process-output): Autoload it.
8687
8688 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8691         are not 2-digit hexadecimal characters that follow `%'s.
8692
8693 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * message.el (message-bogus-recipient-p): Fix type in doc string.
8696         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8697         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8698         Improve custom options.
8699         (message-bogus-recipient-p): Adjust accordingly.
8700
8701 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8702
8703         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8704         long-form month and day names.
8705
8706 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * dgnushack.el: Autoload debug, eudc-expand-inline and
8709         pgg-snarf-keys-region for XEmacs.
8710
8711         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8712
8713         * nnmairix.el: Require edmacro when compiling with XEmacs.
8714
8715 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8718         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8719
8720 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8721
8722         * auth-source.el: Add more docs.
8723
8724         * netrc.el (netrc-machine): Always match if the port is not given.
8725
8726 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8727
8728         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8729         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8730         retrieval faster in some cases, but might make CPU usage larger.
8731         If this has any bad side effects, we might revert this change.
8732
8733         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8734         seems to make mail retrieval much, much faster.
8735         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8736         unconditionally.
8737
8738         * gnus-draft.el (gnus-group-send-queue):
8739         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8740
8741 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8742
8743         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8744
8745         * message.el (message-bogus-address-regexp): Fix and improve custom
8746         type.
8747         (message-setup-hook): Add message-check-recipients as custom option.
8748
8749 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8750
8751         * message.el (message-cite-function): Remove bogus autoload which crept
8752         in during merge from v5-10.
8753
8754 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8755
8756         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8757
8758         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8759
8760         * auth-source.el: Preliminary Tramp docs.
8761         (auth-sources): Change the default auth-sources to use
8762         EPA .gpg files.
8763
8764 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8765
8766         * nntp.el: Autoload `auth-source-user-or-password'.
8767         (nntp-send-authinfo): Use it.
8768
8769         * nnimap.el: Autoload `auth-source-user-or-password'.
8770         (nnimap-open-connection): Use it.
8771
8772         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8773         for the gnus-message function.
8774         (auth-source-user-or-password): Use it.
8775
8776 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8777
8778         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8779         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8780         (rfc2104-hash): Use it.
8781
8782 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8783
8784         * gnus-art.el (gnus-article-toggle-truncate-lines):
8785         Don't use `iff' in docstring.
8786
8787 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8788
8789         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8790
8791         * gnus-util.el (gnus-extract-address-component-name)
8792         (gnus-extract-address-component-email): Convenience functions around
8793         `gnus-extract-address-components'.
8794
8795         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8796         Use `gnus-extract-address-component-email' to fix bug of comparing full
8797         sender name to `user-mail-address'.
8798
8799 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8800
8801         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8802         catch/throw to optimize.
8803         (gnus-registry-find-keywords): Just use member to find a keyword.
8804
8805 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8806
8807         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8808         is current before calling gnus-server-prepare.
8809         (gnus-server-setup-buffer, gnus-server-update-server)
8810         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8811
8812 2008-05-04  Juri Linkov  <juri@jurta.org>
8813
8814         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8815         (mailcap-file-default-commands): Use mailcap-replace-in-string
8816         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8817         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8818
8819 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8820
8821         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8822
8823 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8824
8825         * gnus.el: Bump version to 0.11.
8826
8827 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8828
8829         * gnus.el: No Gnus v0.10 is released.
8830
8831 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8834         hooks.
8835         (gnus-update-read-articles): Speed up non-marks-using users.
8836         (gnus-use-marks): Define gnus-use-marks.
8837         (gnus-propagate-marks): Rename variable to something more sensible.
8838
8839 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8840
8841         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8842         (gmm-image-load-path-for-library): Fix typos in docstrings.
8843         (gmm-message): Reflow docstring.
8844
8845 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8846
8847         * mail-source.el (mail-source-set-1, mail-source-bind):
8848         Move auth-source code out of the macro to clean it up and fix bugs.
8849
8850 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8851
8852         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8853         by sender if it's equal to user-mail-address, it's likely to be
8854         useless.
8855
8856         * mail-source.el (mail-source-bind): Don't use user or password if they
8857         are not bound.  Unintern them if they are nil.  Don't use server unless
8858         it's bound, and default it to empty string otherwise.
8859
8860 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8861
8862         * mail-source.el: Load auth-source.el.
8863         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8864         get user name or password, if auth-sources is set up.
8865
8866         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8867         strategy of splitting with parent.
8868         (gnus-registry-split-fancy-with-parent)
8869         (gnus-registry-post-process-groups): Use it and fix prior
8870         bug (returning a list as the split result).
8871
8872         * auth-source.el (auth-sources): Remove server parameter.
8873         (auth-source-pick, auth-source-user-or-password)
8874         (auth-source-user-or-password-imap)
8875         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8876         (auth-source-user-or-password-sftp)
8877         (auth-source-user-or-password-smtp): Remove server parameter.
8878
8879 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8880
8881         * smime.el (smime-sign-region, smime-encrypt-region)
8882         (smime-decrypt-region):
8883         Remove redundant calls to `generate-new-buffer-name'.
8884
8885 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8886
8887         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8888         Don't use QP for message/rfc822.
8889         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8890
8891 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8892
8893         * sieve-manage.el (sieve-string-bytes): Remove.
8894         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8895         correct byte-length only if the process's coding-system is the same as
8896         the one used internally by Emacs to represent strings.
8897
8898 2008-04-22  Juri Linkov  <juri@jurta.org>
8899
8900         * mailcap.el (mailcap-file-default-commands): New function.
8901
8902 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * message.el (message-signature-separator, message-cite-function):
8905         Change custom version.
8906
8907 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8908
8909         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8910         commands.
8911         (tls-checktrust): Ditto.
8912
8913 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * mm-decode.el (mm-display-external): Make temp file read-only.
8916
8917 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8920         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8921         `C-c C-f d'.
8922
8923 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8924
8925         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8926
8927 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * gnus.el: Bump version to 0.9.
8930
8931 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8932
8933         * gnus.el: No Gnus v0.8 is released.
8934
8935 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8936
8937         * mail-source.el (mail-source-value):
8938         Prefer fboundp to functionp so it works with macros as well.
8939
8940 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8941
8942         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8943         Fix last change in case the element is not even a symbol.
8944
8945 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8946
8947         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8948         Prefer fboundp to functionp so it works with macros as well.
8949
8950 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8951
8952         * auth-source.el: Add docs.
8953         (auth-sources): Modify format to support server.
8954         (auth-source-pick, auth-source-user-or-password)
8955         (auth-source-user-or-password-imap)
8956         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8957         (auth-source-user-or-password-sftp)
8958         (auth-source-user-or-password-smtp): Add server parameter.
8959
8960 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8961
8962         * gnus-registry.el: Initialize the registry when gnus-registry-install
8963         is t.
8964
8965 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * compface.el (uncompface): Make buffer unibyte.
8968
8969 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8970
8971         * mail-source.el (mail-source-value):
8972         Prefer fboundp to functionp so it works with macros as well.
8973
8974 2008-04-05  Glenn Morris  <rgm@gnu.org>
8975
8976         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8977
8978 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8979
8980         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8981         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8982
8983         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8984         multibyteness after rather than before erasing it.
8985
8986         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8987         mm-with-multibyte.
8988         (gnus-request-article-this-buffer): Make sure the proper decoding is
8989         used if gnus-original-article-buffer happens to be unibyte.
8990
8991         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8992         default-enable-multibyte-characters.
8993
8994         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8995         default-enable-multibyte-characters.
8996
8997         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8998
8999         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9000
9001 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9002
9003         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9004         Fix last change in case the element is not even a symbol.
9005
9006 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9007
9008         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9009         (imap-message-copyuid-1): Use it.
9010         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9011         J. Williams in
9012         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9013
9014         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9015         imap-enable-exchange-bug-workaround.
9016         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9017
9018 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9019
9020         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9021         a 100 byte status-checks into a 2-3MB transfer for each group.
9022         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9023         to enable bug workaround or not.
9024         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9025
9026 2008-03-31  Glenn Morris  <rgm@gnu.org>
9027
9028         * message.el (mml2015-use): Declare for compiler.
9029         (message-info): Require mml2015 when appropriate.
9030
9031 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9032
9033         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9034         whitespace.
9035
9036 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9037
9038         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9039         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9040         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9041         (nntp-service-to-port): New function.
9042         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9043         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9044         (nntp-open-netcat-stream): New function.
9045         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9046
9047 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9048
9049         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9050
9051 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9052
9053         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9054
9055 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9056
9057         * dns.el (dns-write): Use set-buffer-multibyte.
9058
9059 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9060
9061         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9062
9063 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * message.el (message-signature-separator): Change default.
9066         Improve custom type.
9067         (message-cite-function): Change default to
9068         message-cite-original-without-signature.
9069
9070         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9071         toggle.
9072
9073         * message.el (message-check-news-body-syntax): Fix signature check.
9074         (message-setup-1): Mark buffer as unmodified _after_ running
9075         message-setup-hook and handling message-alternative-emails.
9076         (message-shorten-references): Be more strict when building list of
9077         valid references to comply with GNKSA.
9078
9079         * gnus-group.el (gnus-read-ephemeral-bug-group)
9080         (gnus-read-ephemeral-debian-bug-group)
9081         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9082
9083         * message.el (message-info): Don't use booleanp which isn't supported
9084         in Emacs 21 and XEmacs.
9085
9086 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9089         gnus-group-gmane-group-download-format.
9090         (gnus-group-read-ephemeral-gmane-group): Rename from
9091         gnus-group-read-ephemeral-gmane-group.
9092         (gnus-read-ephemeral-gmane-group-url): Rename from
9093         gnus-group-read-ephemeral-gmane-group-url.
9094         (gnus-bug-group-download-format-alist): New variable.
9095         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9096         (gnus-read-ephemeral-emacs-bug-group): New commands.
9097
9098 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9101         (gnus-visible-headers): Improve custom type.
9102
9103 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9104
9105         * mml.el (mml-menu): Add workarounds for XEmacs.
9106
9107         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9108         X-Boundary header.
9109
9110         * message.el (message-simplify-recipients): Fix previous commit.
9111
9112 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9113
9114         * mm-util.el (mm-set-buffer-multibyte): New function.
9115         * mm-decode.el (mm-copy-to-buffer): Use it.
9116
9117         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9118         Prefer fboundp to functionp so it works with macros as well.
9119
9120 2008-03-19  Glenn Morris  <rgm@gnu.org>
9121
9122         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9123         Accidentally removed in the sync process with Emacs.
9124
9125 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9126
9127         * message.el (message-alter-recipients-discard-bogus-full-name):
9128         New function.
9129         (message-alter-recipients-function): New variable.
9130         (message-get-reply-headers): Use it.
9131         (message-replace-header): New helper function.
9132         (message-recipients-without-full-name): New variable.
9133         (message-simplify-recipients): New command.
9134
9135         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9136
9137         * message.el (message-info): Handle EasyPG manual.
9138
9139         * mml.el (mml-menu): Add entry for EasyPG.
9140
9141 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9142
9143         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9144         parameter.
9145
9146         * message.el (message-disassociate-draft): Specify drafts group name
9147         fully.
9148
9149 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9150
9151         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9152         Eliminate unnecessary duplicates from the match list.
9153
9154 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9157
9158         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9159
9160         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9161         args of `how-many' of which the XEmacs version doesn't take; declare
9162         Info-index-next as function.
9163
9164 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * gnus-score.el (gnus-score-headers): Fix handling of
9167         gnus-inhibit-slow-scoring.
9168
9169         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9170         string.
9171         (gnus-button-url-regexp): Improve handling of parenthesis.
9172         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9173         (gnus-button-handle-info-keystrokes): Handle index entries.
9174
9175 2008-03-15  Glenn Morris  <rgm@gnu.org>
9176
9177         * parse-time.el (parse-time-string): Simplify.
9178
9179 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9182         Incoming* files.
9183
9184 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9185
9186         * auth-source.el (auth-sources): Rename from auth-source-choices.
9187         (auth-source-pick): Use it.
9188
9189 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9190
9191         * binhex.el (binhex-decode-region-internal):
9192         * uudecode.el (uudecode-decode-region-internal):
9193         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9194         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9195         setting default-enable-multibyte-characters.
9196
9197 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9198
9199         * auth-source.el (auth-source-protocols)
9200         (auth-source-protocols-customize, auth-source-choices): Add and
9201         modified variable customizations and defaults.
9202         (auth-source-pick, auth-source-user-or-password)
9203         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9204         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9205         (auth-source-user-or-password-sftp)
9206         (auth-source-user-or-password-smtp): Use new variables and provide an
9207         interface to netrc.el.
9208
9209 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9212         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9213         Make sure the nntp port to specify is a string.
9214
9215 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9216
9217         * nntp.el: Use with-current-buffer.
9218         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9219         dubious mm-with-unibyte-current-buffer.
9220         (nntp-with-open-group-function): New function extracted from
9221         nntp-with-open-group macro.
9222         (nntp-with-open-group): Use the function, so it's easier to debug.
9223         Add indentation and debugging info.
9224         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9225         Recommend the use of the netcat alternatives.
9226
9227         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9228         Avoid mm-string-as-multibyte as well.
9229
9230         * nnweb.el (nnweb-insert-html):
9231         Remove use of nnheader-string-as-multibyte.
9232
9233         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9234         (nnheader-string-as-multibyte): Remove.
9235
9236         * mm-view.el: Use inhibit-read-only.
9237         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9238         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9239         or unibyte-string.
9240
9241         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9242         (mm-uu-yenc-extract): Use with-current-buffer.
9243
9244         * gnus-soup.el (gnus-soup-send-packet): Don't use
9245         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9246
9247         * nnmh.el: Use with-current-buffer.
9248         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9249         mm-string-as-multibyte on the output of mm-encode-coding-string.
9250
9251         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9252         (nnimap-request-move-article): Use with-current-buffer.
9253
9254         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9255         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9256         conversion uses string-make-unibyte rather than string-as-unibyte.
9257
9258         * gnus-msg.el: Use with-current-buffer.
9259
9260         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9261
9262 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9263
9264         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9265         string for caching if it is 'PIN.
9266
9267 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9268
9269         * lpath.el: Consider the case without Emacs/W3.
9270
9271 2008-03-08  Glenn Morris  <rgm@gnu.org>
9272
9273         * time-date.el (date-to-time, time-subtract, time-add)
9274         (safe-date-to-time): Doc fixes.
9275
9276 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * mail-source.el (mail-source-delete-old-incoming-confirm):
9279         Change default to nil.
9280         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9281
9282 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * lpath.el: Rearrange.
9285
9286         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9287         (gnus-article-goto-prev-page): Work for articles having ^L's.
9288
9289         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9290
9291         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9292
9293 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9294
9295         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9296         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9297         (gnus-bookmark-jump): Adjust some variable names.
9298
9299 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9300
9301         * auth-source.el: New package.
9302         (auth-source-choices): Add customization entry point variable.
9303
9304         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9305         bug.
9306
9307 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9308
9309         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9310         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9311         (gnus-registry-install-shortcuts): Rename from
9312         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9313         the `gnus-registry-mark-map' keymap dynamically from
9314         `gnus-registry-marks'.  The generated functions update the summary line
9315         when a registry mark is added or deleted, and will call
9316         `gnus-registry-install-p' (see the comments in the code).
9317         (gnus-registry-user-format-function-M): Use concat intelligently.
9318
9319         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9320         the registry mark functions.
9321
9322 2008-03-05  Glenn Morris  <rgm@gnu.org>
9323
9324         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9325         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9326         gnus-art.
9327         (top-level): No need to load own source when compiling.
9328
9329 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9332         Suggested by <chris.anderton@zetnet.co.uk>.
9333
9334 2008-03-04  Glenn Morris  <rgm@gnu.org>
9335
9336         * gnus-sum.el (top-level): No need to require gnus when compiling,
9337         since unconditionally required near start of file.
9338         (gnus-summary-display-while-building): Move definition before use.
9339
9340 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9341
9342         * gnus-registry.el (gnus-registry-user-format-function-M):
9343         Add formatting function.
9344
9345 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9346
9347         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9348         with plists.
9349         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9350         Use new format.
9351
9352 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9355         `where-is-internal' that returns a range of key sequences.
9356
9357 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9358
9359         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9360
9361         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9362         (gnus-summary-jump-to-group): Consider windows on other displayed
9363         frames as well.  Similar changes might be needed elsewhere, but that's
9364         the one I've bumped into during my use.
9365
9366         * nndoc.el (nndoc-oe-dbx-type-p):
9367         * gnus-msg.el (gnus-debug):
9368         * gnus-group.el (gnus-update-group-mark-positions):
9369         Use mm-string-to-multibyte.
9370
9371 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9374         doesn't handle NotDashEscaped.
9375
9376         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9377         (mml-dnd-attach-options): Fix typo in custom choice.
9378
9379         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9380         Change nndoc-article-type to mbox.
9381         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9382
9383         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9384         to nil, instead of html2text.
9385
9386         * imap.el (imap-debug): Add `imap-ping-server'.
9387
9388         * gnus-bookmark.el: Add FIXMEs.
9389
9390         * message.el (message-form-letter-separator)
9391         (message-send-form-letter-delay): New variables.
9392         (message-send-form-letter): Use them.  New command to send form
9393         letters.  Requested by Uwe Siart.
9394         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9395
9396 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * Update copyright years.
9399
9400 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         Sync from EMACS_22_BASE.
9403
9404         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9405
9406 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9407
9408         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9409         empty author.
9410
9411 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9412
9413         * gnus-registry.el (gnus-registry-marks): Add variable for
9414         customization of marks and their appearance.
9415         (gnus-registry-read-mark): Use it.
9416         (gnus-registry-do-marks): Add utility function to loop through
9417         `gnus-registry-marks'.
9418         (gnus-registry-install-shortcuts-and-menus): Add function to install
9419         shortcuts and menus.
9420         (gnus-registry-initialize): Use it.
9421         (gnus-registry-default-mark): Clarify documentation.
9422
9423 2008-02-29  Glenn Morris  <rgm@gnu.org>
9424
9425         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9426         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9427         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9428         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9429         Change defcustom :version from 23.0 to 23.1.
9430
9431 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9432
9433         * gnus-registry.el (gnus-registry-follow-group-p)
9434         (gnus-registry-post-process-groups): Add functions to aid registry
9435         splitting and improve logging.  Clarify behavior in function
9436         documentation.
9437         (gnus-registry-split-fancy-with-parent): Use them.
9438
9439 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9440
9441         * gnus-art.el: Use with-current-buffer.
9442
9443 2008-02-27  David Engster  <dengste@eml.cc>
9444
9445         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9446         Express real group name in the response.
9447
9448 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9451         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9452         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9453         autoload gnus-registry-fetch-group when compiling.
9454         (nnmairix-request-group-with-article-number-correction):
9455         Remove unreferenced argument passed to nnmairix-call-backend.
9456
9457 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9460         (mm-uu-extract): Improve face for low color ttys.
9461         Reported by Sascha Wilde.
9462
9463 2008-02-27  Glenn Morris  <rgm@gnu.org>
9464
9465         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9466         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9467         variables to defconsts.  Convert comments to doc-strings.
9468         (nnmairix-last-server, nnmairix-current-server): Convert from free
9469         variables to defvars.  Convert comments to doc-strings.
9470         (gnus-registry-fetch-group): Autoload.
9471         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9472         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9473         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9474         caddr.
9475         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9476         nnmairix-request-group-with-article-number-correction call.
9477         (nnmairix-fast, nnmairix-group): New, less general names, for free
9478         variables passed from nnmairix-request-group to
9479         nnmairix-request-group-with-article-number-correction.  Declare.
9480         (nnmairix-request-group-with-article-number-correction):
9481         Use nnmairix-fast, nnmairix-group rather than fast, group.
9482
9483 2008-02-26  David Engster  <dengste@eml.cc>
9484
9485         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9486         version 0.5.
9487
9488 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9489
9490         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9491         instead of making an extra function call.  Don't add the current group
9492         to articles only when they have the group.  Use
9493         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9494         Reported by David <de_bb@arcor.de>.
9495
9496 2008-02-24  Miles Bader  <miles@gnu.org>
9497
9498         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9499         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9500         (mm-find-mime-charset-region):
9501         * mm-bodies.el (mm-encode-body):
9502         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9503
9504 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9507         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9508
9509 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * mail-source.el (mail-source-delete-incoming): Change default.
9512         Supplement doc string.
9513
9514         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9515
9516 2008-02-14  Glenn Morris  <rgm@gnu.org>
9517
9518         * time-date.el (format-seconds): New function.
9519
9520 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9521
9522         * nnmail.el (nnmail-message-id-cache-file): Derive from
9523         `gnus-home-directory'.
9524
9525 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9526
9527         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9528         Document negative prefix.
9529
9530         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9531
9532 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9533
9534         * message.el (message-unsent-separator): Add the Exim bounce
9535         separator.
9536
9537 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9538
9539         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9540         list.
9541         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9542         recipient/signer list.
9543
9544 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9545
9546         * Makefile.in (datarootdir): Define.
9547         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9548         name that might contain whitespace.
9549
9550 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9553         fbound (Emacs 23 unicode), signal an error.
9554
9555 2008-02-08  Glenn Morris  <rgm@gnu.org>
9556
9557         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9558
9559 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9560
9561         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9562         ports to the calls to `netrc-machine-user-or-password' in addition to
9563         "imap" and "imaps".
9564
9565 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9566
9567         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9568
9569         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9570
9571 2008-02-01  Kenichi Handa  <handa@m17n.org>
9572
9573         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9574         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9575         (rfc2104-hash): Convert the result of concat to unibyte string.
9576
9577 2008-02-01  Dave Love  <fx@gnu.org>
9578
9579         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9580         coding-system-for-read.
9581         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9582
9583 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9586         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9587         <hanche@math.ntnu.no>.
9588
9589 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9590
9591         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9592
9593         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9594
9595 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9596
9597         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9598         * message.el (message-beginning-of-line): Use featurep instead of bound
9599         tests in order to resolve conditionals at compile time.
9600
9601 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9602
9603         * mail-source.el (mail-sources): Add `group' choice.
9604
9605         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9606         parameter `in-group' to control into which group the articles go.
9607         Add treatment of `group' mail-source.
9608
9609 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9612
9613         * mm-decode.el (mm-dissect-buffer): Decode description.
9614
9615         * mml.el (mml-to-mime): Encode message header first.
9616
9617 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9620         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9621
9622         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9623         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9624
9625 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9626
9627         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9628
9629 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9632         prefix keys.
9633         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9634         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9635         gnus-xmas.el.
9636
9637         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9638         (gnus-xmas-article-describe-bindings): New function.
9639         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9640         gnus-xmas-article-describe-bindings.
9641
9642         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9643
9644 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9645
9646         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9647         Add new variables for article mark management.
9648         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9649         list of extra data entries which, when present, will indicate that the
9650         article ID should not be trimmed from the registry.
9651         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9652         functions.
9653         (gnus-registry-read-mark): New function to read a mark name from the
9654         user.
9655         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9656         (gnus-registry-set-article-mark-internal): New functions to add and
9657         remove marks.
9658         (gnus-registry-get-article-marks): New function to show the marks for
9659         an article, or retrieve them for further use.
9660
9661 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9664         keys when no argument is given.
9665
9666 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9667
9668         * imap.el (imap-ping-server): New variable.
9669         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9670         (imap-ping-server): Minor doc string fixes.
9671
9672 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9673
9674         * imap.el (imap-ping-server): New function.
9675         (imap-opened): Call imap-ping-server.
9676
9677 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9678
9679         * gnus-sum.el (gnus-article-sort-by-random)
9680         (gnus-thread-sort-by-random): Fix doc strings.
9681         Reported by jidanni@jidanni.org.
9682
9683 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gnus-art.el (gnus-article-describe-bindings): New function.
9686         (gnus-article-read-summary-keys): Use it.
9687         (gnus-article-mode-map): Bind `C-h b' to it.
9688
9689 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9692         XEmacs.
9693         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9694         Protect against non-character events.
9695
9696         * lpath.el: Fbind map-keymap for Emacs 21.
9697
9698 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9701         New command.
9702         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9703         instead of END.  Change name of the temp file.
9704         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9705         customizable.
9706
9707 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9710         bind `S W' to gnus-article-wide-reply-with-original; set default
9711         binding to gnus-article-read-summary-send-keys.
9712         (gnus-article-read-summary-keys): Fix the order of keys; display
9713         continuation keys correctly in the echo area; describe bindings
9714         correctly when keys end with `C-h'.
9715         (gnus-article-read-summary-send-keys): New function.
9716         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9717         Work for gnus-article-read-summary-send-keys; display continuation keys
9718         correctly in the echo area.
9719         (gnus-article-reply-with-original): Ignore prefix argument.
9720         (gnus-article-wide-reply-with-original): New function.
9721
9722         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9723         Emacs 21.
9724
9725 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9728         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9729
9730 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9733         (gnus-group-read-ephemeral-gmane-group): New command.
9734
9735 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9736
9737         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9738
9739 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * message.el (message-send-mail-function): Increase custom version.
9742
9743         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9744         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9745
9746 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9747
9748         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9749         for the cases where imap-authenticate is called with a nil buffer
9750         parameter.
9751
9752 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9755         html parts correctly; support forwarded messages.
9756         (gnus-article-browse-html-article): Remove work buffers.
9757
9758         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9759         compiling.
9760         (netrc-bound-and-true-p): New macro.
9761         (netrc-parse): Use it instead of bound-and-true-p that is not available
9762         in XEmacs 21.4.
9763
9764 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9765
9766         * gnus-registry.el (gnus-registry-mark-article)
9767         (gnus-registry-article-marks): Add functionality to mark articles
9768         through the Gnus registry.
9769
9770         * encrypt.el: Clarify documentation for the new pgg method.
9771         (encrypt-file-alist): Add PGG option.
9772         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9773         functionality.  Abstract password key and messaging to external
9774         functions.
9775         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9776         (encrypt-message-method-and-cipher): Add new convenience external
9777         functions.
9778         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9779         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9780
9781         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9782         (netrc-parse): Use encrypt-file-alist to determine if
9783         encrypt-find-model or encrypt-insert-file-contents should be used.
9784
9785         * encrypt.el: Clarify documentation.  Load password-cache or
9786         password, whichever one is found first, instead of autoloading.
9787
9788 2007-12-19  Glenn Morris  <rgm@gnu.org>
9789
9790         * mml.el (message-options-set, message-narrow-to-head)
9791         (message-in-body-p, message-mail-p, message-encode-message-body):
9792         Autoload.
9793         (message-remove-header, message-narrow-to-headers-or-head)
9794         (message-subscribed-p, message-make-mail-followup-to)
9795         (message-position-on-field, message-news-p)
9796         (message-options-set-recipient, message-generate-headers)
9797         (message-sort-headers): Declare as functions.
9798
9799 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9800
9801         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9802         convention in doc string.
9803
9804 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9807         title to html parts.
9808         (gnus-article-browse-html-article): Pass message header to it.
9809
9810         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9811
9812 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9815         or password compatible with XEmacs.
9816
9817 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9820         format document.
9821         (gnus-mime-delete-part): Don't write description line if empty.
9822         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9823
9824 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9825
9826         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9827         (gnus-summary-mark-read-and-unread-as-read)
9828         (gnus-summary-mark-current-read-and-unread-as-read)
9829         (gnus-summary-mark-unread-as-ticked): Doc fix.
9830         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9831
9832 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9835         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9836
9837 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9840         yes-or-no-p.
9841
9842 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * mm-decode.el (mm-add-meta-html-tag): New function.
9845         (mm-save-part-to-file, mm-pipe-part): Use it.
9846
9847         * gnus-art.el (gnus-article-browse-delete-temp-files):
9848         Use gnus-y-or-n-p instead of y-or-n-p.
9849         (gnus-article-browse-html-parts): Work with message/external-body; use
9850         mm-add-meta-html-tag.
9851
9852 2007-12-11  Glenn Morris  <rgm@gnu.org>
9853
9854         * gnus-cache.el: Require gnus-sum not just when compiling.
9855
9856         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9857
9858         * gnus-int.el (gnus-server-opened, gnus-status-message):
9859         Move definitions before use.
9860
9861         * mm-decode.el: Require gnus-util.
9862         (mm-remove-part): Only call delete-annotation on XEmacs.
9863
9864         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9865
9866         * nnmail.el: Require gnus-int.
9867
9868         * spam.el: Move `require's before `eval-when-compile's.
9869
9870         * gnus-ems.el (gnus-alive-p):
9871         * gnus-fun.el (message-goto-eoh):
9872         * gnus-util.el (gnus-group-name-decode):
9873         * mail-source.el (gnus-compress-sequence):
9874         * message.el (Info-goto-node, format-spec):
9875         * mm-bodies.el (message-options-get):
9876         * mm-decode.el (mm-view-pkcs7):
9877         * mm-util.el (gmm-write-region):
9878         * mml-smime.el (mml-compute-boundary)
9879         (gnus-completing-read-with-default):
9880         * mml.el (widget-button-press, gnus-make-hashtable):
9881         * mml1991.el (mm-decode-content-transfer-encoding)
9882         (mm-encode-content-transfer-encoding)
9883         (message-options-get, message-options-set):
9884         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9885         * nnfolder.el (gnus-request-group):
9886         * nnheader.el (ietf-drums-unfold-fws):
9887         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9888         * smime.el (gnus-run-mode-hooks):
9889         * spam-stat.el (gnus-message): Autoload.
9890
9891         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9892         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9893         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9894         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9895         Add declare-function compatibility definition.
9896
9897         * gnus-cache.el (nnvirtual-find-group-art):
9898         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9899         (gnus-add-image, gnus-add-wash-type):
9900         * gnus-group.el (nnkiboze-score-file):
9901         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9902         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9903         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9904         (message-tokenize-header, gnus-get-buffer-create)
9905         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9906         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9907         * gnus.el (gnus-group-decoded-name):
9908         * mail-source.el (imap-capability):
9909         * mm-bodies.el (message-options-set):
9910         * mm-decode.el (gnus-configure-windows):
9911         * mm-extern.el (message-goto-body):
9912         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9913         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9914         (epg-sub-key-validity, message-options-set):
9915         * mml.el (widget-event-point, gnus-configure-windows):
9916         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9917         * mml2015.el (epg-check-configuration, epg-configuration)
9918         (message-options-set):
9919         * nndb.el (nndb-request-article):
9920         * nnfolder.el (gnus-request-create-group):
9921         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9922         * nnmaildir.el (gnus-group-mark-article-read):
9923         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9924         * rfc1843.el (message-fetch-field):
9925         * spam.el (gnus-extract-address-components):
9926         Declare as functions.
9927
9928 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9929
9930         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9931
9932         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9933
9934         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9935         bind show-trailing-whitespace for XEmacs.
9936
9937 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9940         new no-op macro for backward compatibility.
9941
9942         * imap.el (imap-string-to-integer): New function.
9943
9944 2007-12-09  Glenn Morris  <rgm@gnu.org>
9945
9946         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9947
9948         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9949         * message.el, mm-view.el, sieve-manage.el, smime.el:
9950         Add declare-function compatibility definition.
9951
9952         * gnus-art.el (w3-region, w3m-region, Info-menu):
9953         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9954         * gnus-sum.el (gnus-get-predicate):
9955         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9956         * message.el (mail-abbrev-in-expansion-header-p):
9957         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9958         (w3m-detect-meta-charset, w3m-region):
9959         * sieve-manage.el (password-read, password-cache-add)
9960         (password-cache-remove):
9961         * smime.el (password-read-and-add): Declare as functions.
9962
9963 2007-12-08  David Kastrup  <dak@gnu.org>
9964
9965         * gnus-sum.el (gnus-summary-simplify-subject-query):
9966         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9967         `message'.
9968
9969 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9972         it to bind idna-program, installation-directory, defined-colors, and
9973         face-attribute for XEmacs of the version that compiles defcustom forms.
9974
9975 2007-12-07  Glenn Morris  <rgm@gnu.org>
9976
9977         * gnus-art.el (article-make-date-line): Revert previous change.
9978
9979 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9980
9981         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9982
9983 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9984
9985         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9986         Call gnus-add-to-range ranges only once with a prepared article-list.
9987
9988 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9989
9990         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9991         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9992         group names with backslashes.
9993         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9994
9995 2007-12-06  Deepak Goel  <deego3@gmail.com>
9996
9997         * gnus-art.el (article-make-date-line):
9998         * gnus-start.el (gnus-load):
9999         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10000
10001 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10002
10003         * gnus-art.el (gnus-use-idna)
10004         * gnus-start.el (gnus-site-init-file)
10005         * message.el (message-use-idna)
10006         * mm-uu.el (mm-uu-hide-markers)
10007         * smiley.el (smiley-style): Revert changes that suppress warnings.
10008
10009 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10012         specify charset to html source.
10013         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10014
10015 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10018         idna-program in order to suppress byte compile warning issued by XEmacs
10019         that came to byte compile the default value section of defcustom forms
10020         recently.
10021
10022         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10023         value of installation-directory.
10024
10025         * message.el (message-use-idna): Don't directly refer to the value of
10026         idna-program.
10027
10028         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10029
10030         * smiley.el (smiley-style): Don't directly call face-attribute.
10031
10032 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10035
10036         * gnus-dired.el: Reduce Gnus dependencies.
10037         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10038         Don't require.  Use autoloads instead.
10039         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10040         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10041         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10042         (gnus-dired-mode): Adjust doc string.
10043         (gnus-dired-mail-mode): New variable.
10044         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10045         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10046         (gnus-dired-mail-buffers): New function.  Return mail or message
10047         composition buffers.
10048         (gnus-dired-attach): Use it.
10049         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10050         NO-DECODE.
10051         (gnus-dired-print): Use `gnus-print-buffer' depending on
10052         `gnus-dired-mail-mode'.
10053
10054 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * rfc2047.el (rfc2047-encoded-word-regexp)
10057         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10058         explaining what regexp patterns are for.
10059
10060 2007-12-04  Glenn Morris  <rgm@gnu.org>
10061
10062         * password.el: Move to password-cache.el.
10063
10064         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10065         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10066         * mml-smime.el (password-read, password-cache-add)
10067         (password-cache-remove):
10068         No need to autoload, since mml-sec requires password.
10069
10070         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10071         * message.el (gnus-extract-address-components):
10072         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10073
10074         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10075         password.
10076
10077 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * mailcap.el: Reduce dependencies.
10080         (mail-header-parse-content-type): Autoload.
10081         (mailcap-delete-duplicates): New alias.
10082         (mailcap-mime-info): Add optional argument NO-DECODE.
10083         (mailcap-mime-types): Use mailcap-delete-duplicates.
10084
10085         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10086
10087 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10088
10089         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10090         (imap-parse-status): Upcase status-att for servers that sends them
10091         lower-case (e.g., MS Exchange 2007).
10092
10093 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10094
10095         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10096         function.
10097
10098         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10099         (gnus-uu-yenc-article): New function.
10100
10101         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10102
10103         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10104
10105 2007-12-02  Glenn Morris  <rgm@gnu.org>
10106
10107         * binhex.el (binhex): New custom group.
10108         (binhex-decoder-program, binhex-decoder-switches)
10109         (binhex-use-external): Move to the binhex custom group.
10110
10111         * uudecode.el (uudecode): New custom group.
10112         (uudecode-decoder-program, uudecode-decoder-switches)
10113         (uudecode-use-external): Move to the uudecode custom group.
10114
10115         * netrc.el (top-level): Don't load `encrypt' features.
10116         (netrc-parse): Don't use encrypt.
10117         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10118
10119         * encrypt.el: Remove file.
10120
10121 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10122
10123         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10124         matches on patches.
10125
10126         * gnus-art.el (gnus-article-browse-html-article):
10127         Mention `mm-text-html-renderer' in the doc string.
10128
10129         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10130         string.  Add comments.
10131
10132         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10133         if rhs is ASCII.
10134
10135 2007-12-01  Glenn Morris  <rgm@gnu.org>
10136
10137         * mail-source.el (top-level): Require format-spec before
10138         eval-when-compile.
10139
10140 2007-11-30  Glenn Morris  <rgm@gnu.org>
10141
10142         * encrypt.el: Require password, rather than autoloading password-read.
10143
10144 2007-11-29  Glenn Morris  <rgm@gnu.org>
10145
10146         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10147         (sasl-make-client, sasl-next-step, sasl-step-data)
10148         (sasl-step-set-data): Declare as functions.
10149
10150 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10153
10154 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10155
10156         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10157         certs should be verified and what is to be done in the event of a
10158         verification failure.
10159
10160         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10161         caller can indicate whether the cache should be disregarded for this
10162         call.  This way the result of the call is reproducible at all times and
10163         can be considered a canonical server name for the supplied method.
10164         (gnus-agent-method-p): Canonicalize server names by pushing their
10165         method through `gnus-method-to-server' using the no-cache argument.
10166
10167         * gnus-srvr.el (gnus-server-insert-server-line):
10168         Call `gnus-method-to-server' with `no-cache' argument.
10169
10170         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10171         gnus-agent-possibly-synchronize-flags as this should be called when the
10172         server is actually being opened.
10173         (gnus-agent-possibly-synchronize-flags)
10174         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10175         flags file of an agentized server to the latter function.
10176
10177         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10178         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10179         after a connection has been established successfully.
10180
10181 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10182
10183         * gnus-art.el (article-display-face): Force to display face if called
10184         interactively; check if gnus-article-x-face-too-ugly matches author.
10185         (article-display-x-face): Display face even if From header is missing
10186         as article-display-face does.
10187
10188 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10189
10190         * hashcash.el (message-narrow-to-headers-or-head)
10191         (message-fetch-field, message-goto-eoh)
10192         (message-narrow-to-headers): Declare as functions.
10193
10194 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10195
10196         * mail-source.el (mail-sources): Default to fetch from file for
10197         compatibility with default of nnmail-spool-file.
10198
10199 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10202         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10203         to look for encoded word that should be encoded again.
10204         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10205         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10206         encoding pattern.
10207         (rfc2047-decode-region): Switch strict regexp and loose one according
10208         to rfc2047-allow-irregular-q-encoded-words.
10209
10210 2007-11-25  Romain Francoise  <romain@orebokech.com>
10211
10212         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10213
10214 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * tls.el (tls-program): Provide more custom choices from
10217         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10218         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10219
10220 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10223         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10224
10225         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10226         `nnmail-spool-file'.
10227
10228         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10229         `nnmail-spool-file'.
10230
10231         * gnus-move.el (gnus-change-server): Ditto.
10232
10233         * gnus-kill.el (gnus-batch-score): Ditto.
10234
10235         * gnus-cache.el (gnus-jog-cache): Ditto.
10236
10237         * gnus-msg.el (gnus-summary-reply):
10238         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10239
10240 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10243         version.  Minor improvement to doc strings.
10244         (tls-program): Add comment.
10245
10246 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10247
10248         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10249         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10250         mismatch between the hostname provided in the certificate and the name
10251         of the host connnecting to.
10252         (open-tls-stream): Use them.  Check certificates against trusted root
10253         certificates.
10254
10255 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10256
10257         * gnus-cache.el (gnus-cache-generate-nov-databases):
10258         Use nnml-generate-nov-databases-directory instead of
10259         nnml-generate-nov-databases-1.
10260
10261 2007-11-24  Glenn Morris  <rgm@gnu.org>
10262
10263         * message.el (message-tool-bar-retro): Update for rename
10264         mail_send.xpm->mail-send.xpm.
10265
10266 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10267
10268         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10269         `smime-ldap-search' for Emacs 22 and up.
10270
10271 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10272
10273         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10274
10275         * message.el (message-send-mail-function): Fix error convention.
10276         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10277         (message-widen-reply, message-send-mail, message-talkative-question)
10278         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10279         (message-clone-locals, message-send-news): Use with-current-buffer.
10280         (message-insert-or-toggle-importance): Remove unused var `valid'.
10281         (message-make-references): Remove unused var `new-references'.
10282         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10283
10284 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10285
10286         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10287         (spam-split-symbolic-return-positive): Reflow docstring.
10288         (spam-backends, spam-summary-exit-behavior)
10289         (spam-mark-ham-unread-before-move-from-spam-group)
10290         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10291         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10292         (spam-clear-cache, spam-backend-check, spam-install-backend)
10293         (spam-install-statistical-backend, spam-list-of-processors)
10294         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10295         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10296         (spam-check-crm114, spam-initialize, spam-unload-hook):
10297         Fix typos in docstrings.
10298
10299 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10300
10301         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10302         been checked if they have never been read and those group levels are
10303         higher than the one that a user specified.
10304
10305 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10306
10307         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10308         foreign groups unless a group level is specified by a user.
10309         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10310
10311 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10312
10313         * message.el (message-send-mail-function): Require sendmail.
10314
10315 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * message.el (message-send-mail-function): Check for smtpmail too.
10318
10319         * utf7.el (utf7-encode, utf7-decode): Use coding system
10320         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10321
10322         * message.el (message-send-mail-function): New function.
10323         (message-send-mail-function): Set default using
10324         message-send-mail-function.  Adjust doc string.
10325         (message-send-mail-with-mailclient): New function.
10326
10327 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10328
10329         * smime.el (from):
10330         * rfc2047.el (message-posting-charset):
10331         * qp.el (mm-use-ultra-safe-encoding):
10332         * pop3.el (parse-time-months):
10333         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10334         * nnml.el (files):
10335         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10336         (jka-compr-compression-info-list, ange-ftp-path-format)
10337         (efs-path-regexp):
10338         * nndiary.el (files):
10339         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10340         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10341         (epg-digest-algorithm-alist, inhibit-redisplay)
10342         (password-cache-expiry):
10343         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10344         (pgg-output-buffer, password-cache-expiry):
10345         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10346         (efs-path-regexp):
10347         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10348         (inhibit-redisplay):
10349         * mm-uu.el (file-name, start-point, end-point, entry)
10350         (gnus-newsgroup-name, gnus-newsgroup-charset):
10351         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10352         (latin-unity-ucs-list):
10353         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10354         (mm-uu-binhex-decode-function):
10355         * message.el (gnus-message-group-art, gnus-list-identifiers)
10356         (rmail-enable-mime-composing, gnus-local-organization)
10357         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10358         (gnus-read-active-file, facemenu-add-face-function)
10359         (facemenu-remove-face-function, gnus-article-decoded-p)
10360         (tool-bar-mode):
10361         * mail-source.el (display-time-mail-function):
10362         * gnus-util.el (nnmail-pathname-coding-system)
10363         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10364         (gnus-original-article-buffer, gnus-user-agent)
10365         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10366         (xemacs-codename, sxemacs-codename, emacs-program-version):
10367         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10368         * gnus-start.el (gnus-agent-covered-methods)
10369         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10370         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10371         (gnus-newsgroup-headers, gnus-group-list-mode)
10372         (gnus-group-mark-positions, gnus-newsgroup-data)
10373         (gnus-newsgroup-unreads, nnoo-state-alist)
10374         (gnus-current-select-method, mail-sources)
10375         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10376         (nnmail-spool-file, gnus-cache-active-hashtb):
10377         * gnus-mh.el (mh-lib-progs):
10378         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10379         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10380         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10381         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10382         (gnus-group-buffer):
10383         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10384         (font-lock-set-defaults):
10385         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10386         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10387         (gnus-summary-post-menu, total-parts, type, condition, length):
10388         * gnus-agent.el (gnus-agent-read-agentview):
10389         * flow-fill.el (show-trailing-whitespace):
10390         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10391         eval-and-compile wrappers for byte compiler pacifiers.
10392
10393         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10394         (mm-display-inline-fontify): Check for featurep 'xemacs not
10395         extent-list.
10396
10397         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10398         itimer-list.
10399         (mm-create-image-xemacs): Only do something for XEmacs.
10400         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10401
10402         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10403
10404         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10405         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10406
10407 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10408
10409         * nnimap.el (nnimap-split-download-body):
10410         * gnus-demon.el (gnus-demon):
10411         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10412
10413 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10416         New macros.
10417         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10418         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10419         copy data from unibyte buffer to multibyte current buffer.
10420         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10421         to copy data from unibyte current buffer to multibyte buffer.
10422         (nntp-make-process-buffer): Make process buffer unibyte.
10423
10424         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10425
10426 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10427
10428         * pop3.el (pop3-open-server): Accept and process data more robustly at
10429         connexion start to avoid spurious "POP SSL connexion failed" errors.
10430
10431 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10434         read group names.
10435
10436 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10439
10440 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10443         (nnmail-save-active): Use a unibyte buffer when saving active file,
10444         which may contain non-ASCII group names.
10445
10446         * nnml.el (nnml-request-group): Decode group names in messages.
10447
10448 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10449
10450         * message.el (message-citation-line-function)
10451         (message-insert-formatted-citation-line): Fix spelling of
10452         `message-insert-formated-citation-line'.
10453
10454 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10457
10458 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10461         nnmail-pathname-coding-system.
10462
10463         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10464         that a user enters; decode group names in messages.
10465
10466         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10467
10468 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10469
10470         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10471
10472         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10473
10474         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10475         risky local variable.
10476
10477         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10478
10479 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10480
10481         * encrypt.el: Improve documentation to fix function name typo.
10482         Reported by Daiki Ueno <ueno@unixuser.org>.
10483
10484 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10487         even if the point is not in the last page of an article.
10488         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10489         back to the previous page.
10490
10491 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10492
10493         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10494
10495 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10498
10499 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10500
10501         * message.el (message-check-news-body-syntax):
10502         Avoid mm-string-as-multibyte.
10503         (message-hide-headers): Don't assume (point-min)==1.
10504
10505 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10506
10507         * message.el (message-remove-blank-cited-lines): Fix if remove is
10508         given.
10509         (message-bogus-address-regexp): New variable.
10510         (message-bogus-recipient-p): New function.
10511         (message-check-recipients): New command.
10512         (message-syntax-checks): Add `bogus-recipient'.
10513         (message-fix-before-sending): Add `bogus-recipient'.
10514
10515         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10516         (gnus-treat-body-boundary): Don't test window-system.
10517
10518 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10519
10520         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10521
10522 2007-10-28  Miles Bader  <miles@gnu.org>
10523
10524         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10525         at compile-time too.
10526
10527 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-msg.el (gnus-message-setup-hook):
10530         Add `message-remove-blank-cited-lines' to options.
10531
10532 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10533
10534         * message.el (message-remove-blank-cited-lines): New function.
10535         Suggested by Karl Plästerer.
10536
10537 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10540         mapc.
10541
10542         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10543         (top-level): Use mapc to set functions to be traced for debugging.
10544
10545         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10546         called for effect with while loop.
10547
10548         * message.el (message-talkative-question): Replace mapcar called for
10549         effect with mapc.
10550
10551         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10552         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10553         called for effect with dolist.
10554
10555         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10556
10557         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10558         gnus-extra-headers and nnmail-extra-headers.
10559
10560         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10561         called for effect with dolist.
10562         (top-level): Use mapc to set functions to be traced for debugging.
10563
10564         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10565         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10566         dolist.
10567
10568         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10569         Replace mapcar called for effect with mapc.
10570         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10571         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10572         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10573         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10574
10575         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10576         remove-if that's a cl function.
10577
10578         * webmail.el (webmail-debug): Replace mapcar called for effect with
10579         dolist.
10580
10581         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10582         with mapc.
10583
10584 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10587         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10588         with while loop.
10589
10590         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10591         functions from article-* functions.
10592         (gnus-multi-decode-header): Replace mapcar called for effect with
10593         dolist.
10594
10595         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10596         (gnus-bookmark-show-details): Replace mapcar called for effect with
10597         while loop.
10598
10599         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10600         called for effect with while loop.
10601
10602         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10603         with dolist.
10604
10605         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10606         Replace mapcar called for effect with dolist.
10607
10608         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10609
10610         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10611         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10612         Replace mapcar called for effect with dolist.
10613         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10614         mapc.
10615
10616         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10617         Replace mapcar called for effect with dolist.
10618         (gnus-topic-list): Replace mapcar called for effect with mapc.
10619
10620         * gnus.el: Use mapc instead of mapcar to add autoloads.
10621
10622 2007-10-23  Richard Stallman  <rms@gnu.org>
10623
10624         * gnus-group.el (gnus-group-highlight): Mark as risky.
10625
10626 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * gnus.el (gnus-server-to-method): Return method found first in
10629         gnus-newsrc-alist.
10630
10631         * gnus-art.el (gnus-article-highlight-signature)
10632         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10633         button overlay without the front stickiness.
10634
10635 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10636
10637         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10638         overview buffer needed a catch to receive its throw.
10639         (gnus-agent-flush-cache): Declare as interactive to make this function
10640         easier to use.
10641
10642 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10643
10644         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10645         `next-line'.
10646
10647 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10650         exclude address matching message-dont-reply-to-names.
10651
10652 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * gnus-util.el (gnus-string<): New function.
10655
10656         * gnus-sum.el (gnus-article-sort-by-author)
10657         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10658
10659 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10662         the frame-focus tag is set in gnus-buffer-configuration.
10663
10664 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10667         the front stickiness.
10668
10669 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10672         url pattern; remove duplicate one.
10673         (gnus-article-extend-url-button): New function.
10674         (gnus-article-add-buttons): Use it.
10675         (gnus-button-push): Use concatenated url that it makes.
10676
10677 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10678
10679         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10680
10681 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10682
10683         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10684         Don't hardcode point-min==1.
10685
10686 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10687
10688         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10689         Fix comment about "iso8859-1".
10690
10691 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10692
10693         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10694         ones returned from the verify-function.
10695
10696         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10697         Call mml2015-extract-cleartext-signature if extraction failed.
10698
10699 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10700
10701         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10702         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10703         failed.
10704
10705 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10706
10707         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10708
10709 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10712         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10713         recommends to use EasyPG instead of PGG.
10714
10715         * pgg.el: Revert to revision 6.23.2.16.
10716
10717         * pgg-def.el: Revert to revision 6.6.2.14.
10718
10719         * pgg-gpg.el: Revert to revision 6.23.2.34.
10720
10721 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10722
10723         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10724         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10725         thread for both the null and zero (kill/expire thread) universal prefix
10726         cases.
10727         (gnus-summary-expire-thread): Add new function to expire a thread,
10728         using gnus-summary-kill-thread.
10729         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10730         shortcuts for gnus-summary-expire-thread.
10731         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10732         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10733
10734 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10735
10736         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10737         extras value, so an extras entry can be deleted.
10738         (gnus-registry-delete-extra-entry): Use it.
10739         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10740         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10741         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10742         storage through the gnus-registry, and provide an appropriate API for
10743         it.
10744
10745 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10748         Suggested by Leo <sdl.web@gmail.com>.
10749
10750         * gnus.el: Do.
10751
10752 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10755         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10756
10757         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10758
10759         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10760         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10761
10762 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10765         newline.
10766         (nnmbox-request-accept-article): Don't change article in source buffer;
10767         narrow to header to use message-fetch-field rather than
10768         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10769         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10770         as delimiters; make sure article ends with newline.
10771         (nnmbox-delete-mail): Correct last position of article to be deleted;
10772         ignore X-Gnus-Newsgroup header in article body.
10773         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10774         positions; make sure article ends with newline.
10775
10776         * message.el (message-display-abbrev): Don't infloop when a user
10777         inserts SPC in the beginning of header.
10778
10779         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10780         coding-system-for-read and coding-system-for-write for XEmacs having no
10781         file-coding feature.
10782
10783         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10784
10785 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10786
10787         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10788         list of groups not followed by default.  Fix type to be regexp.
10789         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10790
10791 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10792
10793         * hmac-def.el (define-hmac-function): Switch from old-style to
10794         new-style backquotes.
10795
10796         * md4.el (md4-make-step): Likewise.
10797
10798 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10801         raw-text coding system when saving .newsrc file, which may contain
10802         non-ASCII group names.
10803
10804 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * gnus-cus.el (gnus-score-extra): New widget.
10807         (gnus-score-extra-convert): New function.
10808         (gnus-score-customize): Use it for Extra.
10809
10810 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10811
10812         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10813         (mml2015-mailcrypt-clear-verify): Use it.
10814         (mml2015-gpg-clear-verify): Use it.
10815         (mml2015-pgg-clear-verify): Use it.
10816         (mml2015-epg-clear-verify): Replace the current part with the output
10817         from GnuPG; don't extract the plaintext by itself.
10818
10819         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10820         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10821         mml2015-clear-verify-function; don't touch the armor headers or
10822         dash-escaped text here.
10823
10824 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10827         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10828         parts, or application/octet-stream as a last resort.
10829         (gnus-mime-view-part-as-type): Don't toggle display.
10830         (gnus-mime-view-part-as-charset): Don't turn off display before
10831         querying charset.
10832
10833         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10834         stuff to undisplayer function in Emacs.
10835         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10836
10837         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10838         text/calendar parts.
10839
10840 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10843         decoding text/calendar parts.
10844
10845         * message.el (message-forward-make-body-mime): Always mark body as
10846         having no illegible text; remove signed-or-encrypted argument.
10847         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10848
10849         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10850         (mml-generate-mime-1): Don't encode body if it is specified to be in
10851         raw form; don't make buffer be unibyte when inserting multibyte string.
10852
10853 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10854
10855         * sha1.el: Fix up comment style.
10856         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10857         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10858
10859         * hex-util.el: Fix up comment style.
10860         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10861
10862         * gnus-salt.el: Use with-current-buffer.
10863         (gnus-pick-setup-message): Fix long-standing typo.
10864
10865 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * imap.el (imap-logout-timeout): New variable.
10868         (imap-logout, imap-logout-wait): New functions.
10869         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10870
10871         * nnimap.el (nnimap-logout-timeout): New server variable.
10872         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10873         nnimap-logout-timeout.
10874
10875         * gnus-art.el (gnus-article-summary-command-nosave)
10876         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10877
10878 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus.el (gnus-maximum-newsgroup): New variable.
10881
10882         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10883         according to gnus-maximum-newsgroup.
10884
10885         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10886         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10887         Limit the range of articles according to gnus-maximum-newsgroup.
10888
10889 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10890
10891         * gnus-art.el (gnus-sticky-article): Fix problems described in
10892         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10893         Don't perform gnus-configure-windows here; reuse existing sticky
10894         article buffer.
10895
10896         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10897         it doesn't exist in gnus-article-mode.
10898
10899 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10902         (gnus-agent-decoded-group-name): New function.
10903         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10904         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10905
10906 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10907
10908         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10909         Add binding for gnus-sticky-article.
10910         (gnus-summary-exit): Don't kill sticky article buffers.
10911
10912         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10913         article buffer.
10914         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10915         (gnus-kill-sticky-article-buffers): New commands.
10916
10917 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10918
10919         * nntp.el (nntp-xref-number-is-evil): New server variable.
10920         (nntp-find-group-and-number): If it is non-nil, don't trust article
10921         numbers in the Xref header.
10922
10923 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10924
10925         * gnus-agent.el (gnus-agent-read-group): New function.
10926         (gnus-agent-flush-group, gnus-agent-expire-group)
10927         (gnus-agent-regenerate-group): Use it.
10928         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10929         nnmail-pathname-coding-system.
10930
10931 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10934
10935         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10936         that are unread as unread, and also as selected so that information of
10937         marks having been changed by a user may be updated when exiting group.
10938
10939 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10942
10943 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10946         calculated ignoring signature parts to gnus-treat-article.
10947
10948 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10951         a point here in order to keep the window start.
10952         (gnus-insert-mime-security-button): Make a button overlay without the
10953         front stickiness.
10954         (gnus-mime-display-security): Goto the end of a button.
10955
10956         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10957
10958 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10959
10960         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10961         group-name-at-point.
10962         (gnus-group-completing-read): New function that offers decoded
10963         non-ASCII group names for completion.
10964         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10965         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10966         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10967         (gnus-group-fetch-control): Use it.
10968         (gnus-fetch-group): Use group-name-at-point for the initial value
10969         rather than the default value; use gnus-alive-p.
10970
10971         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10972         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10973         (gnus-summary-post-news): Use gnus-group-completing-read.
10974
10975         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10976         (gnus-read-move-group-name): Decode group name for completion.
10977
10978 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10979
10980         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10981         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10982         Yamaoka slightly modified the code).
10983
10984 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10987         (nnmail-split-incoming): Bind it.
10988
10989         * nnml.el (nnml-group-name-charset): New function.
10990         (nnml-decoded-group-name): Use it; don't decode group name if
10991         nnmail-group-names-not-encoded-p is non-nil.
10992         (nnml-encoded-group-name): New function.
10993         (nnml-group-pathname): Inline nnml-decoded-group-name.
10994         (nnml-request-expire-articles): Decode group name in message.
10995         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10996         nnmail-pathname-coding-system.
10997         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10998         not decoded ones according to nnmail-group-names-not-encoded-p.
10999         (nnml-generate-active-info): Use nnml-encoded-group-name.
11000
11001 2007-08-08  Glenn Morris  <rgm@gnu.org>
11002
11003         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11004         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11005         doc-strings and comments.
11006
11007 2007-07-25  Glenn Morris  <rgm@gnu.org>
11008
11009         * Relicense all FSF files to GPLv3 or later.
11010
11011 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11012
11013         * gnus-sum.el (gnus-summary-move-article):
11014         Make gnus-summary-respool-article work.
11015
11016 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11019         string.
11020
11021 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11022
11023         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11024         that should be ignored when comparing distant RSS articles with local
11025         ones.
11026         (nnrss-make-hash-index): New function.  Create a hash index according
11027         to the ignored fields.
11028         (nnrss-check-group): Use it.
11029
11030 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11033
11034         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11035
11036         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11037         the new optional argument ENCODED is non-nil.
11038         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11039         coding system for encoding group name.
11040         (gnus-group-make-rss-group): Pass un-encoded group name to
11041         gnus-group-make-group.
11042         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11043         encoded.
11044
11045         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11046         Encode group name to which articles are moved or copied.
11047         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11048         coding system for encoding Newsgroup, Followup-To and Xref headers.
11049
11050         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11051         marks; use nnheader-file-coding-system to write a file.
11052         (nnagent-retrieve-headers): Bind file-name-coding-system to
11053         nnmail-pathname-coding-system.
11054
11055         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11056
11057         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11058         (nnml-request-article, nnml-request-create-group)
11059         (nnml-request-rename-group, nnml-find-id)
11060         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11061         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11062         (nnml-save-marks): Use nnml-group-pathname instead of
11063         nnmail-group-pathname.
11064
11065         (nnml-request-create-group, nnml-request-expire-articles)
11066         (nnml-request-move-article, nnml-request-delete-group)
11067         (nnml-deletable-article-p, nnml-possibly-create-directory)
11068         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11069         (nnml-open-marks): Bind file-name-coding-system to
11070         nnmail-pathname-coding-system.
11071
11072         (nnml-request-article): Pass server argument to nnml-find-group-number.
11073         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11074         Pass server argument to nnml-possibly-create-directory.
11075         (nnml-request-accept-article): Pass server argument to
11076         nnml-active-number and nnml-save-mail.
11077         (nnml-find-group-number): Pass server argument to nnml-find-id.
11078         (nnml-request-update-info): Pass server argument to
11079         nnml-marks-changed-p.
11080
11081         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11082         (nnml-save-mail, nnml-active-number): Add server argument.
11083
11084         (nnml-request-delete-group): Warn if group is missing.
11085         (nnml-get-nov-buffer): Decode group name.
11086         (nnml-generate-active-info): Encode group name.
11087         (nnml-open-marks): Decode group name in messages.
11088
11089 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11092         if it is not specified.
11093         (gnus-article-pipe-part, gnus-article-save-part)
11094         (gnus-article-interactively-view-part, gnus-article-copy-part)
11095         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11096         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11097         (gnus-article-replace-part, gnus-article-delete-part)
11098         (gnus-article-view-part-as-type): Pass raw prefix argument to
11099         gnus-article-part-wrapper.
11100
11101 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * gnus-agent.el (gnus-agent-save-active):
11104         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11105
11106         * gnus-cache.el (gnus-cache-save-buffers)
11107         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11108         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11109         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11110         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11111         (gnus-cache-generate-active, gnus-cache-rename-group)
11112         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11113         (gnus-cache-update-overview-total-fetched-for):
11114         Bind file-name-coding-system to nnmail-pathname-coding-system.
11115         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11116         New variables.
11117         (gnus-cache-decoded-group-name): New function.
11118         (gnus-cache-file-name): Use it.
11119         (gnus-cache-generate-active): Use non-decoded group name for active.
11120
11121         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11122         right place.
11123         (gnus-write-active-file): Don't break non-ASCII group names.
11124
11125         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11126         nnmail-pathname-coding-system.
11127
11128         * lpath.el: Bind default-file-name-coding-system,
11129         file-name-coding-system and language-info-alist for XEmacs.
11130
11131         * gnus-uu.el (gnus-uu-decode-save): Typo.
11132
11133 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11136
11137 2007-07-14  David Kastrup  <dak@gnu.org>
11138
11139         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11140         finishing actions if we did not edit the article.
11141
11142 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11145         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11146         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11147         (gnus-agent-flush-group, gnus-agent-flush-cache)
11148         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11149         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11150         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11151         (gnus-agent-regenerate-group)
11152         (gnus-agent-update-files-total-fetched-for)
11153         (gnus-agent-update-view-total-fetched-for):
11154         Bind file-name-coding-system to nnmail-pathname-coding-system.
11155         (gnus-agent-group-pathname): Don't encode file names by
11156         nnmail-pathname-coding-system.
11157         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11158         coding-system-for-write instead of buffer-file-coding-system to
11159         gnus-agent-file-coding-system.
11160
11161         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11162         Decode group name.
11163
11164         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11165
11166         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11167         (gnus-read-newsrc-el-file): Make group names unibyte.
11168
11169         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11170         nnmail-pathname-coding-system.
11171
11172         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11173         (nnrss-request-delete-group): Bind file-name-coding-system to
11174         nnmail-pathname-coding-system.
11175         (nnrss-read-server-data, nnrss-read-group-data):
11176         Bind file-name-coding-system correctly.
11177         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11178
11179         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11180         (nntp-server-to-method-cache): New variable.
11181         (nntp-group-pathname): New function that decodes non-ASCII group names.
11182         (nntp-possibly-create-directory, nntp-marks-changed-p)
11183         (nntp-save-marks, nntp-open-marks): Use it.
11184         (nntp-possibly-create-directory, nntp-open-marks):
11185         Bind file-name-coding-system to nnmail-pathname-coding-system.
11186         (nntp-open-marks): Decode group names when bootstrapping marks.
11187
11188         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11189         Newsgroups and Folowup-To headers.
11190
11191 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11194         (gnus-server-closed-face, gnus-server-denied-face)
11195         (gnus-server-offline-face): Remove variable.
11196         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11197
11198         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11199         of modifying message-stack directly for XEmacs.
11200
11201         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11202         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11203         if the coding-system argument is nil for XEmacs.
11204
11205         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11206         mm-charset-override-alist.
11207
11208         * rfc2047.el: Don't require base64; require rfc2045 for the function
11209         rfc2045-encode-string.
11210         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11211         to quote the parameter value.
11212
11213 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11216         form in gnus-group-name-charset-method-alist.
11217
11218         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11219         overrides the default layout edit-form.
11220
11221         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11222
11223         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11224
11225 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11228         as unfetched articles.
11229
11230 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11233
11234 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11237         original back end that keeps marks in the local system.
11238
11239 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11242         arg of pop-to-buffer for XEmacs.
11243         (gnus-article-read-summary-keys): Ditto; don't restore window
11244         configuration if summary command ends up with neither article buffer
11245         nor summary buffer; describe bindings if summary keys end with C-h.
11246
11247 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * message.el (message-fix-before-sending): Skip raw message part to be
11250         forwarded while checking illegible text.
11251         (message-forward-make-body-mime, message-forward-make-body):
11252         Mark signed or encrypted raw message as having no illegible text.
11253
11254 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11257         (gnus-message-with-timestamp-1): New macro.
11258         (gnus-message-with-timestamp): New function.
11259         (gnus-message): Use them.
11260
11261         * nnheader.el (nnheader-message): Use them.
11262
11263 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11264
11265         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11266         .newsrc.eld file.
11267
11268 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * gnus-agent.el (gnus-agent-fetch-headers)
11271         (gnus-agent-retrieve-headers):
11272         Bind gnus-decode-encoded-address-function to identity.
11273
11274         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11275         available also when the server returns simply a dot.
11276
11277         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11278
11279 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11282
11283 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * gnus-ems.el (gnus-x-splash): Make it work.
11286
11287         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11288         from being used.
11289
11290         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11291
11292 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11295         4th and the 5th arguments.
11296
11297         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11298         the front stickiness.
11299         (gnus-article-summary-command-nosave): Correct the order of the
11300         arguments passed to pop-to-buffer.
11301         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11302         summary command ends up with the article buffer.
11303
11304         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11305         the same faces.
11306
11307 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11308
11309         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11310
11311 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11312
11313         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11314         * gnus-sum.el (gnus-summary-highlight):
11315         * pgg.el (pgg-sign-region, pgg-sign):
11316         * mail-source.el (mail-source-delete-old-incoming-confirm):
11317         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11318
11319 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-art.el (gnus-mime-view-part-externally)
11322         (gnus-mime-view-part-internally): Fix predicate function passed to
11323         completing-read.
11324
11325         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11326
11327         * gnus.el (gnus-update-message-archive-method): Add :version.
11328
11329 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * gnus.el (gnus-update-message-archive-method): New variable.
11332
11333         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11334         according to gnus-message-archive-method if
11335         gnus-update-message-archive-method is non-nil.
11336
11337 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11340         Suggested by Loic Dachary <loic@dachary.org>.
11341         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11342
11343 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11344
11345         * message.el (message-pop-to-buffer): Add switch-function argument.
11346         (message-mail): Pass switch-function argument to it.
11347
11348 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11351         Improve doc string.
11352
11353 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11356         (gnus-header-content)
11357         * gnus-cite.el (gnus-cite-10)
11358         * gnus-srvr.el (gnus-server-closed)
11359         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11360         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11361         (gnus-group-mail-3-empty, gnus-group-mail-low)
11362         (gnus-group-mail-low-empty, gnus-splash)
11363         * message.el (message-header-to, message-header-cc)
11364         (message-header-subject, message-header-other, message-header-name)
11365         (message-header-xheader, message-separator, message-cited-text)
11366         (message-mml): Lighten colors of faces used for dark background.
11367
11368 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11369
11370         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11371         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11372
11373 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11374
11375         * message.el (message-narrow-to-headers-or-head):
11376         Ignore mail-header-separator in the body.
11377
11378 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11381         same as window size.
11382
11383 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11384
11385         * message.el (message-font-lock-keywords): Use message-header-xheader
11386         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11387         ahead of the anything pattern, to get it recognised.
11388
11389 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11392         spam.el loads uses it in the compiled defadvice form.
11393
11394 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11395
11396         * gnus-sum.el (gnus-articles-to-read)
11397         (gnus-summary-insert-old-articles): Don't truncate group name for
11398         `read-string'.
11399
11400         * gnus-util.el (gnus-limit-string): Delete this function.
11401
11402         * gnus-sum.el (gnus-simplify-subject-fully):
11403         Use `truncate-string-to-width' instead.
11404
11405 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11406
11407         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11408         Tell if, on summary exit, the next group has to be selected.
11409         (gnus-summary-exit): Use it.
11410
11411 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11412
11413         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11414         non-break space.
11415
11416 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11419         Check if group is not a directory.
11420         (nnfolder-request-expire-articles): Don't delete articles if the target
11421         group is not available.
11422
11423         * nnml.el (nnml-request-create-group): Properly check if group is not a
11424         file.
11425         (nnml-request-expire-articles): Don't delete articles if the target
11426         group is not available.
11427
11428         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11429         Don't quote characters that are within parentheses.
11430
11431 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11434         (gnus-handle-ephemeral-exit): Select article according to it.
11435
11436 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11437
11438         * message.el (message-insert-formated-citation-line): Remove newline.
11439         (message-citation-line-format): Add final \n here so that the user can
11440         avoid a blank line.
11441
11442 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11443
11444         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11445         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11446         Update lanl/arXiv support.
11447
11448 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * gnus.el: Bump version number.
11451
11452 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11453
11454         * gnus.el (gnus-version-number): Bump version.
11455
11456 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11457
11458         * gnus.el: No Gnus v0.6 is released.
11459
11460 2007-04-27  Didier Verna  <didier@xemacs.org>
11461
11462         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11463         * gmm-utils.el (gmm-regexp-concat): ... here.
11464         * message.el: Don't require 'gnus-util.
11465         (message-dont-reply-to-names): Handle name change above.
11466         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11467
11468 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11471         since the initial value varies according to the system.
11472
11473 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11474
11475         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11476
11477 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11478
11479         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11480
11481 2007-04-24  Didier Verna  <didier@xemacs.org>
11482
11483         Improve the type of gnus-ignored-from-addresses.
11484         * gnus-util.el (gnus-orify-regexp): New function.
11485         * message.el (gnus-util): Require it.
11486         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11487         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11488         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11489
11490 2007-04-24  Didier Verna  <didier@xemacs.org>
11491
11492         * gnus-sum.el:
11493         * gnus-utils.el: Fix some trailing whitespaces.
11494
11495 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11498         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11499         article's Message-ID; refer parent article in summary buffer.
11500
11501         * message.el (message-bounce): Call mime-to-mml.
11502
11503         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11504         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11505         optimize and/or forms properly.
11506
11507 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11508
11509         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11510         URL.
11511
11512 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11515
11516 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11519         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11520         displayed of multipart/alternative part if it is invoked from summary
11521         buffer.
11522
11523         * mm-view.el (mm-inline-text-html-render-with-w3m)
11524         (mm-inline-text-html-render-with-w3m-standalone)
11525         (mm-inline-render-with-function): Use mail-parse-charset by default.
11526
11527 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11528
11529         * parse-time.el (parse-time-string-chars): Check if CHAR
11530         is less than the length of parse-time-syntax.
11531
11532 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11535         from gnus-newsgroup-processable.
11536
11537 2007-04-16  Didier Verna  <didier@xemacs.org>
11538
11539         * gnus-msg.el (gnus-configure-posting-styles):
11540         Handle message-signature-directory properly with :file syntax.
11541         Reported by "Leo".
11542
11543 2007-04-11  Didier Verna  <didier@xemacs.org>
11544
11545         New user option: message-signature-directory.
11546         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11547         * message.el (message-insert-signature): Ditto.
11548         * message.el (message-signature-file): Doc update.
11549         * message.el (message-signature-directory): New.
11550
11551 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * gnus-msg.el (gnus-inews-yank-articles):
11554         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11555
11556 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * message.el (message-yank-original): Make sure cited text ends with
11559         newline; don't exchange point and mark.
11560
11561 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11562
11563         * tls.el (open-tls-stream): Properly handle case where there
11564         is no associated buffer.
11565
11566 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11567
11568         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11569         message-yank-original, make sure (< mark TEXT point).
11570
11571 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11572
11573         * message.el (message-fill-column): New variable.
11574         (message-mode): Use it.  Add comment on a possible new hook.
11575
11576         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11577         (nnmail-get-new-mail): Reformat.
11578
11579         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11580
11581         * gmm-utils.el: Fix Commentary.
11582         (gmm-tool-bar-from-list): Fix typo in doc string.
11583
11584 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11585
11586         * message.el (message-yank-original): Don't switch point and mark
11587         unnecessarily to put point and mark as documented.
11588
11589 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11590
11591         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11592         from the message heads.
11593
11594 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11595
11596         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11597         article buffer does not have a window.  This may not be the best
11598         solution but is certainly better than setting the start of the null,
11599         that is the current, window.
11600
11601 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11602
11603         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11604         (gnus-draft-setup): Run it.
11605
11606         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11607         gnus-score-fast-scoring.  Allow regexp.
11608         (gnus-score-headers): Use it.
11609
11610         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11611         XEmacs.
11612
11613         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11614         string.
11615         (gnus-button-alist): Also catch `<f1> k ...'.
11616         (gnus-treat-display-x-face): Fix doc string.
11617
11618 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11619
11620         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11621         evaluation of gnus-extended-version to ensure correct generation of the
11622         User-Agent header when message-generate-headers-first is used.
11623
11624 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11625
11626         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11627         hashcash-path is nil.  Don't call callback with incorrect number of
11628         parameters if val is 0.
11629
11630 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11631
11632         * message.el (message-required-news-headers):
11633         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11634
11635 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11636
11637         * tls.el (open-tls-stream): In handshake-waiting loop,
11638         don't wait more if there is output available to process.
11639
11640 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11641
11642         * tls.el (tls-program): Doc fix.
11643
11644 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * message.el (message-generate-new-buffers): Change the meaning of the
11647         nil value; add `standard' to the choices; treat t as `unique'; improve
11648         doc string.
11649         (gnus-select-frame-set-input-focus): Autoload.
11650         (message-buffer-name): Search for the existing message buffer if
11651         message-generate-new-buffers is nil or `standard'; treat the value t of
11652         message-generate-new-buffers as `unique'.
11653         (message-pop-to-buffer): Raise the frame already displaying the message
11654         buffer; clear the echo area after querying.
11655         (message-setup): Pass the `continue' argument to compose-mail.
11656         (message-mail): Prefer `switch-function' if it is given; search for the
11657         existing message buffer if the `continue' argument is non-nil; pass
11658         continue and switch-function arguments to compose-mail by way of
11659         message-setup.
11660         (message-mail-other-window): Adjust argument of message-setup.
11661         (message-mail-other-frame): Ditto.
11662
11663 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11666         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11667         to turn font-lock on when turning gnus-message-citation-mode on.
11668
11669 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11670
11671         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11672         (mml-smime-function-alist): New variable; add epg as the backend.
11673         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11674         mml-smime- functions instead.
11675         * mm-view.el: Require smime.
11676
11677 2007-03-05  Didier Verna  <didier@xemacs.org>
11678
11679         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11680         instead of just inheritance for posting styles.
11681         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11682
11683 2007-02-24  Chris Moore  <dooglus@gmail.com>
11684
11685         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11686         * pgg-pgp.el (pgg-pgp-encrypt-region):
11687         * pgg-gpg.el (pgg-gpg-encrypt-region):
11688         Check pgg-encrypt-for-me if no other recipients.
11689
11690 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11691
11692         * tls.el (tls-certtool-program): Fix custom type.
11693
11694 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11697         and point-at-eol instead of line-(beginning|end)-position.
11698
11699         * assistant.el (assistant-parse-buffer): Ditto.
11700
11701         * netrc.el (netrc-parse-services): Ditto.
11702
11703 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11704
11705         * mml2015.el (mml2015-epg-find-usable-key): New function.
11706         (mml2015-epg-sign): Use it.
11707         (mml2015-epg-encrypt): Use it.
11708
11709 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11710
11711         * message.el (message-make-in-reply-to): Quote name containing
11712         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11713         if there are special characters.  Reported by NAKAJI Hiroyuki
11714         <nakaji@jp.freebsd.org>.
11715
11716 2007-02-27  Didier Verna  <didier@xemacs.org>
11717
11718         Include the group parameters as well as the topic ones in the
11719         inheritance filter process.
11720         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11721         argument GROUP-PARAMS-LIST.
11722         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11723
11724 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * nntp.el (nntp-never-echoes-commands)
11727         (nntp-open-connection-functions-never-echo-commands): New variables.
11728         (nntp-send-command): Use them.
11729
11730 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11731
11732         * mml2015.el (mml2015-epg-verify): Simplify.
11733
11734 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * mml.el (mml-content-disposition-alist): New user option.
11737         (mml-content-disposition): New function.
11738         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11739         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11740
11741 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11742
11743         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11744         verification.
11745
11746 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11747
11748         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11749         articles posted in the last 24 hours.
11750
11751 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11752
11753         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11754
11755 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11756
11757         * nntp.el (nntp-send-command): Don't wait for echoes when
11758         nntp-open-ssl-stream is used.
11759
11760 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11763         (gnus-message-add-citation-keywords)
11764         (gnus-message-remove-citation-keywords): Remove.
11765         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11766         directly, make the variables in font-lock-defaults buffer-local, add
11767         gnus-message-citation-keywords to them and then update the value of
11768         font-lock-keywords.
11769
11770 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * message.el (message-cite-original-1): Don't call
11773         gnus-article-highlight-citation.
11774
11775         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11776         citations; fix line count.
11777
11778 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11781         (gnus-message-add-citation-keywords)
11782         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11783         versions of font-lock-add-keywords and font-lock-remove-keywords to
11784         work with XEmacs correctly.
11785
11786 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11787
11788         * gnus-cite.el (gnus-cite-face-list): Set the values of
11789         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11790         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11791         (gnus-message-cite-prefix-regexp): New variable.
11792         (gnus-message-search-citation-line): Use it; protect against long
11793         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11794         the 0th match data for Emacs.
11795         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11796         (gnus-message-add-citation-keywords): Append keywords rather than
11797         prepending; emulate font-lock-add-keywords if it is not available.
11798         (gnus-message-remove-citation-keywords):
11799         Emulate font-lock-remove-keywords if it is not available.
11800
11801         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11802
11803         * message.el (message-cite-prefix-regexp): Set the value of
11804         gnus-message-cite-prefix-regexp.
11805
11806 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11807
11808         * nnweb.el (nnweb-google-parse-1): Update parser.
11809
11810 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11811
11812         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11813
11814 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11815
11816         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11817         regexp.
11818
11819 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11820
11821         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11822         string-to-multibyte.
11823         (uudecode-decode-region-internal): Use it.
11824
11825         * lpath.el: Fbind string-as-multibyte for XEmacs.
11826
11827 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11828
11829         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11830         Fix custom choice.
11831
11832         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11833
11834 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11835
11836         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11837
11838         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11839         `write-region' to respect `mm-inhibit-file-name-handlers'.
11840
11841 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11844         Use gnus-home-directory instead of "~/" or "$HOME".
11845
11846 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11847
11848         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11849         to mention filename.
11850         Add comments at beginning regarding usage.
11851         (encrypt-write-file-contents): Change interactive so a string is
11852         acceptable.  If the file has no associated model, show an error instead
11853         of a nonsense prompt.
11854
11855 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11856
11857         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11858         Thanks to Yoshihiko Yamada for kind notification of this typo.
11859
11860 2007-01-12  Kenichi Handa  <handa@m17n.org>
11861
11862         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11863         multibyte buffer.
11864
11865 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * gnus-score.el (gnus-score-fast-scoring): New variable.
11868         (gnus-score-headers): Use it.
11869
11870         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11871
11872         * message.el (message-cite-original-1):
11873         Call gnus-article-highlight-citation if requested.
11874         (message-make-from): Allow name and address as optional arguments.
11875
11876         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11877
11878         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11879         bugs to doc string.
11880         (gnus-button-alist): Add mid\\|message-id.
11881         (gnus-button-fetch-group): Extend for use in
11882         `browse-url-browser-function'.
11883         (gnus-button-url-regexp): Try to catch paired parentheses like in
11884         Wikipedia URLs.
11885
11886         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11887         Suggested by Simon Krahnke <overlord@gmx.li>.
11888
11889 2007-01-13  Romain Francoise  <romain@orebokech.com>
11890
11891         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11892         Update copyright.
11893
11894 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11895
11896         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11897
11898 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11899
11900         * gnus-registry.el (gnus-registry-unfollowed-groups)
11901         (gnus-registry-split-fancy-with-parent): Fix documentation.
11902
11903 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11904
11905         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11906         from nnweb groups.
11907
11908 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11909
11910         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11911         Xref urls.  Erase buffer before requesting head.
11912
11913         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11914
11915 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11918         customizable.
11919
11920 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11921
11922         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11923         no signing key is found.
11924         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11925         no encrypting and/or signing key is found.
11926
11927 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11930
11931 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11932
11933         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11934         headers read from disk with the ones newly found in the current search.
11935         This should no longer cause problems, because the article numbers in
11936         Gmane's `nov.php' output are ignored since the previous change.
11937
11938 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11939
11940         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11941
11942 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11945         replace-regexp-in-string; bind url-version; fbind display-images-p and
11946         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11947         find-face and set-itimer-function for Emacs; bind itimer-list for
11948         Emacs.
11949
11950         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11951
11952 2007-01-01  Romain Francoise  <romain@orebokech.com>
11953
11954         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11955
11956 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11957
11958         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11959         `define-minor-mode' macro definition expanded properly.
11960         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11961         exclude it there.
11962
11963         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11964         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11965         `fboundp' test.
11966         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11967         This is OK to autoload in (S)XEmacs now.
11968
11969 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11970
11971         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11972         keystroke.
11973         (gnus-summary-limit-to-singletons): Fix typo.
11974
11975         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11976         else fails.
11977
11978 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11979
11980         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11981         docstring.
11982
11983         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11984         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11985         (gnus-summary-insert-dormant-articles): Fix typo in message.
11986
11987 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11990         nil for XEmacs.
11991         (gnus-message-citation-mode): Don't autoload in XEmacs.
11992
11993         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11994
11995 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11996
11997         * nnimap.el (nnimap-expunge-search-string):
11998         Mention nnimap-search-uids-not-since-is-evil in docstring.
11999
12000 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12001
12002         * spam.el: Revert to make-obsolete-variable because
12003         define-obsolete-variable-alias is not supported in Emacs 21.
12004
12005         * spam.el (spam-ifile-path, spam-ifile-database-path)
12006         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12007         make-obsolete-variable.
12008         (spam-bsfilter-path, spam-bsfilter-program)
12009         (spam-spamassassin-path, spam-spamassassin-program)
12010         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12011         Don't use "path" inappropriately.
12012         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12013         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12014         variable names.
12015
12016 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12017
12018         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12019         summary buffer.
12020
12021         * password.el (password-cache-remove): Use clear-string to burn
12022         password, if available.
12023
12024 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12027
12028         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12029
12030         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12031         (gnus-message-highlight-citation): Move defcustom here from
12032         gnus-cite.el.
12033         (gnus-message-citation-mode): Autoload.
12034
12035         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12036         checks to make it compile with XEmacs.
12037         (gnus-message-citation-mode): New minor mode.
12038         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12039         (gnus-message-highlight-citation): New variables.
12040         (gnus-message-search-citation-line)
12041         (gnus-message-add-citation-keywords)
12042         (gnus-message-remove-citation-keywords)
12043         (turn-on-gnus-message-citation-mode)
12044         (turn-off-gnus-message-citation-mode): New functions.
12045
12046 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12047
12048         * gnus-cite.el: Enable highlighting of different citation levels in
12049         message-mode.
12050
12051 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * message.el (message-make-fqdn): Fix comment.
12054         (message-bogus-system-names): Add ".local".
12055
12056         * spam.el (spam-ifile-path, spam-ifile-program)
12057         (spam-ifile-database-path, spam-ifile-database)
12058         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12059         Don't use "path" inappropriately.
12060         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12061         strings.
12062         (spam-check-ifile, spam-ifile-register-with-ifile)
12063         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12064         Use new variable names.
12065
12066         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12067         (gnus-treat-display-smileys): Simplify using
12068         gnus-image-type-available-p.
12069
12070         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12071         available.
12072
12073         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12074         Use `display-images-p' if available.
12075
12076 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12079         one after turning on the buffer's multibyteness instead of decoding
12080         them directly in the unibyte buffer that causes unexpected conversion
12081         in Emacs 23 (unicode).
12082
12083 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12084
12085         * message.el (message-generate-hashcash): Fix custom type.
12086
12087 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12090
12091 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12092
12093         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12094         disconnect icons.  Add help text.
12095
12096 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12097
12098         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12099         negated to be consistent with the others we handle.
12100
12101 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12102
12103         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12104         version of gnus-summary-buffer to something, so that we can use two
12105         article buffers at the same time.
12106
12107 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12108
12109         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12110         trigger all the extra headers.
12111         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12112         sorting.
12113
12114 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12115
12116         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12117         solid groups.
12118
12119 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12120
12121         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12122
12123 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12124
12125         * legacy-gnus-agent.el: Add Copyright notice.
12126
12127 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12128
12129         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12130
12131 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12132
12133         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12134
12135         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12136         to make it work reliably in CVS Emacs.
12137         (gnus-summary-limit-strange-charsets-predicate)
12138         (gnus-summary-limit-to-predicate): New functions.
12139
12140 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12141
12142         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12143         specifying array size.
12144         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12145         array if it is too small.
12146         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12147         (gnus-sort-threads-loop): New function.
12148
12149 2006-12-06  Chris Moore  <dooglus@gmail.com>
12150
12151         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12152         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12153
12154 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12155
12156         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12157         options.
12158
12159 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12160
12161         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12162         DOS-ing the recipient.
12163
12164         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12165         the headers when creating the mapping to avoid mismappings.
12166         (nnweb-gmane-create-mapping): Always nix out old mapping.
12167
12168 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12169
12170         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12171         and mm-verify-option to never.
12172
12173 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * message.el (message-signed-or-encrypted-p): New function.
12176         (message-forward-make-body): Use it.
12177
12178         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12179         Replace encode-coding-string with mm-encode-coding-string.
12180
12181 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * nneething.el (nneething-decode-file-name):
12184         Replace decode-coding-string with mm-decode-coding-string.
12185
12186         * gnus-int.el (gnus-open-server): Say failed server's name.
12187
12188 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12189
12190         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12191         strings to a single string.  Quote `errors-file-name'.
12192         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12193         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12194         Adjust calls.  Use `shell-quote-argument'.
12195
12196 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12197
12198         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12199         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12200
12201         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12202         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12203         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12204         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12205         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12206         (gnus-subscribe-newsgroup, gnus-1):
12207         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12208         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12209         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12210         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12211
12212 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12213
12214         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12215         keystroke.
12216         (gnus-summary-limit-to-bodies): Implement headersp.
12217
12218 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12219
12220         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12221
12222 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12225
12226 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12227
12228         * message.el (message-generate-hashcash): Expand range of values to
12229         include `opportunistic'.
12230         (message-send-mail): Use it.
12231
12232 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12233
12234         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12235         and comment it.
12236
12237         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12238
12239 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12240
12241         * gnus-util.el (gnus-extract-address-components): Improve comment.
12242
12243 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-util.el (gnus-extract-address-components): Work with address in
12246         which the name portion contains @.
12247
12248         * lpath.el: Fbind custom-autoload.
12249
12250 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * gnus.el (gnus-start): Move custom group up.
12253         (gnus-select-method): Don't autoload, but make it available for
12254         `customize-variable'.
12255         (gnus-getenv-nntpserver): Don't autoload.
12256
12257 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12258
12259         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12260
12261 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12262
12263         * message.el (message-sendmail-extra-arguments): New variable.
12264         (message-send-mail-with-sendmail): Use it.
12265
12266 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12267
12268         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12269         mm-with-unibyte-current-buffer to make string unibyte.
12270
12271         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12272         mm-string-as-multibyte.
12273
12274 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12275
12276         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12277         Reported by Werner Koch <wk@gnupg.org>.
12278
12279 2006-11-14  Daiki Ueno  <ueno@p360>
12280
12281         * mml2015.el: Autoload epa-select-keys when compiling.
12282
12283 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12284
12285         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12286         message-options.
12287         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12288
12289 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12290
12291         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12292         EasyPG (< 0.0.6).
12293         (mml2015-always-trust): New user option.
12294         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12295         prompt.
12296
12297 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * nntp.el (nntp-authinfo-force): New variable.
12300         (nntp-send-authinfo): Use it.
12301
12302 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12303
12304         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12305         decode encoded words.  Improve prompt.  Add comment about forwarding.
12306         (message-replacement-char): Move up.
12307
12308 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12309
12310         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12311         instead of gnus-intersection because arguments of gnus-sorted-nunion
12312         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12313
12314 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12315
12316         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12317         (message-simplify-subject-functions):
12318         Enable message-strip-subject-encoded-words by default.
12319
12320 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12321
12322         * message.el (message-strip-subject-encoded-words): New function.
12323         (message-simplify-subject-functions): New variable.
12324         (message-simplify-subject): Use it.  Fix typo in doc string.
12325         Support message-strip-subject-encoded-words.
12326
12327 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12328
12329         * gnus-diary.el (gnus-diary-delay-format-function):
12330         * nndiary.el (nndiary-reminders):
12331         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12332
12333 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * gnus-art.el (article-hide-boring-headers): Fetch date from
12336         gnus-original-article-buffer to avoid problems with localized date
12337         strings.
12338
12339 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12342
12343 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12344
12345         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12346         New variables.
12347         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12348         (mm-charset-synonym-alist): Move some entries to
12349         mm-codepage-iso-8859-list.
12350         (mm-charset-synonym-alist, mm-charset-override-alist):
12351         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12352
12353 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12356
12357 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12358
12359         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12360         with Emacs 21 and XEmacs.
12361
12362 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12363
12364         * spam.el (spam-parse-address): New function for better parsing,
12365         catching errors, etc.
12366         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12367
12368 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * mm-view.el: Add interactive arg to html2text autoload.
12371
12372 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12375
12376 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12379         New variables.
12380         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12381         (mm-charset-synonym-alist): Move some entries to
12382         mm-codepage-iso-8859-list.
12383
12384         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12385
12386 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12387
12388         * message.el (message-citation-line-format)
12389         (message-insert-formated-citation-line): Fix implementation of %E, %N
12390         and %n according to the doc string.
12391
12392 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12393
12394         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12395         Use car-safe to avoid bad parses.
12396
12397 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12400         names.
12401
12402         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12403
12404 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12405
12406         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12407         header.
12408
12409         * message.el (message-draft-headers): Add Date.
12410         (message-headers-to-generate): Fix typo in docstring.
12411
12412         * nndraft.el (nndraft-required-headers): New variable.
12413         (nndraft-generate-headers): Use it.
12414
12415         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12416
12417 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12418
12419         * gnus-registry.el (gnus-registry-wash-for-keywords)
12420         (gnus-registry-find-keywords): New functions to allow easy searching of
12421         articles that are in the registry.
12422
12423 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12424
12425         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12426         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12427         Reported by Damien Elmes <damien@repose.cx>.
12428
12429 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * gnus.el (gnus-mime): Remove unused custom group.
12432
12433 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12434
12435         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12436         "blank line" when searching for end of armor headers.
12437
12438 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * gmm-utils.el (gmm-write-region): Fix variable name.
12441
12442 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * gmm-utils.el (gmm-write-region): New function based on compatibility
12445         code from `mm-make-temp-file'.
12446
12447         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12448
12449         * nnmaildir.el (nnmaildir--update-nov)
12450         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12451         Use `gmm-write-region'.
12452
12453 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12456         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12457
12458         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12459
12460         * message.el (message-replacement-char): New variable.
12461         (message-fix-before-sending): Use it.
12462         (message-simplify-subject): New function to remove duplicate code.
12463         (message-reply, message-followup): Use it.
12464
12465         * gnus-sum.el (gnus-summary-make-menu-bar):
12466         Clarify gnus-summary-limit-to-articles.
12467
12468 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-util.el (gnus-with-local-quit): New macro.
12471
12472         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12473
12474 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12475
12476         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12477         ignore non-string data.
12478
12479 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12480
12481         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12482         non-string data (needs to be done in the registry too).
12483
12484 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12485
12486         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12487         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12488         (gnus-registry-split-fancy-with-parent)
12489         (gnus-registry-fetch-simplified-message-subject-fast)
12490         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12491         Remove text properties on ingress into the registry and when it's saved.
12492         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12493         registry from entries with no groups.
12494
12495 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12496
12497         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12498         function to remove string properties.
12499
12500 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12501
12502         * gmm-utils.el (gmm): Adjust custom version.
12503
12504         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12505         Adjust custom version.
12506
12507         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12508
12509 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * gnus-art.el (gnus-insert-prev-page-button)
12512         (gnus-insert-next-page-button): Simplify.  Reformat.
12513
12514 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12515
12516         * gnus-art.el (gnus-insert-prev-page-button)
12517         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12518
12519 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12520
12521         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12522
12523 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12524
12525         * gnus-art.el (gnus-insert-mime-button)
12526         (gnus-insert-mime-security-button):
12527         Apply gnus-article-button-face to MIME and security buttons.
12528
12529 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12532         readable.
12533
12534 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12537
12538 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12539
12540         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12541         `browse-url-of-file' instead of `browse-url'.
12542
12543 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12544
12545         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12546         regexp.  Articles containing quotation were cut prematurely.
12547
12548 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * message.el (message-cite-original-1): Use nobody by default for the
12551         value of From header.
12552         (message-reply): Ditto.
12553
12554 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12555
12556         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12557         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12558         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12559
12560 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12563         mails in the doc string.  Add some URLs in comment.
12564         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12565
12566 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12569         backslashes handling and the way to find boundaries of quoted strings.
12570
12571 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12572
12573         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12574         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12575         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12576         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12577
12578 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12581         doc string.
12582         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12583
12584 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * lpath.el: Fbind epg-check-configuration.
12587
12588 2006-09-06  Simon Josefsson  <jas@extundo.com>
12589
12590         * mml2015.el (mml2015-use): Doc fix, mention epg.
12591
12592 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12593
12594         * mml2015.el (mml2015-use): Default to epg, if available.
12595
12596 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12597
12598         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12599         message-sender.
12600         (mml1991-epg-encrypt): Ditto.
12601         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12602         message-sender.
12603         (mml2015-epg-encrypt): Ditto.
12604
12605 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12606
12607         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12608         several common directories.
12609
12610 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12611
12612         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12613         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12614
12615 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * gnus-art.el (article-decode-encoded-words): Make it fast.
12618
12619 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12622
12623         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12624         in quoted string into `\'.
12625
12626 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12629         Use standard-syntax-table.
12630
12631 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * gnus-art.el (gnus-decode-address-function): New variable.
12634         (article-decode-encoded-words): Use it to decode headers which are
12635         assumed to contain addresses.
12636         (gnus-mime-delete-part): Remove useless `or'.
12637
12638         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12639         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12640         (gnus-nov-parse-line): Use it to decode From header.
12641         (gnus-get-newsgroup-headers): Ditto.
12642         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12643
12644         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12645         (mail-decode-encoded-address-string): New alias.
12646
12647         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12648         New function.
12649         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12650         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12651         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12652         (rfc2047-decode-string): Ditto.
12653         (rfc2047-decode-address-region): New function.
12654         (rfc2047-decode-address-string): New function.
12655
12656 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12657
12658         * message.el (message-caesar-buffer-body): Allow rotating headers.
12659
12660         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12661
12662         * message.el (message-insert-formated-citation-line): Fix %f.
12663         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12664
12665 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12668         (gnus-bookmark-mouse-available-p): New macro.
12669         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12670         (gnus-bookmark-bmenu-show-infos): Use it.
12671         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12672         (gnus-bookmark-bmenu-hide-infos): Ditto.
12673         (gnus-bookmark-remove-properties): New function.
12674         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12675         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12676         (gnus-bookmark-write-file): Bind coding-system-for-write.
12677         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12678         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12679         group before selecting it.
12680         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12681         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12682         quit-window if it is not available; use gnus-mouse-2 and bind it to
12683         gnus-bookmark-bmenu-select-by-mouse.
12684         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12685         (gnus-bookmark-bmenu-select-by-mouse): New function.
12686
12687 2006-08-13  Romain Francoise  <romain@orebokech.com>
12688
12689         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12690         space.
12691
12692 2006-08-10  Romain Francoise  <romain@orebokech.com>
12693
12694         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12695         (dns-mode-soa-auto-increment-serial): New user option.
12696         (dns-mode-soa-maybe-increment-serial): New function.
12697         (dns-mode): Add the latter to `write-contents-functions'.
12698
12699 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12700
12701         * compface.el (uncompface): Use binary rather than raw-text-unix.
12702
12703 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * compface.el (uncompface): Make sure the eol conversion doesn't take
12706         place when communicating with the external programs.
12707         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12708
12709 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12712
12713 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12714
12715         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12716         Make it more robust by parsing author and date independently.
12717
12718 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12721
12722 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12723
12724         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12725         first matching secret key.
12726         (mml2015-epg-encrypt): Ditto.
12727
12728         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12729         first matching secret key.
12730         (mml1991-epg-encrypt): Ditto.
12731
12732         * mml2015.el (mml2015-encrypt-to-self): New user option.
12733         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12734         mml2015-epg-encrypt-to-self is set.
12735
12736         * mml1991.el (mml1991-encrypt-to-self): New variable.
12737         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12738         mml1991-epg-encrypt-to-self is set.
12739
12740         * mml2015.el (mml2015-signers): New user option.
12741         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12742         (mml2015-epg-encrypt): Allow to select signing keys.
12743
12744         * mml1991.el (mml1991-signers): New variable.
12745         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12746         (mml1991-epg-encrypt): Allow to select signing keys.
12747
12748 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * nnheader.el (nnheader-insert-head): Make it work even if the file
12751         uses CRLF for the line-break code.
12752
12753 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12754
12755         * mml2015.el: Require mml-sec instead of password.
12756         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12757         (mml2015-cache-passphrase): Inherit the default value from
12758         mml-secure-cache-passphrase.
12759         (mml2015-passphrase-cache-expiry): Inherit the default value from
12760         mml-secure-passphrase-cache-expiry.
12761
12762         * mml1991.el: Require mml-sec instead of password.
12763         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12764         (mml1991-cache-passphrase): Inherit the default value from
12765         mml-secure-cache-passphrase.
12766         (mml1991-passphrase-cache-expiry): Inherit the default value from
12767         mml-secure-passphrase-cache-expiry.
12768
12769         * mml-sec.el: Require password.
12770         (mml-secure-verbose): New user option.
12771         (mml-secure-cache-passphrase): New user option.
12772         (mml-secure-passphrase-cache-expiry): New user option.
12773
12774 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12775
12776         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12777         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12778         andreas@altroot.de (Andreas Vögele).
12779
12780         FIXME: Use `tiny change'?
12781
12782 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12783
12784         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12785         workaround for the url package included with Emacs.
12786
12787         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12788
12789 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12792         correctly.  This fixes a bug caused by the 2006-05-12 change.
12793
12794 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12795
12796         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12797         some information about the error when saying that the `bogus' mail
12798         group will be used.
12799
12800 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12803         string.
12804
12805 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12806
12807         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12808
12809 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12810
12811         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12812
12813 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12814
12815         * mml1991.el (mml1991-function-alist): Add epg.
12816         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12817         (mml1991-epg-encrypt): New functions.
12818
12819 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12820
12821         * mml2015.el (mml2015-verbose): New variable.
12822         (mml2015-cache-passphrase): Ditto.
12823         (mml2015-passphrase-cache-expiry): Ditto.
12824         (mml2015-function-alist): Add epg.
12825         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12826         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12827         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12828         New functions.
12829
12830 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12831
12832         * message.el (message-cite-original-1): Preserve region when removing
12833         quoted text due to X-No-Archive in order to avoid bogus attribution
12834         when citing multiple messages.
12835
12836 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12837
12838         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12839         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12840
12841 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12842
12843         * gnus-diary.el (gnus-user-format-function-d)
12844         (gnus-user-format-function-D): Autoload.
12845
12846         * imap.el (Commentary): Fix typo.
12847
12848         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12849         2006-04-22 contribution.
12850
12851 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12852
12853         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12854         It didn't really fix the bogosity I'm seeing with solid web groups.
12855
12856 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12857
12858         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12859         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12860         created using server names.  If we use the feature without declaring
12861         it, Gnus does not properly manage server and group state.
12862
12863         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12864         bound.
12865
12866 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12867
12868         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12869         looking up the method using GROUP's prefix before inventing a new one.
12870         It is used on killed/unknown groups in various places where returning
12871         an all-new method isn't expected by the caller.
12872
12873         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12874         and match semantics of gnus-group-real-prefix.
12875
12876 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * nnmail.el (nnmail-broken-references-mailers): New variable.
12879         (nnmail-ignore-broken-references): New function generalizing
12880         nnmail-fix-eudora-headers.
12881         (nnmail-fix-eudora-headers): Now obsolete.
12882
12883         * gnus-art.el (gnus-button-handle-custom):
12884         Support `customize-apropos*'.
12885
12886 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12887
12888         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12889
12890         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12891         articles.
12892
12893 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12894
12895         * message.el (message-cite-reply-above): New variable.
12896         (message-yank-original): Use it.
12897
12898 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12901
12902 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12903
12904         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12905         as read.
12906
12907         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12908
12909 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12910
12911         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12912         (gnus-bookmark-default-file): Use gnus-directory.
12913         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12914         Remove "*" in doc string.
12915         (gnus-bookmark-write-file): Simplify.
12916         (gnus-bookmark-maybe-sort-alist): Use `when'.
12917         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12918         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12919         Add FIXME about Emacs 21 and XEmacs compatibility.
12920         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12921         compatibility.
12922         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12923         compatibility.
12924         (gnus-bookmark-menu-heading): Fix version.
12925
12926 2006-06-19  Bastien Guerry  <bzg@altern.org>
12927
12928         * gnus-bookmark.el: New file.
12929
12930 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * message.el (message-syntax-checks): Doc fix.
12933
12934 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12935
12936         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12937         unsubscribed groups as if they were killed ones.  It causes duplicate
12938         entries in gnus-newsrc-alist.
12939
12940 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * message.el (message-syntax-checks): Doc fix.
12943         (message-send-mail): Add check for continuation headers.
12944         (message-check-news-header-syntax): Fix regexp used to check for
12945         continuation headers.
12946
12947 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12950
12951 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12954
12955 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12958         default-truncate-lines.
12959
12960 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12963         to fill the utf-8 entry.
12964
12965         * lpath.el: Fbind unicode-precedence-list.
12966
12967 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12968
12969         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12970
12971 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12972
12973         * gnus-agent.el (directory-files-and-attributes): Move all the way
12974         forward (the third and final move).
12975         (gnus-agent-read-agentview): Trap reconstruction errors due to
12976         nonexistent directory.  Handle by returning nil.
12977
12978 2006-05-30  Didier Verna  <didier@xemacs.org>
12979
12980         * message.el (message-dont-reply-to-names): Update the custom type.
12981         * message.el (message-dont-reply-to-names): New defsubst: potentially
12982         convert a list of regexps into a single one.
12983         * message.el (message-get-reply-headers): Use it.
12984         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12985
12986 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * gnus-agent.el (directory-files-and-attributes): Move forward.
12989
12990 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12991
12992         * gnus-ml.el (gnus-mailing-list-subscribe)
12993         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12994         (gnus-mailing-list-message): Fix doc strings.
12995
12996 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12997
12998         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12999         of doing it manually.
13000
13001 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13002
13003         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13004         comment.
13005
13006 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13007
13008         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13009         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13010         (gnus-agent-read-local): All symbols allocated in my-obarray.
13011         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13012         (gnus-agent-regenerate-group): Check numeric names to see if they are
13013         messages or groups.
13014         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13015         better way of do this...)
13016
13017         * gnus-cache.el (gnus-agent-total-fetched-for):
13018         Ignore 'dummy.group' (there should be a better way of do this...)
13019
13020 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13023         (gnus-saved-headers): Ditto.
13024         (gnus-default-article-saver): Mention functions may have properties.
13025         (gnus-article-save): Override gnus-save-all-headers and
13026         gnus-saved-headers by :headers property which saver function may have.
13027         (gnus-summary-save-in-file): Add :headers property.
13028         (gnus-summary-write-to-file): Ditto.
13029
13030         * gnus-sum.el (gnus-summary-save-article): Bind
13031         gnus-prompt-before-saving to t when saving many articles in a file;
13032         always show all headers.
13033
13034         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13035
13036 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13037
13038         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13039         marks.
13040
13041         * message.el (message-indent-citation): Add optional arguments to allow
13042         using it outside of message buffers.
13043
13044         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13045         (gnus-article-treat-unfold-headers): Use it.
13046         (gnus-article-truncate-lines): New variable.
13047         (gnus-article-mode): Use it.
13048         (gnus-article-toggle-truncate-lines): New function.
13049
13050         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13051         Add gnus-article-toggle-truncate-lines.
13052
13053         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13054         coding system in XEmacs, use binary.
13055
13056 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13059         after-load-alist.
13060
13061         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13062         this function should save decoded articles.
13063         (gnus-summary-write-to-file): Use property to specify this function
13064         should save decoded articles and specify gnus-summary-save-in-file
13065         should be used to save articles other than the first one when saving
13066         many articles.
13067         (gnus-summary-save-body-in-file): Use property to specify this
13068         function should save decoded articles.
13069         (gnus-summary-write-body-to-file): Use property to specify this
13070         function should save decoded articles and specify
13071         gnus-summary-save-body-in-file should be used to save articles other
13072         than the first one when saving many articles.
13073
13074         * gnus-sum.el (gnus-summary-save-article): Simplify.
13075
13076 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13077
13078         * gnus-art.el (gnus-default-article-saver):
13079         Add gnus-summary-write-body-to-file.
13080         (gnus-article-save-coding-system): Don't use coding system object
13081         in XEmacs.
13082         (gnus-read-save-file-name): Add optional `dir-var' argument which
13083         specifies directory in which files are saved; work even if optional
13084         `variable' argument is not specified.
13085         (gnus-summary-write-to-file): Read file name.
13086         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13087         (gnus-summary-write-body-to-file): New function.
13088
13089         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13090         (gnus-summary-local-variables): Add it.
13091         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13092         (gnus-summary-save-article): Remove optional `decode' argument;
13093         determine whether to decode articles by the value of
13094         gnus-default-article-saver; when saving many files using
13095         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13096         it first and use gnus-summary-save-in-file or
13097         gnus-summary-save-body-in-file thereafter unless
13098         gnus-prompt-before-saving is always; move point to article which
13099         will be saved.
13100         (gnus-summary-save-article-file): Revert.
13101         (gnus-summary-write-article-file): Revert.
13102         (gnus-summary-save-article-body-file): Revert.
13103         (gnus-summary-write-article-body-file): New function.
13104
13105 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * gnus-art.el (gnus-default-article-saver): Doc fix.
13108         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13109         from gnus-summary-save-article-coding-system, and default to a
13110         certain coding system.
13111         (gnus-output-to-file): Add coding cookie and encode text according
13112         to gnus-article-save-coding-system; don't use mm-append-to-file.
13113
13114         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13115         gnus-art.el and rename to gnus-article-save-coding-system.
13116         (gnus-summary-save-article): Require gnus-art; don't show all
13117         headers if it decodes articles; don't add coding cookie here;
13118         don't bind mm-text-coding-system-for-write.
13119         (gnus-summary-save-article-file): Save decoded articles.
13120         (gnus-summary-write-article-file): When saving many files, use
13121         gnus-summary-write-to-file first and gnus-summary-save-in-file
13122         thereafter unless gnus-prompt-before-saving is always.
13123         (gnus-summary-save-article-body-file): Save decoded articles.
13124
13125         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13126
13127 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * nnrss.el (nnrss-check-group): Bind hash-index.
13130
13131 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13132
13133         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13134         its hash index.  Store this hash in `nnrss-group-data'.
13135         (nnrss-read-group-data): Update accordingly.
13136
13137 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13138
13139         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13140         entry.
13141
13142         * gnus-sum.el (gnus-summary-make-menu-bar):
13143         Add gnus-article-browse-html-article.
13144
13145 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13146
13147         * gnus-sum.el (gnus-summary-mime-map):
13148         Add gnus-article-browse-html-article.
13149
13150         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13151
13152 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13155         suitable coding systems in customize.
13156
13157 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13158
13159         * mail-source.el (mail-sources): Fix custom type.
13160
13161 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13162
13163         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13164         (gnus-summary-expire-articles-now): Shorten prompt.
13165
13166         * gmm-utils.el (wid-edit): Require.
13167         (defun-gmm): Rename from `gmm-defun-compat'.
13168         (gmm-image-search-load-path): Use it.
13169         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13170
13171 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * gnus-sum.el (gnus-summary-save-article-coding-system):
13174         New variable.
13175         (gnus-summary-save-article): Add optional `decode' argument.
13176         If it is set and gnus-summary-save-article-coding-system is non-nil,
13177         save decoded article.
13178         (gnus-summary-write-article-file): Save decoded article if
13179         gnus-summary-save-article-coding-system is non-nil.
13180
13181         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13182         type.
13183
13184 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13187
13188 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13191         first to test gnus-single-article-buffer which may be buffer-local.
13192
13193         * gnus-sum.el (gnus-summary-setup-buffer):
13194         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13195         group; make gnus-article-buffer, gnus-article-current, and
13196         gnus-original-article-buffer always buffer-local.
13197         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13198         group.
13199         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13200
13201 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13202
13203         * nnml.el (nnml-request-compact-group): Compressed files might not
13204         have .gz extension.
13205
13206 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13207
13208         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13209         (mm-copy-to-buffer): Use with-current-buffer.
13210         (mm-display-part): Simplify.
13211         (mm-inlinable-p): Add optional arg `type'.
13212
13213 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13214
13215         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13216         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13217         Try harder to show the attachment internally or externally using
13218         gnus-mime-view-part-as-type.
13219
13220 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * message.el (message-from-style, message-signature-separator)
13223         (message-user-organization-file, message-send-mail-function)
13224         (message-citation-line-function, message-yank-prefix)
13225         (message-indent-citation-function, message-signature)
13226         (message-signature-file, message-signature-insert-empty-line):
13227         Remove autoloads.
13228
13229         * gnus-art.el (gnus-buttonized-mime-types):
13230         Remove "multipart/signed".  Revert 2006-04-26 change.
13231
13232 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13233
13234         * gnus.el (gnus-version-number): Bump version.
13235
13236 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13237
13238         * gnus.el: No Gnus v0.5 is released.
13239
13240 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13241
13242         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13243         fetching articles by message-id.
13244
13245 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13246
13247         * message.el (hashcash): Require hashcash as normal.
13248
13249         * ecomplete.el (ecomplete-highlight-match-line):
13250         Use point-at-eol.
13251         (ecomplete-highlight-match-line): Use `highlight', because that
13252         face exists in both Emacs and XEmacs.
13253
13254         * message.el (message-display-abbrev): Use point-at-bol.
13255
13256         * mail-source.el: Don't require timer/timer-funcs.
13257
13258         * gnus-async.el: Ditto.
13259
13260         * password.el: Ditto.
13261
13262         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13263
13264         * mm-url.el: Ditto.
13265
13266         * gnus-xmas.el: Don't require timer-funcs.
13267
13268         * mm-util.el: Require timer/timer-funcs.
13269
13270 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13271
13272         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13273         Close.
13274
13275 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13278         unibyte after clear-decrypt function runs.
13279
13280         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13281         returns as a unibyte string.
13282
13283 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * lpath.el: Revert.
13286
13287         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13288         (pgg-gpg-process-sentinel): Revert.
13289
13290         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13291         (pgg-pgp-lookup-key): Revert.
13292
13293         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13294         (pgg-pgp5-lookup-key): Revert.
13295
13296         * pgg.el (pgg-fetch-key): Revert.
13297
13298 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13299
13300         * lpath.el: Fbind string-as-multibyte for XEmacs.
13301
13302         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13303         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13304         (mml1991-pgg-encrypt): Ditto.
13305
13306         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13307         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13308         a multibyte buffer.
13309
13310         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13311         (pgg-pgp-lookup-key): Ditto.
13312
13313         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13314         (pgg-pgp5-lookup-key): Ditto.
13315
13316         * pgg.el (pgg-fetch-key): Ditto.
13317
13318 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * message.el (message-user-organization-file): Check several
13321         locations of the organization file.
13322
13323         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13324         Add gnus-article-view-part-as-type.
13325
13326         * gnus-art.el (gnus-article-view-part-as-type): New function.
13327
13328         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13329         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13330
13331         * mml.el: Simplify autoload.
13332         (mml-mode): defvar dnd-protocol-alist instead of using
13333         symbol-value.
13334         (mml-default-directory): New variable.
13335         (mml-minibuffer-read-file): Use it.
13336         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13337
13338         * message.el (message-citation-line-format): New variable.
13339         (message-insert-formated-citation-line): New function.
13340         (message-citation-line-function):
13341         Add `message-insert-formated-citation-line' to custom type.
13342
13343         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13344         to doc string.
13345
13346         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13347         depending on mm-verify-option.
13348
13349 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13352         binding pgg-* variables; reimplement the section which prevents
13353         MIME header from being signed.
13354         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13355         pgg-text-mode; remove a blank line at the top of body.
13356
13357         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13358         lines at the top of body; use gnus-newsgroup-charset if there's no
13359         Charset header.
13360
13361 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * message.el (message-self-insert-commands): Doc fix.
13364
13365         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13366         (mm-uu-pgp-encrypted-test): Ditto.
13367         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13368         between header and body; return application/pgp-encrypted handle
13369         if decryption failed; decode decrypted body by charset.
13370
13371         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13372         element match to application/pgp-*.
13373
13374 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13375
13376         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13377         HTML.
13378
13379 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13380
13381         * mail-source.el (mail-source-call-script): Message the error
13382         string.
13383
13384 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13385
13386         * gnus-util.el (gnus-byte-compile): Use it.
13387
13388 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13389
13390         * gnus-util.el (kill-empty-logs): New function.
13391
13392 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13393
13394         * message.el (message-mail-alias-type): Doc fix.
13395         (message-mail-alias-type-p): New function.
13396         (message-send): Use it.
13397         (message-mode): Ditto.
13398         (message-strip-forbidden-properties): Ditto.
13399
13400         * ecomplete.el (ecomplete-database-file-coding-system):
13401         New variable.
13402         (ecomplete-save): Use it.
13403         (ecomplete-setup): Use it.
13404
13405 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * message.el (message-self-insert-commands): New variable.
13408         (message-strip-forbidden-properties): Use it.
13409
13410 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13411
13412         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13413         that doesn't make XEmacs choke.
13414
13415 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13416
13417         * gnus-util.el (gnus-replace-in-string):
13418         Prefer replace-regexp-in-string over of replace-in-string.
13419
13420 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * gnus-util.el (gnus-select-frame-set-input-focus):
13423         Use select-frame-set-input-focus if it is available in XEmacs; use
13424         definition defined in Emacs 22 for old Emacsen.
13425
13426         * dgnushack.el: Autoload unmorse-region for XEmacs.
13427
13428         * lpath.el: Bind cursor-in-non-selected-windows and
13429         select-frame-set-input-focus for XEmacs.
13430
13431 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13434
13435 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13436
13437         * gnus-registry.el (gnus-registry-cache-save): Remove text
13438         properties when saving via the temp buffer.
13439
13440 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13441
13442         * message.el (message-generate-hashcash): Honor custom type.
13443
13444 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13445
13446         * message.el (message-generate-hashcash): Default to non-nil when
13447         hashcash is found.
13448
13449         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13450         (gnus-refer-thread-limit): Increase default to 500.
13451
13452         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13453
13454         * flow-fill.el (fill-flowed): Allow delete-space.
13455
13456 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13457
13458         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13459         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13460         Remove autoloads.
13461
13462 2006-04-18  Simon Josefsson  <jas@extundo.com>
13463
13464         * message.el (message-generate-hashcash): Default to.
13465
13466 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13467
13468         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13469         concatenating segments rather than before concatenating them.
13470
13471 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13472
13473         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13474
13475 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13476
13477         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13478
13479         * message.el (message-forward-make-body-plain):
13480         Allow message-forward-ignored-headers to be a list.
13481         (message-remove-ignored-headers): Factor out into function.
13482         (message-forward-make-body-mml): Use it.
13483
13484         * imap.el (imap-quote-specials): New function.
13485         (imap-login-auth): Quote specials.
13486
13487         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13488         (rfc2231-parse-string): Allow concatanation of parameters that
13489         aren't contiguous.  The test case is
13490           (mail-header-parse-content-type "message/external-body;
13491             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13492             access-type=LOCAL-FILE;
13493             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13494
13495 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13496
13497         * nntp.el (nntp-accept-process-output): Return the value of
13498         `nnheader-accept-process-output'.
13499
13500 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13501
13502         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13503         (gnus-button-alist): Recognize more diff formats.
13504         (gnus-button-patch): Strip directory.
13505
13506 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13509         Emacs 22 when setting focus.
13510
13511 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13512
13513         * gnus-art.el (gnus-article-treat-types): Do treatment of
13514         text/x-verbatim parts.
13515         (gnus-button-patch): New command.
13516
13517         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13518         addresses that contain invalid characters.
13519
13520 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13521
13522         * message.el (message-put-addresses-in-ecomplete):
13523         Use gnus-replace-in-string.
13524         (message-is-yours-p): Use the more correct
13525         mail-header-parse-address instead of
13526         mail-extract-address-components.
13527         (message-put-addresses-in-ecomplete): Fix typo.
13528
13529         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13530         keystroke.
13531
13532         * gnus-art.el (gnus-treatment-function-alist): Change order of
13533         newsgroups/generic header folding to avoid double-folding.
13534
13535         * message.el (message-hidden-headers): Add X-Draft-From.
13536
13537         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13538         New command.
13539         (gnus-summary-repeat-search-article-backward): New command.
13540
13541         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13542         groups in the parent topic.
13543
13544 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13545
13546         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13547         (spam-extra-header-to-number): Return the CRM114 number as a
13548         number instead of a string.
13549
13550 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13551
13552         * gnus-art.el (gnus-face-properties-alist): Move here from
13553         gnus-fun.
13554
13555         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13556
13557 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13558
13559         * message.el (message-strip-forbidden-properties): Only display on
13560         self-insert-command.
13561
13562         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13563         reindent.
13564         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13565
13566 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13567
13568         * smiley.el (smiley-style): Fix typo.
13569
13570 2006-03-23  Kenichi Handa  <handa@m17n.org>
13571
13572         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13573         instead of set-buffer-multibyte.
13574
13575 2006-03-23  Kenichi Handa  <handa@m17n.org>
13576
13577         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13578         buffer and then decode the buffer text if necessary.
13579         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13580         first, and after mm-encode-body, change the buffer to unibyte.
13581
13582 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13583
13584         * hashcash.el (hashcash-insert-payment-async-2):
13585         Use message-goto-eoh instead of doing it manually.
13586         (mail-add-payment): Use message-narrow-to-header instead of trying
13587         to do the same itself.
13588
13589         * message.el (message-hidden-headers): Add Face.
13590
13591         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13592         reparenting code.
13593         (gnus-summary-reparent-children): Refactored out code.
13594         (gnus-summary-thread-map): New keystroke.
13595         (gnus-summary-reparent-children): Make into command.
13596
13597         * smiley.el (smiley-style): Default to `medium' if using a large
13598         font.
13599
13600         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13601         does it itself.
13602
13603         * message.el (message-point-in-header-p): Simplify definition.
13604
13605 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13606
13607         * nnagent.el (nnagent-request-set-mark): Silence log file
13608         writing.
13609         (nnagent-request-set-mark): Use write-region instead of
13610         append-to-file.
13611
13612         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13613         strange select method.
13614
13615         * ecomplete.el (ecomplete-display-matches): Get highlightling
13616         right.
13617         (ecomplete-display-matches): Use literals.
13618         (ecomplete-display-matches): Disable message logging.
13619
13620         * message.el (message-display-abbrev): Small optimization.
13621
13622         * ecomplete.el (ecomplete-display-matches): Allow automatic
13623         display.
13624
13625         * message.el (message-strip-forbidden-properties):
13626         Display abbrevs.
13627         (message-display-abbrev): Get automatic display right.
13628
13629         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13630         keystrokes.
13631
13632 2006-04-13  Romain Francoise  <romain@orebokech.com>
13633
13634         TODO: Backport to v5-10!
13635
13636         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13637         Move here (and rename) from gnus-registry.el.
13638
13639         * gnus-registry.el: Require gnus-util.
13640         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13641
13642 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13643
13644         * gnus-group.el (gnus-group-catchup-current):
13645         Change if-then-else-if-then-else into cond.
13646         (gnus-group-catchup): Indent.
13647         (group-name-at-point): New function.
13648         (gnus-fetch-group): Provide default from thing at point.
13649
13650 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13651
13652         * message.el (message-display-abbrev): Fix regexp.
13653
13654         * ecomplete.el (ecomplete-highlight-match-line):
13655         Reimplement choosing.
13656         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13657         dead variables.
13658
13659         * message.el (message-newline-and-indent): Remove debugging.
13660         (message-display-abbrev): Use new implementation.
13661
13662 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13663
13664         * gnus-art.el (gnus-article-mode):
13665         Set cursor-in-non-selected-windows to nil.
13666
13667         * smiley.el: Revert previous change.
13668         (smiley-data-directory): defvar it before using it in the
13669         defcustom of `smiley-style'.
13670
13671 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13672
13673         * message.el (message-newline-and-indent): New function.
13674
13675         * ecomplete.el: Implement more bits.
13676
13677         * message.el (message-put-addresses-in-ecomplete): Clean up the
13678         string.
13679
13680         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13681
13682         * gnus-sum.el (gnus-summary-save-parts):
13683         Bind gnus-summary-save-parts-counter and use it to make unique file
13684         names.
13685
13686         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13687
13688         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13689         parameter to say whether to actually parse the individual
13690         addresses.
13691
13692         * message.el (message-put-addresses-in-ecomplete): New function.
13693         (ecomplete): Require.
13694         (message-mail-alias-type): Add ecomplete as an option.
13695
13696 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13697
13698         * flow-fill.el (fill-flowed): Remove trailing space from blank
13699         quoted lines.
13700
13701 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13702
13703         * smiley.el (smiley-style): Move definition later to avoid a
13704         compilation warning.
13705
13706 2006-04-12  Kenichi Handa  <handa@m17n.org>
13707
13708         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13709         buffer and then decode the buffer text if necessary.
13710         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13711         first, and after mm-encode-body, change the buffer to unibyte.
13712         Use mm-disable-multibyte instead of set-buffer-multibyte.
13713
13714 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13715
13716         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13717         Content-Type header instead of Content-Disposition header.
13718         (gnus-mime-inline-part): Ditto.
13719         (gnus-mime-view-part-as-charset): Ignore charset that the part
13720         specifies.
13721
13722         * mm-decode.el (mm-display-part): Work with external parts and
13723         usual parts similarly.
13724
13725         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13726         instead of gnus-display-mime.
13727
13728         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13729         instead of with-temp-buffer.
13730
13731         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13732         tag to summarized topics part in order to encode non-ASCII text.
13733
13734 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * smiley.el (smiley-style): New variable.
13737         (smiley-directory): New function.
13738         (smiley-data-directory): Derive from `smiley-style' using
13739         `smiley-directory'.
13740         (smiley-regexp-alist): Add new entries.
13741
13742         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13743         (gnus-article-browse-delete-temp): Add :version.
13744
13745 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13746
13747         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13748         the sieve region.
13749
13750 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13751
13752         * gnus.el (gnus-version-number): Bump version.
13753
13754 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * gnus.el: No Gnus v0.4 is released.
13757
13758 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13759
13760         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13761         layout.
13762
13763         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13764         unknown charset.
13765
13766         * message.el (message-header-synonyms): Add Original-To to the
13767         default.
13768
13769         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13770         optional parameter.
13771
13772 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13773
13774         * gnus-fun.el (gnus): Require it for gnus-directory.
13775
13776 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13779
13780 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13781
13782         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13783
13784 2006-04-05  Simon Josefsson  <jas@extundo.com>
13785
13786         * password.el (password-reset): New function.
13787
13788 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13789
13790         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13791         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13792
13793 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13794
13795         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13796         Some whitespace was matched into the url, which broke browsing hits
13797         > 100 when mm-url-use-external was nil.
13798
13799 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13800
13801         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13802         Check gnus-extra-headers for 'Newsgroups.
13803
13804         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13805         bound.
13806
13807 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13808
13809         * pgg-gpg.el: Clean up process buffers every time gpg processes
13810         complete.
13811
13812 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13813
13814         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13815         doc string.
13816
13817 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13818
13819         * pgg-gpg.el (pgg-gpg-process-filter)
13820         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13821
13822         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13823         lines, temporary fix.
13824
13825 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13828
13829 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13830
13831         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13832         default-enable-multibyte-characters.  This reverts the change from
13833         revision 6.17 which is no longer necessary because the passphrase
13834         is sent separately now.  GnuPG messages are unreadable under
13835         multibyte locales with default-enable-multibyte-characters set to
13836         nil.
13837
13838 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13839
13840         * message.el (message-tool-bar-gnome): Move "spell".
13841
13842 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13843
13844         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13845         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13846         instead.
13847
13848 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13849
13850         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13851         Improve newsgroups handling for NNTP overviews which don't include
13852         Newsgroups.
13853
13854 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13855
13856         * message.el (message-resend): Bind message-generate-hashcash to nil.
13857
13858 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13859
13860         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13861         when searching for already-paid recipients.
13862
13863 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13864
13865         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13866         passphrases when it is not needed.
13867         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13868         passphrase stuff from gpg, should only be necessary when you use
13869         gpg with a smartcard.
13870
13871 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * mml.el (mml-insert-mime): Ignore cached contents of
13874         message/external-body part.
13875
13876         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13877         (mm-insert-part): Ditto.
13878
13879 2006-03-23  Simon Josefsson  <jas@extundo.com>
13880
13881         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13882         Reiner.
13883         (pgg-gpg-use-agent-p): Use it again.
13884
13885 2006-03-23  Simon Josefsson  <jas@extundo.com>
13886
13887         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13888         older emacsen.
13889         (pgg-gpg-use-agent-p): Don't use it.
13890
13891 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13892
13893         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13894         if we can.
13895
13896 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13897
13898         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13899         (pgg-gpg-update-agent): New function.
13900         (pgg-gpg-use-agent-p): New function.
13901         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13902         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13903         (pgg-gpg-sign-region): Use it.
13904
13905 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13908         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13909
13910 2006-03-21  Simon Josefsson  <jas@extundo.com>
13911
13912         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13913         <wilde@sha-bang.de>.
13914         (pgg-gpg-use-agent): New variable.
13915         (pgg-gpg-process-region): Use it.
13916         (pgg-gpg-encrypt-region): Likewise.
13917         (pgg-gpg-encrypt-symmetric-region): Likewise.
13918         (pgg-gpg-decrypt-region): Likewise.
13919         (pgg-gpg-sign-region): Likewise.
13920         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13921
13922 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13923
13924         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13925
13926         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13927         Add comment on version.
13928
13929 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * smiley.el: Add missing test smiley.
13932
13933 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13934
13935         * mm-decode.el (mm-with-part): New macro.
13936         (mm-get-part): Use it; work with message/external-body as well.
13937         (mm-save-part): Treat name and filename equally.
13938
13939         * mm-extern.el (mm-extern-cache-contents): New function.
13940         (mm-inline-external-body): Use it; force the part to be displayed;
13941         move undisplayer added to the cached handle to the parent.
13942
13943         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13944         (gnus-mime-view-part-as-type): Work with message/external-body.
13945
13946         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13947
13948 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13949
13950         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13951         images in image-load-path.  [Sync with image.el, revision 1.60, in
13952         Emacs.]
13953
13954 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13955
13956         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13957         path rather than symbol.  Always return list of directories.
13958         Guarantee that image directory comes first.  [Sync with image.el,
13959         revision 1.59, in Emacs.]
13960
13961         * message.el (message-make-tool-bar): Adjust to new API of
13962         `gmm-image-load-path-for-library'.
13963
13964         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13965
13966         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13967
13968 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13969
13970         * gnus-art.el (gnus-article-only-boring-p):
13971         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13972         intangible text.
13973         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13974
13975 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13976
13977         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13978         Use `defun' instead of `gmm-defun-compat'.
13979
13980 2006-03-14  Simon Josefsson  <jas@extundo.com>
13981
13982         * message.el (message-unique-id): Don't use message-number-base36
13983         if (user-uid) is a float.
13984         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13985
13986 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13989
13990         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13991         empty line between a part and a message part.
13992
13993 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13994
13995         * smiley.el: Add more test smileys.
13996         (smiley-data-directory, smiley-regexp-alist)
13997         (gnus-smiley-file-types): Fix doc strings.
13998         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13999         adding new elements.
14000         (smiley-mouse-map): Unused code.  Make it a comment.
14001
14002 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14005         scan latest NoCeM messages instead of old ones.
14006         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14007         delimiters that are recently used.
14008         (gnus-nocem-load-cache): Add autoload cookie.
14009
14010         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14011
14012         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14013         level which is larger than gnus-use-nocem is specified.
14014
14015         * gnus-group.el (gnus-group-get-new-news): Ditto.
14016
14017 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14018
14019         * gnus-util.el (gnus-tool-bar-update): New function.
14020
14021         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14022         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14023
14024         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14025
14026         * gnus-group.el (gnus-group-redraw-when-idle)
14027         (gnus-group-redraw-check): Remove.
14028         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14029
14030 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14033         if optional last element is specified in splits (FIELD VALUE...).
14034
14035 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14036
14037         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14038         to gmm-image-load-path-for-library.  Call with no-error argument.
14039         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14040
14041         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14042
14043         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14044
14045         * gmm-utils.el (gmm-image-load-path): Remove alias.
14046
14047 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14048
14049         * gmm-utils.el (gmm-image-load-path): Add alias.
14050
14051         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14052         nnml-generate-nov-databases-1.
14053         (nnml-generate-nov-databases): Use it.
14054         (nnml-generate-nov-databases-directory): Document no-active
14055         argument.
14056
14057         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14058         directory if path is t.  Add no-error.
14059
14060         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14061         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14062
14063         * gnus-art.el (gnus-article-browse-delete-temp-files):
14064         Simplify resetting gnus-article-browse-html-temp-list.
14065
14066         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14067         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14068         Add example to docstring.  Rename local variables.  Move error
14069         checks to default case in cond and simplify.
14070
14071 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14072
14073         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14074         handle is multipart when calling it recursively.
14075         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14076
14077 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14078
14079         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14080         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14081
14082 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14085         is loaded.
14086
14087         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14088         loaded.
14089
14090 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14093         to "Emacs 23 (unicode)" in doc string.
14094
14095         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14096         "Emacs 23 (unicode)" in comment.
14097
14098 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14101
14102         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14103         characters 160 through 255 in Emacs 23.
14104
14105 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14108         gnus-article-browse-html-temp.
14109         (gnus-article-browse-delete-temp): Make it customizable.
14110         Add `file'.  Adjust doc string.
14111         (gnus-article-browse-delete-temp-files): Add argument.
14112         Allow query for each file.  Adjust doc string.
14113         (gnus-article-browse-html-parts):
14114         Add `gnus-article-browse-delete-temp-files' to
14115         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14116
14117 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14118
14119         * gnus-art.el (gnus-article-browse-html-temp)
14120         (gnus-article-browse-delete-temp): New variables.
14121         (gnus-article-browse-delete-temp-files): New function.
14122         (gnus-article-browse-html-parts): Use it.
14123
14124 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14127
14128         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14129         string.
14130
14131         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14132         gnus-summary-insert-new-articles when unplugged.
14133         Remove gnus-summary-search-article-forward.
14134
14135         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14136         display-visual-class instead of display-color-cells.
14137
14138 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14139
14140         * dgnushack.el: Autoload customize-group for XEmacs.
14141
14142         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14143         message/* containing non-ASCII text properly.
14144
14145 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * message.el: Require gmm-utils, remove autoloads.
14148         (message-tool-bar): Set default based on
14149         gmm-tool-bar-style.
14150         (message-tool-bar-gnome): Add gmm-customize-mode.
14151
14152         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14153         gmm-tool-bar-style.
14154         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14155
14156         * gnus-group.el (gnus-group-tool-bar): Set default based on
14157         gmm-tool-bar-style.
14158         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14159
14160         * gmm-utils.el (gmm-image-directory): Rename variable from
14161         gmm-image-load-path.
14162         (gmm-image-load-path): Use gmm-image-directory.
14163         (gmm-customize-mode): New function.
14164         (gmm-tool-bar-style): New variable.
14165
14166         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14167         gnus-group-redraw-line-number.
14168         (gnus-group-redraw-check): Simplify.
14169         (gnus-group-tool-bar-update): Remove redraw check.
14170         (gnus-group-make-tool-bar): Add redraw check.
14171
14172 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14173
14174         * gnus-art.el (gnus-button): Add missing parentheses.
14175
14176 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * lpath.el: Fbind line-number-at-pos.
14179
14180 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14183
14184 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14185
14186         * gnus-art.el (gnus-button): New face.
14187         (gnus-article-button-face): Use it.
14188
14189         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14190         Add gnus-summary-next-page.  Re-order.
14191
14192         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14193         next-node are now included.
14194         (gnus-group-redraw-line-number): New internal variable.
14195         (gnus-group-redraw-check): Helper function for updating the tool
14196         bar.
14197         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14198
14199         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14200
14201         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14202         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14203         Use it to match format of Spamassassin 3.0 and later.
14204         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14205         (spam-check-bogofilter)
14206         (spam-bogofilter-register-with-bogofilter): Fix args of
14207         `gnus-error' calls.
14208
14209 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14212         unnecessary interaction when sending queued mails.
14213         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14214
14215 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14218         first or last are nil.
14219
14220 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14221
14222         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14223
14224 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14225
14226         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14227
14228 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14229
14230         * dns.el (query-dns): Protect more against buggy tcp output.
14231
14232 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14233
14234         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14235         nov.php.
14236
14237 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14238
14239         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14240         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14241         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14242         output on the server side.
14243         (nnweb-google-create-mapping): Update regexps and add some
14244         progress indication.
14245
14246 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * gnus-group.el (gnus-group-tool-bar-gnome):
14249         Fix gnus-agent-toggle-plugged.  Re-order icons.
14250         (gnus-group-tool-bar-gnome):
14251         Add gnus-group-{prev,next}-unread-group.
14252         (gnus-group-tool-bar-gnome): Re-order icons.
14253
14254         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14255         Move gnus-summary-insert-new-articles.
14256
14257         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14258         Fix comments.
14259
14260         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14261         also available in Emacs 21.3.
14262
14263         * message.el (message-fix-before-sending): Change "Emacs 22" to
14264         "Emacs 23 (unicode)" in comment.
14265
14266         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14267         "Emacs 23 (unicode)" in comment.
14268
14269         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14270         comment.
14271         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14272
14273         * mm-view.el (mm-fill-flowed): Add :version.
14274
14275 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14278         and load-path.
14279
14280 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14281
14282         * message.el: Autoload gmm-image-load-path.
14283         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14284         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14285         consitency.
14286
14287         * gmm-utils.el (gmm-image-load-path): Also search in
14288         "../etc/images".  Don't set gmm-image-load-path if we don't find
14289         the image.
14290
14291 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14292
14293         * gmm-utils.el (gmm-image-load-path): Don't make
14294         `gmm-image-load-path' include subdirectories which the second arg
14295         `image' might specify.
14296
14297         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14298         subdirectory to icon file names.
14299
14300         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14301
14302 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14303
14304         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14305         gmm-image-load-path calls.
14306
14307         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14308
14309         * message.el (message-make-tool-bar): Ditto.
14310
14311         * mml.el (mml-preview): Add comment concerning tool bar icons.
14312
14313         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14314         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14315
14316         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14317         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14318
14319         * message.el (message-tool-bar-gnome): Use new icon names.
14320         (message-make-tool-bar): Use `gmm-image-load-path'.
14321
14322         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14323         New functions from MH-E.
14324         (gmm-image-load-path): New variable from MH-E.
14325         (gmm-image-load-path): New function from MH-E.  Add arguments
14326         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14327         *-image-load-path-called-flag.
14328
14329 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14330
14331         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14332
14333 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14334
14335         * nnimap.el (nnimap-request-move-article): Change folder back to
14336         source group before deleting.
14337
14338 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14341
14342         * gnus-art.el (mm-url-insert-file-contents-external):
14343         Autoload mm-url.
14344
14345         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14346
14347 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14348
14349         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14350         coding system which mm-charset-to-coding-system returns for a
14351         given charset is valid.
14352
14353 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14354
14355         * html2text.el (html2text-remove-tag-list):
14356         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14357
14358 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14359
14360         * gnus-cus.el: Revert 2005-10-17 change.
14361
14362 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * gnus-art.el (article-strip-banner):
14365         Call article-really-strip-banner only when the regexp match is made.
14366
14367 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14368
14369         * gnus-art.el (article-strip-banner):
14370         Use gnus-extract-address-components instead of
14371         mail-header-parse-addresses to make it work with non-ASCII text;
14372         remove mail-encode-encoded-word-string.
14373
14374         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14375         values which are surrounded with \"...\"; make it never cause a
14376         Lisp error; give up parsing of parameters if it failed in
14377         extracting type.
14378
14379 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14380
14381         * smime.el (smime-cert-by-ldap-1): Fix bug where
14382         `smime-ldap-search' returns results without userCertificates.
14383
14384 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14385
14386         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14387
14388 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14389
14390         * spam.el (spam-check-spamassassin-headers): Adapt format for
14391         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14392         <ari@mbf.ocn.ne.jp>.
14393         (spam-list-of-processors): Add spam-use-gmane.
14394
14395 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14398         make-temp-file; make it work with XEmacs as well.
14399
14400         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14401         mm-make-temp-file.
14402
14403         * mm-decode.el (mm-display-external): Use the 3rd arg of
14404         mm-make-temp-file.
14405         (mm-create-image-xemacs): Ditto.
14406
14407 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14410         with message-narrow-to-headers.
14411         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14412         (gnus-draft-check-draft-articles): New function.
14413         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14414
14415 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14416
14417         * gnus-art.el (gnus-article-browse-html-parts):
14418         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14419         Don't use suffix argument for mm-make-temp-file for Emacs 21
14420         compatibility.  Remove useless `format'.
14421
14422 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14423
14424         * nnweb.el (nnweb-google-wash-article): Update regexps.
14425         (nnweb-group-alist): Use defvoo instead of defvar.
14426
14427 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14430         re-loading nn* modules.
14431
14432 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14433
14434         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14435         for `tool-bar-mode' and don't check it's default-value.
14436
14437         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14438
14439         * message.el (message-make-tool-bar): Ditto.
14440
14441         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14442         `substring'.  Shorten tmp-file name.
14443
14444         * gnus.el: Remove bogus comment.
14445
14446 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14447
14448         * gnus-art.el (gnus-article-browse-html-parts): New function.
14449         (gnus-article-browse-html-article): New function for viewing html
14450         articles with a browser.
14451
14452 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14453
14454         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14455         in elisp.
14456         (pgg-gpg-encrypt-symmetric-region): Ditto.
14457         (pgg-gpg-sign-region): Ditto.
14458
14459         * pgg-def.el (pgg-text-mode): New variable.
14460
14461         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14462         (mml2015-pgg-encrypt): Ditto.
14463
14464         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14465         (mml1991-pgg-encrypt): Ditto.
14466
14467 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * nnfolder.el (nnfolder-insert-newsgroup-line):
14470         Use message-make-date instead of current-time-string.
14471
14472         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14473         to gnus-decoded which mm-uu might set.
14474
14475 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14478         don't decode quoted parameters; remove misimported Emacs code.
14479         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14480         (rfc2231-decode-encoded-string): Don't use split-string which
14481         behaves differently according to Emacs version; use
14482         mm-decode-coding-region to convert charset to coding-system.
14483         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14484         (rfc2231-encode-string): Remove misimported Emacs code.
14485
14486 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14489         when calling mail-header-parse-content-type.
14490         (article-de-quoted-unreadable): Ditto.
14491         (article-de-base64-unreadable): Ditto.
14492         (article-wash-html): Ditto.
14493
14494         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14495         calling mail-header-parse-content-type and
14496         mail-header-parse-content-disposition.
14497         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14498         mail-header-parse-content-type.
14499
14500         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14501         insert charset and format parameters; encode description after
14502         inserting it to buffer.
14503         (mml-insert-parameter): Fold lines properly even if a parameter is
14504         segmented into two or more lines; change the max column to 76.
14505
14506         * rfc1843.el (rfc1843-decode-article-body): Don't use
14507         ignore-errors when calling mail-header-parse-content-type.
14508
14509         * rfc2231.el (rfc2231-parse-string): Return at least type if
14510         possible; don't cause an error even if it fails in parsing of
14511         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14512         (rfc2231-encode-string): Don't break lines at the beginning, leave
14513         it to mml-insert-parameter.
14514
14515         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14516         calling mail-header-parse-content-type.
14517
14518 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * spam-report.el (spam-report-gmane-use-article-number):
14521         Improve doc string.
14522         (spam-report-gmane-internal): Check if a suitable header was found
14523         in the article.
14524
14525 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14526
14527         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14528         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14529
14530 2006-02-05  Romain Francoise  <romain@orebokech.com>
14531
14532         Update copyright notices of all files in the gnus directory.
14533
14534 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14535
14536         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14537
14538 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14541         segmented lines of parameter value to cope with Thunderbird 1.5
14542         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14543         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14544         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14545
14546 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14547
14548         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14549         parts.
14550
14551 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14552
14553         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14554         there's only one active file for all servers.
14555         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14556         solid groups.  Gnus might have used a FAST request to select the group.
14557         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14558         and nnweb-search redundantly in the active file.
14559         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14560         (nnweb-request-create-group): Don't use ARGS.
14561         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14562         initialisations.  Let nnoo do the work.
14563
14564 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14567         Say the part has been decoded.
14568
14569         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14570
14571 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14572
14573         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14574         mailcap-viewer-test-cache when there's no 'test clause, since that
14575         will invert the meaning of a "nil" test previously determined by
14576         mailcap-mailcap-entry-passes-test.
14577
14578 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14581         compiling.
14582
14583         * gnus-sum.el: Ditto.
14584
14585         * message.el: Don't bind tool-bar-map when compiling.
14586
14587 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14590
14591 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14592
14593         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14594         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14595         current Google Groups.
14596
14597 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14600         and tool-bar-mode.
14601
14602         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14603         and tool-bar-mode.
14604
14605         * message.el (message-tool-bar-update): Simplify.
14606         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14607
14608         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14609         gnus-summary-buffer.
14610         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14611         gnus-summary-reply.
14612
14613         * gmm-utils.el (gmm): Add :version.
14614
14615 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * Makefile.in (clean): New rule.
14618         (distclean): Use it.
14619
14620 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14621
14622         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14623         Don't autoload.
14624
14625 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gmm-utils.el (gmm-verbose): Add :group.
14628
14629 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14630
14631         * message.el: Change some comments WRT tool-bars.
14632
14633         * gnus-sum.el (gnus-summary-tool-bar)
14634         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14635         (gnus-summary-tool-bar-zap-list): New variables.
14636         (gnus-summary-make-tool-bar): Complete rewrite using
14637         `gmm-tool-bar-from-list'.
14638
14639         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14640         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14641         New variables.
14642         (gnus-group-make-tool-bar): Complete rewrite using
14643         `gmm-tool-bar-from-list'.
14644         (gnus-group-tool-bar-update): New function.
14645
14646         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14647
14648 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14651         is dissected into a single part of which the type is the same as
14652         the given one; decode charset.
14653
14654 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14655
14656         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14657         into alists as symbol not string, since that's what
14658         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14659         look for.
14660
14661 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14662
14663         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14664         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14665
14666         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14667
14668 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14669
14670         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14671         (gnus-xmas-mime-security-button-menu): New function.
14672
14673         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14674         (gnus-mime-security-button-menu): New definition.
14675         (gnus-mime-security-button-map): Use them.
14676         (gnus-mime-security-button-menu): New function.
14677         (gnus-insert-mime-security-button): Addition to help echo.
14678         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14679         (gnus-mime-security-pipe-part): New functions.
14680
14681         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14682         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14683
14684         * mm-decode.el (mm-handle-set-disposition): Remove.
14685         (mm-handle-set-description): Remove.
14686
14687 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14688
14689         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14690         (mm-w3m-standalone-supports-m17n-p): New function.
14691         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14692         w3m usage.
14693
14694         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14695         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14696
14697 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14698
14699         * message.el (message-tool-bar-zap-list):
14700         Use gmm-tool-bar-zap-list as custom type.
14701         (message-tool-bar-update): New function.
14702         (message-tool-bar, message-tool-bar-gnome)
14703         (message-tool-bar-retro): Add message-tool-bar-update.
14704         (message-tool-bar-gnome): Add flyspell-buffer.
14705
14706         * gnus-util.el (gnus-error): Describe `args'.
14707
14708         * gmm-utils.el (gmm-error): Describe `args'.
14709         (gmm-tool-bar-zap-list): New widget.
14710         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14711
14712 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14713
14714         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14715         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14716         the number of recursive calls.
14717
14718         * mm-decode.el (mm-handle-set-disposition): New macro.
14719         (mm-handle-set-description): New macro.
14720
14721 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14722
14723         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14724         encoding.
14725
14726 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14727
14728         * message.el (message-tool-bar-zap-list, message-tool-bar)
14729         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14730         (message-tool-bar-local-item-from-menu): Remove.
14731         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14732         (message-make-tool-bar): New function.
14733         (message-mode): Use `message-make-tool-bar'.
14734
14735         * gmm-utils.el: New file.
14736         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14737         (gmm-lazy): New widget copied from `nnmail.el'.
14738         (gmm-tool-bar-from-list): New function for creating customizable
14739         tool bars.
14740         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14741         output.
14742         (gmm): Add :prefix to defgroup.
14743
14744 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14745
14746         * gmm-utils.el (gmm-widget-p): New function.
14747
14748 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14749
14750         * mml.el (mml-attach-file): Describe `description' in doc string.
14751         (mml-menu): Add Emacs MIME manual and PGG manual.
14752
14753 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14754
14755         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14756
14757 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14758
14759         * nntp.el (nntp-end-of-line): Doc fix.
14760
14761 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14762
14763         * imap.el (imap-open): Handle case where buffer is a buffer
14764         object.
14765
14766 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14767
14768         * gnus-delay.el (gnus-delay): Don't autoload.
14769         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14770         to be re-loaded when customizing the `gnus-delay' group.
14771
14772 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14773
14774         * message.el (message-insert-citation-line): Use newlines.
14775
14776 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14777
14778         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14779         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14780         these routines, so the passphrase can be managed externally and
14781         passed in to the system.
14782         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14783         pgg-add-passphrase-to-cache function.
14784
14785         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14786         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14787         these routines, so the passphrase can be managed externally and
14788         passed in to the system.
14789         (pgg-pgp5-sign-region): Use new name of
14790         pgg-add-passphrase-to-cache function.
14791
14792 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14793
14794         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14795         part of the decoded armor to find the key-identifier.
14796         (pgg-gpg-lookup-key-owner): New function to return the
14797         human-readable identifier of a key owner.
14798         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14799         itself.
14800         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14801         the key value) if we have a key and can match it against a secret
14802         key.  Also, added a note pointing out fact that the prompt only
14803         indicates the first matching key.
14804
14805         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14806         pgg-decrypt-region.
14807         (pgg-add-passphrase-to-cache): Rename from
14808         `pgg-add-passphrase-cache' to reduce confusion (all callers
14809         changed).
14810         (pgg-remove-passphrase-from-cache): Rename from
14811         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14812         changed).
14813         (pgg-read-passphrase, pgg-add-passphrase-cache)
14814         (pgg-remove-passphrase-cache): Add informative docstrings.
14815         (pgg-decrypt): Convey provided passphrase in subordinate call to
14816         pgg-decrypt-region.
14817
14818 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14819
14820         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14821         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14822         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14823         'passphrase' argument, so the passphrase can be managed externally
14824         and then passed in to the system.
14825
14826         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14827         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14828         so the passphrase cache can be used reliably with identifiers
14829         besides a pgp packet's key id.
14830
14831         * pgg-gpg.el (pgg-gpg-encrypt-region)
14832         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14833         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14834         these routines, so the passphrase can be managed externally and
14835         passed in to the system.
14836
14837         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14838         'notruncate' argument, so the passphrase cache can be used
14839         reliably with identifiers besides a pgp packet's key id.
14840
14841 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14842
14843         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14844         symmetric encryption.
14845         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14846         encrypted session key.
14847         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14848         message ask for the passphrase in a proper way.
14849
14850         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14851         New user commands for symmetric encryption.
14852
14853 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14856
14857         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14858
14859 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14860
14861         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14862
14863 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * mm-decode.el (mm-inlined-types): Add application/pgp.
14866         (mm-automatic-display): Ditto.
14867
14868         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14869         part as text.
14870
14871 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * nnrss.el: Update copyright.
14874         (nnrss-opml-import): Query whether to subscribe to each entry.
14875
14876         * gnus-art.el:
14877         * gnus-sum.el:
14878         * gnus-xmas.el:
14879         * messagexmas.el:
14880         * mm-uu.el:
14881         * mm-view.el: Update copyright.
14882
14883 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14884
14885         * message.el (message-info): New function.
14886         (message-mode-menu): Add it.
14887         Update copyright.
14888
14889         * ChangeLog: Fix and update copyright.
14890
14891 2006-01-13  Romain Francoise  <romain@orebokech.com>
14892
14893         * message.el (message-forward-subject-name-subject): Prefer the
14894         address to 'nowhere' if the sender has no name.
14895         Fix typo.  Update copyright year.
14896
14897 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * gnus-art.el (article-wash-html):
14900         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14901         (gnus-article-wash-html-with-w3m-standalone): New function.
14902
14903         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14904         mm-inline-text-html-render-with-w3m-standalone.
14905         (mm-text-html-washer-alist): Map w3m-standalone to
14906         gnus-article-wash-html-with-w3m-standalone.
14907         (mm-inline-text-html-render-with-w3m-standalone): New function.
14908
14909 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14912         Improve LaTeX.
14913
14914 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14917         (nnrss-request-article): Render text/plain parts as HTML.
14918
14919         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14920         the buffer.
14921
14922 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14925         custom definition of `gnus-posting-styles'.
14926
14927         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14928         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14929
14930 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14931
14932         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14933         Use nntp for bug archive.
14934
14935 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14938         parts.
14939         (nnrss-normalize-date): New function converts ISO 8601 date into
14940         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14941         (nnrss-check-group): Use it.
14942
14943 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14946
14947         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14948         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14949         (nnrss-insert-w3): Ditto.
14950
14951 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14954         the articles to be forwarded including the case where neither a
14955         number of articles nor a region is specified.
14956
14957 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14958
14959         * nnrss.el (nnrss-request-article): Fix last change; fill
14960         text/plain parts.
14961
14962 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14965         in text/plain part.
14966         (nnrss-check-group): Don't add excessive newline to dc:subject.
14967
14968 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14969
14970         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14971         article.
14972
14973 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14974
14975         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14976         (nnml-use-compressed-files, nnml-save-mail): Support other
14977         comression programs such as bzip2.
14978
14979 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14980
14981         * dns.el (query-dns): Make sure we check the buffer size before
14982         removing tcp headers.
14983
14984 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14987         remove MIME buttons associated with multipart/alternative parts.
14988         (gnus-mime-display-alternative): Tag buttons using `article-type'
14989         text property.
14990
14991         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14992         associated with multipart/alternative parts.
14993
14994         * gnus-art.el (gnus-signature-separator): Fix custom type.
14995
14996         * mm-decode.el (mm-inlined-types): Fix custom type.
14997         (mm-keep-viewer-alive-types): Ditto.
14998         (mm-automatic-display): Ditto.
14999         (mm-attachment-override-types): Ditto.
15000         (mm-inline-override-types): Ditto.
15001         (mm-automatic-external-display): Ditto.
15002
15003 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * spam-report.el (spam-report-user-mail-address)
15006         (spam-report-user-agent): New variables.
15007         (spam-report-url-ping-plain): Use spam-report-user-agent.
15008
15009 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15010
15011         * gnus-art.el (gnus-button-handle-custom): Do not just use
15012         `customize-apropos' for any "M-x customize-*" button but the
15013         function called for.  Accept both the function name and its
15014         argument in order to achieve this.
15015         (gnus-button-alist): Remove support for "custom:" URL's.
15016         Pass function name to `gnus-button-handle-custom' in case of "M-x
15017         customize-*" buttons.
15018
15019 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15022         multipart/alternative and add xref to mm-discouraged-alternatives
15023         in doc string.
15024
15025         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15026         gnus-buttonized-mime-types in doc string.
15027
15028 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15029
15030         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15031         Suggest image/.* in the doc string.
15032
15033 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15036         message-marks (Debian bug #342521).
15037
15038 2005-12-12  Simon Josefsson  <jas@extundo.com>
15039
15040         * password.el (password-read-from-cache): Add.
15041         (password-read): Use it.
15042
15043 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15044
15045         * rfc2047.el (rfc2047-charset-to-coding-system):
15046         Recognize us-ascii as a MIME charset.
15047
15048         * mm-bodies.el (mm-decode-content-transfer-encoding):
15049         Protect against the case where the 2nd arg TYPE is nil.
15050
15051 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15052
15053         * pop3.el (pop3-stream-type): Fix custom version.
15054
15055         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15056
15057 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15058
15059         * mm-decode.el (mm-display-external): Add missing cdr.
15060
15061 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15064         RFC1524) if it is in mailcap or add a suffix according to
15065         mailcap-mime-extensions when generating a temp filename; postpone
15066         deleting a temp file for 2 seconds for some wrappers, shell
15067         scripts, and so on, which might exit right after having started a
15068         viewer command as a background job.
15069
15070 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15071
15072         * nntp.el (nntp-marks-directory): Fix custom group.
15073
15074         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15075         steps when < 10.
15076
15077         * gnus-start.el (gnus-no-server-1):
15078         Mention `gnus-level-default-subscribed' in doc string.
15079
15080 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15081
15082         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15083         parens.
15084
15085 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * gnus-xmas.el (gnus-use-toolbar): Revert.
15088         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15089         gnus-use-toolbar is default.
15090
15091         * messagexmas.el (message-use-toolbar): Revert.
15092         (message-setup-toolbar): Use global default-toolbar if
15093         message-use-toolbar is default.
15094
15095 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15096
15097         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15098         according to default-toolbar-visible-p.
15099
15100         * messagexmas.el (message-use-toolbar): Ditto.
15101
15102 2005-11-26  Dave Love  <fx@gnu.org>
15103
15104         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15105         (tls-program, tls-success): Provide openssl alternative.
15106
15107         * starttls.el: Doc fixes.
15108         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15109         SERVICE to PORT.
15110
15111         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15112         port null or service name.
15113         (starttls-negotiate): Autoload.
15114
15115 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * message.el (message-kill-to-signature): Fix interactive spec.
15118
15119 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * pop3.el (pop3-open-server): Recognize a string as a service name.
15122
15123 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15124
15125         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15126
15127 2005-11-23  Dave Love  <fx@gnu.org>
15128
15129         Add pop3s, pop3/starttls.
15130
15131         * pop3.el (pop3-authentication-scheme): Clarify doc.
15132         (open-tls-stream, starttls-open-stream): Autoload.
15133         (pop3-stream-type): New.
15134         (pop3-open-server): Use it.
15135
15136         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15137         for POP.
15138         (mail-source-keyword-map): Add :stream for POP.
15139         (mail-source-fetch-pop): Use pop3-stream-type.
15140
15141 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15144         of current-time-string.
15145
15146 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15147
15148         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15149         date header.
15150
15151 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15152
15153         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15154         it can seriously impact performance as it bypasses the agent's
15155         local caches.
15156
15157 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15158
15159         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15160         must be explicitly online rather than "not explicitly offline" for
15161         its flags to be synchronized.
15162
15163         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15164         that gnus-uu-unmark-thread will function correctly.
15165
15166         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15167         1024K is instead displayed as 1M.
15168
15169 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15170
15171         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15172
15173 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15174
15175         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15176
15177 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15178
15179         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15180         error message to display actual error condition.
15181         (gnus-agent-save-local): Avoid saving symbols that are bound to
15182         nil as they simply result in a warning message in
15183         gnus-agent-read-local.
15184
15185 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15188         rather than make-variable-buffer-local for file-precious-flag.
15189
15190 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15191
15192         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15193         for duplicates which are removed.  The invalid sort check then
15194         triggers a rescan after the sort as sorting may have moved
15195         duplicate entries such that they can be cheaply detected.
15196
15197 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15200
15201 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15202
15203         * gnus-agent.el (gnus-agent-article-alist-save-format):
15204         Change internal variable to a custom variable.  Change default value
15205         from compressed(2) to uncompressed(1).
15206         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15207         support for uncompressed agentview files.  Taken together, reading
15208         the agentview file should now be 6-7 times faster.
15209
15210 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15211
15212         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15213         as a buffer-local variable.  This avoids creating truncated
15214         dribble files as a result of a hang up, eg.
15215
15216 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15217
15218         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15219         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15220         XEmacs.
15221
15222 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15223
15224         * gnus-start.el (gnus-start-draft-setup):
15225         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15226
15227         * gnus.el (gnus-splash): Change custom group.
15228         (gnus-group-get-parameter, gnus-group-parameter-value):
15229         Describe allow-list argument.
15230
15231         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15232         string.
15233
15234 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15235
15236         * gnus-art.el (gnus-default-article-saver): Add user-defined
15237         `function' to custom type.
15238
15239 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15240
15241         * imap.el (imap-open): Handle case where buffer is a buffer
15242         object.
15243
15244 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15245
15246         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15247         long lines.
15248         (gnus-cache-delete-group): Wrap doc strings.
15249
15250         * gnus-agent.el (gnus-agent-rename-group)
15251         (gnus-agent-delete-group): Wrap doc strings.
15252
15253 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * messagexmas.el (message-use-toolbar): Change the valid values
15256         into default, top, bottom, left, and right.
15257         (message-toolbar-thickness): New variable.
15258         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15259         well.
15260         (message-setup-toolbar): Make it work.
15261
15262         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15263         (gnus-use-toolbar): Change the valid values into default, top,
15264         bottom, left, and right.
15265         (gnus-toolbar-thickness): New variable.
15266         (gnus-xmas-setup-toolbar): New function.
15267         (gnus-xmas-setup-group-toolbar): Use it.
15268         (gnus-xmas-setup-summary-toolbar): Use it.
15269
15270 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15271
15272         * gnus-start.el (gnus-1): Add "native" to
15273         gnus-predefined-server-alist.
15274
15275         * gnus.el (gnus-method-to-server): Don't add "native" to the
15276         lists here, because that leads to problems when
15277         gnus-select-method is bound.
15278
15279 2005-11-09  Simon Josefsson  <jas@extundo.com>
15280
15281         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15282         use (not sort-by-date) instead.
15283
15284 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15285
15286         * gnus-delay.el (gnus-delay-group): Don't autoload.
15287         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15288         to be re-loaded when customizing the `gnus-delay' group.
15289
15290 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15291
15292         * message.el: Revert last changes.
15293         (message-insert-citation-line): Use newlines.
15294
15295 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15296
15297         * message.el (message-courtesy-message)
15298         (message-mark-insert-begin, message-mark-insert-end)
15299         (message-elide-ellipsis, message-cancel-message)
15300         (message-add-header, message-change-subject)
15301         (message-cross-post-followup-to-header)
15302         (message-cross-post-insert-note, message-reduce-to-to-cc)
15303         (message-widen-reply, message-delete-not-region)
15304         (message-kill-to-signature, message-insert-signature)
15305         (message-insert-importance-high, message-insert-importance-low)
15306         (message-insert-or-toggle-importance)
15307         (message-insert-disposition-notification-to)
15308         (message-indent-citation, message-yank-original)
15309         (message-cite-original-without-signature, message-cite-original)
15310         (message-insert-citation-line, message-position-on-field)
15311         (message-fix-before-sending, message-send-mail-partially)
15312         (message-send-mail, message-send-mail-with-sendmail)
15313         (message-send-mail-with-qmail, message-send-news)
15314         (message-check-news-header-syntax, message-generate-headers)
15315         (message-insert-courtesy-copy, message-fill-address)
15316         (message-fill-header, message-shorten-references)
15317         (message-setup-1, message-cancel-news)
15318         (message-forward-make-body-plain, message-forward-make-body-mime)
15319         (message-forward-make-body-mml, message-encode-message-body)
15320         (message-forward-make-body-digest-plain)
15321         (message-forward-make-body-digest-mime)
15322         (message-use-alternative-email-as-from): Insert `hard-newline'
15323         instead of ordinary newlines.
15324
15325 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * message.el (message-generate-headers): Downcase the argument
15328         given to message-check-element.
15329
15330 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15331
15332         * nntp.el (nntp-authinfo-rejected): New error condition.
15333         (nntp-wait-for): Use new error condition to signal authentication
15334         error.
15335         (nntp-retrieve-data): Rethrow new error condition to break out of
15336         recursive call to nntp-send-authinfo.
15337
15338 2005-11-08  Romain Francoise  <romain@orebokech.com>
15339
15340         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15341         (gnus-summary-exit-map): Bind to `Z p'.
15342         (gnus-summary-make-menu-bar): Add menu item.
15343
15344 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15345
15346         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15347         (gnus-treat-*): Add `first' in all doc strings.
15348
15349         * gnus-group.el (gnus-group-compact-group): Fix typo.
15350
15351 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * gnus.el (gnus-parameters-case-fold-search): New variable.
15354         (gnus-parameters-get-parameter): Use it.
15355
15356         * gnus-score.el (gnus-home-score-file): Doc fix.
15357
15358 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15359
15360         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15361
15362 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15363
15364         * mm-util.el (mm-special-display-p): New function.
15365
15366         * mml.el (mml-preview): Use it; doc fix.
15367
15368 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15369
15370         * imap.el (imap-open): Handle case where buffer is a buffer object.
15371
15372 2005-10-29  Romain Francoise  <romain@orebokech.com>
15373
15374         * message.el (message-fix-before-sending): Fix comment.
15375
15376 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15377
15378         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15379
15380 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15381
15382         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15383         Used in gnus-score.el.
15384
15385 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15388
15389 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15390
15391         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15392         whitespace removed in revision 7.8.  Use concatenated string to
15393         protect trailing whitespace.
15394
15395 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15396
15397         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15398         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15399         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15400         Courier IMAP ("some version from 2004").  Mostly based on similar
15401         code in the same function.
15402
15403 2005-10-26  Didier Verna  <didier@xemacs.org>
15404
15405         * gnus-group.el (gnus-group-compact-group): Invalidate original
15406         article buffer.
15407         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15408         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15409         NOV database and in article itself.
15410         Invalidate article backlog.
15411
15412 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15413
15414         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15415
15416 2005-10-26  Simon Josefsson  <jas@extundo.com>
15417
15418         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15419         part of 2004-07-25 change.
15420
15421 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * message.el (message-display-completion-list): New function.
15424         (message-expand-group): Use it; make sure the Completions buffer
15425         is modifiable.
15426 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15427
15428         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15429         user-mail-name is an empty string.
15430
15431 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15432
15433         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15434         depending on gnus-score-decay-constant.
15435
15436         * encrypt.el (encrypt-insert-file-contents)
15437         (encrypt-write-file-contents): Don't use `gnus-message'.
15438
15439         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15440         arguments.
15441         (mm-uu-type-alist): Add message-marks and insert-marks.
15442         Pass arguments to mm-uu-verbatim-marks-extract.
15443         (mm-uu-hide-markers): New variable.
15444         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15445
15446         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15447         (gnus-convert-image-to-face-command): Use "convert" by default to
15448         allow other input image formats.
15449         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15450         accordingly.
15451
15452 2005-10-23  Simon Josefsson  <jas@extundo.com>
15453
15454         * imap.el (imap-gssapi-program): Align command line parameters
15455         with latest GNU SASL.
15456         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15457
15458 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15459
15460         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15461         HTML.
15462         (nnslashdot-request-article): Ditto.
15463
15464         * lpath.el (featurep): Add nobreak-char-display.
15465
15466 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15467
15468         * mail-source.el (mail-source-fetch-pop): Require pop3.
15469         (mail-source-check-pop): Ditto.
15470
15471 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15474         errors.
15475
15476 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15477
15478         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15479         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15480
15481         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15482
15483         * mm-bodies.el (mm-decode-string):
15484         Call `mm-charset-to-coding-system' with allow-override argument.
15485
15486 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15489         (rfc2047-charset-to-coding-system): New function.
15490         (rfc2047-decode-encoded-words): New function.
15491         (rfc2047-decode-region): Use them.
15492         (rfc2047-decode-cte): Remove.
15493         (rfc2047-parse-and-decode): Remove.
15494         (rfc2047-decode): Remove.
15495
15496 2005-10-15  Kenichi Handa  <handa@m17n.org>
15497
15498         * rfc2047.el (rfc2047-decode-cte): New function.
15499         (rfc2047-decode-region): Change the way to decode successive
15500         encoded-words: decode B- or Q-encoding in each encoded-word,
15501         concatenate them, and decode it as charset.
15502
15503 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * lpath.el: Fbind codepage-setup for XEmacs.
15506
15507 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15508
15509         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15510         widget-move-and-invoke.
15511         (gnus-custom-mode): Use gnus-custom-map.
15512
15513 2005-10-15  Bill Wohler  <wohler@newt.com>
15514
15515         * message.el (message-tool-bar-map): Rename image file from
15516         mail_send to mail/send.
15517
15518 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15519
15520         * message.el (message-expand-group): Pass the common
15521         prefix substring of completion to `display-completion-list'.
15522
15523 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15524
15525         * mml-sec.el (mml-secure-method): New internal variable.
15526         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15527         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15528         New functions using mml-secure-method.
15529
15530         * mml.el (mml-mode-map): Add key bindings for those functions.
15531         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15532         Harder <harder@myrealbox.com>.
15533         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15534         Goto end of message if point is the headers of the message.
15535
15536         * message.el (message-in-body-p): New function.
15537
15538         * assistant.el: Autoload gnus-util and netrc.
15539
15540         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15541         Use `mm-charset-override-alist' only when decoding.
15542
15543         * mm-bodies.el (mm-decode-body):
15544         Call `mm-charset-to-coding-system' with allow-override argument.
15545
15546         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15547         `filename' from Content-Disposition if Content-Type doesn't
15548         provide `name'.
15549         (gnus-mime-view-part-as-type): Set default instead of
15550         initial-input.
15551
15552 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15553
15554         * format-spec.el (format-spec): Propagate text properties of % spec.
15555
15556 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * gnus-art.el (gnus-treat-predicate): Add `first'.
15559
15560 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15561
15562         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15563         (mm-charset-override-alist): New variable.
15564         (mm-charset-to-coding-system): Use it.
15565         (mm-codepage-setup): New helper function.
15566         (mm-charset-eval-alist): New variable.
15567         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15568         Warn about unknown charsets.
15569
15570         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15571
15572 2005-10-04  David Hansen  <david.hansen@gmx.net>
15573
15574         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15575         (nnrss-check-group): Ditto.
15576
15577 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15578
15579         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15580         Rename x-gnus-verbatim to x-verbatim.
15581         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15582
15583         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15584         x-verbatim.
15585
15586         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15587
15588         * gnus-util.el (gnus-remove-duplicates): Remove.
15589
15590         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15591         instead of gnus-remove-duplicates.
15592
15593         * message.el (message-remove-duplicates): Remove.
15594         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15595         message-remove-duplicates.
15596
15597         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15598         available, else use implementation from `delete-dups'.
15599
15600         * message.el (message-insert-expires): New function.
15601         (message-mode-map): Add key binding.
15602         (message-mode-field-menu): Add menu entry.
15603         (message-mode): Document it.
15604         (message-make-expires-date): Use `message-make-date'.
15605
15606 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15607
15608         * message.el (message-make-expires-date): New function.
15609
15610 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15611
15612         * Makefile.in (list-installed-shadows): New entry.
15613         (install): Use it.
15614         (remove-installed-shadows): New entry.
15615
15616         * dgnushack.el (dgnushack-default-load-path): New variable.
15617         (dgnushack-find-lisp-shadows): New function.
15618         (dgnushack-remove-lisp-shadows): New function.
15619
15620 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * Makefile.in (install-el-elc): New entry.
15623         (install): Use it so that .el files are necessarily installed.
15624
15625 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15628
15629 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15630
15631         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15632         function rather than the diff-mode.el package.
15633         (mm-display-external): Use with-current-buffer.
15634         (mm-viewer-completion-map, mm-viewer-completion-map):
15635         Move initialization inside declaration.
15636
15637 2005-09-29  Simon Josefsson  <jas@extundo.com>
15638
15639         * spam.el: Load hashcash when compiling, to avoid warnings.
15640         Don't autoload mail-check-payment.
15641         (spam-check-hashcash): Define unconditionally, since hashcash.el
15642         is part of Gnus now.  Ignore errors from payment checking.
15643
15644 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15645
15646         * message.el (message-bold-region, message-unbold-region):
15647         Rename from `bold-region' and `unbold-region'.
15648
15649         * message.el: Remove useless autoloads.
15650
15651 2005-09-28  Simon Josefsson  <jas@extundo.com>
15652
15653         * message.el (message-use-idna): Default to t.
15654         (message-use-idna): Test whether encoding works too.  Doc fix.
15655
15656 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * nntp.el (nntp-warn-about-losing-connection): Remove.
15659
15660 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15661
15662         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15663         customizable.  Change default value.
15664         (mm-uu-diff-groups-regexp): Change default value.
15665         (mm-uu-type-alist): Add doc string.
15666         (mm-uu-configure): Add doc string.  Make it interactive.
15667         (mm-uu-tex-groups-regexp): New variable.
15668         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15669         (mm-uu-type-alist): Add LaTeX documents.
15670         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15671         of "text/verbatim".
15672         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15673
15674         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15675         instead of "text/verbatim".
15676
15677         * message.el (message-mark-inserted-region)
15678         (message-mark-insert-file): Use slrn style marks when called with
15679         prefix argument.
15680
15681 2005-09-27  Simon Josefsson  <jas@extundo.com>
15682
15683         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15684
15685 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15686
15687         * message.el (message-remove-duplicates): New function.
15688         Implementation borrowed from `gnus-remove-duplicates'.
15689         (message-idna-to-ascii-rhs): Also encode idna addresses in
15690         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15691         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15692         only ask about the same idna domain once per header and also tell
15693         in what header to replace the idna domain.
15694
15695         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15696         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15697         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15698         a header is decoded and not just the last one.
15699
15700 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15703         has been decoded.
15704
15705         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15706         (mm-insert-part): Don't modify text if it has been decoded.
15707
15708         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15709         decoded.
15710
15711         * mm-view.el (mm-inline-text): Don't strip text props unless
15712         decoding enriched or richtext parts.
15713
15714 2005-09-25  Romain Francoise  <romain@orebokech.com>
15715
15716         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15717         * gnus-start.el (gnus-subscribe-interactively):
15718         * gnus-uu.el (gnus-uu-grab-articles):
15719         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15720         space.
15721
15722 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15723
15724         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15725         * mm-view.el (mm-view-pkcs7-decrypt):
15726         * gnus-sum.el (gnus-summary-limit-to-extra)
15727         (gnus-summary-respool-article, gnus-read-move-group-name):
15728         * gnus-score.el (gnus-summary-increase-score):
15729         * gnus-util.el (gnus-completing-read-with-default):
15730         * gnus-art.el (gnus-read-save-file-name)
15731         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15732         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15733         * message.el (message-check-news-header-syntax):
15734         Follow convention for reading with the minibuffer.
15735
15736 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15737
15738         * spam-report.el (spam-report-url-ping-plain):
15739         Use gnus-extended-version as User-Agent.
15740
15741         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15742         default value is nil.
15743
15744         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15745         (mm-uu-verbatim-marks-extract): New function.
15746         (mm-uu-extract): New face.
15747         (mm-uu-copy-to-buffer): Use it.
15748
15749         * spam-report.el (spam-report-gmane-ham): Rename from
15750         `spam-report-gmane-unspam'.
15751         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15752         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15753
15754         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15755         Autoload.
15756         (spam-report-gmane-unregister-routine):
15757         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15758
15759 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15760
15761         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15762         (spam-report-gmane-unregister-routine): Add support for gmane
15763         unregistration.
15764
15765         * spam-report.el (spam-report-gmane-unspam)
15766         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15767         (spam-report-gmane): Change to take a single article and do unspam
15768         registration.
15769
15770 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15771
15772         * mm-url.el (mm-url-decode-entities): Fix regexp.
15773
15774 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15775
15776         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15777         default to nil, to be able to use Gnus at all.  If the default
15778         switches to something else, then the function should be fixed not
15779         be exceedingly slow.
15780
15781 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15782
15783         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15784         fail hard.
15785
15786         * spam-report.el: Add better Keywords line.
15787
15788         * spam.el: Add Maintainer and better Keywords line.
15789
15790 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15791
15792         * gnus-art.el (gnus-article-replace-part)
15793         (gnus-mime-replace-part): New functions.
15794         (gnus-mime-action-alist, gnus-mime-button-commands)
15795         (gnus-mime-save-part-and-strip): Add file argument.
15796         (gnus-article-part-wrapper): Add interactive argument.
15797
15798         * gnus-sum.el (gnus-summary-mime-map):
15799         Add `gnus-article-replace-part'.
15800
15801 2005-09-19  Didier Verna  <didier@xemacs.org>
15802
15803         The nnml compaction feature:
15804         * nnml.el (nnml-request-compact-group): New function.
15805         * nnml.el (nnml-request-compact): New function.
15806         * gnus-int.el (gnus-request-compact-group): New function.
15807         * gnus-int.el (gnus-request-compact): New function.
15808         * gnus-group.el (gnus-group-compact-group): New function.
15809         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15810         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15811         * gnus-srvr.el (gnus-server-compact-server): New function.
15812         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15813         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15814
15815 2005-09-18  Deepak Goel  <deego@gnufans.org>
15816
15817         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15818         format spec.
15819
15820 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15823
15824 2005-09-15  Romain Francoise  <romain@orebokech.com>
15825
15826         * message.el (message-fill-paragraph): Clarify docstring.
15827
15828 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * gnus-art.el (gnus-mime-display-part): Protect against broken
15831         MIME messages.
15832
15833 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15836         before parsing header.
15837
15838 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15839
15840         * html2text.el (html2text-replace-list): Add new entities.
15841
15842 2005-09-11  Romain Francoise  <romain@orebokech.com>
15843
15844         * message.el (message-alternative-emails): Improve docstring.
15845         (message-setup-1): Call `message-use-alternative-email-as-from'
15846         after `message-setup-hook' to give it precedence over posting
15847         styles, etc.
15848         (message-use-alternative-email-as-from): Add docstring.
15849         Remove the original From header if present.
15850
15851         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15852         (nnml-save-mail): Use it.
15853
15854         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15855         articles.  Add new argument `silent'.
15856         (gnus-uu-mark-all): Report the total number of marked articles.
15857
15858 2005-09-10  Romain Francoise  <romain@orebokech.com>
15859
15860         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15861         (gnus-uu-mark-series): Likewise.
15862
15863 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15864
15865         * spam-report.el (spam-report-gmane): Fix generation of spam
15866         report URL.
15867
15868 2005-09-10  Simon Josefsson  <jas@extundo.com>
15869
15870         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15871         t, based on discussion on the ding list with Robert Epprecht
15872         <epprecht@solnet.ch>.
15873
15874 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15875
15876         * spam-report.el (spam-report-gmane): Make it work without
15877         X-Report-Spam header.  Gmane now only provides Archived-At.
15878         This is only used if `spam-report-gmane-use-article-number' is nil.
15879         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15880
15881         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15882         make `gnus-summary-sort-by-recipient' work with threading.
15883
15884         * nnweb.el (nnweb-google-wash-article): Print a message if article
15885         is not available.
15886
15887 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15888
15889         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15890         change.  Decode text/* parts content before displaying.
15891
15892 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15895
15896 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15897
15898         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15899
15900         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15901         url-package-name, url-package-version,
15902         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15903         w3m-display-inline-images, and w3m-minor-mode-map.
15904
15905 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15906
15907         * message.el (message-tab-body-function): Fix mismatched custom type.
15908
15909         * gnus.el (gnus-group-change-level-function): Ditto.
15910
15911         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15912
15913         * gnus-art.el (gnus-signature-limit)
15914         (gnus-article-mime-part-function): Ditto.
15915
15916 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * mml.el (mml-mode): Silence the byte compiler.
15919
15920         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15921         using `(sit-for 0)' before moving the point to the specified part;
15922         skip unbuttonized parts.
15923         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15924         return to the summary window if gnus-auto-select-part is non-nil.
15925
15926 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15929         New variables.
15930         (mml-dnd-attach-file, mml-mode): Use them.
15931
15932         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15933         Make fetching article by MID work again for Google Groups.
15934         Add FIXME concerning gnus-group-make-web-group.
15935
15936         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15937         Don't depend on Gnus by using mail-extract-address-components if
15938         gnus-extract-address-components is not bound.
15939
15940 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15941
15942         * gnus-art.el (gnus-mime-display-security): Don't display the
15943         signature, but only the signed part.
15944
15945 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15948
15949         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15950         list, not listp.
15951
15952 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15953
15954         * mm-encode.el (mm-encode-content-transfer-encoding):
15955         Likewise when encoding.
15956
15957         * mm-bodies.el (mm-decode-content-transfer-encoding):
15958         De-canonicalize CRLF for all text content types, not just
15959         text/plain.
15960
15961 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15964         valid article; point arrow and cursor at the MIME button.
15965
15966 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15969         Suggested by Dan Christensen <jdc@uwo.ca>.
15970
15971         * mm-decode.el (mm-save-part): Enable change of prompt.
15972
15973 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15974
15975         * gnus-msg.el (gnus-inews-add-send-actions):
15976         Make `message-post-method' lambda parameter ARG `&optional'.
15977
15978 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15979
15980         * gnus-sum.el (gnus-summary-mime-map):
15981         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15982         gnus-article-jump-to-part.
15983
15984         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15985         (gnus-article-edit-part): Use it.
15986         (gnus-article-part-wrapper): Add no-handle argument.
15987         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15988         New functions.
15989
15990 2005-08-29  Romain Francoise  <romain@orebokech.com>
15991
15992         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15993         docstring.
15994         (gnus-face-from-file): Likewise.
15995
15996 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15999         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16000         non-nil.
16001         (gnus-auto-select-part): New variable.
16002         (gnus-article-jump-to-part): New function.
16003         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16004         (gnus-mime-delete-part): Allow selecting specified part after
16005         deleting or stripping parts.
16006         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16007         part if argument is bogus.
16008
16009 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16010
16011         * gnus-art.el (w3m-minor-mode-map):
16012         * gnus-spec.el (gnus-newsrc-file-version):
16013         * gnus-util.el (nnmail-active-file-coding-system)
16014         (gnus-original-article-buffer, gnus-user-agent):
16015         * gnus.el (gnus-ham-process-destinations)
16016         (gnus-parameter-ham-marks-alist)
16017         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16018         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16019         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16020         * mm-decode.el (gnus-current-window-configuration):
16021         * mm-extern.el (gnus-article-mime-handles):
16022         * mm-url.el (url-current-object, url-package-name)
16023         (url-package-version):
16024         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16025         (smime-keys, w3m-cid-retrieve-function-alist)
16026         (w3m-current-buffer, w3m-display-inline-images)
16027         (w3m-minor-mode-map):
16028         * mml-smime.el (gnus-extract-address-components):
16029         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16030         (gnus-newsrc-hashtb, message-default-charset)
16031         (message-deletable-headers, message-options)
16032         (message-posting-charset, message-required-mail-headers)
16033         (message-required-news-headers):
16034         * mml1991.el (mc-pgp-always-sign):
16035         * mml2015.el (mc-pgp-always-sign):
16036         * nnheader.el (nnmail-extra-headers):
16037         * rfc1843.el (gnus-decode-encoded-word-function)
16038         (gnus-decode-header-function, gnus-newsgroup-name):
16039         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16040
16041 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16042
16043         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16044         the end of the date treatments.
16045
16046 2005-08-15  Simon Josefsson  <jas@extundo.com>
16047
16048         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16049         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16050         Capello and Romain Francoise.
16051         (pgg-fetch-key-function): Remove, not used?
16052         (pgg-insert-url-with-w3): Require url, to get
16053         url-insert-file-contents regardless of where it is defined.
16054
16055 2005-08-13  Romain Francoise  <romain@orebokech.com>
16056
16057         * message.el (message-cite-original-1): New function.
16058         (message-cite-original): Use it.
16059         (message-cite-original-without-signature): Ditto.
16060
16061 2005-08-08  Romain Francoise  <romain@orebokech.com>
16062
16063         * message.el (message-yank-empty-prefix): New variable.
16064         (message-indent-citation): Use it.
16065         (message-cite-original-without-signature): Respect X-No-Archive.
16066
16067 2005-08-08  Simon Josefsson  <jas@extundo.com>
16068
16069         * pgg.el: Autoload url-insert-file-contents instead of loading
16070         w3/url.
16071         (pgg-insert-url-with-w3): Don't load url here.
16072
16073 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16074
16075         * message.el (message-kill-to-signature): Don't insert newline at
16076         bol.
16077         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16078
16079 2005-08-06  Romain Francoise  <romain@orebokech.com>
16080
16081         * message.el (message-user-fqdn): Fix typo in docstring.
16082
16083 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16084
16085         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16086
16087         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16088
16089 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16090
16091         * mm-bodies.el (mm-encode-body): Use coding system rather than
16092         charset to encode text.
16093
16094         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16095         number of charsets if utf-8 is available (XEmacs).
16096
16097 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16098
16099         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16100         taken from `gnus-button-mid-or-mail-regexp'.
16101         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16102         (gnus-button-alist): Improve regexp for domain part of the MIDs
16103         for news:localpart@domain buttons.
16104         (gnus-button-ctan-directory-regexp): Update.
16105
16106 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * sieve-manage.el (sieve-manage-interactive-login):
16109         Use make-local-variable rather than make-variable-buffer-local.
16110         (sieve-manage-open): Ditto.
16111         (sieve-manage-authenticate): Ditto.
16112
16113         * mml.el (mml-generate-mime-1): Make the content type default to
16114         text/plain if the filename is not specified.
16115
16116 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16117
16118         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16119         instead of insert-buffer.
16120
16121         * message.el (message-yank-original): Ditto; set the mark at the
16122         end of the yanked message.
16123
16124 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16127         lines to scroll rather than to stop it.
16128
16129         * mml.el (mml-generate-default-type): Add doc string.
16130         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16131         default to application/octet-stream when determining the content
16132         type if it is not specified for the part or the mml contents; add
16133         a comment about mml-generate-default-type.
16134
16135 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16138         make it default to application/octet-stream when determining the
16139         content type if it is not specified for the external contents.
16140
16141 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16142
16143         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16144         segmented parameter but also other parameters might be there.
16145
16146 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16147
16148         * mm-decode.el (mm-display-external): Delete temp file, directory
16149         and buffer immediately if the external process is exited.
16150
16151 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16152
16153         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16154         fewer lines than that of scroll-margin.
16155         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16156
16157 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16158
16159         * gnus-art.el (gnus-article-next-page): Revert.
16160         (gnus-article-beginning-of-window): New macro.
16161         (gnus-article-next-page-1): Use it.
16162         (gnus-article-prev-page): Ditto.
16163         (gnus-article-edit-part): Use insert-buffer-substring instead of
16164         insert-buffer.
16165         (gnus-article-edit-exit): Ditto.
16166
16167         * gnus-util.el (gnus-beginning-of-window): Remove.
16168         (gnus-end-of-window): Remove.
16169
16170         * lpath.el: Don't bind header-line-format and scroll-margin.
16171
16172 2005-07-25  Simon Josefsson  <jas@extundo.com>
16173
16174         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16175         to have the url package without w3.  Reported by Daiki Ueno
16176         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16177
16178 2005-07-20  Didier Verna  <didier@xemacs.org>
16179
16180         * gnus-diary.el: Remove the description comment (nndiary is now
16181         properly documented in the Gnus manual).
16182         Fix the spelling of "Back End".
16183         * nndiary.el: Ditto.
16184         Fix the copyright notice.
16185
16186 2005-07-18  Romain Francoise  <romain@orebokech.com>
16187
16188         * gnus-sum.el (gnus-summary-to-prefix)
16189         (gnus-summary-newsgroup-prefix): New variables.
16190         (gnus-summary-from-or-to-or-newsgroups): Use them.
16191
16192 2005-07-17  Romain Francoise  <romain@orebokech.com>
16193
16194         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16195         space as it's generally not especially interesting to the user.
16196
16197 2005-07-16  Romain Francoise  <romain@orebokech.com>
16198
16199         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16200         nil to avoid prompting and file modification if one of the
16201         messages at the top of the nnfolder file contains a copyright
16202         notice.
16203         Update copyright notice.
16204
16205         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16206         instead of `current-time-string' as the latter creates a time
16207         string that is not RFC 2822 compliant (it lacks the zone).
16208         Update copyright notice.
16209
16210 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16211
16212         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16213         for text/rtf.  Display default in prompt.  Pass default for M-n.
16214
16215         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16216
16217 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16218
16219         * gnus-msg.el (gnus-button-mailto):
16220         Remove save-selected-window-window hackery because it relies on
16221         save-selected-window internals.
16222
16223 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16226         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16227         (gnus-article-prev-page): Ditto.
16228
16229         * gnus-util.el (gnus-beginning-of-window): New function.
16230         (gnus-end-of-window): New function.
16231
16232         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16233
16234 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16235
16236         * gnus-score.el (gnus-score-edit-all-score):
16237         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16238         gnus-message.
16239
16240 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16241
16242         * gnus-msg.el (gnus-button-mailto):
16243         Remove save-selected-window-window hackery because it relies on
16244         save-selected-window internals.
16245
16246 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16249         add-minor-mode.
16250         (gnus-binary-mode): Ditto.
16251
16252         * gnus-topic.el (gnus-topic-mode): Ditto.
16253
16254 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16255
16256         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16257         (gnus-article-prev-page): Take scroll-margin into consideration.
16258
16259 2005-07-04  Lute Kamstra  <lute@gnu.org>
16260
16261         Update FSF's address in GPL notices.
16262
16263 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16264
16265         * gnus.el (gnus-exit):
16266         * gnus-group.el (gnus-group-icons):
16267         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16268
16269         * gnus-nocem.el (gnus-nocem):
16270         * message.el (message-various, message-buffers, message-sending)
16271         (message-interface, message-forwarding, message-insertion)
16272         (message-headers, message-news, message-mail):
16273         * pgg-gpg.el (pgg-gpg):
16274         * pgg-parse.el (pgg-parse):
16275         * pgg-pgp.el (pgg-pgp):
16276         * pgg-pgp5.el (pgg-pgp5):
16277         * pop3.el (pop3): Finish `defgroup' description with period.
16278
16279 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * gnus-art.el (article-display-face): Improve the efficiency.
16282         (article-display-x-face): Ditto; remove grey x-face stuff.
16283
16284 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * gnus-art.el (article-display-face): Correct the position in
16287         which Faces are inserted.
16288
16289 2005-06-29  Didier Verna  <didier@xemacs.org>
16290
16291         * gnus-art.el (article-display-face): Display faces in correct
16292         order.
16293
16294 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16297         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16298         (gnus-nocem-check-article): Fetch the Type header.
16299         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16300         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16301         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16302         make sure gnus-nocem-hashtb is initialized.
16303         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16304         (gnus-nocem-unwanted-article-p): Ditto.
16305
16306         * pgg.el (pgg-verify): Return the verification result.
16307
16308 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16309
16310         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16311         is ascii.
16312
16313 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16314
16315         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16316         `show-nonbreak-escape'.
16317
16318 2005-06-23  Lute Kamstra  <lute@gnu.org>
16319
16320         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16321
16322         * dig.el (dig-mode):
16323         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16324
16325 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16326
16327         * nnimap.el (nnimap-split-download-body): Fix spellings.
16328
16329 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16330
16331         * gnus-art.el (gnus-article-encrypt-body):
16332         * gnus-cus.el (gnus-score-customize):
16333         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16334         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16335
16336 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16337
16338         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16339         header by looking for magic "MII" at the beginnig.
16340
16341 2005-06-16  Miles Bader  <miles@gnu.org>
16342
16343         * gnus-xmas.el (gnus-xmas-group-startup-message):
16344         Use renamed gnus-splash face.
16345
16346         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16347         (assistant-field-face): New backward-compatibility alias for renamed
16348         face.
16349         (assistant-render-text): Use renamed assistant-field face.
16350
16351         * spam.el (spam): Remove "-face" suffix from face name.
16352         (spam-face): New backward-compatibility alias for renamed face.
16353         (spam-face, spam-initialize): Use renamed spam face.
16354
16355         * message.el (message-header-to, message-header-cc)
16356         (message-header-subject, message-header-newsgroups)
16357         (message-header-other, message-header-name)
16358         (message-header-xheader, message-separator, message-cited-text)
16359         (message-mml): Remove "-face" suffix from face names.
16360         (message-header-to-face, message-header-cc-face)
16361         (message-header-subject-face, message-header-newsgroups-face)
16362         (message-header-other-face, message-header-name-face)
16363         (message-header-xheader-face, message-separator-face)
16364         (message-cited-text-face, message-mml-face):
16365         New backward-compatibility aliases for renamed faces.
16366         (message-font-lock-keywords): Use renamed message faces.
16367
16368         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16369         (sieve-test-commands, sieve-tagged-arguments):
16370         Remove "-face" suffix from face names.
16371         (sieve-control-commands-face, sieve-action-commands-face)
16372         (sieve-test-commands-face, sieve-tagged-arguments-face):
16373         New backward-compatibility aliases for renamed faces.
16374         (sieve-control-commands-face, sieve-action-commands-face)
16375         (sieve-test-commands-face, sieve-tagged-arguments-face):
16376         Use renamed sieve faces.
16377
16378         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16379         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16380         (gnus-group-news-3-empty, gnus-group-news-4)
16381         (gnus-group-news-4-empty, gnus-group-news-5)
16382         (gnus-group-news-5-empty, gnus-group-news-6)
16383         (gnus-group-news-6-empty, gnus-group-news-low)
16384         (gnus-group-news-low-empty, gnus-group-mail-1)
16385         (gnus-group-mail-1-empty, gnus-group-mail-2)
16386         (gnus-group-mail-2-empty, gnus-group-mail-3)
16387         (gnus-group-mail-3-empty, gnus-group-mail-low)
16388         (gnus-group-mail-low-empty, gnus-summary-selected)
16389         (gnus-summary-cancelled, gnus-summary-high-ticked)
16390         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16391         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16392         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16393         (gnus-summary-low-undownloaded)
16394         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16395         (gnus-summary-low-unread, gnus-summary-normal-unread)
16396         (gnus-summary-high-read, gnus-summary-low-read)
16397         (gnus-summary-normal-read, gnus-splash):
16398         Remove "-face" suffix from face names.
16399         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16400         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16401         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16402         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16403         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16404         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16405         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16406         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16407         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16408         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16409         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16410         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16411         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16412         (gnus-summary-normal-ticked-face)
16413         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16414         (gnus-summary-normal-ancient-face)
16415         (gnus-summary-high-undownloaded-face)
16416         (gnus-summary-low-undownloaded-face)
16417         (gnus-summary-normal-undownloaded-face)
16418         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16419         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16420         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16421         (gnus-splash-face):
16422         New backward-compatibility aliases for renamed faces.
16423         (gnus-group-startup-message): Use renamed gnus faces.
16424
16425         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16426         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16427         (gnus-server-agent): Remove "-face" suffix from face names.
16428         (gnus-server-agent-face, gnus-server-opened-face)
16429         (gnus-server-closed-face, gnus-server-denied-face)
16430         (gnus-server-offline-face):
16431         New backward-compatibility aliases for renamed faces.
16432         (gnus-server-agent-face, gnus-server-opened-face)
16433         (gnus-server-closed-face, gnus-server-denied-face)
16434         (gnus-server-offline-face): Use renamed gnus faces.
16435
16436         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16437         Remove "-face" suffix from face names.
16438         (gnus-picon-xbm-face, gnus-picon-face):
16439         New backward-compatibility aliases for renamed faces.
16440
16441         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16442         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16443         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16444         (gnus-cite-11): Remove "-face" suffix from face names.
16445         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16446         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16447         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16448         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16449         New backward-compatibility aliases for renamed faces.
16450         (gnus-cite-attribution-face, gnus-cite-face-list)
16451         (gnus-article-boring-faces): Use renamed gnus faces.
16452
16453         * gnus-art.el (gnus-signature, gnus-header-from)
16454         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16455         (gnus-header-content): Remove "-face" suffix from face names.
16456         (gnus-signature-face, gnus-header-from-face)
16457         (gnus-header-subject-face, gnus-header-newsgroups-face)
16458         (gnus-header-name-face, gnus-header-content-face):
16459         New backward-compatibility aliases for renamed faces.
16460         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16461
16462         * gnus-sum.el (gnus-summary-selected-face)
16463         (gnus-summary-highlight): Use renamed gnus faces.
16464         * gnus-group.el (gnus-group-highlight): Likewise.
16465
16466 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16467
16468         * gnus-sieve.el (gnus-sieve-article-add-rule):
16469         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16470         * spam-stat.el (spam-stat-buffer-change-to-spam)
16471         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16472
16473         * message.el (message-is-yours-p):
16474         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16475
16476 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * mm-view.el (mm-inline-text): Withdraw the last change.
16479
16480 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16483         executing enriched-decode.
16484
16485 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16488         charset of tar files.
16489
16490 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16491
16492         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16493
16494 2005-06-04  Lute Kamstra  <lute@gnu.org>
16495
16496         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16497         information is never recorded.
16498
16499 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16500
16501         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16502
16503 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * pop3.el (pop3-apop): Run md5 in the binary mode.
16506
16507         * starttls.el (starttls-set-process-query-on-exit-flag):
16508         Use eval-and-compile.
16509
16510 2005-05-31  Simon Josefsson  <jas@extundo.com>
16511
16512         * smime.el (smime-replace-in-string): Define.
16513         (smime-cert-by-ldap-1): Use it.
16514
16515 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * gnus-art.el (article-display-x-face): Replace
16518         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16519
16520         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16521         set-process-query-on-exit-flag or process-kill-without-query.
16522
16523         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16524         loop instead of replace-regexp.
16525
16526         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16527         instead of process-kill-without-query if it is available.
16528
16529         * lpath.el: Fbind ldap-search-entries.
16530
16531         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16532         instead of find-file-hooks if it is available.
16533
16534         * mml1991.el: Bind pgg-default-user-id when compiling.
16535
16536         * mml2015.el: Bind pgg-default-user-id when compiling.
16537
16538         * nndraft.el (nndraft-request-associate-buffer):
16539         Use write-contents-functions instead of write-contents-hooks if it is
16540         available.
16541
16542         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16543         instead of find-file-hooks if it is available.
16544
16545         * nntp.el (nntp-open-connection): Replace
16546         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16547         (nntp-open-ssl-stream): Ditto.
16548         (nntp-open-tls-stream): Ditto.
16549
16550         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16551         set-process-query-on-exit-flag or process-kill-without-query.
16552         (starttls-open-stream-gnutls): Use it instead of
16553         process-kill-without-query.
16554         (starttls-open-stream): Ditto.
16555
16556 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16557
16558         * smime.el (smime-cert-by-ldap-1): Don't use
16559         replace-regexp-in-string.
16560
16561 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16562
16563         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16564
16565         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16566         in PEM format.  Adjust to the XEmacs compatibility.
16567
16568 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16569
16570         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16571         by `string-to-number'.
16572         * gnus-agent.el (gnus-agent-regenerate-group)
16573         (gnus-agent-fetch-articles): Ditto.
16574         * gnus-art.el (gnus-button-fetch-group): Ditto.
16575         * gnus-cache.el (gnus-cache-generate-active)
16576         (gnus-cache-articles-in-group): Ditto.
16577         * gnus-group.el (gnus-group-set-current-level)
16578         (gnus-group-insert-group-line): Ditto.
16579         * gnus-score.el (gnus-score-set-expunge-below)
16580         (gnus-score-set-mark-below, gnus-summary-score-effect)
16581         (gnus-summary-score-entry): Ditto.
16582         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16583         (gnus-soup-pack): Ditto.
16584         * gnus-spec.el (gnus-xmas-format): Ditto.
16585         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16586         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16587         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16588         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16589         * nndb.el (nndb-get-remote-expire-response): Ditto.
16590         * nndiary.el (nndiary-parse-schedule-value)
16591         (nndiary-string-to-number, nndiary-request-replace-article)
16592         (nndiary-request-article): Ditto.
16593         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16594         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16595         * nneething.el (nneething-make-head): Ditto.
16596         * nnfolder.el (nnfolder-request-article)
16597         (nnfolder-retrieve-headers): Ditto.
16598         * nnheader.el (nnheader-file-to-number): Ditto.
16599         * nnkiboze.el (nnkiboze-request-article): Ditto.
16600         * nnmail.el (nnmail-process-unix-mail-format)
16601         (nnmail-process-babyl-mail-format): Ditto.
16602         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16603         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16604         (nnmh-request-create-group, nnmh-request-list-1)
16605         (nnmh-request-group, nnmh-request-article): Ditto.
16606         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16607         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16608         * nnsoup.el (nnsoup-make-active): Ditto.
16609         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16610         * nntp.el (nntp-find-group-and-number)
16611         (nntp-retrieve-headers-with-xover): Ditto.
16612         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16613         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16614         (pgg-format-key-identifier): Ditto.
16615         * pop3.el (pop3-last, pop3-stat): Ditto.
16616         * qp.el (quoted-printable-decode-region): Ditto.
16617
16618         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16619         of concat.
16620
16621 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16624
16625         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16626
16627         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16628
16629         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16630
16631         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16632
16633         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16634
16635         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16636         (gnus-carpal-mode): Ditto.
16637
16638         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16639         (gnus-browse-mode): Ditto.
16640
16641         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16642
16643         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16644
16645 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16646
16647         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16648
16649 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * gnus-util.el (gnus-run-mode-hooks): New function.
16652
16653         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16654
16655         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16656         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16657
16658 2005-05-27  Lute Kamstra  <lute@gnu.org>
16659
16660         * dns-mode.el (dns-mode): Specify customization group.
16661
16662 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16663
16664         * gnus-agent.el (gnus-agent-make-mode-line-string):
16665         Use mode-line-highlight as mouse-face.
16666
16667 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * canlock.el (canlock): Change the parent group to news.
16670
16671         * deuglify.el (gnus-outlook-deuglify): Add :group.
16672
16673         * dig.el (dig): Add :group.
16674
16675         * dns-mode.el (dns-mode): Add :group.
16676
16677         * encrypt.el (encrypt): Add :group.
16678
16679         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16680         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16681         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16682         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16683         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16684
16685         * gnus-diary.el (gnus-diary): Add :group.
16686
16687         * gnus.el (gnus-group-news-1-face): Add :group.
16688         (gnus-group-news-1-empty-face): Ditto.
16689         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16690         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16691         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16692         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16693         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16694         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16695         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16696         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16697         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16698         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16699         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16700         (gnus-summary-high-ticked-face): Ditto.
16701         (gnus-summary-low-ticked-face): Ditto.
16702         (gnus-summary-normal-ticked-face): Ditto.
16703         (gnus-summary-high-ancient-face): Ditto.
16704         (gnus-summary-low-ancient-face): Ditto.
16705         (gnus-summary-normal-ancient-face): Ditto.
16706         (gnus-summary-high-undownloaded-face): Ditto.
16707         (gnus-summary-low-undownloaded-face): Ditto.
16708         (gnus-summary-normal-undownloaded-face): Ditto.
16709         (gnus-summary-high-unread-face): Ditto.
16710         (gnus-summary-low-unread-face): Ditto.
16711         (gnus-summary-normal-unread-face): Ditto.
16712         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16713         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16714
16715         * hashcash.el (hashcash): New custom group.
16716         (hashcash-default-payment): Add :group.
16717         (hashcash-payment-alist): Ditto.
16718         (hashcash-default-accept-payment): Ditto.
16719         (hashcash-accept-resources): Ditto.
16720         (hashcash-path): Ditto.
16721         (hashcash-extra-generate-parameters): Ditto.
16722         (hashcash-double-spend-database): Ditto.
16723         (hashcash-in-news): Ditto.
16724
16725         * message.el (message-minibuffer-local-map): Add :group.
16726
16727         * netrc.el (netrc): Add :group.
16728
16729         * sieve-manage.el (sieve-manage-log): Add :group.
16730         (sieve-manage-default-user): Diito.
16731         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16732         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16733         (sieve-manage-authenticators): Ditto.
16734         (sieve-manage-authenticator-alist): Ditto.
16735         (sieve-manage-default-port): Ditto.
16736
16737         * sieve-mode.el (sieve-control-commands-face): Add :group.
16738         (sieve-action-commands-face): Ditto.
16739         (sieve-test-commands-face): Ditto.
16740         (sieve-tagged-arguments-face): Ditto.
16741
16742         * smime.el (smime): Add :group.
16743
16744         * spam-report.el (spam-report): Add :group.
16745
16746         * spam.el (spam, spam-face): Add :group.
16747
16748 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16749
16750         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16751         return \n.\n.\n at the end of articles.  Protect against that.
16752         (nntp-with-open-group): Allow debugging.
16753
16754         * nnheader.el (mail-header-set-extra): Make into a function
16755         because I just could't understand how to quote the list properly.
16756
16757         * dns.el (query-dns-cached): New function.
16758
16759 2005-05-26  Lute Kamstra  <lute@gnu.org>
16760
16761         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16762
16763 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16766
16767         * gnus-art.el: Don't autoload mail-extract-address-components.
16768
16769         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16770         eval-and-compile to evaluate it.
16771
16772         * hashcash.el: Don't autoload executable-find.
16773
16774         * nndb.el: Don't declare the nndb back end two or more times; don't
16775         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16776
16777         * nntp.el: Autoload format-spec instead of format; use
16778         eval-and-compile to evaluate autoload forms.
16779
16780 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16781
16782         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16783
16784 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16785
16786         * gnus.el (gnus-version-number): Bump version.
16787
16788 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16789
16790         * gnus.el: No Gnus v0.3 is released.
16791
16792 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16793
16794         * lpath.el (featurep): Bind show-nonbreak-escape.
16795
16796 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * gnus-art.el (gnus-article-edit-part): Disable undo.
16799
16800 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16803         gnus-article-date-lapsed-new-header is t if date timer is active;
16804         skip headers in which the original date value is empty.
16805         (gnus-article-save-original-date): Redefine it as a macro.
16806         (gnus-display-mime): Use it.
16807
16808 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * gnus-art.el (article-date-ut): Support converting date in
16811         forwarded parts as well.
16812         (gnus-article-save-original-date): New function.
16813         (gnus-display-mime): Use it.
16814
16815 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16816
16817         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16818         enclosure element of <item>.
16819
16820 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16821
16822         * message.el (message-kill-buffer-query): Rename from
16823         `message-kill-buffer-query-if-modified'.  Add :version.
16824
16825 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16826
16827         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16828         window layout.
16829
16830 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * mml.el: Autoload dnd when compiling.
16833
16834 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16835
16836         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16837         x-dnd-*.
16838
16839 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * qp.el (quoted-printable-encode-region): Save excursion.
16842
16843 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16844
16845         * message.el (message-kill-buffer-query-if-modified): Add new variable
16846         so the user can kill a modified message buffer quickly.
16847         (message-kill-buffer): Use it.
16848
16849 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * lpath.el: Fbind display-time-event-handler; don't fbind
16852         string-to-multibyte.
16853
16854         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16855
16856 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16859         contained in text because xml.el decodes entities) with LFs.
16860
16861 2005-04-11  Lute Kamstra  <lute@gnu.org>
16862
16863         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16864         differently.
16865
16866 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16867
16868         * mm-util.el (mm-detect-coding-region): Typo.
16869
16870 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16873
16874 2005-04-06  Deepak Goel  <deego@gnufans.org>
16875
16876         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16877         user-function allow user modifications of the scores.
16878         (spam-stat-score-buffer-user): New function, to allow
16879         user-computed modifications to the score.
16880         (spam-stat-score-buffer-user-functions): List of additional
16881         scoring functions.
16882         (spam-stat-error-holder): Global temporary error holder.
16883         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16884         variable.
16885
16886 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16887
16888         * gnus-registry.el (gnus-registry-clean-empty-function)
16889         (gnus-registry-trim, gnus-registry-fetch-groups)
16890         (gnus-registry-delete-group): Groups that match
16891         `gnus-registry-ignored-groups' are removed from the registry
16892         entries, not just ignored for splitting.  This helps clean up the
16893         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16894         to get all the groups a message ID is in.
16895
16896         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16897         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16898         (spam-stat-score-buffer-user-functions): Add :number custom type.
16899
16900 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16901
16902         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16903         argument in XEmacs.
16904
16905         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16906         (nnrss-request-group): Decode group name first.
16907         (nnrss-request-article): Make a text/plain article if mml-to-mime
16908         failed.
16909         (nnrss-get-encoding): Return a compatible encoding according to
16910         nnrss-compatible-encoding-alist.
16911         (nnrss-find-el): Use consp instead of listp.
16912         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16913
16914 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16917         which Emacs 20 doesn't support.
16918         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16919
16920 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16921
16922         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16923         silence the byte compiler inside the defun.
16924
16925         * gnus-demon.el (parse-time-string): Add autoload.
16926
16927         * gnus-delay.el (parse-time-string): Add autoload.
16928
16929         * gnus-art.el (parse-time-string): Add autoload.
16930
16931         * nnultimate.el (parse-time): Require for `parse-time-string'.
16932
16933 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16934
16935         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16936
16937         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16938
16939         * smime.el (smime-ldap-host-list): Add :version.
16940
16941 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16942
16943         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16944         pass it to `gnus-browse-read-group'.
16945         (gnus-browse-read-group): Add NUMBER argument and pass it to
16946         `gnus-group-read-ephemeral-group'.
16947
16948         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16949         argument and pass it to `gnus-group-read-group'.
16950
16951 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16952
16953         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16954         mm-xemacs-find-mime-charset-1 if we have the mule feature
16955         available at runtime.
16956
16957 2005-03-25  Werner Lemberg  <wl@gnu.org>
16958
16959         * nnmaildir.el: Replace `illegal' with `invalid'.
16960
16961 2005-03-23  Lute Kamstra  <lute@gnu.org>
16962
16963         * time-date.el: Add comment on time value formats.
16964         Don't require parse-time.
16965         (with-decoded-time-value): New macro.
16966         (encode-time-value): New function.
16967         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16968         (days-to-time): Return a valid time value when arg is huge.
16969         (time-since): Use time-subtract.
16970         (time-to-number-of-days): Use time-to-seconds.
16971
16972 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16973
16974         * gnus-start.el (gnus-display-time-event-handler):
16975         Check display-time-timer at runtime rather than only at load time
16976         in case display-time-mode is turned off in the mean time.
16977
16978 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16979
16980         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16981         used.
16982
16983         * nneething.el (nneething-map-file-directory): Derive from
16984         `gnus-directory'.
16985
16986         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16987         the To/Cc button.
16988
16989 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * nnmaildir.el (nnmaildir-request-accept-article):
16992         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16993
16994 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16995
16996         * gnus-async.el: Require timer-funcs at compile time when in
16997         XEmacs for `run-with-idle-timer'.
16998
16999 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17000
17001         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17002         autoloaded function.
17003
17004 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17005
17006         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17007
17008 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17009
17010         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17011
17012 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17013
17014         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17015         Add gnus-expert-user to default.
17016
17017 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17018
17019         * nnimap.el (nnimap-open-server): Ditto.
17020
17021         * imap.el (imap-authenticate): Fix typo.
17022
17023 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17024
17025         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17026         buffer (since IMAP server might return FETCH response out of
17027         order, and the nntp buffer must be sorted).
17028
17029 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17030
17031         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17032         comparison on string.
17033
17034         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17035         (gnus-agent-score): Rename category keywords to match gnus-cus.
17036         (gnus-agent-summary-fetch-series): Modify to protect against
17037         gnus-agent-summary-fetch-group clearing processable flags.
17038         (gnus-agent-synchronize-group-flags): Update live group buffer as
17039         synchronization may occur due to the user toggle the plugged
17040         status.
17041         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17042         successfully downloaded.
17043         (gnus-agent-expire-group-1): Avoid using markers when the overview
17044         is in ascending order; greatly improves performance.
17045         (gnus-agent-regenerate-group):
17046         Use gnus-agent-synchronize-group-flags to reset read status in both
17047         gnus and server.
17048         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17049
17050 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17051
17052         * message.el: Don't autoload former message-utils variables.
17053         (message-strip-subject-trailing-was): Change doc string.
17054
17055         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17056         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17057         (nnweb-google-search): Add "hl=en" here.
17058         (nnweb-google-parse-1, nnweb-google-create-mapping):
17059         Don't hardcode URL.
17060
17061 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * message.el (message-get-reply-headers, message-followup):
17064         Mention related variables `message-use-followup-to' and
17065         `message-use-mail-followup-to', in the information buffer.
17066
17067         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17068         of broken groups(-beta).google.com.
17069
17070 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17071
17072         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17073         parameter to invoked gnus-request-move-article; remove the
17074         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17075         all at once instead of once per article.
17076         (gnus-summary-remove-process-mark): Accept a list of articles as
17077         well as a single article for processing.
17078
17079         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17080         parameter.
17081
17082         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17083
17084         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17085
17086         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17087         parameter.
17088
17089         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17090         parameter.
17091
17092         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17093         parameter and remove the gnus-sum-hint-move-is-internal variable.
17094
17095         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17096         parameter.
17097
17098         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17099         parameter.
17100
17101         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17102         parameter.
17103
17104         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17105
17106         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17107         parameter.
17108
17109         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17110         parameter.
17111
17112 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17113
17114         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17115         a more conservative way.
17116
17117 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17118
17119         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17120         buffer, so it moves the window's cursor.
17121
17122 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17123
17124         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17125         `mm-dissect-multipart' and receive the from field as an (optional)
17126         argument from `mm-dissect-multipart'.
17127         (mm-dissect-multipart): Receive the from field as an argument and
17128         pass it on when we call `mm-dissect-buffer' on MIME parts.
17129         Fixes verification/decryption of signed/encrypted MIME parts.
17130
17131 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17132
17133         * gnus-sum.el (gnus-summary-move-article):
17134         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17135         whatever it calls (right now, only nnimap-request-move article
17136         respects it).
17137
17138         * nnimap.el (nnimap-request-move-article):
17139         When gnus-sum-hint-move-is-internal is set, don't do the extra
17140         nnimap-request-article.
17141
17142 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17143
17144         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17145
17146         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17147         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17148
17149         * gnus-sum.el (gnus-summary-caesar-message):
17150         Apply `gnus-treat-article' after rotation.
17151
17152         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17153         doc string.
17154
17155 2005-02-22  Simon Josefsson  <jas@extundo.com>
17156
17157         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17158         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17159         <arne@arnested.dk>.
17160         (encrypt): Add password-cache and password-cache-expiry as group
17161         members.
17162
17163 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17164
17165         * smime.el (smime-ldap-host-list): Doc fix.
17166         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17167         cache) password.
17168         (smime-sign-region): Use it.
17169         (smime-decrypt-region): Use it.
17170         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17171         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17172         fails.
17173         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17174         certificate from DER to PEM format rather than calling openssl.
17175
17176         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17177
17178         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17179         for signing/encryption.
17180
17181         * mml.el (mml-parse-1): Use them.
17182
17183 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17184
17185         * nnrss.el (nnrss-verbose): Remove.
17186         (nnrss-request-group): Use `nnheader-message' instead.
17187
17188 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17189
17190         * nnrss.el (nnrss-verbose): New variable.
17191         (nnrss-request-group): Make it say nnrss is requesting a group.
17192
17193 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17194
17195         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17196         Handle news URL with given port correctly.
17197
17198 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17199
17200         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17201         containing special characters.
17202
17203         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17204
17205         * mml.el (mime-to-mml): Ditto.
17206
17207         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17208         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17209         (rfc2047-decode-region): Quote decoded words containing special
17210         characters when rfc2047-quote-decoded-words-containing-tspecials
17211         is non-nil.
17212
17213 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17214
17215         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17216
17217         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17218
17219 2005-02-15  Simon Josefsson  <jas@extundo.com>
17220
17221         * nnimap.el (nnimap-debug): Doc fix.
17222
17223         * imap.el (imap-debug): Doc fix.
17224
17225 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17226
17227         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17228
17229 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17230
17231         * gnus.el (spam-contents): Improve docs for spam-contents
17232         parameter in its variable incarnation.
17233
17234 2005-02-14  Simon Josefsson  <jas@extundo.com>
17235
17236         * smime-ldap.el: Use require instead of load-library for ldap.
17237         (smime-ldap-search): Indent.
17238         (smime-ldap-search-internal): Shorten line.
17239
17240         * smime.el (smime-cert-by-dns): Add doc-string.
17241         (smime-cert-by-ldap-1): Indent.
17242
17243         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17244         mml-smime-get-dns-ldap.
17245         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17246
17247 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17248
17249         * smime.el: Require smime-ldap.
17250         (smime-ldap-host-list): New variable.
17251         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17252
17253         * mml-smime.el (mml-smime-encrypt-query): New function.
17254         (mml-smime-encrypt-query): Use it.
17255
17256         * smime-ldap.el: New file.
17257
17258 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17261
17262 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17263
17264         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17265         argument in doc string.  Make query for type more clear.
17266
17267 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17268
17269         * gnus.el (gnus-group-startup-message): Search for gnus images in
17270         etc/images/gnus.
17271         * mm-util.el (mm-image-load-path): Likewise.
17272         * smiley.el (smiley-data-directory): Search for smilies in
17273         etc/images/smilies.
17274
17275 2005-02-09  Kim F. Storm  <storm@cua.dk>
17276
17277         Change Emacs release version from 21.4 to 22.1 throughout.
17278         Change Emacs development version from 21.3.50 to 22.0.50.
17279
17280 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17281
17282         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17283
17284         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17285         non-Mule XEmacs as well.
17286         (mm-decompress-buffer): Signal an error intentionally if it does
17287         not decompress compressed data because auto-compression-mode is
17288         disabled.
17289
17290 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17291
17292         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17293         an ID in the registry even if it has no groups.
17294
17295 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17298         merge it into mm-decompress-buffer.
17299         (gnus-mime-copy-part): Use the MIME part charset, the value which
17300         a user specified or gnus-newsgroup-charset for decoding, like
17301         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17302         save-buffer what was used.  Suggested by Kevin Ryde
17303         <user42@zip.com.au>.
17304         (gnus-mime-inline-part): Allow the name parameter as well as the
17305         filename parameter; force decompressing of compressed data; always
17306         display contents being not decoded as unibyte.
17307
17308         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17309         as well as the filename parameter.
17310
17311         * mm-util.el (mm-decompress-buffer):
17312         Merge gnus-mime-jka-compr-maybe-uncompress.
17313         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17314         of compressed data.
17315
17316 2005-02-08  Simon Josefsson  <jas@extundo.com>
17317
17318         * imap.el (imap-log): Doc fix.
17319
17320 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17321
17322         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17323         the coding cookies; decompress compressed parts.
17324
17325         * mml.el (mml-generate-mime-1): Add the charset parameter according
17326         to the value which a user specified manually or the coding cookie.
17327
17328         * mm-util.el (mm-string-to-multibyte): New function.
17329         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17330         (mm-coding-system-to-mime-charset): New function.
17331         (mm-decompress-buffer): New function.
17332         (mm-find-buffer-file-coding-system): New function.
17333
17334         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17335         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17336         parts.
17337
17338 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17339
17340         * mm-view.el (mm-display-inline-fontify): Decode a part according
17341         to the charset parameter.
17342
17343 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17344
17345         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17346         prefix arg is neither nil nor a number, as info specifies.
17347
17348 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17349
17350         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17351         timestamps.
17352
17353 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17354
17355         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17356         groups error checking and notify user.
17357
17358 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17359
17360         * message.el (message-send-mail-function): Check existence of
17361         sendmail-program first before using default value
17362         `message-send-mail-with-sendmail'.  Otherwise use more generic
17363         `smtpmail-send-it'.
17364
17365 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * nntp.el (nntp-request-update-info): Always return nil.
17368
17369 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17370
17371         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17372
17373 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17374
17375         * message.el (message-beginning-of-line): Change the behavior when
17376         invoked between BOL and : so that it first moves backward.
17377
17378 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17379
17380         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17381         article buffer when editing of the article is discarded.
17382         (gnus-article-prepare): Revert.
17383
17384 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * gnus-art.el (gnus-article-prepare):
17387         Remove message-strip-forbidden-properties from the local hook.
17388
17389 2005-01-27  Simon Josefsson  <jas@extundo.com>
17390
17391         * password.el (password-cache-add): Only start one timer per key.
17392         Reported by Derek Atkins <warlord@MIT.EDU>.
17393
17394 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17395
17396         * run-at-time.el: Remove.  It is no longer needed as
17397         timer-funcs.el in the xemacs-base package has a working version of
17398         `run-at-time'.
17399
17400         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17401
17402         * password.el: Require timer-funcs instead of run-at-time in
17403         XEmacs.
17404         Remove `password-run-at-time' macro.
17405         (password-cache-add): Use `run-at-time' instead of
17406         `password-run-at-time'.
17407
17408         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17409         Remove `nnheader-cancel-function-timers' alias,
17410         `cancel-function-timers' exists in XEmacs in timer-funcs.
17411
17412         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17413         for `run-with-idle-timer'.
17414
17415         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17416         for `run-at-time'.
17417
17418         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17419         for `with-timeout'.
17420
17421         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17422         the same as for XEmacs 21.4.
17423         No need to ignore `run-with-idle-timer', this function exists in
17424         XEmacs now in timer-funcs.el in the xemacs-base package.
17425         (dgnushack-compile): No need to delete
17426         run-at-time.el from the list of files to compile because it
17427         doesn't exist anymore.
17428
17429 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17430
17431         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17432         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17433
17434 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17435
17436         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17437         sensitively.
17438
17439 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17440
17441         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17442
17443 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17444
17445         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17446         which will be inserted according to the multibyteness of a buffer
17447         rather than the type of contents.  Suggested by ARISAWA Akihiro
17448         <ari@mbf.ocn.ne.jp>.
17449
17450         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17451         of string which old xml.el may return rather than a string.
17452
17453 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17456
17457 2005-01-16  Simon Josefsson  <jas@extundo.com>
17458
17459         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17460         idn/idna.el isn't available.
17461         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17462         <michael@waxrat.com>.
17463
17464         * hashcash.el: Remove non-FSF copyright header.
17465
17466         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17467         (hashcash-generate-payment): Use it.
17468         (hashcash-generate-payment-async): Use it.
17469
17470 2005-01-15  Simon Josefsson  <jas@extundo.com>
17471
17472         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17473         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17474
17475         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17476         gnus-summary-idna-message.
17477         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17478         (gnus-summary-idna-message): New function.
17479
17480 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17481
17482         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17483         gnus-novice-user.
17484
17485 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17486
17487         * nnrss.el (nnrss-request-delete-group): Delete entries in
17488         nnrss-group-alist as well.
17489         (nnrss-save-server-data): Insert newline.
17490
17491 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17492
17493         * gnus.el (gnus-user-agent): Use list of symbols instead of
17494         symbols.  Display full version number for (S)XEmacs.
17495         Optionally display (S)XEmacs codename.
17496
17497         * gnus-util.el (gnus-emacs-version): Update for new
17498         `gnus-user-agent'.
17499
17500         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17501         Gnus version.
17502
17503 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17504
17505         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17506         which is unreadable in some setups.
17507
17508 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * gnus-spec.el (gnus-update-format-specifications): Flush the
17511         group format spec cache if it doesn't support decoded group names.
17512
17513 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17514
17515         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17516         Allow to apply decay on score files matching a regexp.
17517
17518 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17521         compatibility in %g and %c.
17522
17523 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17526         name for only %g and %c.
17527         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17528         of gnus-tmp-group to decoded group name.
17529         (gnus-group-make-rss-group): Exclude `/'s from group names.
17530
17531 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * nnrss.el (nnrss-get-encoding): Fix regexp.
17534
17535 2004-12-27  Simon Josefsson  <jas@extundo.com>
17536
17537         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17538         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17539         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17540
17541 2004-12-17  Kim F. Storm  <storm@cua.dk>
17542
17543         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17544
17545         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17546
17547 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17548
17549         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17550
17551 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * nnrss.el: Require rfc2047 and mml.
17554         (nnrss-file-coding-system): New variable.
17555         (nnrss-format-string): Redefine it as an inline function.
17556         (nnrss-decode-group-name): New function.
17557         (nnrss-string-as-multibyte): Remove.
17558         (nnrss-retrieve-headers): Decode group name; don't use
17559         nnrss-format-string.
17560         (nnrss-request-group): Decode group name.
17561         (nnrss-request-article): Decode group name; allow a Message-ID as
17562         well as an article number; don't use nnrss-format-string; encode a
17563         Message-ID string which may contain non-ASCII characters; use
17564         mml-to-mime to compose a MIME article.
17565         (nnrss-request-expire-articles): Decode group name.
17566         (nnrss-request-delete-group): Decode group name.
17567         (nnrss-fetch): Clarify error message.
17568         (nnrss-read-server-data): Use insert-file-contents instead of load;
17569         bind file-name-coding-system; use multibyte buffer.
17570         (nnrss-save-server-data): Bind coding-system-for-write to the
17571         value of nnrss-file-coding-system; bind file-name-coding-system;
17572         add coding cookie.
17573         (nnrss-read-group-data): Use insert-file-contents instead of load;
17574         bind file-name-coding-system; use multibyte buffer.
17575         (nnrss-save-group-data): Bind coding-system-for-write to the
17576         value of nnrss-file-coding-system; bind file-name-coding-system.
17577         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17578         make it work with non-ASCII text.
17579         (nnrss-find-el): Make it work with old xml.el as well.
17580
17581 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17582
17583         * nnrss.el (nnrss-get-encoding): New function.
17584         (nnrss-fetch): Use unibyte buffer initially; bind
17585         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17586         decode contents according to the encoding attribute.
17587         (nnrss-save-group-data): Add coding cookie.
17588         (nnrss-mime-encode-string): New function.
17589         (nnrss-check-group): Use it to encode subject and author.
17590
17591 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17592
17593         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17594         imaginary variable.
17595
17596 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17597
17598         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17599         correctly even if there are wide characters.
17600
17601 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17602
17603         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17604         downcased symbol names; make a new cache instead of reusing
17605         bbdb-hashtable.
17606
17607 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17610         concatenating segments rather than before concatenating them.
17611         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17612
17613         * message.el (message-get-reply-headers): Bind `extra'.
17614
17615 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17616
17617         * message.el (message-extra-wide-headers): New variable.
17618         (message-get-reply-headers): Use it.
17619
17620 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17623         (gnus-agent-group-pathname): Ditto.
17624
17625         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17626
17627         * gnus-group.el (gnus-group-make-group): Decode group name.
17628         (gnus-group-make-rss-group): Register the group data after opening
17629         the nnrss group.
17630
17631 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17632
17633         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17634         by expiry now get marked as read.
17635
17636 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17637
17638         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17639
17640 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17641
17642         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17643         unify Latin characters in XEmacs.
17644         (mm-find-mime-charset-region): Use it.
17645
17646 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17647
17648         * gnus-util.el (gnus-delete-directory): New function.
17649
17650         * gnus-agent.el (gnus-agent-delete-group): Use it.
17651
17652         * gnus-cache.el (gnus-cache-delete-group): Use it.
17653
17654 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17657         names.
17658
17659 2004-12-16  Simon Josefsson  <jas@extundo.com>
17660
17661         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17662
17663 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17666
17667         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17668         (gnus-group-set-current-level): Decode group name.
17669
17670 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17671
17672         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17673         failed.
17674
17675 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * gnus-group.el (gnus-group-delete-group): Decode group name.
17678         (gnus-group-make-rss-group): Encode group name.
17679         (gnus-group-catchup-current): Decode group name.
17680         (gnus-group-kill-group): Decode group name.
17681
17682 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17683
17684         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17685
17686 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * gnus-group.el (gnus-group-make-rss-group):
17689         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17690
17691         * gnus-start.el (gnus-setup-news): Honor user's setting to
17692         gnus-message-archive-method.  Suggested by Lute Kamstra
17693         <lute@gnu.org>.
17694
17695 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17696
17697         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17698         global counterparts of the buffer-local variables.
17699
17700 2004-11-16  Romain Francoise  <romain@orebokech.com>
17701
17702         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17703         counterparts of the buffer-local variables.
17704
17705 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17706
17707         * message.el (message-forbidden-properties): Fix typo in doc
17708         string.
17709
17710 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17711
17712         * gnus-util.el (gnus-replace-in-string): Add doc string.
17713
17714         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17715         to avoid problems when splitting mails with many recipients.
17716
17717 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17718
17719         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17720         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17721
17722 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17723
17724         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17725         if there is no hashtable in memory or file modification time is
17726         newer than cached timestamp.
17727
17728 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17729
17730         * gnus-sum.el (gnus-summary-limit-to-recipient):
17731         Implement not-matching option.
17732
17733 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17734
17735         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17736         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17737         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17738         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17739         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17740         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17741
17742 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17743
17744         * message.el (message-forward-make-body-mml): Remove headers
17745         according to message-forward-ignored-headers if a message is decoded.
17746
17747 2004-12-02  Romain Francoise  <romain@orebokech.com>
17748
17749         * message.el (message-forward-make-body-plain): Always remove
17750         headers according to message-forward-ignored-headers.
17751
17752 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17753
17754         * spam.el (spam-summary-prepare-exit): Remove the
17755         gnus-summary-limit pop for now, it has problems with ham marks for
17756         me.
17757
17758 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17759
17760         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17761         correctly.
17762
17763 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17764
17765         * format-spec.el (format-spec): Message the char.
17766
17767 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17768
17769         * gnus-art.el (gnus-split-methods): Reformat comments.
17770
17771         * spam.el (spam-summary-prepare-exit): Remove article limits
17772         before exiting the summary buffer.
17773
17774 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17777         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17778
17779         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17780         order to silence the byte compiler.
17781
17782         * spam.el: Fix the way to silence the byte compiler, which
17783         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17784         bbdb-search-simple, spam-BBDB-register-routine,
17785         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17786         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17787         spam-stat-buffer-is-spam, spam-stat-load,
17788         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17789         spam-stat-save and spam-stat-split-fancy.
17790
17791 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17792
17793         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17794         which may confuse users.
17795         (canlock-password-for-verify): Ditto.
17796
17797         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17798
17799         * gnus-art.el (gnus-emphasis-alist): Ditto.
17800
17801         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17802
17803         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17804
17805         * gnus-start.el (gnus-save-killed-list): Ditto.
17806
17807         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17808         (gnus-sum-thread-tree-root): Ditto.
17809         (gnus-sum-thread-tree-false-root): Ditto.
17810         (gnus-sum-thread-tree-single-indent): Ditto.
17811
17812         * message.el (message-courtesy-message): Ditto.
17813         (message-archive-note): Ditto.
17814         (message-subscribed-address-file): Ditto.
17815         (message-user-fqdn): Ditto.
17816
17817         * spam-report.el (spam-report-gmane-regex): Ditto.
17818
17819         * spam.el (spam-blackhole-good-server-regex): Ditto.
17820
17821 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * mml.el (mml-preview): Widen the message buffer before copying
17824         the contents to the preview buffer; sort headers before previewing.
17825
17826         * message.el (message-hidden-headers): Fix the way to avoid a bug
17827         in the `repeat' widget in Emacs 21.3 or earlier.
17828
17829 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17830
17831         * message.el (message-hidden-headers): Default to "^References:".
17832         Improve customization type.  Suggested by Reiner Steib
17833         <Reiner.Steib@gmx.de>.
17834
17835 2004-11-25  Romain Francoise  <romain@orebokech.com>
17836
17837         * message.el (message-strip-forbidden-properties): Remove check for
17838         obsolete `message-hidden' text property, hidden headers are not
17839         accessible in the buffer anymore.
17840
17841 2004-11-22  Romain Francoise  <romain@orebokech.com>
17842
17843         * message.el (message-header-format-alist): Add `From' in list
17844         so that it can be sorted.
17845         (message-fix-before-sending): Widen and sort headers before
17846         sending.
17847         (message-hide-headers): Use narrowing to hide headers by moving
17848         them to the top of the buffer and narrowing to the region
17849         underneath.
17850
17851 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17852
17853         * message.el (message-strip-forbidden-properties):
17854         Bind buffer-read-only (etc) to nil.
17855
17856 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17859         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17860
17861 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17862
17863         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17864
17865 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17866
17867         * dns.el (query-dns): Use sit-for to time instead of
17868         accept-process-output, since that doesn't seem to work on udp
17869         sockets.
17870
17871 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17874
17875 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17876
17877         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17878         doc string.  Improve doc string.
17879
17880 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * nntp.el (nntp-request-update-info): Return nil if
17883         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17884         may not call gnus-activate-group which uselessly issues the GROUP
17885         commands for all nntp groups and wastes time.  Reported by Romain
17886         Francoise <romain@orebokech.com>.
17887
17888         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17889
17890 2004-11-15  Simon Josefsson  <jas@extundo.com>
17891
17892         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17893         headers separately.
17894         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17895         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17896
17897 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17898
17899         * gnus-start.el (gnus-convert-old-newsrc):
17900         Assign legacy-gnus-agent to 5.10.7.
17901
17902 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17903
17904         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17905         start of the lines.
17906
17907 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17908
17909         * hashcash.el (hashcash-default-payment): Change default to 20.
17910         (hashcash-default-accept-payment): Change default to 20.
17911         (hashcash-process-alist): New variable.
17912         (hashcash-generate-payment-async): Add.
17913         (hashcash-already-paid-p): Add.
17914         (hashcash-insert-payment): Don't generate payments twice.
17915         (hashcash-insert-payment-async): Add.
17916         (hashcash-insert-payment-async-2): Add.
17917         (hashcash-cancel-async): Add.
17918         (hashcash-wait-async): Add.
17919         (hashcash-processes-running-p): Add.
17920         (hashcash-wait-or-cancel): Add.
17921         (mail-add-payment): New optional argument.  Conditionally start
17922         asynchronous calculation.
17923         (mail-add-payment-async): Add.
17924
17925         * message.el (message-send-mail): Wait for asynchronous hashcash
17926         results.  Don't clobber existing X-Hashcash headers.
17927         (message-setup-1): Call mail-add-payment-async when
17928         message-generate-hashcash is non-nil.
17929
17930 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17931
17932         * message.el (message-use-alternative-email-as-from): Examine the
17933         From header as well; use message-make-from in order to include a
17934         user's full name.
17935
17936 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17937
17938         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17939         default; improve customization type.
17940         (gnus-emphasis-custom-with-format): New macro.
17941         (gnus-emphasis-custom-value-to-external): New function.
17942         (gnus-emphasis-custom-value-to-internal): New function.
17943
17944 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17945
17946         * dns.el (query-dns): Resolve reverse addresses.
17947
17948 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17949
17950         * gnus-group.el (gnus-group-get-new-news): Use it.
17951
17952         * gnus-start.el (gnus-check-reasonable-setup): New function.
17953
17954 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17957         "Args out of range" error.  Reported by Arnaud Giersch
17958         <arnaud.giersch@free.fr>.
17959
17960 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17961
17962         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17963
17964 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17965
17966         * spam.el (spam group): Add :version.
17967
17968         * pgg-def.el (pgg group): Add :version.
17969
17970 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17971
17972         * gnus-art.el (gnus-article-edit-article): Don't associate the
17973         article buffer with a draft file.  This is a temporary measure
17974         against the 2004-08-22 change to gnus-article-edit-mode.
17975
17976 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17979         (html2text-format-tags): Remove unused variable `attr'.
17980
17981 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17982
17983         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17984
17985         * tls.el (tls-process-connection-type, tls-success)
17986         (tls-certtool-program): Add :version.
17987
17988         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17989         (starttls-extra-arguments, starttls-process-connection-type)
17990         (starttls-connect, starttls-failure, starttls-success): Add :version.
17991
17992         * spam-stat.el (spam-stat): Add :version.
17993
17994         * sieve.el (sieve): Add :version.
17995
17996         * sha1.el (sha1): Add :version.
17997         (sha1-use-external): Remove redundant version.
17998
17999         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18000         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18001         (nnmail-split-fancy-match-partial-words)
18002         (nnmail-split-lowercase-expanded): Add :version.
18003
18004         * nndiary.el (nndiary): Add :version.
18005
18006         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18007
18008         * mml-sec.el (mml-default-sign-method)
18009         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18010         Add :version.
18011
18012         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18013
18014         * mm-url.el (mm-url-use-external, mm-url-program)
18015         (mm-url-arguments): Add :version.
18016
18017         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18018         (mm-attachment-file-modes, mm-decrypt-option)
18019         (mm-w3m-safe-url-regexp): Add :version.
18020
18021         * message.el (message-cite-prefix-regexp)
18022         (message-sendmail-envelope-from, message-minibuffer-local-map)
18023         (message-user-fqdn, message-completion-alist): Add :version.
18024
18025         * gnus-win.el (gnus-configure-windows-hook)
18026         (gnus-use-frames-on-any-display): Add :version.
18027
18028         * gnus-art.el (gnus-article-address-banner-alist)
18029         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18030         (gnus-treat-from-picon, gnus-treat-mail-picon)
18031         (gnus-treat-x-pgp-sig): Add :version.
18032
18033         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18034         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18035         (gnus-summary-article-delete-hook)
18036         (gnus-summary-display-while-building): Add :version.
18037
18038         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18039         (gnus-get-top-new-news-hook): Add :version.
18040
18041         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18042         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18043
18044         * gnus-registry.el (gnus-registry): Add :version.
18045
18046         * gnus-spec.el (gnus-use-correct-string-widths)
18047         (gnus-make-format-preserve-properties): Add :version.
18048
18049         * gnus.el (gnus-group-charter-alist)
18050         (gnus-group-fetch-control-use-browse-url)
18051         (gnus-install-group-spam-parameters): Add :version.
18052
18053         * gnus-diary.el (gnus-diary): Add :version.
18054
18055         * gnus-delay.el (gnus-delay): Add :version.
18056
18057         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18058         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18059         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18060         Add :version.
18061
18062         * gnus-agent.el (gnus-agent-max-fetch-size)
18063         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18064         (gnus-agent-prompt-send-queue): Add :version.
18065
18066         * deuglify.el (gnus-outlook-deuglify): Add :version.
18067
18068         * html2text.el: Beautify code.  Improve doc strings.
18069         Some checkdoc cleanup.
18070         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18071
18072 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18073
18074         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18075
18076 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18077
18078         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18079         when package is loaded.
18080
18081         * spam.el (spam-summary-score-preferred-header): Add global preference
18082         for people who want to override the default SpamAssassin over
18083         Bogofilter preference (when both are set).
18084         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18085         (spam-user-format-function-S):
18086         Check spam-summary-score-preferred-header.
18087         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18088         (spam-user-format-function-S): Format the score correctly.
18089
18090 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18093         signature file.  Suggested by Manoj Srivastava
18094         <srivasta@golden-gryphon.com>.
18095
18096         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18097         iso-2022-jp even in the Japanese language environment.
18098         Suggested by Jason Rumney <jasonr@gnu.org>.
18099
18100 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18103         use the same characters as the dummy marks; make it free from
18104         getting affected by the language environment.
18105         (gnus-summary-read-group-1): Update mark positions only when the
18106         format spec is updated.
18107
18108         * gnus-spec.el (gnus-update-format-specifications): Return a list
18109         of updated types.
18110
18111 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18112
18113         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18114         of boundp to check if display-warning is available.
18115
18116 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18117
18118         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18119
18120 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18121
18122         * nnspool.el (nnspool-spool-directory): Use news-path if the
18123         news-directory variable is not bound.
18124
18125         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18126         function instead of display-warning if it is not available.
18127
18128 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18129
18130         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18131         v5-10: Use `point-at-bol'.
18132
18133 2004-10-26  Simon Josefsson  <jas@extundo.com>
18134
18135         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18136         <chenggao@gmail.com>.
18137
18138 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18139
18140         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18141         instead.
18142
18143 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18144
18145         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18146         to remove a server from the nnimap-server-buffer-alist.
18147         (nnimap-open-connection, nnimap-close-server): Use it.
18148
18149         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18150
18151 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18152
18153         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18154         running the major-mode function.
18155
18156 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18157
18158         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18159         dummy marks in the right way.
18160
18161 2004-10-18  David Edmondson  <dme@dme.org>
18162
18163         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18164         excessively.
18165
18166 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18167
18168         * gnus-util.el (gnus-split-references): Accept a nil references
18169         string and go on blissfully.
18170
18171         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18172         cases where the references string is non-nil but has no references.
18173
18174         * encrypt.el: Add autoload tags.
18175
18176         * spam.el (spam-resolve-registrations-routine): Remove article
18177         from unregistration list too.  Reported by David Hanak
18178         <dhanak@isis.vanderbilt.edu>
18179
18180 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18181
18182         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18183         nil.  Change custom type.
18184
18185 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18186
18187         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18188
18189         * gnus-sum.el (gnus-summary-move-article): Use it.
18190
18191 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18192
18193         * encrypt.el: Add autoload cookies.
18194
18195         * spam.el (spam-backend-article-list-property)
18196         (spam-backend-get-article-todo-list)
18197         (spam-backend-put-article-todo-list)
18198         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18199         Resolve registrations separately.
18200         (spam-register-routine): Format comments.
18201         (spam-unregister-routine, spam-register-routine): Always call with
18202         specific-articles, no default list.
18203         (spam-summary-prepare-exit): Use the spam-classifications function.
18204
18205         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18206         gnus-encrypt.el.
18207
18208         * encrypt.el: Copied from gnus-encrypt.el.
18209
18210         * gnus-encrypt.el: Commented that it's obsolete.
18211
18212 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18213
18214         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18215         (gnus-score-save): Use it.
18216
18217         * message.el (message-bury): Use `window-dedicated-p'.
18218
18219 2004-10-15  Simon Josefsson  <jas@extundo.com>
18220
18221         * pop3.el (top-level): Don't require nnheader.
18222         (pop3-read-timeout): Add.
18223         (pop3-accept-process-output): Add.
18224         (pop3-read-response, pop3-retr): Use it.
18225
18226 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18227
18228         * spam.el (spam-register-routine): Move comment.
18229         (spam-verify-bogofilter): Use 'unknown for the initial
18230         spam-bogofilter-valid state, not 'never.
18231
18232         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18233         for netrc-machine.
18234
18235         * nnimap.el (nnimap-open-connection):
18236         Use netrc-machine-user-or-password.
18237
18238 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18239
18240         * gnus-registry.el (gnus-registry-unload-hook):
18241         Set as a variable with add-hook.
18242
18243         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18244         of news-path.
18245
18246         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18247
18248         * spam.el: Delete duplicate `provide'.
18249         (spam-unload-hook): Set as a variable with add-hook.
18250
18251 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18252
18253         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18254         in the doc string.
18255
18256         * message.el (message-ignored-news-headers)
18257         (message-ignored-supersedes-headers)
18258         (message-ignored-resent-headers)
18259         (message-forward-ignored-headers): Improve custom type.
18260
18261 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18262
18263         * message.el (message-tokenize-header): Fix 2004-09-06 change
18264         which used point-min in the wrong place.
18265
18266 2004-10-12  Simon Josefsson  <jas@extundo.com>
18267
18268         * tls.el (tls-certtool-program): New variable.
18269         (tls-certificate-information): New function, based on
18270         ssl-certificate-information.
18271
18272 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18273
18274         * compface.el: Move the version of ELisp-based uncompface program
18275         to the contrib directory because of the copyright problem.
18276
18277 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18278
18279         * message.el (message-kill-buffer): Raise the current frame.
18280
18281 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18282
18283         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18284
18285         * gnus.el (message-y-or-n-p): Autoload.
18286
18287         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18288         (pop3-password-required, pop3-authentication-scheme)
18289         (pop3-leave-mail-on-server): Make customizable.
18290         (pop3): New custom group.
18291         (pop3-retr): Remove `sleep-for' statements.
18292         Suggested by Dave Love <fx@gnu.org>.
18293
18294         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18295         Windows/DOS.
18296
18297         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18298         (imap-parse-body): Fix incorrect use of `assert'.
18299         Suggested by Dave Love <fx@gnu.org>.
18300
18301         * mml.el (mml-minibuffer-read-disposition): Require match.
18302         Suggested by Dave Love <fx@gnu.org>.
18303
18304 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18305
18306         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18307         doc string.
18308
18309 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18312
18313 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18314
18315         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18316         instead of calling `mm-insert-inline', to decode text/* parts
18317         before displaying them.
18318
18319 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18320
18321         * mm-uu.el (mm-uu-text-plain-type): New variable.
18322         (mm-uu-pgp-signed-extract-1): Use it.
18323         (mm-uu-pgp-encrypted-extract-1): Use it.
18324         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18325         bind mm-uu-text-plain-type with that value.
18326         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18327         mm-uu-dissect.
18328
18329 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * gnus-group.el (gnus-update-group-mark-positions):
18332         * gnus-sum.el (gnus-update-summary-mark-positions):
18333         * message.el (message-check-news-body-syntax):
18334         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18335         of string-as-multibyte.
18336
18337 2004-10-05  Juri Linkov  <juri@jurta.org>
18338
18339         * gnus-group.el (gnus-update-group-mark-positions):
18340         * gnus-sum.el (gnus-update-summary-mark-positions):
18341         * message.el (message-check-news-body-syntax):
18342         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18343         8-bit unibyte values to a multibyte string for search functions.
18344
18345 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18348         (mm-uu-dissect-text-parts): New function.
18349
18350         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18351         dissect text parts.
18352
18353         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18354         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18355
18356         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18357
18358         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18359         Use gnus-current-topics instead of gnus-current-topic.
18360
18361 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18362
18363         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18364
18365 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18366
18367         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18368         where approriate.
18369
18370         * nnml.el (nnml-generate-active-info): do.
18371
18372         * nndiary.el (nndiary-generate-active-info): do.
18373
18374         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18375         (gnus-topic-move): do.
18376
18377         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18378         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18379
18380         * gnus-srvr.el (gnus-server-prepare)
18381         (gnus-server-open-all-servers): do.
18382
18383         * gnus-msg.el (gnus-summary-cancel-article)
18384         (gnus-summary-resend-message)
18385         (gnus-summary-mail-crosspost-complaint): do.
18386
18387         * gnus-move.el (gnus-change-server): do.
18388
18389         * gnus-group.el (gnus-group-unmark-all-groups)
18390         (gnus-group-set-current-level): do.
18391
18392 2004-10-04  Simon Josefsson  <jas@extundo.com>
18393
18394         * message.el (message-generate-hashcash): Doc fix.
18395
18396 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18397
18398         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18399         avoid infinite recursion via gnus-get-function.
18400
18401 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18402
18403         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18404
18405         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18406
18407         * nnmail.el (nnmail-split-history): do.
18408
18409         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18410         (nnml-request-delete-group): do.
18411
18412         * nnslashdot.el (nnslashdot-read-groups): do.
18413
18414         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18415         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18416
18417         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18418         (nnspool-sift-nov-with-sed): Use last.
18419         (nnspool-retrieve-headers-with-nov): Use mapc.
18420         (nnspool-request-newgroups): Use dolist.
18421         (nnspool-request-group): Use last.
18422
18423         * nntp.el (nntp-read-server-type): Use dolist.
18424
18425         * nnvirtual.el (nnvirtual-create-mapping)
18426         (nnvirtual-update-read-and-marked): Use dolist.
18427         (nnvirtual-convert-headers): Simplify.
18428
18429 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18430
18431         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18432         Add support for sync'ing tick marks.
18433
18434 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18437         there's no visible header.
18438
18439 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18440
18441         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18442         When necessary, pass full group name to gnus-request-set-marks.
18443
18444 2004-10-01  Simon Josefsson  <jas@extundo.com>
18445
18446         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18447         acroread.
18448
18449 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18450
18451         * spam-report.el (spam-report-gmane): Fix interactive.
18452
18453         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18454
18455         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18456         when writing file.
18457         (gnus-agent-synchronize-flags): Don't default to being
18458         interactive.
18459
18460 2004-09-30  Simon Josefsson  <jas@extundo.com>
18461
18462         * message.el (message-generate-hashcash): Add.
18463         (message-send-mail): Use it, call mail-add-payment.
18464
18465 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18466
18467         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18468
18469 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18470
18471         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18472         gnus-requst-update-info with explicit code to sync the in-memory
18473         info read flags with the marks being sync'd to the backend.
18474
18475         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18476
18477 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18478
18479         * spam.el (spam-verify-bogofilter): Add new function.
18480         (spam-check-bogofilter)
18481         (spam-bogofilter-register-with-bogofilter): Use it.
18482         (spam-verify-bogofilter): Add small fixes.
18483
18484 2004-09-28  Simon Josefsson  <jas@extundo.com>
18485
18486         * hashcash.el (hashcash-generate-payment): Revert.
18487
18488 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18489
18490         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18491         Use gnus-extract-references instead of gnus-split-references.
18492
18493         * gnus-util.el (gnus-extract-references): Add new function, analogous
18494         to gnus-split-references but extracts only the message-ID without
18495         anything extra.
18496
18497         * hashcash.el (hashcash-generate-payment)
18498         (hashcash-check-payment): Do the right thing if hashcash-path is
18499         nil (because the hashcash program could not be found).
18500
18501         * spam.el (spam-use-hashcash): Remove comment.
18502
18503 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18504
18505         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18506         (gnus-cache-enter-article, gnus-cache-remove-article)
18507         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18508
18509         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18510
18511         * gnus-art.el (article-hide-boring-headers)
18512         (article-translate-strings, article-display-face)
18513         (gnus-article-mime-match-handle-first)
18514         (gnus-article-highlight-headers)
18515         (gnus-article-add-buttons-to-head): do.
18516
18517 2004-09-27  Simon Josefsson  <jas@extundo.com>
18518
18519         * hashcash.el: New version, from
18520         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18521         ../contrib/.
18522
18523 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18524
18525         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18526
18527 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18528
18529         * gnus-dup.el (gnus-dup-open): Use mapc.
18530         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18531
18532         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18533         Reported by Stefan Wiens <s.wi@gmx.net>.
18534
18535         * gnus.el (gnus-shutdown): Use dolist.
18536
18537         * gnus-undo.el (gnus-undo): Use mapc.
18538
18539         * nnrss.el (nnrss-generate-active): do.
18540
18541         * message.el (message-cite-original-without-signature)
18542         (message-cite-original): Use mapc.
18543         (message-do-actions, message-make-forward-subject): Use dolist.
18544
18545 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18546
18547         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18548         deletion to remove entire duplicate line.  Fixes merged article
18549         number bug.
18550
18551 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18552
18553         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18554         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18555         first ask if you want to open a server and then, even when you
18556         responded with no, asking if you want to synchronize the server's
18557         flags.
18558         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18559         multi-line expressions.
18560         (gnus-agent-synchronize-group-flags): New internal function.
18561         Updates marks in memory (in the info structure) AND in the
18562         backend.
18563
18564         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18565
18566         * nnagent.el (nnagent-request-set-mark):
18567         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18568         method, to ensure that synchronization updates marks in the
18569         backend and in the info (in memory) structure.
18570
18571 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18572
18573         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18574         convention fully; don't miss the root article of a thread; make
18575         the X-Draft-From header with correct article numbers.
18576
18577 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18578
18579         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18580         unless plugged.  Disable the agent so that an open failure causes
18581         an error.
18582
18583         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18584         Revert 2004-09-21 change.  The backend must be opened while
18585         synchronizing flags even when the backend stores the flags
18586         locally.
18587
18588 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18589
18590         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18591         in `header' match.  Reported by Svend Tollak Munkejord.
18592
18593         * message.el (message-cite-original): Fix use of
18594         `message-cite-articles-with-x-no-archive'.
18595
18596 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18599         (gnus-window-to-buffer): Ditto.
18600
18601         * mml.el (mml-preview-buffer): New variable.
18602         (mml-preview): Manage window layout with gnus-buffer-configuration.
18603
18604         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18605         X-Draft-From header even if those articles aren't quoted.
18606
18607 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18608
18609         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18610         (gnus-request-set-mark, gnus-request-update-mark): Use new
18611         g-s-t-u-l-m to decide to use backend even when unplugged.
18612
18613 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18616         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18617
18618 2004-09-20  Simon Josefsson  <jas@extundo.com>
18619
18620         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18621         "utf-16-le".
18622
18623 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18624
18625         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18626
18627 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18628
18629         * uudecode.el (uudecode-use-external): Add :version.
18630
18631         * smime.el (smime-CA-file, smime-encrypt-cipher)
18632         (smime-dns-server): Add :version.
18633
18634         * smiley.el (gnus-smiley-file-types): Add :version.
18635
18636         * sha1.el (sha1-use-external): Add :version.
18637
18638         * pgg-def.el (pgg-query-keyserver): Add :version.
18639
18640         * nnmail.el (nnmail-fancy-expiry-targets)
18641         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18642         Add :version.
18643
18644         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18645         (nnimap-retrieve-groups-asynchronous): Add :version.
18646         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18647
18648         * mml.el (mml-content-disposition-parameters)
18649         (mml-insert-mime-headers-always): Add :version.
18650
18651         * mm-util.el (mm-coding-system-priorities): Add :version.
18652
18653         * mm-decode.el (mm-inline-text-html-with-images)
18654         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18655         (mm-verify-option): Add :version.
18656         (mm-text-html-renderer): Change :version.
18657
18658         * message.el (message-fcc-externalize-attachments)
18659         (message-required-headers, message-draft-headers)
18660         (message-subject-trailing-was-query)
18661         (message-subject-trailing-was-ask-regexp)
18662         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18663         (message-mark-insert-end, message-archive-header)
18664         (message-archive-note, message-cross-post-default)
18665         (message-cross-post-note, message-followup-to-note)
18666         (message-cross-post-note-function, message-use-mail-followup-to)
18667         (message-subscribed-address-functions)
18668         (message-subscribed-address-file, message-subscribed-addresses)
18669         (message-subscribed-regexps, message-allow-no-recipients)
18670         (message-yank-cited-prefix, message-signature-insert-empty-line)
18671         (message-hidden-headers, message-hierarchical-addresses)
18672         (message-mail-user-agent, message-use-idna)
18673         (message-valid-fqdn-regexp)
18674         (message-strip-special-text-properties, message-header-synonyms)
18675         (message-beginning-of-line, message-tab-body-function): Add :version.
18676         (message-insert-canlock, message-wide-reply-confirm-recipients):
18677         Change :version.
18678
18679         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18680         and :version.
18681         (mail-source-delete-old-incoming-confirm)
18682         (mail-source-movemail-program): Add :version.
18683
18684         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18685         (gnus-agent-cache, gnus-agent): Change :version.
18686
18687         * gnus-util.el (gnus-use-byte-compile): Change :version.
18688
18689         * gnus-sum.el (gnus-summary-make-false-root-always)
18690         (gnus-summary-default-high-score)
18691         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18692         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18693         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18694         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18695         (gnus-sum-thread-tree-single-indent)
18696         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18697         (gnus-sum-thread-tree-leaf-with-other)
18698         (gnus-sum-thread-tree-single-leaf): Add :version.
18699         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18700         (gnus-article-loose-mime): Change :version.
18701
18702         * gnus-start.el (gnus-backup-startup-file)
18703         (gnus-save-startup-file-via-temp-buffer): Add :version.
18704
18705         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18706         (gnus-server-offline-face): Add :version.
18707
18708         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18709
18710         * gnus-msg.el (gnus-gcc-externalize-attachments)
18711         (gnus-debug-files, gnus-debug-exclude-variables)
18712         (gnus-discouraged-post-methods): Change :version.
18713         (gnus-confirm-mail-reply-to-news)
18714         (gnus-confirm-treat-mail-like-news): Add :version.
18715
18716         * gnus-int.el (gnus-server-unopen-status): Add :version.
18717
18718         * gnus-group.el (gnus-group-jump-to-group-prompt)
18719         (gnus-large-ephemeral-newsgroup)
18720         (gnus-fetch-old-ephemeral-headers): Add :version.
18721
18722         * gnus-fun.el (gnus-x-face-directory)
18723         (gnus-convert-pbm-to-x-face-command)
18724         (gnus-convert-image-to-x-face-command)
18725         (gnus-convert-image-to-face-command): Add :version.
18726
18727         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18728
18729         * gnus-cite.el (gnus-cite-blank-line-after-header)
18730         (gnus-article-boring-faces): Add :version.
18731
18732         * gnus-art.el (gnus-buttonized-mime-types)
18733         (gnus-inhibit-mime-unbuttonizing)
18734         (gnus-treat-display-face)
18735         (gnus-treat-body-boundary): Change :version.
18736         (gnus-body-boundary-delimiter, gnus-picon-databases)
18737         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18738         (gnus-treat-date-english, gnus-treat-fold-headers)
18739         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18740         (gnus-treat-mail-picon, gnus-treat-wash-html)
18741         (gnus-article-encrypt-protocol)
18742         (gnus-use-idna, gnus-article-over-scroll)
18743         (gnus-mime-display-multipart-alternative-as-mixed)
18744         (gnus-mime-display-multipart-related-as-mixed)
18745         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18746         (gnus-ctan-url, gnus-button-ctan-handler)
18747         (gnus-button-handle-ctan-bogus-regexp)
18748         (gnus-button-ctan-directory-regexp)
18749         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18750         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18751         (gnus-button-man-level, gnus-button-emacs-level)
18752         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18753
18754         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18755         (gnus-agent-go-online): Change :version.
18756         (gnus-agent-expire-unagentized-dirs)
18757         (gnus-agent-auto-agentize-methods): Add :version.
18758
18759         * flow-fill.el (fill-flowed-display-column)
18760         (fill-flowed-encode-column): Add :version.
18761
18762         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18763         (gnus-outlook-deuglify-unwrap-max)
18764         (gnus-outlook-deuglify-cite-marks)
18765         (gnus-outlook-deuglify-unwrap-stop-chars)
18766         (gnus-outlook-deuglify-no-wrap-chars)
18767         (gnus-outlook-deuglify-attrib-cut-regexp)
18768         (gnus-outlook-deuglify-attrib-verb-regexp)
18769         (gnus-outlook-deuglify-attrib-end-regexp)
18770         (gnus-outlook-display-hook): Add :version.
18771
18772         * binhex.el (binhex-use-external): Add :version.
18773
18774 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18775
18776         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18777         and `invisible'.
18778
18779 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18780
18781         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18782         in gnus-registry-trim.
18783
18784 2004-09-13  Simon Josefsson  <jas@extundo.com>
18785
18786         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18787
18788         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18789
18790         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18791         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18792         <yamaoka@jpl.org>.
18793         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18794         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18795         <yamaoka@jpl.org>.
18796
18797         * sieve.el (sieve-manage-mode): Ditto.
18798
18799 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18800
18801         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18802
18803 2004-09-11  Simon Josefsson  <jas@extundo.com>
18804
18805         * dns-mode.el: Add.
18806
18807         * mm-view.el (mm-display-dns-inline): Add.
18808
18809         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18810         (mm-automatic-display): Ditto.
18811
18812         * mailcap.el (mailcap-mime-data): Add text/dns.
18813         (mailcap-mime-extensions): Map .soa to text/dns.
18814
18815 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18816
18817         * gnus-art.el (article-decode-mime-words, article-babel)
18818         (gnus-article-highlight-signature, gnus-article-add-buttons)
18819         (gnus-signature-toggle): Remove unnecessary bindings of
18820         `inhibit-read-only' inherited from v5.10 merge.
18821
18822 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18823
18824         * nntp.el (nntp): New customization group.
18825         (nntp-authinfo-file): Add customization group.
18826
18827         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18828
18829         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18830
18831         * gnus.el (to-address, to-list, subscribed)
18832         (large-newsgroup-initial): Ditto.
18833
18834         * flow-fill.el (fill-flowed-display-column)
18835         (fill-flowed-encode-column): Ditto.
18836
18837 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18838
18839         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18840         Use point-min rather than 1.
18841         (message-send-mail): Use buffer-size rather than point-max.
18842
18843         * gnus-sum.el (gnus-summary-search-article-forward):
18844         Signal a specific `search-failed' rather than a generic `error'.
18845
18846         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18847         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18848         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18849
18850 2004-09-10  Simon Josefsson  <jas@extundo.com>
18851
18852         * nndb.el (require): Remove tcp and duplicate cl.
18853
18854 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18855
18856         * gnus-agent.el (directory-files-and-attributes): Move forward.
18857
18858 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18859
18860         * gnus-agent.el (directory-files-and-attributes):
18861         Optionally defined to support XEmacs.
18862
18863 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18864
18865         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18866         to avoid run-time CL dependencies.
18867         (gnus-agent-unfetch-articles): New function.
18868         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18869         article numbers even when local .overview file is missing.
18870         (gnus-agent-read-article-number): New function.  Only accepts
18871         27-bit article numbers.
18872         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18873         Use gnus-agent-read-article-number.
18874         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18875         from backend while recognizing that article numbers in .overview
18876         must be valid.
18877         (gnus-agent-update-files-total-fetched-for):
18878         Use directory-files-and-attributes to improve performance.
18879         * gnus-int.el (gnus-request-move-article):
18880         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18881         improve performance.
18882
18883         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18884         some users confused by references to .newsrc when they only have a
18885         .newsrc.eld file.
18886         (gnus-convert-mark-converter-prompt)
18887         (gnus-convert-converter-needs-prompt): Fix use of property list.
18888         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18889         New function.  Used internally to only display 'gnus converting
18890         files' message when actually necessary.
18891
18892         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18893         methods now autoloaded.
18894
18895 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18896
18897         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18898         identifiers.
18899
18900 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18901
18902         * gnus-picon.el: Fix indentation and closing parenthesis.
18903
18904 2004-09-01  Simon Josefsson  <jas@extundo.com>
18905
18906         * message.el (message-canlock-generate): Require sha1, not
18907         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18908         to require within a function.  Sadly, if sha1.el isn't loaded, the
18909         let binding in m-c-g will hide the defcustom definition, which is
18910         bad.)
18911
18912         * canlock.el: Require sha1, not sha1-el.
18913
18914         * message.el: Don't autoload sha1 (there is a autoload cookie in
18915         sha1.el).
18916
18917         * sha1-el.el: Rename to sha1.el.
18918
18919 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18920
18921         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18922
18923 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18924
18925         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18926
18927 2004-08-30  Kim F. Storm  <storm@cua.dk>
18928
18929         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18930
18931         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18932         Add :group 'nnimap.
18933
18934 2004-08-30  Andreas Schwab  <schwab@suse.de>
18935
18936         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18937         ?* and ?\;.
18938
18939         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18940         and ?\' to symbol instead of whitespace.
18941
18942 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18943
18944         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18945
18946         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18947         instead of re-search-forward.
18948
18949         * gnus-uu.el (gnus-uu-save-article): Ditto.
18950         (gnus-uu-post-encode-uuencode): Ditto.
18951
18952         * html2text.el (html2text-clean-list-items): Ditto.
18953         (html2text-clean-dtdd): Ditto.
18954         (html2text-format-tags): Ditto.
18955
18956         * message.el (message-send-mail-with-sendmail): Fix regexp.
18957         (message-fill-field-general): Use search-forward instead of
18958         re-search-forward.
18959         (unbold-region): Ditto.
18960
18961         * nnrss.el (nnrss-request-article): Ditto.
18962
18963         * nnslashdot.el (nnslashdot-request-article): Ditto.
18964
18965         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18966
18967         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18968         "Unrecognized menu descriptor" error in XEmacs.
18969
18970 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18971
18972         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18973         parent article of a sparse article in the thread hashtb.
18974
18975 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18976
18977         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18978         (nnmail-expand-newtext): Lowercase expanded entries if
18979         nnmail-split-lowercase-expanded is non-nil.
18980
18981 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18984
18985         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18986         of gnus-tmp-news-method into string under XEmacs.  It will be
18987         passed to gnus-correct-length which takes only a string argument.
18988
18989 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * gnus-util.el (gnus-bind-print-variables): New macro.
18992         (gnus-prin1): Use it.
18993         (gnus-prin1-to-string): Use it.
18994         (gnus-pp): New function.
18995         (gnus-pp-to-string): New function.
18996
18997         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18998         Replace pp-to-string with gnus-pp-to-string.
18999         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19000         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19001         * gnus-msg.el (gnus-debug): Ditto.
19002         * gnus-score.el (gnus-score-save): Ditto.
19003         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19004         gnus-pp-to-string.
19005         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19006         with gnus-pp.
19007         * score-mode.el (gnus-score-pretty-print): Ditto.
19008         * webmail.el (webmail-debug): Ditto.
19009
19010 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19011
19012         * gnus-art.el (article-display-face, article-display-x-face):
19013         Use buffer-read-only.
19014
19015 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19016
19017         * gnus-art.el (article-hide-list-identifiers):
19018         Bind inhibit-read-only as t.
19019
19020 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19021
19022         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19023
19024 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19025
19026         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19027         (gnus-narrow-to-page): Don't assume point-min == 1.
19028         (gnus-article-edit-mode): Derive from message-mode.
19029
19030         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19031         point-min == 1.
19032
19033         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19034         Disable incorrect use of `assert'.
19035
19036         * message.el (message-mode): Set comment-start-skip.
19037
19038
19039 2004-08-22  Sam Steingold  <sds@gnu.org>
19040
19041         * pop3.el (pop3-leave-mail-on-server): New user variable.
19042         (pop3-movemail): Delete mail only when it is nil.
19043
19044 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19045
19046         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19047
19048         * mml.el (mml-preview): Use `pop-to-buffer'.
19049
19050         * message.el (message-goto-mail-followup-to): Insert after "To".
19051         (message-carefully-insert-headers): Add comment.
19052
19053         * gnus.el: Remove unused variable `gnus-article-check-size'.
19054
19055         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19056
19057         * gnus-art.el (gnus-button-alist):
19058         Improve `gnus-button-handle-library' entry.
19059
19060 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19061
19062         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19063         Use downcase, since XEmacs capitalizes error messages differently.
19064
19065 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19066
19067         * nntp.el: Add (require 'gnus) due to reference to
19068         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19069
19070 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19071
19072         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19073         Bind `mm-fill-flowed'.
19074
19075         * mm-decode.el (mm-dissect-singlepart): Check it.
19076
19077 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19078
19079         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19080         'imap' for netrc parsing.
19081
19082 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19083
19084         * mailcap.el (mailcap-mime-data): Mark as risky.
19085
19086 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19087
19088         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19089         may be included in the encoded word.
19090         (rfc2047-encode): Don't append a space if the encoded word
19091         includes close parenthesis.
19092
19093 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19096         of text within parentheses.
19097
19098 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19099
19100         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19101         (gnus-encrypt-write-file-contents): Make the password key the file
19102         name PLUS the cipher, not just the cipher.  Also remove failed
19103         passwords from the cache.
19104
19105 2004-08-06  Simon Josefsson  <jas@extundo.com>
19106
19107         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19108         Doc fix.
19109
19110 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19111
19112         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19113         LWSP.
19114
19115 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19116
19117         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19118         Try to append in-reply-to: data to the references: header.
19119
19120         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19121         (netrc-parse): Use gnus-encrypt.el functions.
19122
19123         * gnus-encrypt.el: Add new file for encryption support; currently
19124         does only a few GPG ciphers and an internal XOR cipher.
19125
19126         * password.el: Add comments on using password-read-and-add.
19127         (password-read-and-add): Add function to read and add the
19128         password to the cache at once.
19129
19130 2004-07-28  Simon Josefsson  <jas@extundo.com>
19131
19132         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19133         parameter (but don't use it, for now).
19134
19135         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19136         instead of hard coding to nil.
19137
19138 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19139
19140         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19141         as mm-inline-image-xemacs does.
19142
19143 2004-07-26  Simon Josefsson  <jas@extundo.com>
19144
19145         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19146         Revert part of 2004-07-17 change below.
19147
19148 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19149
19150         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19151         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19152
19153 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19154
19155         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19156         quotes that actually start with ">" at the beginning of the
19157         lines.
19158
19159 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * rfc2047.el (rfc2047-encode-region): Fix last change.
19162         (rfc2047-encode-parameter): Remove useless concat.
19163
19164 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19167         encode special characters; fix some kind of misconfigured headers;
19168         signal a real error if debug-on-quit or debug-on-error is non-nil.
19169         (rfc2047-encode-max-chars): New variable.
19170         (rfc2047-encode-1): Use it.
19171         (rfc2047-encode-parameter): New function.
19172
19173         * mml.el (mml-insert-parameter): Remove an excessive space.
19174
19175 2004-07-17  Simon Josefsson  <jas@extundo.com>
19176
19177         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19178         Kai Grossjohann <kai@emptydomain.de>.
19179         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19180         (gnus-group-make-menu-bar): Ditto.
19181
19182         * gnus-util.el (gnus-group-server): Add.
19183
19184 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19185
19186         * message.el (message-clone-locals): Clone sendmail and smtp
19187         variables.
19188
19189 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19190
19191         * rfc2047.el (rfc2047-encode-region): Fix last change.
19192
19193 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19194
19195         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19196         characters as non-special.
19197
19198 2004-07-09  Simon Josefsson  <jas@extundo.com>
19199
19200         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19201         Users will lose all flag changes made while unplugged with
19202         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19203         good default.  See numerous reports on ding mailing list.
19204
19205 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19208         add generate-head-function and generate-article-function to the
19209         rfc822-forward entry.
19210         (nndoc-rfc822-forward-generate-article): New function.
19211         (nndoc-rfc822-forward-generate-head): New function.
19212
19213         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19214
19215 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19216
19217         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19218         respect display group parameter and gnus-summary-expunge-below.
19219         (gnus-articles-to-read): Remove unused reference to display group
19220         parameter.
19221
19222 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19223
19224         * nnheader.el (nnheader-uniquify-message-id): New experimental
19225         variable.
19226         (nnheader-nov-read-message-id): Use it.
19227
19228         * spam-report.el (spam-report-gmane): Add interactive.
19229
19230 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19231
19232         * mm-encode.el (mm-content-transfer-encoding-defaults):
19233         Use qp-or-base64 for the application/* types.
19234
19235 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19236
19237         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19238
19239 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19240
19241         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19242         trim value.
19243
19244 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19245
19246         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19247         New macro and function.
19248         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19249
19250 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19253         after-load-alist.
19254
19255 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19256
19257         * gnus-group.el (gnus-group-get-new-news-this-group):
19258         Don't update info that isn't there.
19259
19260 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19261
19262         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19263         entry.
19264
19265 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19266
19267         * mm-view.el (mm-inline-render-with-function): Use multibyte
19268         buffer; decode html source by charset.
19269
19270         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19271
19272         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19273         Mule-UCS is loaded under XEmacs.
19274         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19275
19276 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19277
19278         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19279
19280 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19281
19282         * mm-util.el (mm-coding-system-p): Return a coding-system.
19283         (mm-mime-mule-charset-alist): Use shift_jis instead of
19284         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19285         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19286         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19287         instead of japanese-shift-jis and iso-latin-1 respectively in
19288         order to share the default value with both Emacs and XEmacs-mule.
19289         (mm-mule-charset-to-mime-charset):
19290         Make mm-coding-system-priorities effective.
19291         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19292         while predicating of candidates upon the priorities.
19293
19294 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19295
19296         * gnus-sum.el (gnus-summary-make-menu-bar):
19297         Add gnus-uu-invert-processable.
19298
19299         * gnus.el: Autoload gnus-uu-invert-processable.
19300
19301 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19302
19303         * mm-util.el (mm-with-multibyte-buffer): New macro.
19304
19305         * rfc2047.el (rfc2047-encode-string): Use it.
19306         (rfc2047-encode-region): Move point to the end of the region after
19307         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19308
19309 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19310
19311         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19312         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19313
19314 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19315
19316         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19317         (gnus-cite-parse): Ignore quoted envelope From_.
19318         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19319
19320 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19321
19322         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19323         invalid addresses.
19324
19325 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19326
19327         * spam.el: Change section markers, revise TODO list.
19328         (spam-backends): Make new master list of all installed backends.
19329         (spam-summary-exit-behavior): Add new variable to determine how
19330         messages moves are done at summary exit.
19331         (spam-move-spam-nonspam-groups-only)
19332         (spam-process-ham-in-nonham-groups)
19333         (spam-process-ham-in-spam-groups): Remove variables, the
19334         spam-summary-exit-behavior variable should be used to manage this
19335         behavior.
19336         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19337         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19338         and spam-old-spam-articles.
19339         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19340         Add empty variables, placeholders for the backends they represent.
19341         (spam-set-difference): Move, unchanged.
19342         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19343         unless the user has a processor variable.
19344         (spam-classifications, spam-classification-valid-p)
19345         (spam-backend-properties, spam-backend-property-valid-p)
19346         (spam-backend-function-type-valid-p)
19347         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19348         (spam-report-articles-gmane, spam-report-articles-resend):
19349         Remove functions, they are not needed.
19350         (spam-install-backend-super, spam-backend-list)
19351         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19352         (spam-backend-function, spam-backend-ham-registration-function)
19353         (spam-backend-spam-registration-function)
19354         (spam-backend-ham-unregistration-function)
19355         (spam-backend-spam-unregistration-function)
19356         (spam-backend-statistical-p, spam-backend-mover-p)
19357         (spam-install-backend-alias, spam-install-checkonly-backend)
19358         (spam-install-mover-backend, spam-install-nocheck-backend)
19359         (spam-install-backend, spam-install-statistical-backend)
19360         (spam-install-statistical-checkonly-backend): Add backend installation
19361         support.
19362         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19363         (spam-group-processor-p): Use the new backend code and respect the
19364         summary exit behavior.
19365         (spam-mark-spam-as-expired-and-move-routine): Remove.
19366         (spam-summary-prepare): Change to use the new spam-old-articles
19367         variable.
19368         (spam-copy-or-move-routine, spam-copy-spam-routine)
19369         (spam-move-spam-routine, spam-copy-ham-routine)
19370         (spam-move-ham-routine): Add code to copy/move ham or spam.
19371         (spam-fetch-field-fast): Improve doc and code, plus allow the
19372         'number request.
19373         (spam-list-of-checks, spam-list-of-statistical-checks):
19374         Remove variables.
19375         (spam-split, spam-find-spam): Use the new backend code.
19376         (spam-registration-functions): Remove variable.
19377         (spam-unregister-routine): Add convenience wrapper.
19378         (spam-log-undo-registration, spam-register-routine)
19379         (spam-log-processing-to-registry)
19380         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19381         where possible.
19382         (spam-check-gmane-xref, spam-check-regex-headers)
19383         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19384         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19385         (spam-check-bogofilter-headers, spam-check-spamoracle)
19386         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19387         (spam-check-crm114-headers): Use the spam-split-group that
19388         spam-split prepares, no need to determine it every time.
19389
19390         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19391         to the nnheader-parse-naked-head call.
19392
19393         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19394
19395         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19396         the nnheader-nov-read-message-id call.
19397
19398 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19399
19400         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19401         gnus-activate-group twice.  Suggested by Markus Peter
19402         <warp@spin.de>.
19403
19404 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19405
19406         * gnus-art.el (gnus-article-time-format): Exchange the order of
19407         day and month in the default value; fix customization type.
19408         (article-date-ut): Use add-text-properties.
19409         (article-make-date-line): Use message-make-date instead of
19410         current-time-string.
19411
19412         * message.el (message-fetch-field): Don't use set-text-properties.
19413         (message-make-date): Simplify.
19414
19415         * messagexmas.el (message-xmas-make-date): New function.
19416         (message-xmas-redefine): Defalias message-make-date to it.
19417
19418 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19419
19420         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19421         (rfc2047-encode-region): Treat text within parentheses as special;
19422         show the original text when error has occurred.
19423
19424         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19425         already-computed method to gnus-activate-group.
19426
19427         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19428         same select-methods identical Lisp objects.
19429
19430         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19431         object when modifying the info.
19432
19433 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19434
19435         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19436         gnus-opened-servers since it has never been opened with the new
19437         configuration yet.
19438
19439 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19440
19441         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19442         arg to nnheader-generate-fake-message-id.
19443
19444 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19445
19446         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19447         number and build a fake message ID localized to a group and
19448         article number (so it's repeatable from that point on).
19449         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19450         ID format.
19451
19452         * gnus-sum.el (gnus-get-newsgroup-headers):
19453         Call nnheader-generate-fake-message-id with the article number.
19454
19455 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19456
19457         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19458         end-of-buffer.
19459
19460 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19461
19462         * message.el (message-ignored-supersedes-headers): Add Approved.
19463
19464 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19467         goto-char.
19468         (rfc2047-encode): Fold the line before encoding.
19469
19470 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19471
19472         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19473         folding -- not all headers can be folded, and this should be done
19474         by the message composition mode.  Probably.  I think.
19475
19476 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19477
19478         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19479         fast.
19480
19481         * gnus-ems.el (gnus-remove-image): Don't use
19482         message-text-with-property; remove only the image found first.
19483
19484         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19485         found first.
19486
19487 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19488
19489         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19490
19491 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19492
19493         * message.el (message-text-with-property): Make it fast and accept
19494         optional arguments.
19495         (message-strip-forbidden-properties): Use it.
19496         (message-fix-before-sending): Follow the m-t-w-p change.
19497
19498         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19499
19500 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19501
19502         * gnus-art.el (article-hide-headers): Don't change the buffer
19503         mistakenly when performing mml-preview even if
19504         gnus-single-article-buffer is nil.
19505
19506 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19507
19508         * message.el (message-expand-name-databases): New user option.
19509         (message-expand-name): Use it.
19510
19511 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19512
19513         * spam.el (spam-report-articles-resend)
19514         (spam-report-resend-register-routine): Allow ham reporting.
19515         (spam-report-resend-register-ham-routine): Add wrapper.
19516         (spam-registration-functions): Add ham resending functions.
19517         (spam-list-of-processors): Add ham resend processor.
19518
19519         * gnus.el (ham-resend-to): Add new group parameter.
19520         (spam-process): Add ham resend option.
19521
19522         * spam-report.el (spam-report-resend): Allow reporting ham.
19523         (spam-report-resend-ham): Add wrapper.
19524
19525 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19526
19527         * message.el (message-cite-articles-with-x-no-archive):
19528         New variable.
19529         (message-cite-original): Use it.
19530
19531 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19532
19533         * message.el (message-cite-original): Respect X-No-Archive.
19534
19535 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19536
19537         * gnus-art.el (article-hide-headers): Refer to the values for
19538         gnus-ignored-headers and gnus-visible-headers in the summary
19539         buffer since a user may have set them as group parameters.
19540
19541 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19542
19543         * assistant.el (assistant-node-name): Add convenience function.
19544         (assistant-render-text, assistant-render-node): Add error handling,
19545         plus handle multiple next nodes.
19546         (assistant-find-next-node): Comment out for now.
19547         (assistant-find-next-nodes): Add function, returns list of next
19548         nodes.
19549
19550 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19551
19552         * mail-source.el (mail-source-directory): Fix doc-string.
19553
19554 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19555
19556         * assistant.el (assistant-render-text, assistant-eval): Add :set
19557         widget type, which is different because it takes and returns a
19558         list.  Much hilarity ensues.
19559
19560 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19561
19562         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19563
19564         * gnus-group.el (gnus-group-get-new-news-this-group):
19565         Add doc-string.
19566
19567         * gnus-start.el (gnus-activate-group): Add doc-string.
19568
19569 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19572
19573 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19574
19575         * assistant.el (assistant-render-text): Try to add a :set
19576         widget, more to come.
19577
19578         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19579         strings.
19580         (spam-report-articles-resend)
19581         (spam-register-routine): Do registration iff any articles warrant
19582         it.
19583         (spam-summary-prepare-exit): Change log message for nil group
19584         destinations.
19585
19586 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19587
19588         * spam.el (spam-report-resend-register-routine):
19589         Allow spam-report-resend-to to be a group parameter or a global value.
19590
19591 2004-05-26  Simon Josefsson  <jas@extundo.com>
19592
19593         * starttls.el: Merge with my GNUTLS based starttls.el.
19594         (starttls-gnutls-program, starttls-use-gnutls)
19595         (starttls-extra-arguments, starttls-process-connection-type)
19596         (starttls-connect, starttls-failure, starttls-success):
19597         New variables.
19598         (starttls-program, starttls-extra-args): Doc fix.
19599         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19600         New functions.
19601         (starttls-negotiate, starttls-open-stream):
19602         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19603         function if it is set.
19604
19605 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19606
19607         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19608         structured fields.
19609
19610 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19611
19612         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19613
19614 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19615
19616         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19617         Add variable.
19618         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19619         assigning the spam-mark to new messages.
19620
19621 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19622
19623         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19624
19625 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19626
19627         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19628
19629         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19630         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19631         default.
19632
19633 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19634
19635         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19636         correct data.
19637
19638 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19639
19640         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19641         (spam-group-processor-p): Fix function.
19642         (spam-group-processor-multiple-p)
19643         (spam-group-spam-processor-report-gmane-p)
19644         (spam-group-spam-processor-report-resend-p)
19645         (spam-group-spam-processor-bogofilter-p)
19646         (spam-group-spam-processor-blacklist-p)
19647         (spam-group-spam-processor-ifile-p)
19648         (spam-group-ham-processor-ifile-p)
19649         (spam-group-spam-processor-spamoracle-p)
19650         (spam-group-spam-processor-crm114-p)
19651         (spam-group-ham-processor-bogofilter-p)
19652         (spam-group-spam-processor-stat-p)
19653         (spam-group-ham-processor-stat-p)
19654         (spam-group-ham-processor-whitelist-p)
19655         (spam-group-ham-processor-BBDB-p)
19656         (spam-group-ham-processor-spamoracle-p)
19657         (spam-group-ham-processor-copy-p): Remove functions with some
19658         prejudice against unneeded code.
19659         (spam-report-articles-resend)
19660         (spam-report-resend-register-routine): Allow the group/topic
19661         spam-resend-to value to override spam-report-resend-to.
19662         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19663         properly now.
19664
19665         * gnus.el (spam-resend-to): Add group/topic parameter.
19666         (spam-process): Move the OBSOLETE processors to the end of the
19667         choices.
19668
19669 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19670
19671         * spam-report.el (spam-report-resend-to, spam-report-resend):
19672         Start with resend-to set to nil, and then ask the user if necessary.
19673         (spam-report-resend): spam-report-resend takes a list of articles, not
19674         separate article numbers.
19675
19676 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19677
19678         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19679         addition to emacs-w3m.
19680
19681 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19682
19683         * assistant.el (assistant-authinfo-data): New function.
19684         (assistant-eval): Eval for entire assistant.
19685
19686         * netrc.el (netrc-services-file): New variable.
19687         (netrc-parse-services): New function.
19688         (netrc-find-service-name): New function.
19689         (netrc-find-service-number): New function.
19690         (netrc-port-equal): New function.
19691         (netrc-machine): Use it.
19692
19693         * nnimap.el (nnimap-open-connection): Use netrc.
19694
19695         * gnus-util.el (gnus-netrc-get): Remove aliases.
19696
19697         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19698
19699         * assistant.el (wid-edit): Fix compilation.
19700
19701         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19702
19703 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19704
19705         * gnus-util.el (gnus-set-file-modes): New function.  (small
19706         patch).
19707
19708 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19709
19710         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19711
19712         * assistant.el (assistant-render-node): Fix up rendering and
19713         read-only text.
19714         (assistant-render-node): Reset.
19715         (assistant-make-read-only): Not sticky.
19716
19717 2004-05-20  Danny Siu  <dsiu@adobe.com>
19718
19719         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19720         centered even when gnus-auto-center-summary is t.
19721
19722 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19723
19724         * dns.el (dns-get-txt-answer): New function.
19725         (dns-read-txt): Ditto.
19726         (query-dns): Use it.
19727
19728 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19729
19730         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19731         active for foreign groups even if the group level is higher than
19732         the specified value.
19733
19734 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19735
19736         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19737         non-active groups.
19738
19739         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19740
19741 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19742
19743         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19744
19745 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19746
19747         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19748         (spam-crm114-header, spam-crm114-spam-switch)
19749         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19750         (spam-crm114-positive-spam-header)
19751         (spam-crm114-database-directory, spam-list-of-processors)
19752         (spam-group-spam-processor-crm114-p)
19753         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19754         (spam-generic-score, spam-list-of-checks)
19755         (spam-list-of-statistical-checks, spam-registration-functions)
19756         (spam-check-crm114-headers, spam-crm114-score)
19757         (spam-check-crm114, spam-crm114-register-with-crm114)
19758         (spam-crm114-register-spam-routine)
19759         (spam-crm114-unregister-spam-routine)
19760         (spam-crm114-register-ham-routine)
19761         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19762         From asjo@koldfront.dk (Adam Sjøgren).
19763
19764         * gnus.el: Add spam-use-crm114.
19765
19766         * spam.el (spam-list-of-processors, spam-registration-functions):
19767         Add spam-use-resend.
19768         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19769         (spam-report-articles-gmane): Add doc fix.
19770         (spam-report-articles-resend, spam-report-resend-register-routine):
19771         Add wrappers around spam-report-resend-to.
19772
19773         * spam-report.el (spam-report-resend-to, spam-report-resend):
19774         Add support for resending spam.
19775         (spam-report-gmane): Fix line length >80.
19776
19777         * gnus.el (spam-process): Add spam-use-resend.
19778
19779 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19780
19781         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19782         number of processed spam messages.
19783         (spam-ham-copy-or-move-routine): Return the number of processed
19784         ham messages.
19785         (spam-summary-prepare-exit): Use the above values to decide
19786         whether status messages shouled be displayed.
19787
19788 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19789
19790         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19791         `rfc2047-encoding-function-alist' in order to avoid conflicting
19792         with the old version.
19793         (rfc2047-encode-region): Concatenate words containing non-ASCII
19794         characters in structured fields; don't encode space-delimited
19795         ASCII words even in unstructured fields; don't break words at
19796         char-category boundaries.
19797         (rfc2047-encode-1): New function.
19798         (rfc2047-encode): Use it; encode text so that it occupies the
19799         maximum width within 76-column; work correctly on Q encoding for
19800         iso-2022-* charsets.
19801         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19802         sure not to break a line just after the header name.
19803         (rfc2047-b-encode-region): Remove.
19804         (rfc2047-b-encode-string): New function.
19805         (rfc2047-q-encode-region): Remove.
19806         (rfc2047-q-encode-string): New function.
19807
19808         * mm-util.el (mm-replace-in-string): New function.
19809
19810 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19811
19812         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19813         Really get it right.
19814         (gnus-inews-make-draft): Really.
19815
19816 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19817
19818         * nnmh.el (nnmh-request-list-1): Don't check the link count
19819         before descending.  (small patch)
19820
19821 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19822
19823         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19824         stuff.
19825
19826         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19827         Match on real group name.
19828
19829         * gnus-art.el (gnus-signature-limit): Doc fix.
19830
19831         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19832
19833         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19834
19835 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19836
19837         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19838         isn't a string.
19839
19840 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19841
19842         * gnus-draft.el (gnus-draft-send):
19843         Bind rfc2047-encode-encoded-words.
19844
19845         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19846         (rfc2047-encodable-p): Say that =? needs encoding.
19847         (rfc2047-encode-encoded-words): New variable.
19848
19849         * gnus-group.el (gnus-group-select-group): Doc fix.
19850
19851         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19852
19853         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19854         to nil.
19855
19856         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19857
19858         * nnheader.el (nnheader-get-lines-and-char): New function.
19859
19860 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19861
19862         * gnus-msg.el (gnus-summary-followup-with-original):
19863         Document yanking of region when active.
19864
19865 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19866
19867         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19868         groups if the group level is higher than the specified value.
19869
19870 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19871
19872         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19873         (gnus-group-jump-to-group): Add prefix argument using
19874         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19875         non-active group.
19876
19877         * compface.el (uncompface): Be verbose when changing
19878         `uncompface-use-external'.
19879
19880         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19881         handle manual section.
19882
19883 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19884
19885         * gnus-art.el (gnus-button-alist): Revert previous change.
19886
19887 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19888
19889         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19890
19891 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19892
19893         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19894         whether backend can accept message.
19895
19896         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19897
19898 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19899
19900         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19901         Avoid creating directory when nntp-marks-is-evil is true.
19902         Reported by Reiner Steib.
19903
19904 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19905
19906         * gnus-picon.el (gnus-picon-style): New variable.
19907         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19908         (gnus-picon-transform-address): Support `gnus-picon-style'.
19909         From Jesper Harder <harder@ifa.au.dk>.
19910
19911 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19912
19913         * message.el (message-fill-field): Return point.
19914         (message-generate-headers): Go to end of field.
19915
19916         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19917         stuff for non-living groups.
19918
19919 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19920
19921         * gnus-art.el (gnus-article-followup-with-original)
19922         (gnus-article-reply-with-original): gnus-mark-active-p ->
19923         gnus-region-active-p.
19924
19925 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19926
19927         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19928         only when there is spam or ham to be processed.
19929
19930 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19931
19932         * mail-source.el (mail-source-delete-crash-box): Refactor.
19933         (mail-source-fetch): Use it.
19934         (mail-source-fetch-file): Ditto.
19935         (mail-source-fetch-directory): Run postscript in loop.
19936         (mail-source-fetch-pop): Delete.
19937         (mail-source-fetch-maildir): Ditto.
19938         (mail-source-fetch-imap): Ditto.
19939
19940         * imap.el (imap-authenticators): Comment out sasl.
19941
19942         * message.el (message-skip-to-next-address): New function.
19943         (message-fill-header-address): Refactor.
19944         (message-fill-address): Use it.
19945         (message-delete-address): Use it.
19946         (message-fill-header-general): Refactor.
19947         (message-fill-field-address): Rename.
19948         (message-narrow-to-field): Find the start of the header.
19949         (message-header-format-alist): Don't pre-fill.
19950         (message-fill-header): Remove.
19951         (message-insert-header): New function.
19952         (message-shorten-references): Use it.
19953
19954         * rfc2047.el (rfc2047-field-value): Strip props.
19955
19956         * mail-parse.el (mail-header-make-address): New alias.
19957
19958         * ietf-drums.el (ietf-drums-make-address): New function.
19959
19960         * imap.el: Add compiler directives.
19961
19962         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19963
19964         * gnus-art.el (article-decode-idna-rhs): Don't use
19965         message-idna-inside-rhs-p.
19966
19967 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19968
19969         * message.el (message-idna-inside-rhs-p): Remove.
19970         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19971
19972         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19973         false positives.
19974
19975 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19976
19977         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19978
19979 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19980
19981         * nneething.el (nneething-file-name): Don't create spurious
19982         files.
19983
19984         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19985         (gnus-inews-do-gcc): Remove sleep.
19986
19987         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19988         part under point.
19989
19990         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19991         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19992
19993 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19994
19995         * spam.el (spam-summary-prepare-exit): Fix (length).
19996
19997 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19998
19999         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20000         as expired without moving it" message when there are spam
20001         messages left.
20002
20003 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20004
20005         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20006         header is not nil.
20007
20008 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20009
20010         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20011         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20012         (nntp-marks-changed-p): New arg SERVER.
20013         (nntp-request-update-info): Adjust caller.
20014
20015 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20016
20017         * nntp.el (nntp-save-marks): Pass missing arg.
20018
20019 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20020
20021         * nntp.el: Support marks.
20022         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20023         (nntp-marks-modtime, nntp-marks-directory): New variables.
20024         (nntp-request-set-mark, nntp-request-update-info)
20025         (nntp-possibly-create-directory, nntp-marks-changed-p)
20026         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20027         New functions.
20028
20029 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20030
20031         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20032         (gnus-xmas-redefine): Rename.
20033
20034         * gnus-score.el (gnus-score-insert-help):
20035         Use gnus-select-lowest-window.
20036
20037         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20038         appt-select-lowest-window and rename to gnus-select-lowest-window.
20039
20040         * gnus.el: do.
20041
20042 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20043
20044         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20045         encodings of MIME-encoded words, in order to improve
20046         interoperability with several broken MUAs.
20047
20048 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20049
20050         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20051         tags, only when charsets are not specified in headers.
20052         (mm-inline-text-html-render-with-w3m): Ditto.
20053
20054         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20055         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20056
20057 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20058
20059         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20060         instead of MIME-decoded from fields when checking
20061         `gnus-article-address-banner-alist'.
20062
20063 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20064
20065         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20066         description rather than subject.
20067
20068 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20069
20070         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20071
20072 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20073
20074         * gnus.el (gnus-version-number): Bump.
20075
20076 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20077
20078         * gnus.el: No Gnus v0.2 is released.
20079
20080 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20081
20082         * gnus-agent.el (gnus-agent-read-agentview):
20083         Inline gnus-uncompress-range.
20084
20085 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20086
20087         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20088         `exec-installed-p'.
20089
20090 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20091
20092         * gnus.el (spam-process, spam-autodetect-methods):
20093         Add bsfilter and bsfilter-headers.
20094
20095         * spam.el (spam-bsfilter): New customize group.
20096         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20097         (spam-bsfilter-header, spam-bsfilter-probability-header)
20098         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20099         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20100         (spam-bsfilter-database-directory): New options.
20101         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20102         (spam-list-of-statistical-checks, spam-registration-functions):
20103         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20104         (spam-bsfilter-score): New command.
20105         (spam-check-bsfilter-headers, spam-check-bsfilter)
20106         (spam-bsfilter-register-with-bsfilter)
20107         (spam-bsfilter-register-spam-routine)
20108         (spam-bsfilter-unregister-spam-routine)
20109         (spam-bsfilter-register-ham-routine)
20110         (spam-bsfilter-unregister-ham-routine): New functions.
20111         (spam-generic-score): Support bsfilter; Accept an optional argument
20112         to recalcurate spam score even if scoring header has already been
20113         added.
20114         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20115         optional argument to recalcurate spam score even if scoring header
20116         has already been added.
20117
20118 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20119
20120         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20121         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20122         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20123         link is missing.
20124
20125 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20126
20127         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20128         (html2text-get-attr): Rewrite.
20129
20130         * message.el (message-setup-1): Remove redundant put-text-property
20131         on mail-header-separator.
20132
20133 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20134
20135         * gnus-registry.el (gnus-registry-cache-whitespace)
20136         (gnus-registry-action, gnus-registry-spool-action)
20137         (gnus-registry-split-fancy-with-parent): Change message levels
20138         from 5 to 3 or 7, as needed.
20139
20140         * spam.el (spam-summary-prepare-exit)
20141         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20142         (spam-split, spam-find-spam, spam-log-undo-registration)
20143         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20144         level from 5 to 6.
20145
20146 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20147
20148         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20149         2004-03-04 change).
20150
20151 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20152
20153         * sieve-manage.el (sieve-manage-open):
20154         * nnweb.el (nnweb-insert-html):
20155         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20156         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20157         * nnspool.el (nnspool-request-group):
20158         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20159         * nnml.el (nnml-request-update-info):
20160         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20161         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20162         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20163         (nnimap-request-set-mark):
20164         * nnfolder.el (nnfolder-request-update-info):
20165         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20166         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20167         * gnus-uu.el (gnus-uu-find-articles-matching):
20168         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20169         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20170         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20171         * gnus-nocem.el (gnus-nocem-scan-groups):
20172         * gnus-int.el (gnus-start-news-server):
20173         * gnus-group.el (gnus-group-make-kiboze-group)
20174         (gnus-group-browse-foreign-server):
20175         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20176         Use mapc when appropriate.
20177
20178 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20179
20180         FIXME: Make separate entries for each person.
20181
20182         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20183         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20184         <shields@msrl.com>:
20185
20186         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20187         may need for spam sorting and scoring.
20188         (spam-user-format-function-S): Add user format function suitable for
20189         general use.
20190         (spam-article-sort-by-spam-status): Add sorting function for summary
20191         sorting.
20192         (spam-extra-header-to-number): Add function to get a score from a
20193         header.
20194         (spam-summary-score): Add function to get a numeric score from the
20195         headers.
20196         (spam-generic-score): Fix function doc, was in wrong place.
20197         (spam-initialize): Take symbols when it's run, and install the
20198         extra headers that spam-necessary-extra-headers thinks we need.
20199
20200 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20201
20202         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20203         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20204
20205 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20206
20207         * gnus-sum.el (gnus-set-global-variables)
20208         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20209         (gnus-article-get-xrefs, gnus-summary-best-group)
20210         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20211         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20212         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20213         Use with-current-buffer.
20214
20215 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20216
20217         * spam.el (spam-summary-prepare-exit): Simplify logic.
20218         (spam-fetch-article-header): Read the article header if it's not
20219         available.
20220         (spam-list-articles): Simplify logic.
20221         (spam-filelist-register-routine): Fix bug with unregister-list.
20222
20223         * gnus-registry.el: Fix comments at beginning.
20224
20225 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20226
20227         * message.el (message-cater-to-broken-inn): Remove.
20228         (message-shorten-references): Make sure the total folded length of
20229         References is shorter than 998 characters to cater to a bug in INN
20230         2.3.  Also, don't pretend that references aren't folded -- this
20231         hasn't worked for a while.
20232
20233 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20234
20235         * gnus-agent.el (gnus-agentize):
20236         gnus-agent-send-mail-real-function no longer set to current value
20237         of message-send-mail-function but rather a lambda that calls
20238         message-send-mail-function.  The change makes the agent real-time
20239         responsive to user changes to message-send-mail-function.
20240
20241 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20242
20243         * legacy-gnus-agent.el
20244         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20245         help from Florian Weimer <fw@deneb.enyo.de>
20246
20247 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20248
20249         * nnmail.el (nnmail-cache-insert): Revert last change.
20250
20251 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20252
20253         * nnmail.el (nnmail-cache-insert): Always check whether
20254         nnmail-cache-ignore-groups matches a group name.
20255
20256 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20257
20258         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20259         (spam-find-spam, spam-log-processing-to-registry)
20260         (spam-log-registered-p, spam-log-unregistration-needed-p)
20261         (spam-log-undo-registration): Use gnus-message instead of
20262         gnus-error, none of these errors are fatal.
20263
20264         * gnus-registry.el (gnus-registry-clean-empty-function)
20265         (gnus-registry-clean-empty): Remove only empty entries without
20266         extra data.
20267
20268 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20269
20270         * spam-stat.el (spam-stat-buffer-change-to-spam)
20271         (spam-stat-buffer-change-to-non-spam): Change (error) to
20272         (gnus-message 8) invocation.
20273
20274 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * nntp.el (nntp-via-netcat-command): New variable.
20277         (nntp-via-netcat-switches): New variable.
20278         (nntp-open-via-rlogin-and-netcat): New function.
20279         (nntp-open-connection-function): Doc fix.
20280         (nntp-telnet-command): Doc fix.
20281         (nntp-end-of-line): Doc fix.
20282         (nntp-via-rlogin-command): Doc fix.
20283         (nntp-via-user-name): Doc fix.
20284         (nntp-via-address): Doc fix.
20285
20286 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20287
20288         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20289         error in Emacs 21.1.
20290
20291 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20292
20293         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20294
20295 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20296
20297         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20298         (gnus-agent-with-refreshed-group): New macro.
20299         (gnus-agent-rename-group): New function.
20300         (gnus-agent-delete-group): New function.
20301         (gnus-agent-save-group-info): Use gnus-command-method when
20302         `method' parameter is nil.  Don't write nil entries into the
20303         active file.
20304         (gnus-agent-get-group-info): New function.
20305         (gnus-agent-fetch-articles):
20306         Use gnus-agent-update-files-total-fetched-for to increment disk space
20307         used.
20308         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20309         Use gnus-agent-update-view-total-fetched-for to increment disk space
20310         used.
20311         (gnus-agent-get-local): Add optional parameters to avoid calling
20312         gnus-group-real-name and gnus-find-method-for-group.
20313         (gnus-agent-set-local): Delete stored entry if either min, or max,
20314         are nil.
20315         (gnus-agent-fetch-session): Reworded error/quit messages.
20316         On quit, use gnus-agent-regenerate-group to record existance of any
20317         articles fetched to disk before the quit occurred.
20318         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20319         gnus-agent-update-view-total-fetched-for, and
20320         gnus-agent-update-files-total-fetched-for to decrement disk space
20321         used.
20322         (gnus-agent-retrieve-headers):
20323         Use gnus-agent-update-view-total-fetched-for to increment disk space
20324         used.
20325         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20326         with gnus-agent-update-files-total-fetched-for to decrement disk
20327         space and fresh group buffer.
20328         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20329         (gnus-agent-need-update-total-fetched-for): New variable.
20330         (gnus-agent-update-files-total-fetched-for): New function.
20331         (gnus-agent-update-view-total-fetched-for): New function.
20332         (gnus-agent-total-fetched-for): New function.
20333
20334         * gnus-cache.el (gnus-cache-save-buffers):
20335         Use gnus-cache-update-overview-total-fetched-for to change disk space
20336         used by this group.
20337         (gnus-cache-possibly-enter-article):
20338         Use gnus-cache-update-file-total-fetched-for to increment disk space
20339         used by this group.
20340         (gnus-cache-possibly-remove-article):
20341         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20342         used by this group.
20343         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20344         (gnus-cache-rename-group): New function.
20345         (gnus-cache-delete-group): New function.
20346         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20347         (gnus-cache-need-update-total-fetched-for): New variable.
20348         (gnus-cache-with-refreshed-group): New macro.
20349         (gnus-cache-update-file-total-fetched-for): New function.
20350         (gnus-cache-update-overview-total-fetched-for): New function.
20351         (gnus-cache-rename-group-total-fetched-for): New function.
20352         (gnus-cache-delete-group-total-fetched-for): New function.
20353         (gnus-cache-total-fetched-for): New function.
20354
20355         * gnus-group.el: Require gnus-sum and autoload functions to
20356         resolve warnings when gnus-group.el compiled alone.
20357         (gnus-group-line-format): Documented new %F.
20358         (size of Fetched data) group line format; identifies disk space
20359         used by agent and cache.
20360         (gnus-group-line-format-alist): Defined new F format.
20361         (gnus-total-fetched-for): New function.
20362         (gnus-group-delete-group): No longer update
20363         gnus-cache-active-altered as gnus-request-delete-group now keeps
20364         the cache in sync.
20365         (gnus-group-list-active): Let the agent store a server's active
20366         list if currently plugged.
20367
20368         * gnus-int.el (gnus-request-delete-group):
20369         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20370         local disk in sync with the server.
20371         (gnus-request-rename-group):
20372         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20373         local disk in sync with the server.
20374
20375         * gnus-start.el (gnus-get-unread-articles):
20376         Cosmetic simplification to logic.
20377
20378         * gnus-util.el (gnus-rename-file): New function.
20379
20380 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20381
20382         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20383
20384 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20385
20386         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20387         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20388
20389 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20390
20391         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20392         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20393
20394 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20395
20396         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20397
20398 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20399
20400         * spam.el (spam-set-difference): Add function to replace
20401         gnus-set-difference in spam.el.
20402         (spam-summary-prepare-exit): Use spam-set-difference.
20403
20404 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20405
20406         * gnus-registry.el (gnus-registry-cache-file): Update to use
20407         gnus-dribble-directory OR gnus-home-directory OR ~.
20408         (gnus-registry-split-fancy-with-parent): Fix doc.
20409
20410 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20411
20412         * message.el (message-exchange-point-and-mark):
20413         Use message-mark-active-p.  Suggested by Jesper Harder
20414         <harder@ifa.au.dk>.
20415
20416 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20417
20418         * message.el (message-exchange-point-and-mark): Don't activate
20419         region if it was inactive.  Suggested by Hiroshi Fujishima
20420         <pooh@nature.tsukuba.ac.jp>.
20421
20422 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20423
20424         * gnus-art.el (article-display-face): Display Faces in the same
20425         order as X-Faces.
20426
20427 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20428
20429         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20430
20431 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20432
20433         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20434         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20435         (gnus-article-mime-hierarchy): Remove.
20436         (gnus-article-mime-hierarchy-next): Remove.
20437         (gnus-article-mode): Revert 2004-03-19 change.
20438         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20439         (gnus-insert-mime-button): Revert 2004-03-19 change.
20440         (gnus-mime-accumulate-hierarchy): Remove.
20441         (gnus-mime-enter-multipart): Remove.
20442         (gnus-mime-leave-multipart): Remove.
20443         (gnus-mime-display-part): Revert 2004-03-19 change.
20444         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20445
20446         * mml.el (mml-preview): Revert 2004-03-19 change.
20447
20448 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20449
20450         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20451
20452 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20453
20454         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20455         t while entering a file name using the mm-with-multibyte macro.
20456         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20457
20458         * mm-util.el (mm-with-multibyte): New macro.
20459
20460 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20461
20462         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20463         New user option.
20464         (gnus-mime-multipart-functions): Doc and customization fix.
20465         (gnus-article-mime-hierarchy): New variable.
20466         (gnus-article-mime-hierarchy-next): New variable.
20467         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20468         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20469         gnus-article-mime-hierarchy-next to nil.
20470         (gnus-insert-mime-button): Show hierarchy numbers.
20471         (gnus-mime-accumulate-hierarchy): New function.
20472         (gnus-mime-enter-multipart): New function.
20473         (gnus-mime-leave-multipart): New function.
20474         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20475         (gnus-mime-display-alternative): Show hierarchy numbers.
20476
20477         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20478         gnus-article-mime-hierarchy-next to nil.
20479
20480 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20481
20482         * dns.el: Don't require gnus-xmas.
20483
20484 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20485
20486         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20487         inline PGP.
20488         (mml-menu): Disable mml-quote-region if mark is inactive.
20489
20490 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20491
20492         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20493         when the group's active is not available.
20494
20495 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20496
20497         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20498         error.
20499
20500 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20501
20502         * imap.el (imap-store-password): New variable.
20503         (imap-interactive-login): Use it.
20504         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20505
20506 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20507
20508         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20509         window-start and hscroll to summary window.
20510
20511 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20512
20513         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20514         conversion message to newsrc-dribble when an actual conversion is
20515         performed.
20516
20517 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20518
20519         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20520
20521 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20522
20523         * mm-decode.el (mm-complicated-handles): New function reviving
20524         former definition of mm-multiple-handles.
20525
20526         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20527         (gnus-mime-delete-part): Use it.
20528
20529 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20530
20531         * gnus-agent.el (gnus-agent-read-local):
20532         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20533         avoid the implicit assumption that they will always be equal.
20534         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20535         coding-system-for-write, as the with-temp-file macro first prints
20536         to a buffer then saves the buffer.
20537
20538 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20539
20540         * gnus-art.el (gnus-article-edit-part): New function.
20541         (gnus-mime-save-part-and-strip): Use it; do query instead of
20542         signaling an error; don't use mm-multiple-handles.
20543         (gnus-mime-delete-part): Ditto.
20544
20545 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20546
20547         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20548         old file versions.
20549         (gnus-group-prepare-hook): Remove function that converted list
20550         form of gnus-agent-expire-days to group properties.
20551
20552         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20553         (gnus-request-accept-article): Re-indented.
20554
20555         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20556         converters to handle old agent file formats.  Add logic for a
20557         "backup before upgrading warning".
20558         (gnus-convert-mark-converter-prompt): Developers can mark
20559         functions as needing (default), or not needing,
20560         gnus-convert-old-newsrc's "backup before upgrading warning".
20561         (gnus-convert-converter-needs-prompt): Tests whether the user
20562         should be protected from potentially irreversable changes by the
20563         function.
20564
20565         * legacy-gnus-agent.el: New.  Provides converters that are only
20566         loaded when gnus-convert-old-newsrc needs to call them.
20567
20568 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20569
20570         * mail-source.el (mail-source-touch-pop): Doc fix.
20571
20572         * message.el (message-smtpmail-send-it): Doc fix.
20573
20574 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20575
20576         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20577
20578         * nnmail.el (nnmail-split-fancy): do.
20579
20580         * gnus-kill.el (gnus-kill, gnus-execute): do.
20581
20582 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20583
20584         * gnus-sum.el (gnus-widget-reversible-match)
20585         (gnus-widget-reversible-to-internal)
20586         (gnus-widget-reversible-to-external): New functions.
20587         (gnus-widget-reversible): New widget.
20588         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20589
20590 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20591
20592         * gnus-sum.el (gnus-thread-sort-functions)
20593         (gnus-article-sort-functions): Document `(not F)' items.
20594
20595 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20596
20597         * spam.el (spam-use-gmane-xref): Add new backend.
20598         (spam-gmane-xref-spam-group): Add variable to control the name of the
20599         Gmane spam group.
20600         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20601         (spam-regex-headers-spam, spam-regex-headers-ham)
20602         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20603         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20604         backends and checks.
20605         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20606
20607         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20608         an autodetect method.
20609
20610 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20611
20612         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20613         articles are being added to a group.
20614         (gnus-request-replace-article): Inform the agent that articles
20615         need to be uncached as the cached contents are no longer valid.
20616
20617 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20618
20619         * binhex.el: Don't autoload executable-find.
20620
20621         * canlock.el: Don't autoload mail-fetch-field.
20622
20623         * dgnushack.el: Autoload c-mode for XEmacs.
20624
20625         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20626
20627         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20628         rmail-dont-reply-to and rmail-output.
20629
20630         * gnus-score.el: Don't autoload ffap-string-at-point.
20631
20632         * gnus-setup.el: Don't autoload sc-cite-original.
20633
20634         * imap.el: Don't autoload base64-decode-string,
20635         base64-encode-string and md5.
20636
20637         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20638         and rmail-msg-restore-non-pruned-header.
20639
20640         * mm-decode.el: Don't autoload executable-find.
20641
20642         * mm-url.el: Don't autoload executable-find.
20643
20644         * mm-view.el: Don't autoload diff-mode.
20645
20646         * nndb.el: Don't autoload news-reply-mode, news-setup,
20647         cancel-timer and telnet.
20648
20649         * password.el: Don't autoload run-at-time for Emacs.
20650
20651         * sha1-el.el: Don't autoload executable-find.
20652
20653         * sieve-mode.el: Don't autoload c-mode.
20654
20655         * uudecode.el: Don't autoload executable-find.
20656
20657 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20658
20659         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20660         (gnus-agent-possibly-alter-active): Avoid null in numeric
20661         comparison.
20662         (gnus-agent-set-local): Refuse to save null in local object table.
20663         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20664         list of articles that will be marked as unread.
20665
20666 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20667
20668         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20669
20670 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20671
20672         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20673         language tags.
20674
20675 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20676
20677         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20678         Don't bind "obarray".
20679
20680         * gnus-sum.el (gnus-thread-sort-functions):
20681         Add `gnus-thread-sort-by-most-recent-number' and
20682         `gnus-thread-sort-by-most-recent-date'.
20683         Reported by Kai Grossjohann <kai@emptydomain.de>.
20684
20685 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20686
20687         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20688
20689 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20690
20691         * gnus-cus.el (gnus-agent-customize-category):
20692         Remove ignore-errors macro reference that required cl to be loaded at
20693         run-time.
20694
20695         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20696         single-interval range of the form (min . max).  Previously the
20697         range had to look like ((min . max)).  Likewise, return
20698         (min . max) rather than ((min . max)).
20699         (gnus-range-map): Use gnus-range-normalize to accept
20700         single-interval range.
20701
20702         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20703         the cache, but not the agent, now appear with their usual face.
20704
20705         * dgnushack.el (loaddir): New variable that is bound to the
20706         directory containing the dgnushack.el file. Use loaddir, rather
20707         than srcdir, to update load-path. Change lets dgnushack compile
20708         code in directories other than GNUS/lisp.
20709
20710 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20711
20712         * lpath.el: Don't bind w3m-safe-url-regexp.
20713
20714         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20715         w3m-safe-url-regexp variable buffer-local.
20716
20717         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20718
20719 2004-02-27  Simon Josefsson  <jas@extundo.com>
20720
20721         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20722         gnus-group-real-prefix.
20723         (gnus-summary-move-article): Use it, instead of
20724         gnus-group-real-prefix.
20725
20726 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * lpath.el: Bind w3m-safe-url-regexp.
20729
20730         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20731         w3m-safe-url-regexp variable buffer-local and set it as the value
20732         of mm-w3m-safe-url-regexp.
20733
20734         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20735
20736         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20737         parsing gnus-posting-styles when the message is not for replying.
20738
20739         * dgnushack.el: Autoload sgml-mode for XEmacs.
20740
20741         * nnrss.el (nnrss-opml-export):
20742         Use mm-set-buffer-file-coding-system instead of
20743         set-buffer-file-coding-system.
20744
20745 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20746
20747         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20748         of checkdoc.el).
20749         * nnrss.el: do.
20750         * gnus-mlspl.el: do.
20751         * gnus-ml.el: do.
20752         * gnus-srvr.el: do.
20753
20754         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20755
20756 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20757
20758         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20759         Corrections to custom-manual links.
20760
20761         * gnus-art.el (gnus-article): Ditto.
20762
20763         * mm-decode.el (mime-display, mime-security): Ditto.
20764
20765 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20766
20767         * flow-fill.el: Typo.
20768
20769 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20770
20771         * spam-wash.el: New file.
20772
20773 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20774
20775         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20776
20777 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20778
20779         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20780         to be run with new-articles as LIST1, not LIST2.
20781         (spam-registration-functions): Add spam-use-ham-copy as a nil
20782         registration backend.
20783
20784 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20785
20786         * spam-stat.el (spam-stat-washing-hook): New option.
20787         (spam-stat-buffer-words): Use it.
20788         (spam-stat-process-directory, spam-stat-test-directory):
20789         Use insert-file-contents-literally.
20790         (spam-stat-coding-system): New variable.
20791         (spam-stat-load, spam-stat-save): Use it.
20792
20793 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20794
20795         * spam-report.el (spam-report-plug-agent):
20796         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20797
20798 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20799
20800         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20801         Allow / in mailto URLs.
20802
20803 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20804
20805         * spam-report.el (spam-report-process-queue): Fix interactive use.
20806         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20807         (spam-report-unplug-agent): Doc fixes.
20808         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20809         (spam-report-agentize, spam-report-deagentize): Autoload.
20810
20811 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20812
20813         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20814
20815         * message.el (message-setup-fill-variables): Add mml tags to
20816         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20817         <ajk@iu.edu>.
20818         (message-mode): Don't modify paragraph-separate there.
20819
20820 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20821
20822         * compface.el (uncompface-use-external): Default to undecided.
20823         (uncompface-use-external-threshold): New variable.
20824         (uncompface-float-time): New macro.
20825         (uncompface): Determine whether to use the external decoder if
20826         uncompface-use-external is undecided.
20827
20828 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20829
20830         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20831         after images.
20832
20833         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20834
20835 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20836
20837         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20838
20839         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20840
20841         * gnus-sum.el (gnus-summary-limit-to-age)
20842         (gnus-summary-limit-children): do.
20843
20844         * gnus-int.el (gnus-request-scan): do.
20845
20846         * gnus-group.el (gnus-group-suspend): do.
20847
20848         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20849
20850         * gnus-cite.el (gnus-cite-parse-attributions): do.
20851
20852         * gnus-agent.el (gnus-summary-set-agent-mark)
20853         (gnus-agent-regenerate-group): do.
20854
20855         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20856
20857         * binhex.el (binhex-decode-region-internal): do.
20858
20859 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20860
20861         * gnus-fun.el (gnus-face-properties-alist): New user option.
20862         (gnus-display-x-face-in-from): Use it.
20863
20864         * gnus-art.el (article-display-face): Ditto.
20865
20866         * compface.el (uncompface-use-external): Default to nil.
20867
20868 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20869
20870         * nntp.el (nntp-erase-buffer): New function.
20871         (nntp-retrieve-data, nntp-send-command)
20872         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20873         (nntp-possibly-change-group): Use it.
20874
20875         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20876         Use with-current-buffer.
20877
20878 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20879
20880         * compface.el: Merge the ELisp-based uncompface program.
20881         (compface): New customization group.
20882         (uncompface-use-external): New user option.
20883         (uncompface): Call uncompface-internal if uncompface-use-external
20884         is nil.
20885         (uncompface-internal): New function.  Note that there are also
20886         some other functions and variables added for this function.
20887
20888 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20889
20890         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20891         if necessary.
20892
20893 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20894
20895         * spam-report.el (spam-report-unplug-agent)
20896         (spam-report-plug-agent, spam-report-deagentize)
20897         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20898         Add support for the Agent in spam-report: when unplugged, report to a
20899         file; when plugged, submit all the requests.
20900
20901         * spam.el (spam-register-routine): Fix message about
20902         registration.
20903
20904 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20905
20906         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20907         dependencies.
20908         (rfc2047-encode): Use it.
20909
20910         * gnus-art.el (gnus-button-marker-list): Move before first
20911         reference.
20912
20913         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20914         (imap-parse-body): Fix format string mismatch.
20915
20916         * gnus-score.el (gnus-summary-increase-score): do.
20917
20918         * nnrss.el (nnrss-close): New function.
20919
20920 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20921
20922         * nnrss.el (nnrss-make-filename): New function.
20923         (nnrss-request-delete-group, nnrss-read-server-data)
20924         (nnrss-save-server-data, nnrss-read-group-data)
20925         (nnrss-save-group-data): Use it.
20926         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20927         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20928         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20929
20930 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20931
20932         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20933
20934 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20935
20936         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20937         files.
20938
20939         * message.el (message-generate-headers-first): Don't quote nil
20940         and t in docstrings.
20941
20942         * imap.el (imap-id): do.
20943
20944         * gnus-agent.el (gnus-agent-consider-all-articles)
20945         (gnus-agent-queue-mail): do.
20946
20947 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20948
20949         * spam-report.el (spam-report-process-queue): New function.
20950         Process requests from `spam-report-requests-file'.
20951         (spam-report-process-queue): Doc fix.
20952
20953 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20954
20955         * spam.el (spam-register-routine)
20956         (spam-log-processing-to-registry, spam-log-registered-p)
20957         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20958         Change "check" to "spam-check" for semi-clarity.
20959
20960 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20961
20962         * pop3.el: Require nnheader.
20963
20964         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20965
20966         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20967
20968         * gnus-picon.el: Require cl.
20969
20970         * gnus-fun.el: Require gnus-ems and gnus-util.
20971
20972         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20973
20974         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20975
20976         * gnus-art.el (gnus-article-edit-mode): Define before first
20977         reference.
20978
20979 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20980
20981         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20982         (gnus-uu-post-encoded): Use point-at-bol.
20983
20984         * gnus-topic.el (gnus-group-active-topic-p): do.
20985
20986         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20987
20988         * gnus-group.el (gnus-group-kill-region): do.
20989
20990         * gnus-art.el (article-date-ut): do.
20991
20992         * message.el (message-fetch-field): Remove redundant
20993         case-fold-search binding.
20994         (message-narrow-to-field): Simplify.
20995
20996 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20997
20998         * spam.el (spam-directory): Derive from `gnus-directory'.
20999
21000         * spam-report.el (spam-report-url-to-file)
21001         (spam-report-requests-file): New function and variable for offline
21002         reporting.
21003         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21004         and user defined function.
21005         (spam-report-url-ping-mm-url): Remove doubled slash.
21006
21007 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21008
21009         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21010
21011 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21012
21013         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21014         Fix format string mismatch.
21015
21016         * sieve.el (sieve-deactivate-all): do.
21017
21018         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21019
21020         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21021
21022         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21023
21024         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21025
21026 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21027
21028         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21029         the list of checks.
21030
21031 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21032
21033         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21034         padding.
21035
21036 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21037
21038         * mm-view.el (mm-fill-flowed): New variable.
21039         (mm-inline-text): Use it.
21040
21041 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21042
21043         * spam.el (spam-spamassassin-register-ham-routine)
21044         (spam-spamassassin-register-spam-routine): Fix function names.
21045
21046 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21047
21048         * gnus.el (gnus-tmp-grouplens): Remove.
21049         (gnus-summary-line-format): Remove grouplens.
21050
21051         * gnus-group.el (gnus-group-line-format): Ditto.
21052
21053         * gnus-spec.el (gnus-format-specs): Ditto.
21054         (gnus-update-format-specifications): Flush the group format spec
21055         cache if there's the grouplens stuff.
21056         (gnus-parse-simple-format): Replace %l with the empty string.
21057
21058 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21059
21060         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21061         omission.
21062
21063 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21064
21065         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21066         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21067
21068 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21069
21070         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21071         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21072         New macros and functions.
21073         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21074         Handle > NLINK_MAX messages.
21075         * nnmaildir.el (nnmaildir-request-set-mark):
21076         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21077
21078 2004-01-25  Alex Schroeder  <alex@gnu.org>
21079
21080         * spam-stat.el (spam-stat-process-directory-age): New option.
21081         (spam-stat-process-directory): Use it.
21082
21083 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21084
21085         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21086         (spam-stat-save): Accept prefix argument.
21087
21088 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21089
21090         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21091         links" error.
21092
21093 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21094
21095         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21096         the rest of the and/or forms.
21097
21098 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21099
21100         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21101         compatibility with old .newsrc.eld files.
21102
21103         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21104
21105         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21106
21107         * gnus-start.el (gnus-1): do.
21108
21109         * gnus-group.el (gnus-group-line-format-alist): do.
21110
21111         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21112
21113         * gnus-gl.el: Remove.
21114
21115 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21116
21117         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21118         marks consisting of a single range {for example, (3 . 5)} rather
21119         than a list of a single range { ((3 . 5)) }.
21120
21121 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21122
21123         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21124         Use with-current-buffer.
21125         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21126         avoid consing a string.
21127
21128         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21129         Remove obsolete entries for big5 and gb2312.
21130
21131 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21132
21133         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21134         uncompressed list.
21135
21136 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21137
21138         * spam-stat.el (spam-stat-strip-xref): New function.
21139         (spam-stat-process-directory): Use it.
21140
21141         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21142         here -- it's done in message-fetch-field.
21143
21144 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21145
21146         * gnus-agent.el (gnus-agent-queue-mail)
21147         (gnus-agent-prompt-send-queue): New variables.
21148         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21149         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21150         "nndraft:queue" along to gnus-draft-send.
21151         Use gnus-agent-prompt-send-queue.
21152         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21153         is "nndraft:queue".  Suggested by Gaute Strokkenes
21154         <gs234@srcf.ucam.org>
21155
21156         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21157         (agent-enable-undownloaded-faces): Add.
21158         (gnus-agent-cat-groups): Use eval-and-compile, not
21159         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21160         method of gnus-agent-cat-groups even when the buffer has been
21161         evaled.
21162         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21163         delete gnus-agent-save-active-1.
21164         (gnus-agent-save-groups): Delete.  Identical to
21165         gnus-agent-save-active.
21166         (gnus-agent-write-active): No longer adjust agent's copy of active
21167         file as agent's adjustments are now stored in their own
21168         file.  Remove optional parameter.
21169         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21170         servers.  Add use of min/max range limits from server's local
21171         file.
21172         (gnus-agent-save-alist): Remove unused optional argument.
21173         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21174         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21175         (gnus-agent-set-local): A per-server file that keeps min/max range
21176         limits for articles known to the agent.  Provides a fast mechanism
21177         for altering many active ranges.
21178         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21179         active file (local makes it unnecessary).
21180         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21181
21182         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21183         (agent-enable-undownloaded-faces): Add.
21184
21185         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21186         disable it when sending to "nndraft:queue".
21187         (gnus-group-send-queue): Add safety check to avoid sending queue
21188         when unplugged.
21189
21190         * gnus-group.el (gnus-group-catchup): Use new
21191         gnus-sequence-of-unread-articles, not
21192         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21193         numbers of articles.  Use gnus-range-map to avoid having to
21194         uncompress the unread list.
21195         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21196         Fix invalid ange-ftp reference.
21197
21198         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21199         (gnus-sorted-range-intersection): Intersection of two ranges
21200         without requiring that they first be uncompressed.
21201
21202         * gnus-start.el (gnus-activate-group): Unless blocked by the
21203         caller, possibly expand the active range to include both cached
21204         and agentized articles.
21205         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21206         multiple version-dependent converters.
21207         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21208         gnus-agent-save-active.
21209         (gnus-save-newsrc-file): Save dirty agent range limits.
21210
21211         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21212         gnus-agent-possibly-alter-active.
21213         (gnus-adjust-marked-articles): Faster handling of simple lists.
21214
21215 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21216
21217         * spam-stat.el (spam-stat-test-directory): New optional argument
21218         displays a list of files detected.  Suggested by Andrew Cohen
21219         <cohen@andy.bu.edu>.
21220         (spam-stat-buffer-words-with-scores): Don't narrow and change
21221         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21222
21223 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21224
21225         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21226         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21227         (spam-spamassassin-arguments)
21228         (spam-spamassassin-spam-flag-header)
21229         (spam-spamassassin-positive-spam-flag-header)
21230         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21231         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21232         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21233         (spam-list-of-processors, spam-list-of-checks)
21234         (spam-list-of-statistical-checks, spam-registration-functions)
21235         (spam-check-spamassassin-headers, spam-check-spamassassin)
21236         (spam-spamassassin-score)
21237         (spam-spamassassin-register-with-sa-learn)
21238         (spam-spamassassin-register-spam-routine)
21239         (spam-spamassassin-register-ham-routine)
21240         (spam-assassin-register-spam-routine)
21241         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21242         (spam-bogofilter-score): Fix to show article before scoring.
21243
21244 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21245
21246         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21247         default scoring function.
21248         (spam-generic-score): Call spam-spamassassin-score if
21249         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21250         spam-bogofilter-score otherwise.
21251
21252         * gnus.el (spam-process, spam-autodetect-methods):
21253         Add spamassassin and spamassassin-headers.
21254
21255 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21256
21257         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21258         Suppress unnecessary messages.
21259
21260 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21261
21262         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21263         make-hash-table.
21264
21265 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21266
21267         * canlock.el (base64-encode-string): Don't autoload it.
21268
21269 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21270
21271         * run-at-time.el: Remove useless (require 'itimer),
21272         eval-and-compile and (featurep 'xemacs).
21273
21274 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21275
21276         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21277         GROUP is a virtual group.
21278
21279 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21280
21281         * gnus.el: Autoload `message-y-or-n-p'.
21282
21283 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21284
21285         * pgg-parse.el: Remove unnecessary (require 'custom).
21286
21287         * pgg-def.el: do.
21288
21289         * nnmail.el: do.
21290
21291         * gnus-undo.el: do.
21292
21293         * gnus-picon.el: do.
21294
21295         * gnus-util.el: do.
21296
21297 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21298
21299         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21300
21301 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21302
21303         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21304         handle, as well as a list.
21305
21306         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21307         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21308         (mm-w3m-cid-retrieve): Simplify.
21309
21310 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21311
21312         * message.el (message-kill-to-signature): Allow prefix arg to
21313         specify number of lines to keep before signature.
21314
21315 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21316
21317         * message.el (message-kill-to-signature): Change docstring.
21318
21319 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21320
21321         * canlock.el: Always require sha1-el.
21322         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21323
21324         * message.el: Autoload sha1 only when compiling.
21325
21326         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21327         eudc-expand-inline for XEmacs.
21328
21329 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21330
21331         * message.el (message-canlock-generate): Require sha1-el.
21332
21333 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21334
21335         * message.el (message-expand-name): Silence the byte compiler.
21336
21337         * lpath.el: Add detect-coding-system.
21338
21339         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21340         cus-edit.
21341
21342 2004-01-13  Simon Josefsson  <jas@extundo.com>
21343
21344         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21345         Invoke gnus-score-mode.
21346         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21347
21348         * gnus-range.el (gnus-compress-sequence): Doc fix.
21349         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21350
21351 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21352
21353         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21354
21355 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21356
21357         * spam.el (spam-get-article-as-string): Update to use
21358         gnus-request-article-this-buffer, much simpler.
21359         (spam-get-article-as-buffer): Remove.
21360
21361 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21362
21363         * message.el (message-expand-name): Use EUDC if the user uses that.
21364
21365 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21366
21367         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21368         character for the encoding to avoid consing a string.
21369
21370         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21371         unnecessarily.
21372
21373         * mm-util.el (mm-replace-chars-in-string): Remove.
21374
21375         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21376         of mm-replace-chars-in-string.
21377
21378 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21379
21380         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21381
21382         * mm-util.el (mm-subst-char-in-string): Support inplace.
21383
21384         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21385         a new string in every iteration.  Use shy groups.
21386
21387 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21388
21389         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21390         * gnus-soup.el (gnus-soup-group-brew):
21391         * gnus-msg.el (gnus-put-message):
21392         * gnus-move.el (gnus-group-move-group-to-server):
21393         * gnus-kill.el (gnus-batch-score):
21394         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21395         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21396         (gnus-group-update-group, gnus-group-read-group)
21397         (gnus-group-make-group, gnus-group-make-help-group)
21398         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21399         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21400         (gnus-group-sort-by-unread, gnus-group-catchup)
21401         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21402         (gnus-group-yank-group, gnus-group-set-info)
21403         (gnus-group-list-groups):
21404         * gnus.el (gnus-generate-new-group-name):
21405         * gnus-delay.el (gnus-delay-send-queue):
21406         * nnvirtual.el (nnvirtual-catchup-group):
21407         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21408         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21409         (gnus-group-prepare-topics, gnus-topic-check-topology):
21410         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21411         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21412         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21413         (gnus-group-make-articles-read):
21414         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21415         (gnus-group-change-level, gnus-kill-newsgroup)
21416         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21417         (gnus-get-unread-articles, gnus-make-articles-unread)
21418         (gnus-make-ascending-articles-unread): Use accessor
21419         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21420         to get group information for improved readability.
21421
21422
21423 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21424
21425         * gnus-art.el (article-decode-mime-words, article-babel)
21426         (gnus-article-highlight-signature, gnus-article-add-buttons)
21427         (gnus-signature-toggle): Use gnus-with-article-buffer.
21428
21429         * gnus-art.el (gnus-article-highlight-headers)
21430         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21431
21432         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21433         (gnus-article-set-globals, gnus-request-article-this-buffer)
21434         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21435         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21436         (gnus-mime-display-alternative): Use with-current-buffer.
21437
21438 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21439
21440         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21441         also under 80 char limit, and call gnus-error if needed.
21442         (spam-fetch-article-header): Fix - it was a
21443         buffer-local variable (gnus-newsgroup-data).
21444         (spam-find-spam): Use spam-generate-fake-headers, forget about
21445         spam-insert-fake-headers.
21446         (spam-insert-fake-headers): Remove.
21447
21448 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21449
21450         * deuglify.el (gnus-article-outlook-unwrap-lines)
21451         (gnus-outlook-rearrange-article)
21452         (gnus-outlook-repair-attribution-outlook)
21453         (gnus-outlook-repair-attribution-block)
21454         (gnus-outlook-repair-attribution-other): Remove redundant
21455         save-excursion.
21456
21457 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21458
21459         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21460         (spam-fetch-field-subject-fast)
21461         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21462         (spam-fetch-article-header): Add functions to deal with Gnus
21463         internals for fast retrieval of article header data.
21464         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21465
21466 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21467
21468         * pop3.el (pop3-md5): Remove.
21469         (pop3-apop): Replace pop3-md5 with md5.
21470
21471         * mm-bodies.el: base64 is always built-in.
21472
21473         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21474         Use with-current-buffer.
21475
21476 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21477
21478         * canlock.el (canlock-insert-header): Remove excessive grouping in
21479         regexp.
21480
21481         * gnus-sum.el (gnus-summary-read-document): Ditto.
21482
21483         * gnus-uu.el (gnus-uu-part-number): Ditto.
21484
21485         * html2text.el (html2text-remove-tags): Ditto.
21486         (html2text-format-tags): Ditto.
21487         (html2text-format-single-elements): Ditto.
21488
21489         * mml.el (mml-parse-1): Ditto.
21490
21491 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21492
21493         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21494
21495         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21496
21497         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21498
21499         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21500
21501 2003-11-15  Simon Josefsson  <jas@extundo.com>
21502
21503         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21504         (pgg-gpg-lookup-key): Use regexp match instead of
21505         split-string (split-string is different between emacs 21.2 and
21506         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21507
21508 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21509
21510         * gnus-art.el (gnus-mime-view-all-parts)
21511         (gnus-article-part-wrapper, gnus-article-view-part):
21512         Use with-current-buffer.
21513
21514 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21515
21516         * spam.el (spam-disable-spam-split-during-ham-respool)
21517         (spam-spamoracle-database, spam-cache-lookups)
21518         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21519         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21520         (spam-group-ham-marks, spam-group-spam-marks)
21521         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21522         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21523         also add spam-use-blackholes to the statistical checks.
21524         (spam-fetch-field-fast): Add interface to fetching fields, may
21525         become a macro.
21526         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21527         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21528         (spam-insert-fake-headers): Fake an article when needed.
21529         (spam-find-spam): Fake article when possible.
21530         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21531         (spam-check-bogofilter-headers): Use message-fetch-field instead
21532         of nnmail-fetch-field.
21533
21534 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21535
21536         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21537
21538 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21539
21540         * spam.el (spam-split): Do not require spam-use-CHECK to be
21541         enabled if that check is passed to spam-split explicitly; also
21542         fix so 'spam doesn't get converted to spam-split-group when
21543         spam-split-symbolic-return is t.
21544         (spam-find-spam): Find registrations of the article and use those
21545         instead of re-running spam-split to find the spam/ham
21546         classification of the article.
21547         (spam-log-processing-to-registry, spam-log-registered-p)
21548         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21549         Use gnus-error instead of gnus-message.
21550         (spam-log-registration-type): Add function to determine the
21551         classification of a message based on registry entries; will
21552         return nil if both 'spam and 'ham are found.
21553         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21554         a reasonably fast local cache without the loading errors.
21555         (spam-cache-lookups): Set to t by default.
21556         (spam-find-spam): Don't try to guess spam-cache-lookups.
21557         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21558         spam-caches entry.
21559         (spam-filelist-build-cache, spam-filelist-check-cache):
21560         Fix caching of whitelist/blacklist entries.
21561         (spam-check-whitelist, spam-check-blacklist):
21562         Invoke spam-from-listed-p with a type, not a cache variable.
21563         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21564
21565 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21566
21567         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21568
21569         * nnmail.el (nnmail-split-fancy): do.
21570
21571         * mml.el (mml-parse): do.
21572
21573         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21574         (gnus-score-adaptive): do.
21575
21576 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21577
21578         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21579         (gnus-mime-button-map): Don't set keymap parent.
21580         (gnus-button-ctan-directory-regexp): Use shy grouping.
21581         (gnus-prev-page-map): Don't set keymap parent.
21582         (gnus-prev-page-map): Remove duplicated one.
21583         (gnus-next-page-map): Don't set keymap parent.
21584         (gnus-mime-security-button-map): Ditto.
21585
21586         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21587         version number.
21588
21589         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21590
21591 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21592
21593         * canlock.el (canlock-sha1-function): Remove.
21594         (canlock-sha1-function-for-verify): Remove.
21595         (canlock-openssl-program): Remove.
21596         (canlock-openssl-args): Remove.
21597         (canlock-ignore-errors): Remove.
21598         (canlock-sha1-with-openssl): Remove.
21599         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21600         (canlock-verify): Don't use canlock-ignore-errors.
21601
21602         * sha1-el.el (sha1-string-external): Make it can return a string
21603         in binary form.
21604         (sha1-region-external): Ditto.
21605         (sha1-string-internal): Ditto.
21606         (sha1-region-internal): Ditto.
21607         (sha1-region): Ditto.
21608         (sha1-string): Ditto.
21609         (sha1): Ditto.
21610
21611 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21612
21613         * spam.el (spam-report-articles-gmane): New command.
21614
21615 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21616
21617         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21618
21619         * run-at-time.el (run-at-time-saved): Remove.
21620         (run-at-time): Doc fix.
21621
21622 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21623
21624         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21625         (gnus-summary-limit-map): Add it.
21626         (gnus-summary-make-menu-bar): do.
21627
21628 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21629
21630         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21631         Make attempt at some caching support (done for BBDB only now).
21632         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21633         addresses to be checked.
21634         (spam-clear-cache-BBDB): Add function, to be invoked by
21635         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21636         (spam-check-BBDB): Check and use the caches, if
21637         spam-cache-lookups is on, remove superfluous (provide).
21638
21639 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21640
21641         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21642
21643 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21644
21645         * run-at-time.el (run-at-time-saved): Move to after the definition
21646         of `run-at-time'.
21647
21648         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21649
21650 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21651
21652         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21653         mm-w3m-local-map-property.
21654
21655         * mm-view.el (mm-w3m-mode-map): Remove.
21656         (mm-w3m-local-map-property): Remove.
21657         (mm-inline-text-html-render-with-w3m): Don't use
21658         mm-w3m-local-map-property.
21659
21660 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21661
21662         * run-at-time.el: New file.
21663
21664         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21665         under Emacs.
21666
21667         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21668         of gnus-set-text-properties.
21669
21670         * gnus-uu.el (gnus-uu-save-article): Ditto.
21671
21672         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21673
21674         * gnus-cite.el (gnus-cite-parse): Ditto.
21675
21676         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21677         of gnus-.
21678
21679         * gnus-xmas.el (run-at-time): Require run-at-time.
21680
21681         * gnus.el: Change calls to nnheader-run-at-time and
21682         password-run-at-time throughout to use run-at-time directly.
21683
21684         * password.el: Remove definition of run-at-time.
21685
21686         * nnheaderxm.el: Remove definition of run-at-time.
21687
21688 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21689
21690         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21691         in prompt.
21692
21693 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21694
21695         * messagexmas.el (message-xmas-redefine): Alias
21696         `message-make-caesar-translation-table' to
21697         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21698         version.
21699
21700         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21701         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21702         `gnus-xmas-set-text-properties'.
21703         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21704         `gnus-xmas-completing-read'.
21705         (gnus-xmas-completing-read): Removed.
21706         (gnus-xmas-open-network-stream): Removed.
21707
21708         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21709         XEmacs version.
21710
21711         * dns.el (dns-make-network-process): Use `open-network-stream'
21712         instead of `gnus-xmas-open-network-stream'.
21713
21714         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21715
21716         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21717
21718 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21719
21720         * gnus-art.el (gnus-mime-display-alternative)
21721         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21722         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21723         Don't use gnus-local-map-property.
21724
21725         * gnus-util.el (gnus-local-map-property): Remove.
21726
21727         * mm-view.el (mm-view-pkcs7-decrypt):
21728         Replace gnus-completing-read-maybe-default with completing-read.
21729
21730         * gnus-util.el (gnus-completing-read): do.
21731         (gnus-completing-read-maybe-default): Remove.
21732
21733 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21734
21735         * password.el: Only autoload `run-at-time' if not XEmacs.
21736         Only autoload the itimer functions if XEmacs.
21737
21738 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21739
21740         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21741         XEmacsen.
21742
21743         * dgnushack.el: Autoload executable-find for XEmacs.
21744
21745 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21746
21747         * gnus-art.el (gnus-read-string): Remove.
21748         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21749         read-string.
21750
21751 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21752
21753         * netrc.el: Autoload password-read.
21754         (netrc): Add configuration group.
21755         (netrc-encoding-method, netrc-openssl-path):
21756         Add variables for encoding and decoding of files with symmetric
21757         ciphers.
21758         (netrc-encode): Add assistant function to encode a file with
21759         netrc-encoding-method.
21760         (netrc-parse): Add interactive parameter, added optional
21761         decoding if netrc-encoding-method is non-nil but otherwise
21762         behavior is standard.
21763         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21764         Do s/encode/encrypt/ everywhere.
21765
21766         * spam.el: Remove executable-find autoload.
21767
21768 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21769
21770         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21771
21772         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21773
21774 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21775
21776         * gnus-art.el (gnus-treat-ansi-sequences)
21777         (article-treat-ansi-sequences): New variable and function.
21778         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21779
21780         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21781         Use it.
21782
21783 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21784
21785         * mm-util.el (mm-quote-arg): Remove.
21786
21787         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21788         shell-quote-argument.
21789
21790         * gnus-uu.el (gnus-uu-command): do.
21791
21792         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21793
21794         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21795         with make-char.
21796
21797         * mm-util.el (mm-make-char): Remove.
21798
21799         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21800         add-minor-mode.
21801
21802         * gnus-undo.el (gnus-undo-mode): do.
21803
21804         * gnus-topic.el (gnus-topic-mode): do.
21805
21806         * gnus-sum.el (gnus-dead-summary-mode): do.
21807
21808         * gnus-start.el (gnus-slave-mode): do.
21809
21810         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21811
21812         * gnus-ml.el (gnus-mailing-list-mode): do.
21813
21814         * gnus-gl.el (gnus-grouplens-mode): do.
21815
21816         * gnus-draft.el (gnus-draft-mode): do.
21817
21818         * gnus-dired.el (gnus-dired-mode): do.
21819
21820         * gnus-ems.el (gnus-add-minor-mode): Remove.
21821
21822         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21823         Replace gnus-char-width with char-width.
21824
21825         * gnus-ems.el (gnus-char-width): Remove.
21826
21827         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21828         Replace gnus-char-width with char-width.
21829
21830         * gnus-ems.el (gnus-char-width): Remove.
21831
21832         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21833         definition.
21834         Remove Emacs 20 hash table compatibility code.
21835
21836         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21837         20 compatibility code.
21838
21839         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21840
21841         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21842
21843         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21844         Replace with point-at-{eol,bol}.
21845
21846         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21847
21848         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21849
21850         * flow-fill.el (fill-flowed-point-at-bol)
21851         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21852
21853         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21854         Replace with point-at-{eol,bol} throughout all files.
21855
21856 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21857
21858         * ntlm.el (ntlm-string-as-unibyte): New macro.
21859         (ntlm-build-auth-response): Use it.
21860
21861         Remove Emacs 20 stuff:
21862         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21863         (butlast, mapc, remove): Remove the compiler macros.
21864         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21865         of delq and copy-sequence.
21866         * gnus-art.el (popup-menu): Remove the compiler macro.
21867         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21868         Emacs 20.
21869
21870 2004-01-05  Simon Josefsson  <jas@extundo.com>
21871
21872         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21873         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21874         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21875         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21876         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21877         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21878         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21879         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21880         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21881         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21882         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21883         string-xor into ntlm-string-xor.
21884         Suggested by Jesper Harder <harder@myrealbox.com>.
21885
21886         * ntlm.el: Don't include poem.
21887
21888         * md4.el (print-int32, print-string-hexa): Remove.
21889         Suggested by Jesper Harder <harder@myrealbox.com>.
21890
21891         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21892
21893         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21894         probably breaks emacs with DL patch, but do we care? Is anyone
21895         still using the DL stuff?)
21896
21897         * sieve-manage.el: Use the password package.
21898         (sieve-manage-read-passwd): Remove.
21899         (sieve-manage-interactive-login): Use password.  Re-add
21900         condition-case around loop.
21901
21902         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21903         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21904         Use the password package.
21905
21906 2003-02-19  Simon Josefsson  <jas@extundo.com>
21907
21908         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21909         token.
21910
21911 2002-08-07  Simon Josefsson  <jas@extundo.com>
21912
21913         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21914         (sieve-manage-authenticators):
21915         (sieve-manage-authenticator-alist): Add some SASL mechs.
21916         (sieve-sasl-auth): New function.
21917         (sieve-manage-cram-md5-auth):
21918         (sieve-manage-plain-auth): Rewrite using SASL library.
21919         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21920         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21921         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21922         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21923
21924 2004-01-05  Simon Josefsson  <jas@extundo.com>
21925
21926         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21927         New files.
21928
21929 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21930
21931         * gnus-group.el (gnus-no-groups-message): Update.
21932
21933         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21934
21935 2003-11-09  Simon Josefsson  <jas@extundo.com>
21936
21937         * imap.el: Support for ID IMAP extension (RFC 2971).
21938         (imap-local-variables): Add imap-id.
21939         (imap-id): New variable.
21940         (imap-id): New function.
21941         (imap-parse-response): Parse untagged ID response.
21942         * nnimap.el (nnimap-id): New variable.
21943         (nnimap-open-connection): Use it.
21944
21945 2003-12-28  Simon Josefsson  <jas@extundo.com>
21946
21947         * gnus-score.el (gnus-score-edit-all-score): New.
21948         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21949
21950 2004-01-04  Simon Josefsson  <jas@extundo.com>
21951
21952         * password.el: Add.
21953
21954 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21955
21956         * dns.el (dns-query-types): Fix typo.
21957         (dns-query-types): New function.
21958         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21959         PTR and SOA replies, see RFC 1035.
21960
21961 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21962
21963         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21964
21965         * Move to Changelog.2.
21966
21967 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21968
21969         * gnus.el (gnus-version-number): Bump version.
21970
21971 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21972
21973         * gnus.el: No Gnus v0.1 is released.
21974
21975 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21976
21977         * gnus.el: No Gnus v0.0 is released.
21978
21979 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21980
21981         * gnus.el (gnus-version-number): Bump.
21982         (gnus-version): No.
21983
21984 See ChangeLog.2 for earlier changes.
21985
21986   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21987
21988   This file is part of GNU Emacs.
21989
21990   GNU Emacs is free software: you can redistribute it and/or modify
21991   it under the terms of the GNU General Public License as published by
21992   the Free Software Foundation, either version 3 of the License, or
21993   (at your option) any later version.
21994
21995   GNU Emacs is distributed in the hope that it will be useful,
21996   but WITHOUT ANY WARRANTY; without even the implied warranty of
21997   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21998   GNU General Public License for more details.
21999
22000   You should have received a copy of the GNU General Public License
22001   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22002
22003 ;; Local Variables:
22004 ;; coding: utf-8
22005 ;; fill-column: 79
22006 ;; add-log-time-zone-rule: t
22007 ;; End: