Fix registry ignored groups format and a logic bug.
[gnus] / lisp / ChangeLog
1 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-registry.el (gnus-registry-ignored-groups): Adjust defaults to
4         match the parameter.
5         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
6         parameter list or a string list in `gnus-registry-ignored-groups'.  Fix
7         logic error.
8
9 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10
11         * shr.el (shr-expand-url): Protect against null urls.
12
13 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14
15         * shr.el (shr-base): New binding.
16         (shr-tag-base): Keep track of <base>.
17         (shr-expand-url): New function used throughout.
18
19 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
20
21         * gnus-registry.el
22         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
23         (gnus-registry-ignored-groups): New variable.
24         (gnus-registry-ignore-group-p): Use it.
25         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
26         set the destination group to nil (same as delete) if it's ignored.
27
28 2011-04-20  David Engster  <dengste@eml.cc>
29
30         * tests/gnustest-nntp.el: New file for simple NNTP testing.
31
32         * Makefile.in (test-nntp): New rule.
33         (check): Add it.
34         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
35
36 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
37
38         * gnus-registry.el (gnus-registry-action)
39         (gnus-registry-fetch-header-fast):
40         Don't use mail-header that looks an internal function of mailheader.el.
41
42 2011-04-19  Glenn Morris  <rgm@gnu.org>
43
44         * time-date.el (time-to-days): Remove unused local variables.
45
46 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * gnus-registry.el: Eliminate cl functions.
49         (gnus-registry-sort-addresses): New function that replaces mapcan.
50         (gnus-registry-action, gnus-registry-spool-action)
51         (gnus-registry-split-fancy-with-parent)
52         (gnus-registry-fetch-recipients-fast): Use it.
53         (gnus-registry-import-eld): Replace delete* with dolist + delq.
54
55         * registry.el (initialize-instance, registry-lookup)
56         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
57         (registry-lookup-secondary-value, registry-search, registry-delete)
58         (registry-insert, registry-reindex, registry-size, registry-prune):
59         Use eval-and-compile.
60
61 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
62
63         * registry.el (registry-reindex): New method to recreate the secondary
64         registry indices.
65
66         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
67         tracked field changes.
68         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
69         (gnus-registry-action, gnus-registry-spool-action)
70         (gnus-registry-handle-action)
71         (gnus-registry--split-fancy-with-parent-internal)
72         (gnus-registry-split-fancy-with-parent)
73         (gnus-registry-register-message-ids): Add recipient tracking on spool,
74         move, and delete actions, and for fancy splitting with parent.
75         (gnus-registry-extract-addresses)
76         (gnus-registry-fetch-recipients-fast)
77         (gnus-registry-fetch-header-fast): Convenience functions.
78         (gnus-registry-misc-test): ERT test of
79         `gnus-registry-extract-addresses'.
80
81 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
82
83         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
84         Track by subject first, then sender.
85
86 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
87
88         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
89
90         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
91         Lisp.
92
93         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
94         (gnus-draft-send): Use it to avoid popping
95         up frames from gnus-group-send-queue.
96
97 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
98
99         * gnus-registry.el: Updated gnus-registry docs.
100
101 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
102
103         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
104         Fix logic bug.
105         (gnus-registry-post-process-groups): Fix logging of no results and
106         quote sender and subject.
107
108 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
111         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
112         gnutls-cli are too slow to be done opportunistically.
113
114         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
115         (gnus-read-active-for-groups): Don't try to finish getting stuff where
116         we had no early-data returned.
117         (gnus-get-unread-articles): Add a sanity check so that we don't issue
118         two async commands to the same server at the same time.
119
120 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
121
122         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
123
124 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
127         "warning" level.
128
129         * mm-url.el (mm-url-package-name): Removed to ease third-party reuse.
130         (mm-url-insert-file-contents): Don't set the package names.
131
132 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
133
134         * gnus-registry.el (gnus-registry-action): Remove properties and
135         simplify subject in `gnus-registry-handle-action'.
136         (gnus-registry-spool-action): Get subject and sender from message if
137         they are not passed in.
138         (gnus-registry-handle-action): Remove properties and simplify subject
139         consistently.
140
141 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
142
143         * registry.el: Require CL before using defmacro*.
144
145 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
146
147         * gnus-art.el (article-treat-date): Assume that
148         gnus-article-date-headers may be a group parameter.
149
150 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
151
152         * gnus-registry.el (gnus-registry-handle-action): More debugging.
153
154         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
155         interactively so the newsrc file can contain foreign groups too.
156         Useful for debugging but not much for users.
157
158 2011-04-07  David Engster  <dengste@eml.cc>
159
160         * registry.el (registry-usage-test): Only do
161         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
162         lexical binding.
163
164 2011-04-07  David Engster  <dengste@eml.cc>
165
166         * Makefile.in (check, test-registry): New rules for test-suite.
167
168 2011-04-06  David Engster  <dengste@eml.cc>
169
170         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
171         argument NOERROR for `require', since XEmacs 21.4 does not support it.
172
173 2011-04-06  David Engster  <dengste@eml.cc>
174
175         * registry.el (initialize-instance): Change :after to :AFTER to be
176         compatible with old EIEIO version in XEmacs.
177
178 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
179
180         * gnus-registry.el (gnus-registry-post-process-groups)
181         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
182         and provide better messaging.
183
184 2011-04-06  David Engster  <dengste@eml.cc>
185
186         * Makefile.in (fail-on-warning): New rule to compile with warnings as
187         errors.
188
189         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
190         dgnushack-compile with error-on-warn enabled, and to signal an error if
191         clean compilation failed.
192         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
193         with `byte-compile-error-on-warn'.  Return nil if errors occured.
194
195 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
196
197         * gnus-registry.el: Don't use ERT if it's not available.  Load it
198         unconditionally anyway, discarding errors.
199         (gnus-registry-delete-entries): New convenience function.
200         (gnus-registry-import-eld): Import from old .eld registry.
201
202         * registry.el: Don't use ERT if it's not available.  Load it
203         unconditionally anyway, discarding errors.
204
205         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
206         version from the Claudio Bley GnuTLS patch (extra optional parameters
207         and host name).
208
209 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
210
211         * gnus-registry.el (gnus-registry-fixup-registry): New function to
212         fixup the parameters that can be customized by the user between
213         save/read cycles.
214         (gnus-registry-read): Use it.
215         (gnus-registry-make-db): Use it.
216         (gnus-registry-spool-action, gnus-registry-handle-action): Fix
217         messaging.
218         (gnus-registry--split-fancy-with-parent-internal): Fix loop.  Map
219         references to actual group names with sender and subject tracking.
220         (gnus-registry-post-process-groups): Use `cond' for better messaging.
221         (gnus-registry-usage-test): Add subject lookup test.
222
223         * registry.el (registry-db, initialize-instance): Set up constructor
224         instead of :initform arguments for the sake of older Emacsen.
225         (registry-lookup-breaks-before-lexbind): New method to demonstrate
226         pre-lexbind merge bug.
227         (registry-usage-test): Use it.
228         (initialize-instance, registry-db): Move the non-function initforms
229         back to the class definition.
230
231 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
232
233         * registry.el: New library to manage gnus-registry-style data.
234
235         * gnus-registry.el: Use it (major rewrite).
236
237         * nnregistry.el: Use it.
238
239         * spam.el: Use it.
240
241 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
244         marks on non-selected articles.
245
246 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
247
248         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
249         parameter to open-protocol-stream.
250
251 2011-04-01  Julien Danjou  <julien@danjou.info>
252
253         * mm-view.el (mm-display-inline-fontify): Do not fontify with
254         fundamental-mode.
255
256 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
259         servers.
260
261 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
264         made marks not propagate, again.
265
266 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
267
268         * proto-stream.el (open-protocol-stream): Bring back `network' type.
269         Make this the default type.
270         (proto-stream-open-plain): Rename from proto-stream-open-default.
271         (open-protocol-stream, proto-stream-open-starttls)
272         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
273         with `plain'.
274
275         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
276         value.
277
278         * nntp.el (nntp-open-connection-function): Document the fact that some
279         values are not functions but are instead handled specially.  Recognize
280         nntp-open-plain-stream value.
281         (nntp-open-connection): Recognize that value.
282
283 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
286         where it seems to be needed.
287
288 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
291         stuff.
292
293         * gnus-score.el (gnus-score-string): Fix calling convention of
294         `gnus-simplify-buffer-fuzzy' after last patches.
295
296         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
297         server for articles we didn't get any headers for.  This is a sanity
298         check.
299
300 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
301
302         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
303         new CAPABILITY, use it.
304
305 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
308         downloading anything.
309
310         * gnus.el (gnus-splash-svg-color-symbols): Removed superfluous `and'.
311
312 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
313
314         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
315         colors.
316         (gnus-splash-svg-color-symbols): New function.
317
318 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
319
320         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
321         instead of using the global gnus-simplify-subject-fuzzy-regexp.
322         (gnus-simplify-subject-fuzzy): Use the local
323         gnus-simplify-subject-fuzzy-regex instead of the global one.  This
324         makes using this variable in group parameters work.
325
326 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
327
328         * gnus-registry.el (gnus-registry-unfollowed-groups): Add
329         "archive:sent" to the unfollowed group regex (for the recent Gnus
330         archive:sent-YYYY-MM-DD groups).
331         (gnus-registry-split-fancy-with-parent): Bail out early in sender
332         tracking if there are more than `gnus-registry-max-track-groups'
333         matches.
334
335 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
336
337         * message.el (message--yank-original-internal): New function to do the
338         insertion cleanly inside eval in `message-yank-original'.
339         (message-yank-original): Use it.
340
341 2011-03-29  Julien Danjou  <julien@danjou.info>
342
343         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
344         local variables disabled rather than `normal-mode'.
345
346 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
347
348         * imap.el (imap-shell-open, imap-process-connection-type): Use
349         imap-process-connection-type for 'shell' streams as well as
350         Kerberos, SSL, other subprocesses.
351
352 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
353
354         * proto-stream.el: Changes preparatory to merging open-protocol-stream
355         with open-network-stream.
356         (proto-stream-always-use-starttls): Option removed.
357         (open-protocol-stream): Return a process object by default.  Provide a
358         new parameter :return-list specifying a list-type return value, which
359         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
360         :type `network' to `try-starttls', and `network-only' to `default'.
361         Make `default' the default, for compatibility with open-network-stream.
362         Handle the no-parameter case exactly as open-network-stream, with no
363         additional stream processing.  Search plists using plist-get.
364         Explicitly add :end-of-commend parameter if it is missing.
365         (proto-stream-open-default): Renamed from
366         proto-stream-open-network-only.  Return 'default as the type.
367         (proto-stream-open-starttls): Rename from proto-stream-open-network.
368         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
369         failed.  Always return a list with a (possibly dead) process as the
370         first element, for compatibility with open-network-stream.
371         (proto-stream-open-tls): Use plist-get.  Always return a list.
372         (proto-stream-open-shell): Return `default' as connection type.
373         (proto-stream-capability-open): Use plist-get.
374         (proto-stream-eoc): Function deleted.
375
376         * nnimap.el (nnimap-stream, nnimap-open-connection)
377         (nnimap-open-connection-1): Handle renaming of :type parameter for
378         open-protocol-stream.
379         (nnimap-open-connection-1): Pass a :return-list parameter
380         open-protocol-stream to obtain a list return value.  Parse this list
381         using plist-get.
382
383         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
384         for open-protocol-stream.  Accept open-protocol-stream return value
385         that is a subprocess object instead of a list.  Handle the case of a
386         dead returned process.
387
388 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
389
390         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
391
392         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
393
394 2011-03-21  Julien Danjou  <julien@danjou.info>
395
396         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
397         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
398         query.
399         (mm-inline-text): Render normal text with fontification whenever
400         possible.
401
402         * gnus-sum.el (gnus-summary-save-parts-1):
403         * gnus-art.el (gnus-article-browse-html-save-cid-content)
404         (gnus-article-browse-html-parts, gnus-mime-delete-part)
405         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
406         Use `mm-handle-filename'.
407
408         * mm-util.el (mm-handle-filename): New function, return the filename of
409         an handle.
410
411 2011-03-18  Julien Danjou  <julien@danjou.info>
412
413         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
414         (gnus-buffer-live-p): Check that buffer is not nil.
415
416 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
417
418         * gnus.el: No Gnus v0.15 is released.
419
420 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421
422         * time-date.el (format-seconds): Use assoc instead of assoc-string to
423         avoid warning on XEmacs.
424
425         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
426         on XEmacs.
427
428         * gnus-art.el: Require mouse, which the build bot seems to say is
429         needed.
430
431         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
432
433         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
434         XEmacs, since it doesn't have url-retrieve-synchronously.
435
436         * time-date.el (format-seconds): Use assoc instead of assoc-string,
437         since assoc-string doesn't exist in XEmacs.
438
439 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
440
441         * gnus-group.el (gnus-group-list-ticked): New function.
442         (gnus-group-make-menu-bar): Provide a menu entry for it.
443         (gnus-group-list-map): Provide a binding for it.
444
445 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446
447         * shr.el (shr-visit-file): New command.
448
449         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
450
451 2011-03-17  Bjørn Mork  <bjorn@mork.no>
452
453         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
454         servers.
455
456 2011-03-16  Julien Danjou  <julien@danjou.info>
457
458         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
459         inline.
460
461         * gnus-art.el (article-hide-list-identifiers): Use
462         gnus-group-get-list-identifiers.
463
464         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
465         (gnus-summary-remove-list-identifiers): Use
466         gnus-group-get-list-identifiers to get regexp.
467         (gnus-select-newsgroup, gnus-summary-insert-subject)
468         (gnus-summary-insert-articles): Call
469         gnus-summary-remove-list-identifiers unconditionally.
470
471 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
474         we're selecting a group with unread articles.
475
476         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
477
478         * gssapi.el: New file separated out from imap.el to provide a general
479         Kerberos 5 connection facility for Emacs.
480
481         * message.el (message-elide-ellipsis): Document the format spec
482         ellipsis.
483
484 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
485
486         * message.el (message-elide-region): Allow the ellipsis to say how many
487         lines were removed.
488
489 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
492         window configurations containing buffers that are now dead.
493
494         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
495         parsing to avoid integer overflows.
496         (nnimap-parse-flags): Simplify the last change.
497         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
498         too large for 32-bit Emacsen.
499
500 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
501
502         * auth-source.el (auth-source-netrc-create):
503         * message.el (message-yank-original): Fix use of `case'.
504
505 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
506
507         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
508         XEmacs, which was one character too wide.
509
510 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
511
512         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
513         default number of articles to display.
514         (gnus-articles-to-read): Use pretty names for prompt.
515
516 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * gnus-int.el (gnus-open-server): Ditto.
519
520         * gnus-start.el (gnus-activate-group): Give a backtrace if
521         debug-on-quit is set and the user hits `C-g'.
522         (gnus-read-active-file): Ditto.
523
524         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
525
526 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
527
528         * message.el (message-yank-original): Use cond instead of CL case.
529
530 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
531
532         * auth-source.el (auth-source-netrc-create): Use usual format for the
533         default in prompts.
534
535 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
536
537         * lpath.el: Fbind read-char-choice for XEmacs.
538
539 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
540
541         * auth-source.el (auth-source-netrc-create): Show the default in the
542         prompt when prompting for token creation.
543
544 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
545
546         * auth-source.el (auth-source-format-prompt): Always convert the value
547         to a string to avoid evaluating non-string arguments.
548         (auth-source-netrc-create): Offer default properly, not as initial
549         content in `read-string'.
550         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
551         of line to determine if we've been run before.  If so, don't run again,
552         but print a trivial message to indicate the cache was hit instead.
553
554 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
555
556         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
557         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
558         The user will have to run `gnus-sync-read' manually and wait for Cloudy
559         Gnus.
560
561 2011-03-11  Julien Danjou  <julien@danjou.info>
562
563         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
564         modified file".
565
566 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
567
568         * auth-source.el (auth-source-read-char-choice): New function to read a
569         character choice using `dropdown-list', `read-char-choice', or
570         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
571         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
572         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
573         (auth-source-netrc-saver): Use it.
574         (auth-source-pick-first-password): New convenience function.
575
576 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
577
578         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
579         parameter in the credentials.
580         (nnimap-open-connection-1): Use it after a successful login.
581         (nnimap-credentials): Add IMAP-specific user and password prompt.
582
583         * auth-source.el (auth-source-search): Add :require parameter, taking a
584         list.  Document it and the :save-function return token.  Pass :require
585         down.  Change the CREATED message from a warning to a debug statement.
586         (auth-source-search-backends): Pass :require down.
587         (auth-source-netrc-search): Pass :require down.
588         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
589         Change save prompt to indicate all modifications saved here are
590         deletions.
591         (auth-source-netrc-create): Take user login name as default in user
592         prompt.  Move all the save functionality to a lexically bound function
593         under the :save-function token in the returned list.  Set up clearer
594         default prompts for user, host, port, and secret.
595         (auth-source-netrc-saver): New function, intended to be wrapped for
596         :save-function.
597
598 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * shr.el (shr-table-horizontal-line): Change the defaults for the table
601         lines to be spaces instead.
602
603 2011-03-07  Julien Danjou  <julien@danjou.info>
604
605         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
606         (sieve-sasl-auth): Check that auth-source-search did return something,
607         or just return an empty string.
608
609 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
610
611         * gnus.el (gnus-interactive): Use read-directory-name.
612
613         * gnus-uu.el (gnus-uu-decode-uu-and-save)
614         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
615         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
616         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
617         Likewise.
618
619         * gnus-group.el (gnus-group-make-directory-group): Likewise.
620
621 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
624         onto the list of killed groups, too.  This makes killed nnimap groups,
625         for instance, more reliably not reappear.
626
627         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
628         the parent.
629
630         * gnus-sum.el (gnus-update-read-articles): Fix typo.
631
632         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
633         really have server-side marks.
634
635         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
636         since most backends do not usefully have server-side marks.
637         (gnus-update-read-articles): Propagate marks to all backends that
638         really have server-side marks.
639
640 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
641
642         * message.el (message-cite-reply-position, message-cite-style):
643         New variables.
644         (message-yank-original): Use the new citation styles.
645
646 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
647
648         * message.el (message-options): Revert 22da67af (workaround for XEmacs
649         buffer-local issue); don't mark it buffer-local when running under
650         XEmacs.
651
652 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
653
654         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
655         numbers too big to be `read'.
656
657 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
658
659         * password-cache.el (password-in-cache-p): Add autoload.
660
661         * message.el (message-options): Make buffer-local two ways to attempt
662         to fix a XEmacs bug.
663
664 2011-03-02  Julien Danjou  <julien@danjou.info>
665
666         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
667
668 2011-03-01  Julien Danjou  <julien@danjou.info>
669
670         * gnus-art.el (list-identifier): Add list-identifier as a parameter
671         group.
672         (article-hide-list-identifiers): Use list-identifier group parameter.
673
674 2011-02-28  Julien Danjou  <julien@danjou.info>
675
676         * sieve.el (sieve-buffer-script-name): New local variable to store
677         sieve script name.
678         (sieve-edit-script): Store sieve script name.
679         (sieve-upload): Use sieve script name when uploading.
680         (sieve-upload): Use substitute-command-keys.
681         (sieve-edit-script): Use substitute-command-keys.
682         (sieve-refresh-scriptlist): Use substitute-command-keys.
683         (sieve-manage-mode-map): Define keymap properly.
684         (sieve-manage-mode): Do not set mode name manually, change mode-name to
685         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
686         Remove commented code about cvs.
687         (sieve-manage-quit): New function.
688         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
689
690 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-group.el (gnus-import-other-newsrc-file): New function.
693
694 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
695
696         * auth-source.el (auth-source-search): Cache empty result sets.
697
698         * password-cache.el (password-in-cache-p): Convenience function to
699         check if a key is in the cache, even if the value is nil.
700
701         * auth-source.el (auth-source-save-behavior): New variable to replace
702         `auth-source-never-create'.
703         (auth-source-netrc-create): Use it.
704         (auth-source-never-save): Remove.
705
706 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
707
708         * nnimap.el (nnimap-stream): Doc fix.
709         (nnimap-open-connection-1): Reverse the order of the ports to that the
710         prompted-for port is first.
711
712         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
713         retrieval by the no-group selection.
714
715         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
716         numerical parameters.
717
718 2011-02-25  Julien Danjou  <julien@danjou.info>
719
720         * gnus-gravatar.el: Use gnus-with-article-buffer.
721
722         * gnus-art.el (gnus-with-article-buffer): Check that the
723         gnus-article-buffer is alive.
724
725 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
726
727         * auth-source.el (auth-source-creation-prompts): New variable to manage
728         creation-time prompts.
729         (auth-source-search): Document it.
730         (auth-source-format-prompt): Add utility function.
731         (auth-source-netrc-create): Don't default the user name to
732         user-login-name.  Use `auth-source-creation-prompts' and some default
733         prompts for user, host, port, and password (the default generic prompt
734         remains ugly).
735         (auth-source-never-save): Add customizable option to never save info.
736         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
737         mode excursion.
738
739 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
740
741         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
742         argument that XEmacs doesn't support.
743
744         * dgnushack.el (dgnushack-compile): Exclude color.el from being
745         compiled for Emacsen having no `libxml-parse-html-region' support.
746
747         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
748
749         * lpath.el: Bind buffer-save-without-query for XEmacs.
750
751 2011-02-23  Julien Danjou  <julien@danjou.info>
752
753         * gnus-art.el (article-make-date-line): Ignore errors if time is
754         invalid and not convertible.
755         (article-make-date-line): Only add lapsed time if time is not nil.
756
757 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
758
759         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
760         `read-char-choice' for backwards compatibility.
761         (auth-source-netrc-element-or-first): New function to DTRT for
762         parameter extraction.
763         (auth-source-netrc-create): Use it and fix multiple parameter print
764         bug.  Use the default passed from above (given-default) or the
765         built-in (user-login-name for :user).
766
767 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
768
769         * gnus-start.el (gnus-dribble-read-file):
770         Set buffer-save-without-query, since we always want to save the dribble
771         file, probably.
772
773         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
774         nnimap.
775
776         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
777         -summary- since it's a user-visible variable.
778
779         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
780         first time you use the new Gnus.
781
782 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
783
784         * auth-source.el: Don't load netrc.el.
785         (auth-sources): Search ~/.netrc as well by default.
786         (auth-source-debug): Add 'trivia option for extra output.
787         (auth-source-do-trivia): Use it.
788         (auth-source-search): Simplify logic to use
789         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
790         appropriate.  Don't keep a running count at this level.  Layer :create
791         and :delete options appropriately on the first and second passes.
792         Don't track the backend with the search results.
793         (auth-source-search-backends): New function to search a list of
794         backends for a processed spec.
795         (auth-source-netrc-parse): Cache all netrc files, making
796         auth-source-netrc-cache an alist keyed by the file name and using the
797         file mtime as the caching criterion.  Keep the obfuscated data secret
798         with a lexical bind.
799         (auth-source-netrc-search): Don't calculate the length of the results
800         unnecessarily.
801         (auth-source-search-backends): Fix bug.
802         (auth-source-netrc-create): Rework prompts.
803
804 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
805
806         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
807         Lower case names of search constraints.
808         (nnir-run-query): Cache and reuse search constraints for all imap
809         servers.
810
811 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
812
813         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
814         after exit.
815         (gnus-setup-message): Define missing variable from last checkin.
816
817         * gnus-sum.el (gnus-summary-show-article): When called with t as the
818         value, show the raw article.
819
820 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
821
822         * gnus.el: No Gnus v0.13 is released.
823
824 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
825
826         * nnimap.el (nnimap-open-connection-1): Revert last change, since
827         auth-source now accepts numbers.
828
829         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
830         spec, too.
831         (auth-source-ensure-strings): New function.
832
833         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
834         (gnus-article-setup-buffer): Always restart the date timer so that user
835         changes to the frequency is respected.
836
837         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
838         port numbers, so make sure it gets that if nnimap-server-port is
839         explicit.
840
841 2011-02-21  Simon Josefsson  <simon@josefsson.org>
842
843         * nnimap.el (nnimap-inbox): Doc fix.
844
845 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
846
847         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
848         Autoload.  Add optional arg FRAME, and pass it to color-values.
849         (color-complement): Caller changed.  Doc fix.
850         (color-gradient): Rewrite for better clarity and efficiency.
851
852 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
853
854         * shr-color.el (shr-color->hexadecimal): Use renamed function names
855         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
856         color-lab-to-srgb.
857
858 2011-02-20  Drew Adams  <drew.adams@oracle.com>
859
860         * color.el: First part of merge from hexrgb.el.
861         (color-rgb-to-hex): Rename from color-rgb->hex.
862         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
863         saturation to zero if the value is too small.
864         (color-rgb-to-hsl): Rename from color-rgb->hsl.
865         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
866         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
867         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
868         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
869         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
870         (color-cie-de2000): Doc fix.
871
872 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
873
874         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
875         given method as in the group name if we're using an extended method.
876         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
877         command, if we're using that, instead of waiting for the beginning.
878
879         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
880         we're sure to get unique server names, and we don't output two async
881         commands in the same buffer.  This fixes an NNTP hang for some users.
882
883 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
884
885         * gnus.el: No Gnus v0.11 is released.
886
887 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
890         summary buffer before reading going to the next buffer.  This avoids
891         putting the point in the group buffer if you `C-g' the command.
892
893         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
894         cache (for now) to make ~/.authinfo.gpg files usable.
895
896         * nnfolder.el (copyright-update): Define for the compiler.
897
898         * auth-source.el (auth-source-search): Fix unbound variable.
899
900 2011-02-19  Glenn Morris  <rgm@gnu.org>
901
902         * gnus.el (gnus-meta): Doc fix.
903
904 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
905
906         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
907         in case it's not yet loaded.
908
909 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
910
911         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
912         line we're waiting for.
913
914 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
915
916         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
917         face with line-width greater than zero will cause RET in gnus summary
918         buffer to scroll down article page-wise because auto vscroll happens,
919         it should be temporalily disabled when doing a scroll-up.
920
921 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
922
923         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
924         outputs from the server.
925
926 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
927
928         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
929         later so that bbdb can hook in easier.
930
931 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
932
933         * auth-source.el (auth-source-search): Don't try to create credentials
934         if the caller doesn't want that.
935         (auth-source-search): If we don't find a match, don't bug out on
936         non-bound variables.
937         (auth-source-search): Only ask a single backend to create the
938         credentials.
939
940         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
941         logging.
942         (nnimap-credentials): Protect against auth-source-search returning nil.
943         (nnimap-request-list): Protect against not being able to open the
944         server.
945
946 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
947
948         * auth-source.el (auth-source-search): Do a two-phase search, one with
949         no :create to get the responses from all backends.
950
951         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
952         when getting credentials.
953
954         * gnus-util.el (gnus-delete-duplicates): New function.
955
956 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
957
958         * nnimap.el (nnimap-credentials): Instead of picking the first port as
959         a creation default, pass the whole port list down.  It will be
960         completed.
961
962         * auth-source.el (auth-source-search): Updated docs to talk about
963         multiple creation choices.
964         (auth-source-netrc-create): Accept a list as a value (from the search
965         parameters) and do completion on that list.  Keep a separate netrc line
966         with the password obscured for showing the user.
967
968         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
969         first choice to `auth-source-search' so it will be used for entry
970         creation instead of the server's Gnus-specific name.
971         (nnimap-credentials): Rely on the auth-source library to select which
972         port is actually wanted in the new netrc entry, so don't override
973         `auth-source-creation-defaults'.
974
975         * auth-source.el (auth-source-netrc-parse): Use :port instead of
976         :protocol and accept a missing user, host, or port as a wildcard match.
977         (auth-source-debug): Default to off.
978
979         (auth-source-netrc-search, auth-source-netrc-create)
980         (auth-source-secrets-search, auth-source-secrets-create)
981         (auth-source-user-or-password, auth-source-backend, auth-sources)
982         (auth-source-backend-parse-parameters, auth-source-search): Use :port
983         instead of :protocol.
984
985         * nnimap.el (nnimap-credentials): Pass a port default to
986         `auth-source-search' in case an entry needs to be created.
987         (nnimap-open-connection-1): Use :port instead of :protocol.
988
989 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * auth-source.el: Bind load-path when loading EIEIO from
992         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
993         21.4 doesn't support, to `require'.
994         (auth-source-secrets-search): Use mm-delete-duplicates instead of
995         delete-dups that is not available in XEmacs 21.4.
996
997 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
998
999         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1000         as EIEIO must also be loaded when auth-source.el is being
1001         byte-compiled.
1002
1003 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1004
1005         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1006
1007         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1008
1009         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1010
1011         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1012
1013         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1014
1015         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1016
1017         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1018
1019         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1020         necessary.
1021
1022 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1025         nil means that nnimap doesn't get updated.
1026
1027 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1028
1029         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1030         result when the user doesn't want to write to the file.
1031         (auth-source-netrc-search): Expect a synthetic result and proceed
1032         accordingly.
1033         (auth-source-cache-expiry): New variable to override
1034         `password-cache-expiry'.
1035         (auth-source-remember): Use it.
1036
1037         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1038         parameter.  Create entry if necessary by using :create t.
1039         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1040
1041 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1042
1043         * auth-source.el (auth-source-debug): Enable by default and don't
1044         mention the obsolete `auth-source-hide-passwords'.
1045         (auth-source-do-warn): New function to debug unconditionally.
1046         (auth-source-do-debug): Use it.
1047         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1048         and for Secrets API entries when the secrets.el library is not
1049         available.
1050
1051 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1052
1053         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1054         (gnus-summary-exit): Kill the correct article buffer on exit from a
1055         `C-d' group.
1056
1057         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1058         gnus-propagate-marks.
1059
1060         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1061         before killing the buffers so that a non-full window conf gets handled
1062         correctly.
1063         (gnus-summary-exit): Ditto.
1064         (gnus-summary-read-group-1): Ditto.
1065
1066         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1067         async code again so that we can debug it properly.
1068
1069         * message.el (message-reply): Take an optional switch-buffer parameter
1070         so that Gnus window confs are respected better.
1071
1072 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1073
1074         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1075         `plist-get' to accept non-list parameters (XEmacs issue).
1076         Fix docstring.
1077         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1078         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1079         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1080         Login collection is "Login" and not "login".
1081
1082 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1083
1084         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1085         multiple headers.
1086
1087         * nnimap.el (nnimap-inhibit-logging): New variable.
1088         (nnimap-log-command): Don't log login commands.
1089
1090         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1091         to have more parameters.
1092
1093         * nnimap.el (nnimap-send-command): Mark the command time for each
1094         command, so that we don't get NOOPs stepping on our toes.
1095
1096         * gnus-art.el (article-date-ut): Get the date from the Date header on
1097         `t'.
1098
1099 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * auth-source.el (auth-source-search): Use copy-sequence instead of
1102         the cl.el copy-list.
1103
1104 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1105
1106         * imap.el: Bring it back (revert
1107         84d800cd31de3064f0ed39617d725709a2f8f42f).
1108
1109 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1110
1111         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1112         Improve prompt.
1113
1114 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1115
1116         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1117         washing status from the default format.  It isn't very informative.
1118
1119 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1120
1121         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1122         Fix Gcc processing on imap.
1123
1124 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1125
1126         * imap.el: Remove file.  All the functionality is in nnimap.el.
1127
1128 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1129
1130         * message.el (message-bury): Don't pop up a new window when selected
1131         window is dedicated.
1132
1133 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1134
1135         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1136
1137 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1138
1139         * sieve-manage.el: Autoload `auth-source-search'.
1140         (sieve-sasl-auth): Use it.
1141
1142 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1143
1144         * nnimap.el: Autoload `auth-source-forget+'.
1145         (nnimap-open-connection-1): Use it if the connection fails.
1146
1147         * auth-source.el: Require `password-cache'.
1148         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1149         obsolete.
1150         (auth-source-magic): Marker for `password-cache' keys.
1151         (auth-source-do-cache): Update docstring.
1152         (auth-source-search): Use and check cache.
1153         (auth-source-forget-all-cached, auth-source-remember)
1154         (auth-source-recall, auth-source-forget, auth-source-forget+)
1155         (auth-source-specmatchp): Caching support functions.
1156         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1157         Remove and obsolete.
1158         (auth-source-user-or-password): Remove caching to further discourage
1159         using it.  Always hide passwords.
1160
1161         * password-cache.el (password-cache-remove): Accept secrets that are
1162         not strings.
1163
1164 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1165
1166         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1167         code for now, since it doesn't work for all users.
1168
1169 2011-02-09  Julien Danjou  <julien@danjou.info>
1170
1171         * message.el (message-options): Make message-options really buffer
1172         local.
1173
1174 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1175
1176         * mail-source.el: Autoload `auth-source-search'.
1177         (mail-source-keyword-map): Note order matters.
1178         (mail-source-set-1): Get all the mail-source source values and
1179         defaults and search auth-source on those if needed.  This can all
1180         probably be simplified.
1181
1182         * nnimap.el: Autoload `auth-source-search'.
1183         (nnimap-credentials): Use it.
1184         (nnimap-open-connection-1): Ask for the virtual server and physical
1185         address in one shot.
1186
1187         * nntp.el: Autoload `auth-source-search'.
1188         (nntp-send-authinfo): Use it.  Note TODO.
1189
1190 2011-02-08  Julien Danjou  <julien@danjou.info>
1191
1192         * shr.el (shr-tag-body): Add support for text attribute in body
1193         markups.
1194
1195         * message.el (message-options): Make message-options a local variable.
1196
1197 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1198
1199         * auth-source.el (auth-source-secrets-search)
1200         (auth-source-user-or-password): Use `append' instead of `nconc'.
1201         (auth-source-user-or-password): Build return list better and protect
1202         against nil :secret.
1203
1204 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1205
1206         * nnimap.el (nnimap-update-info): Refactor slightly.
1207         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1208         (nnimap-update-info): Clean up slightly.
1209         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1210         characters.
1211         (nnimap-process-quirk): Rename function to avoid collision.
1212         (nnimap-update-info): Fix macrology bug-out.
1213         (nnimap-update-info): Simplify split history test.
1214
1215 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1216
1217         * auth-source.el (top): Require 'eieio unconditionally.
1218         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1219         (auth-source-secrets-search): Limit search when `max' is greater than
1220         number of results.
1221
1222 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1223
1224         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1225         part not returning any data.
1226
1227         * proto-stream.el (open-protocol-stream): Document the return value.
1228
1229 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1230
1231         * auth-source.el (auth-source-secrets-search): Add examples.
1232
1233 2011-02-06  Julien Danjou  <julien@danjou.info>
1234
1235         * message.el (message-setup-1): Handle message-generate-headers-first
1236         set to t.
1237
1238 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1241         API with a string "secrets:collection-name" and with 'default.
1242         (auth-source-backend-parse): Parse "secrets:collection-name" and
1243         'default.  Recurse on parses instead of repeating code.  Use the
1244         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1245         message when ignoring a source.
1246         (auth-source-search): List ignored search keys at the top level.
1247         (auth-source-netrc-create): Use `case' instead of `cond'.
1248         (auth-source-secrets-search): Created with TODOs.
1249         (auth-source-secrets-create): Created with TODOs.
1250         (auth-source-retrieve, auth-source-create, auth-source-delete)
1251         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1252         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1253         (auth-source-user-or-password-sftp)
1254         (auth-source-user-or-password-smtp): Remove.
1255         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1256         around `auth-source-search'.  Not tested thoroughly.
1257
1258 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1259
1260         * auth-source.el: Bring in assoc and eioeio libraries.
1261         (secrets-enabled): New variable to track the status of the Secrets API.
1262         (auth-source-backend): New EIOEIO class to represent a backend.
1263         (auth-source-creation-defaults): New variable to set prompt defaults
1264         during token creation (see the `auth-source-search' docstring for
1265         details).
1266         (auth-sources): Simplify to allow a simple string as a netrc backend
1267         spec.
1268         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1269         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1270         (auth-source-search): Main auth-source API entry point.
1271         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1272         (auth-source-search-collection): Helper function for searching.
1273         (auth-source-netrc-parse, auth-source-netrc-normalize)
1274         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1275         Supports search, create, and delete.
1276         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1277         backend stubs.
1278         (auth-source-user-or-password): Call `auth-source-search' but it's not
1279         ready yet.
1280
1281 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1282
1283         * message.el (message-setup-1): Remove the read-only stuff, since it
1284         doesn't work under XEmacs, for some reason.
1285
1286         * gnus-sum.el (gnus-user-date): Rename back from
1287         gnus-summary-user-date since user code refers to it.
1288
1289         * shr.el (shr-render-td): Store the actual background colour used.
1290
1291         * message.el (message-setup-1): Don't bind the constant
1292         -forbidden-properties.
1293         (message-setup-1): Revert previous change, since it needs to bind the
1294         props to insert them.
1295         (message-resend): Allow removing the read-only separator line.
1296
1297 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1298
1299         * nnimap.el (nnimap-request-accept-article): Give an error message if
1300         the APPEND wasn't successful.
1301
1302 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1303
1304         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1305         that have no groups.
1306
1307 2011-02-03  Julien Danjou  <julien@danjou.info>
1308
1309         * gnus-draft.el: Remove progn around gnus-draft-setup.
1310
1311 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-start.el (gnus-read-active-for-groups): This function is never
1314         called with a nil `infos', so clean that up.
1315         (gnus-get-unread-articles): Request active files from primary/secondary
1316         methods that have no groups (yet).
1317
1318 2011-02-03  Julien Danjou  <julien@danjou.info>
1319
1320         * message.el (message-setup-1): Always generate References first.
1321         (message-mail): Return the return value of message-setup, not always t.
1322         (message-setup-1): Insert mail-header-separator with read-only and
1323         intangible properties set.
1324
1325         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1326         user-date in docstring.
1327
1328         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1329
1330         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1331         docstring.
1332
1333         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1334         defcustom, with type and group. Move from gnus-util.el. Rename to
1335         gnus-summary-user-date-format-alist.
1336
1337 2011-02-03  Glenn Morris  <rgm@gnu.org>
1338
1339         * nnimap.el (gnus-fetch-headers): Declare.
1340
1341         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1342
1343 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1344
1345         * message.el (message-forward-make-body-digest-plain)
1346         (message-followup, message-reply): Clean up things noted by Stefan.
1347
1348         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1349         gnus-article-update-date-headers is nil.
1350         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1351         it didn't really work with defcustom.
1352         (article-update-date-lapsed): Make sure the window start doesn't move,
1353         either.
1354
1355 2011-02-01  Julien Danjou  <julien@danjou.info>
1356
1357         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1358         format.
1359
1360         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1361         standard in Emacs nowadays.
1362
1363         * color.el (color-gradient): Add a color-gradient function.
1364
1365 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1366
1367         * message.el (message-expand-name): Don't trust the return value of
1368         bbdb-complete-name.
1369         (message-check-news-header-syntax): Remove unused var `start'.
1370         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1371         (message-inhibit-body-encoding): Move to before first use.
1372         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1373         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1374         (Organization, Message-ID, Date, mh-previous-window-config):
1375         Defvar the vars using dynamic scoping.
1376
1377 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1378
1379         * shr.el (shr-render-td): Only do colours at the final rendering.
1380         Should be slightly faster.
1381         (shr-insert-table): Fix up TD background colours when doing the
1382         vertical padding.
1383
1384         * gnus-art.el (article-date-ut): Protect against articles with no Date
1385         header.
1386         (article-update-date-lapsed): Don't use current-column to find the
1387         horizontal position.  It's fragile in the presence of \003 characters.
1388
1389         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1390
1391 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1392
1393         * gnus-art.el (article-transform-date): Rewrite to still work when
1394         there are several rfc2822 parts.
1395         (article-transform-date): Fix infinite recursion.
1396         (article-date-ut): Replace infinitely many Date headers with a single
1397         one when called interactively.
1398
1399         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1400         secure manner.
1401
1402         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1403         move around by not using save-window-excursion.  It seems to work...
1404
1405 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1406
1407         * gnus-art.el (article-make-date-line): Work for user-defined format.
1408
1409 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1410
1411         * nntp.el (nntp-retrieve-group-data-early)
1412         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1413         fetching functions.
1414
1415         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1416         thoroughly for all backends that have no known groups.  This should
1417         allow new nnml methods to retrieve mail.
1418
1419         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1420         that Gnus doesn't know exists again.
1421
1422         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1423         (gnus-treat-date-ut): Ditto.
1424         (gnus-article-update-date-header): Rename.
1425         (gnus-treat-date-local): Remove.
1426         (gnus-treat-date-english): Remove.
1427         (gnus-treat-date-lapsed): Remove.
1428         (gnus-treat-date-combined-lapsed): Remove.
1429         (gnus-treat-date-original): Remove.
1430         (gnus-treat-date-iso8601): Remove.
1431         (gnus-treat-date-user-defined): Remove.
1432         (gnus-article-date-headers): New variable to control all the date
1433         header options.
1434         (article-date-ut): Rewrite to allow using the new way to format date
1435         headers(s).
1436
1437 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1438
1439         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1440         method.
1441         (nnmail-article-group): A better test for fanciness.
1442
1443         * nnimap.el (nnimap-request-head): Protect against not finding the
1444         article by Message-ID.
1445
1446 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1447
1448         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1449         keep point at the "same place".
1450
1451 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1452
1453         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1454         data if the group is unactivated.
1455
1456 2011-01-28  Julien Danjou  <julien@danjou.info>
1457
1458         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1459         (gnus-all-windows-visible-p): Remove old compatibility code.
1460         (gnus-window-top-edge): Add docstring.
1461
1462         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1463
1464 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1465
1466         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1467         older request-update-info.
1468
1469         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1470
1471 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1472
1473         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1474         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1475
1476 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1477
1478         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1479         groups.  This makes the nndraft:queue group pop up if it's not already
1480         there.
1481
1482         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1483         messages" logic, which was reversed.
1484
1485         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1486         the "same place" even if point is on the line being replaced.
1487         (article-update-date-lapsed): Allow updating both the combined lapsed
1488         and the lapsed headers.
1489         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1490         (article-make-date-line): Limit the number of segments dynamically to
1491         avoid too-long lines.
1492
1493 2011-01-27  Julien Danjou  <julien@danjou.info>
1494
1495         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1496         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1497
1498 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1501         Use plist-get instead of the cl function getf.
1502
1503 2011-01-27  Glenn Morris  <rgm@gnu.org>
1504
1505         * gnus-util.el (float-time): Get rid of compiler warning, again.
1506
1507 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1508
1509         * shr.el (shr-put-color): Special-case background colours: Do put them
1510         at the blank parts at the front of the lines.
1511
1512         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1513         exit hook to nix out all data on readedness on group exit.
1514
1515         * gnus-util.el (float-time): If float-time is bound, always use it on
1516         all Emacsen.  It's unclear why the subrp check was there.
1517         (time-date): Require to make some autoload issues on XEmacs go away.
1518
1519         * shr.el (shr-put-color): Don't do the box padding in tables, since
1520         they're already padded.
1521
1522 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1523
1524         * gnus-art.el (gnus-article-next-page): When the last line of the
1525         article is displayed, scroll down once more instead of going to the
1526         next article at once.
1527         (article-lapsed-string): Refactor out and allow specifying how many
1528         segments you want.
1529         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1530         (gnus-article-update-lapsed-header): New variable.
1531
1532         * shr.el: Revert change that made headings use different-sized faces.
1533         The Emacs display engine isn't advanced enough that, for instance,
1534         tables can comfortably use differently-sized faces.
1535
1536 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1537
1538         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1539         used.
1540         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1541         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1542         we're using an encrypted connection.
1543
1544         * proto-stream.el: Alter the interface functions to also return the
1545         actual stream type used: network or tls.
1546
1547 2011-01-25  Julien Danjou  <julien@danjou.info>
1548
1549         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1550         (mm-display-javascript-inline): New function.
1551
1552         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1553         viewing function.
1554
1555 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * shr.el (shr-expand-newlines): Fix variable name.
1558
1559 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1560
1561         * shr.el (shr-expand-newlines): Make nested boxes work.
1562
1563 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1564
1565         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1566         backgrounds.
1567         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1568         in a more sensible manner.
1569
1570 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1571
1572         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1573         if EPG is loaded.
1574
1575 2011-01-24  Julien Danjou  <julien@danjou.info>
1576
1577         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1578         tags.
1579
1580 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1581
1582         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1583         commands.
1584
1585         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1586         in the article buffer.
1587         (gnus-gravatar-insert): Use blank space from the current buffer to
1588         avoid breaking text properties.  This makes X-Sent updating work again.
1589
1590         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1591
1592 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1593
1594         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1595         fix the bug in url-http.el instead.
1596
1597         * shr.el (shr-image-fetched): Ditto.
1598
1599         * shr.el (shr-image-fetched): Avoid having point move in the article
1600         buffer.
1601
1602         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1603         buffer after being called.  It's apparently being killed by url.el, and
1604         killing it made point move to end-of-buffer in a random buffer.
1605
1606         * shr.el (shr-image-fetched): Ditto.
1607
1608 2011-01-23  Julien Danjou  <julien@danjou.info>
1609
1610         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1611
1612         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1613         text/x-org.
1614
1615 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1616
1617         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1618         (i.e., nnimap) returning nil as the article number.
1619
1620 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1621
1622         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1623         "DelSp" parameter in RFC3676.
1624
1625 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1626
1627         * message.el (message-check-recipients): Display the encoded version of
1628         the bogus address if they differ.
1629
1630         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1631         after sending.
1632
1633         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1634
1635         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1636
1637         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1638         group buffer after sending the queue.
1639
1640         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1641
1642 2011-01-22  Julien Danjou  <julien@danjou.info>
1643
1644         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1645
1646 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1647
1648         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1649         nested related parts.
1650
1651         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1652         unexpired articles.  This fixes the regression that led expiry marks to
1653         disappear from nnfolder groups.
1654
1655 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1656
1657         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1658         Don't confuse the "ret" of "retrograde" with RET.
1659
1660 2011-01-21  Julien Danjou  <julien@danjou.info>
1661
1662         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1663         than mm-insert-inline.
1664
1665 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1668         Widen article buffer.
1669
1670 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1671
1672         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1673         the temp buffer.
1674         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1675
1676 2011-01-20  Julien Danjou  <julien@danjou.info>
1677
1678         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1679
1680         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1681         than mm-insert-inline to insert inline part: this respect
1682         mm-inline-media-tests displayers.
1683
1684         * mm-view.el (mm-display-shell-script-inline): New function.
1685
1686         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1687
1688         * mm-uu.el (mm-uu-type-alist): Add org block.
1689         (mm-uu-org-src-code-block-extract): New function.
1690
1691         * mm-view.el (mm-display-org-inline): New function.
1692
1693         * mm-decode.el (mm-automatic-display): Add text/org.
1694
1695         * mailcap.el (mailcap-mime-extensions): Add .org.
1696
1697 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1700         gnus-article-add-buttons.
1701
1702 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1703
1704         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1705         From header with a date and "nobody" as the sender.
1706
1707 2011-01-19  Julien Danjou  <julien@danjou.info>
1708
1709         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1710         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1711         if you have the same regexp several times.
1712         (gnus-button-push): Fix matching when regexp is symbol.
1713
1714 2011-01-15  Glenn Morris  <rgm@gnu.org>
1715
1716         * message.el (message-mail): A compose-mail function should
1717         accept headers as strings.
1718
1719 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1720
1721         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1722         Add :vert-only tags.
1723         (message-mail): New arg RETURN-ACTION.
1724         (message-return-action): New var.
1725         (message-bury): Use it.
1726         (message-mode): Make it buffer-local.
1727         (message-send-and-exit): Always call message-bury.
1728
1729         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1730         message-mail.
1731
1732 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * nnimap.el (nnimap-convert-partial-article): Protect against
1735         zero-length body parts.
1736
1737         * mm-decode.el (mm-preferred-alternative-precedence):
1738         Discourage showing empty parts.
1739
1740         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1741         and stuff if the backend didn't return the article number.  This fixes
1742         an Exchange-related nnimap bug.
1743
1744         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1745         group window, because it does the wrong thing when a separate frame
1746         displays the group buffer.
1747
1748         * proto-stream.el (open-protocol-stream): Protect against the low-level
1749         transport functions returning nil.
1750
1751 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1752
1753         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1754         (mml2015-epg-find-usable-secret-key): New function.
1755         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1756         mml2015-epg-find-usable-key (Bug#7797).
1757         (mml2015-epg-encrypt): Ditto.
1758
1759 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * dgnushack.el (rot13-string): Fix the way to get the argument.
1762
1763 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1766
1767 2011-01-03  Glenn Morris  <rgm@gnu.org>
1768
1769         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1770
1771         * sieve.el (sieve-open-server): Give a more explicit error if
1772         sieve-manage-open returns nil.  (Bug#7720)
1773
1774 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1775
1776         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1777
1778 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1781         This avoids sending passwords in plain text over non-encrypted
1782         channels.
1783
1784         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1785
1786         * nnimap.el (nnimap-login): Refactored out into own function, and
1787         implement CRAM-MD5.
1788         (nnimap-wait-for-line): Refactored out.
1789
1790         * mm-view.el (mml-smime): Require.
1791
1792 2010-12-20  David Engster  <deng@eml.cc>
1793
1794         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1795         use EPG to decrypt S/MIME messages instead of openssl.
1796
1797 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1800
1801         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1802         status is the group clearly is unreachable.
1803
1804         * auth-source.el (auth-source-create): Add the optional second
1805         parameter to `local-variable-p' to be compatible with XEmacs.
1806
1807 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1808
1809         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1810         work when using a compressed nnml folder.
1811
1812 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813
1814         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1815         backends after sanitising on entry, because this never makes sense:
1816         If the articles have gone missing, then the data no longer exists on
1817         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1818         overwrite anything anyway.
1819
1820         * shr.el (shr-insert-document): Bind shr-width dynamically to
1821         window-width if it's nil.
1822
1823 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1824
1825         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1826         with the meaning of using the full emacs window width for rendering.
1827
1828 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1829
1830         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1831         case when sender is not given.
1832
1833 2010-12-23  Julien Danjou  <julien@danjou.info>
1834
1835         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1836         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1837         the addresses, otherwise we might misplaced the gravatar.
1838
1839 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1840
1841         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1842         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1843         obsolete in Emacs.
1844
1845 2010-12-20  Julien Danjou  <julien@danjou.info>
1846
1847         * gnus-util.el (gnus-rescale-image): Revert last change.
1848
1849 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1850
1851         * binhex.el: Improve commentary (Bug#7482).
1852
1853 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * gnus-group.el (gnus-group-delete-articles): New command.
1856
1857 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1858
1859         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1860
1861 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1862
1863         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1864         here, since it's up to the backends to do CRLF removal if their
1865         protocol has it.
1866
1867         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1868
1869 2010-12-17  Julien Danjou  <julien@danjou.info>
1870
1871         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1872         they are from file. Can also scale up.
1873
1874 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1875
1876         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1877         gnus-use-agent.
1878         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1879
1880         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1881
1882 2010-12-17  Julien Danjou  <julien@danjou.info>
1883
1884         * gravatar.el (gravatar-retrieve-synchronously): New function.
1885         (gravatar-get-data): Make more robust.
1886
1887 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1888
1889         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1890
1891 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1892
1893         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1894         to really consider the last line.
1895
1896 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1897
1898         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1899         list of recipient keys, or use symmetric encryption if not a list.
1900         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1901         EPA override, replacing the call to `netrc-store-data'.
1902
1903 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1904
1905         * gnus-srvr.el: Avoid passing nil regexp argument to
1906         delete-matching-lines.
1907
1908 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1911         fetching stops when Gnus exits.
1912
1913         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1914         function.
1915         (nnfolder-request-expire-articles): Save all the buffers after doing
1916         expiry.
1917
1918         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1919         the last article", since that led to serious performance regressions
1920         when expiring nnml groups.
1921
1922 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1923
1924         * nnir.el: Improve customizations.
1925
1926 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1929
1930         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1931         group has been killed.
1932         (gnus-group-yank-group): Ditto.
1933
1934         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1935
1936         * nnimap.el (nnimap-request-update-group-status): New function.
1937
1938         * gnus-int.el (gnus-request-update-group-status): New interface
1939         function.
1940
1941         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1942         copying read-ness to the backends.
1943
1944         * nnimap.el (nnimap-quirk): New function.
1945         (nnimap-retrieve-group-data-early): Use it.
1946         (nnimap-quirks): New alist.
1947
1948 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1951         don't delete it within indentation.
1952
1953 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1954
1955         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1956         previous line.
1957
1958 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1961         QRESYNC command by deleting a superfluous space which broke Cyrus
1962         servers.  This change will break other servers that are buggy the other
1963         way around.
1964
1965 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1966
1967         * spam.el: Reindent and fix long lines.
1968         (spam-copy-or-move-routine): Exclude invalid move destinations.
1969
1970 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1971
1972         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1973         installed the registry.
1974
1975 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1978
1979 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1980
1981         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1982         groupname doesn't contain "gmane".
1983
1984 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1987         and netrc-bound-and-true-p bindings.
1988         (netrc-parse): Cache the netrc contents.
1989
1990         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1991         (gnus-1): Don't create the nndrafts group twice.
1992         (gnus-setup-news): There's no need to read the active file here, since
1993         that's done again later on a per-backend basis.
1994         (gnus-start-draft-setup): Make sure that the new group is started out
1995         empty.
1996
1997         * gnus-agent.el (gnus-agentize): Don't create the queue group
1998         automatically on startup.  It'll be created later, if needed.
1999
2000         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2001         of automatically subscribed groups.
2002         (gnus-auto-subscribed-categories): New variable.
2003         (gnus-matches-options-n): Use it.
2004         (gnus-default-subscribed-newsgroups): Remove unused variable.
2005         (gnus-start-draft-setup): Message a bit less.
2006
2007 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2008
2009         * nnir.el (nnir-run-imap): Return article list in order of increasing
2010         UID.
2011
2012 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013
2014         * gnus-sum.el (gnus-summary-enter-digest-group):
2015         Mention gnus-auto-select-on-ephemeral-exit.
2016
2017         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2018         convention of the network-only option.
2019
2020 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * proto-stream.el (proto-stream-open-network-only): New function to
2023         have a way to specify non-STARTTLS upgrade connections.
2024
2025 2010-12-10  Julien Danjou  <julien@danjou.info>
2026
2027         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2028         email address is nil.
2029
2030         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2031
2032 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2033
2034         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2035         deletion.
2036         (nnir-run-imap): Only need to parse list once.
2037
2038 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * shr.el (shr-tag-script): Ignore <script>.
2041         (shr-tag-label): Add <label> support.
2042
2043 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2046
2047         * shr.el (shr-image-displayer): Work for images lined side by side.
2048
2049 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2050
2051         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2052         parameter, since XEmacs doesn't accept t as a parameter.
2053
2054 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2055
2056         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2057         ids.
2058         (nnir-run-gmane): Simplify groupspec formatting.
2059         (nnir-request-expire-articles): New function.
2060
2061 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2062
2063         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2064         overflow, possibly.
2065
2066         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2067         (shr-render-td): Handle td style="" better.
2068         (shr-tag-table): Use the color from the style sheet.
2069         (shr-render-td): Make sure we copy over all the overlays, too.
2070
2071 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2072
2073         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2074         (nnir-request-article): Improve article retrieval.
2075
2076 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2077
2078         * mm-util.el (mm-extra-numeric-entities): New variable.
2079
2080         * mm-url.el (mm-url-decode-entities):
2081         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2082
2083         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2084
2085 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2086
2087         * message.el: Use completion-at-point.
2088         (message-completion-function): New fun, extracted from message-tab.
2089         (message-mode): Use it for completion-at-point-functions.
2090         (message-tab): Use it and completion-at-point.
2091
2092 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2095         character if a non-breakable character follows.
2096
2097 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2098
2099         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2100         any stream.
2101
2102         * shr.el (shr-tag-font): Colorize the region.
2103         (shr-tag-body): Ditto.
2104         (shr-tag-font): Actually let the styles be inherited instead of
2105         overwriting them.
2106         (shr-tag-font): Get the background color right.
2107         (shr-tag-style): Ignore all <style> tags for the moment.
2108
2109         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2110         a Message-ID to avoid having nnimap depend on gnus-sum.
2111
2112         * shr.el (shr-descend): Only colorize something if we have a node that
2113         sets colors.
2114
2115 2010-12-06  Julien Danjou  <julien@danjou.info>
2116
2117         * shr.el (shr-render-td): Render td content with shr-descend, so style
2118         will be applied to <td> too.
2119         (shr-colorize-region): Colorize region even if we only have a background.
2120         (shr-tag-body): Fix color and background color inheritance.
2121         Do not recolorize after shr-generic.
2122         (shr-tag-font): Let shr-generic colorize via inheritance.
2123
2124 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2127
2128 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2129
2130         * nnir.el (nnir-request-move-article): Remove obsolete code.
2131
2132 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2135
2136 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus-sum.el (gnus-summary-respool-article): The completion function
2139         expects a list instead of an alist.
2140
2141         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2142         string as the parameter.
2143
2144         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2145
2146         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2147         styles.
2148         (shr-colorize-region): New function.
2149         (shr-insert-background-overlay): Remove.
2150         (shr-render-td): Background setting should be taken care of on a higher
2151         level.
2152         (shr-tag-body): Use post-hoc colorizations.
2153         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2154         (shr-put-color-1): Don't overwrite old colors.
2155         (shr-colorize-region): When the background color isn't explicit, use
2156         a fixed background.
2157
2158         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2159         nnmail variables.
2160
2161 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2162
2163         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2164         unless necessary.
2165
2166 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2167
2168         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2169         server.
2170
2171 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2174         so that TAB works.
2175
2176         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2177         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2178
2179         * shr.el (shr-urlify): Show the URL before the title to avoid
2180         misleading URLs.
2181
2182 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2183
2184         * shr.el (shr-urlify): Display the title in <a> tags.
2185
2186 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2187
2188         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2189
2190 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2191
2192         * nnir.el: Rearrange code to allow macros to be autoloaded by
2193         gnus-sum.el.
2194         (nnir-retrieve-headers-override-function): Make this variable
2195         customizable.
2196         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2197
2198         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2199         from nnir.el.
2200
2201 2010-12-03  Julien Danjou  <julien@danjou.info>
2202
2203         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2204
2205 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2208         allow optional argument `environment'.
2209
2210 2010-12-03  Glenn Morris  <rgm@gnu.org>
2211
2212         * mm-extern.el (message-goto-body): Update declaration.
2213
2214 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * gnus-util.el (gnus-macroexpand-all): New function.
2217
2218         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2219         instead of macroexpand-all that is unavailable in XEmacs.
2220
2221 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2222
2223         * nnir.el (nnir-summary-line-format): New variable.
2224         (nnir-mode): Use it.
2225         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2226         (nnir-article-ids): Reimplement as defsubst.
2227         (nnir-retrieve-headers): Don't mangle the subject header.
2228         (nnir-run-imap): Use 100 as RSV score.
2229         (nnir-run-find-grep): Fix for full server searching.
2230         (nnir-run-gmane): Better restriction to gmane groups.
2231
2232         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2233         summary buffers.
2234
2235 2010-12-02  Julien Danjou  <julien@danjou.info>
2236
2237         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2238
2239         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2240
2241         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2242         support.
2243
2244 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2245
2246         * nnir.el: Update to handle the registry better.
2247         (autoload): Silence byte-compiler.
2248         (nnir-open-server): Add a hook for nnir groups.
2249         (nnir-request-move-article): Don't mangle the header. Better to use
2250         formating variables (which will be added in the future).
2251         (nnir-registry-action): Update the registry using the original article
2252         group name.
2253         (nnir-mode): Install nnir-specific hooks for updating the registry.
2254
2255         * gnus-sum.el
2256         (gnus-article-original-subject,gnus-newsgroup-original-name):
2257         Remove obsolete variables.
2258         (gnus-summary-move-article): Remove use of obsolete variables.
2259         (gnus-summary-local-variables): Make move and delete hooks local to
2260         summary buffers.
2261
2262 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2263
2264         * rtree.el: New file.
2265
2266 2010-12-01  Julien Danjou  <julien@danjou.info>
2267
2268         * message.el (message-user-organization): Do not use
2269         gnus-local-organization.
2270
2271         * gnus.el: Remove gnus-local-organization.
2272
2273         * gnus-msg.el: Remove nastygram thing.
2274
2275 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2276
2277         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2278         funcall.
2279
2280 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2283         names.
2284
2285         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2286         characters.
2287
2288         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2289         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2290         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2291         (gnus-gravatar-transform-address): Use mail-extract-address-components
2292         that supports non-ASCII names rather than mail-header-parse-addresses.
2293
2294 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * proto-stream.el (open-protocol-stream): All starttls connections are
2297         handled by the network handler.
2298
2299 2010-11-30  Julien Danjou  <julien@danjou.info>
2300
2301         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2302         (nnimap-open-connection-1): Fix PREAUTH.
2303
2304         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2305
2306 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2307
2308         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2309         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2310         (shr-insert): Use them.
2311         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2312
2313 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2314
2315         * nnir.el (nnir-request-move-article): Bail out if original group
2316         doesn't support article moves.
2317         (nnir-get-active): Improve active list retrieval.
2318
2319 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320
2321         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2322
2323 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2324
2325         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2326         seem to accept strings-with-numbers as port numbers,
2327
2328 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2329
2330         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2331         change the registry.
2332
2333 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2336         delete-dups that is not available in XEmacs 21.4.
2337
2338         * mm-util.el (mm-delete-duplicates): Add comment.
2339
2340 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2341
2342         * nnir.el (nnir-ignored-newsgroups): New variable.
2343         (nnir-get-active): Use it.
2344
2345 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2346
2347         * proto-stream.el (proto-stream-open-network): Add some comments.
2348
2349         * nntp.el (nntp-open-connection): Provide a :success condition.
2350
2351         * nnimap.el (nnimap-open-connection-1): Ditto.
2352
2353         * proto-stream.el (proto-stream-open-network): See what the response to
2354         the STARTTLS command is.
2355
2356         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2357         backwards compatibility).
2358         (nnimap-open-connection-1): Really respect nnimap-server-port.
2359
2360         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2361         TLS upgrades we don't really care about the identity of the peer.
2362         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2363         that what we've checked for.
2364         (proto-stream-always-use-starttls): Only default to t if
2365         open-gnutls-stream exists.
2366         (proto-stream-open-network): If STARTTLS failed, then just open a
2367         normal connection.
2368         (proto-stream-open-network): Wait until the greeting before doing
2369         STARTTLS.
2370
2371         * nntp.el (nntp-open-connection): Report what the connection error is.
2372
2373         * proto-stream.el (open-protocol-stream): Rename from
2374         open-proto-stream.
2375
2376 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * nnimap.el (nnimap-stream): Change default to `undecided'.
2379         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2380         first, and then network.
2381         (nnimap-open-connection-1): Respect nnimap-server-port.
2382         (nnimap-open-connection): Be more backwards-compatible.
2383
2384         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2385         (proto-stream-open-starttls): De-duplicate the starttls code.
2386         (proto-stream-open-starttls): Folded back into the main function.
2387         (proto-stream-open-network): Fix typo in the gnutls path.
2388         (proto-stream-command): Refactor out.
2389
2390         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2391
2392         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2393         starttls.el STARTTLS.
2394
2395         * color.el (color-lab->srgb): Fix function call name.
2396
2397         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2398         if we're using tls.el.
2399         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2400         built in, then don't try to establish a STARTTLS connection.
2401
2402         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2403         servers.
2404
2405         * proto-stream.el (open-proto-stream): Use network, not stream.
2406         (open-proto-stream): Add a way to specify what the end of a command is.
2407
2408         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2409         connections types.
2410         (nntp-open-network-stream): Remove.
2411         (nntp-open-ssl-stream): Remove.
2412         (nntp-open-tls-stream): Remove.
2413         (nntp-ssl-program): Remove.
2414
2415         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2416
2417 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2418
2419         * nnir.el: Fix typos.
2420         (nnir-retrieve-headers-override-function): Rename variable to reflect
2421         new semantics.
2422         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2423         macros.
2424         (nnir-request-article, nnir-request-move-article): Use them.
2425         (nnir-categorize): New function.
2426         (nnir-run-query): Use it.
2427         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2428         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2429         sorted.
2430         (nnir-group-full-name): Use gnus-group-full-name instead.
2431         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2432         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2433
2434 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2435
2436         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2437
2438         * proto-stream.el: New library to provide protocol-specific
2439         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2440         protocols.
2441         (open-proto-stream): Complete the documentation.
2442         (proto-stream-open-network): Fix some typos.
2443
2444         * nnimap.el (nnimap-open-connection): Use it.
2445
2446 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2447
2448         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2449         negotiation.
2450
2451 2010-11-26  Julien Danjou  <julien@danjou.info>
2452
2453         * color.el: Rename various rgb functions to srgb.
2454
2455 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456
2457         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2458         names.
2459
2460 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * shr.el (shr-insert): Revert last change.
2463         (shr-find-fill-point): Never leave point being at bol;
2464         relax the kinsoku limitation when rendering tables.
2465
2466 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2469         results from -accept-article.
2470
2471         * shr-color.el: Require cl when compiling.
2472
2473         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2474         checkin.
2475
2476         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2477
2478         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2479
2480         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2481         'add and 'delete to set backend marks.
2482
2483         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2484
2485         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2486
2487         * nntp.el (nntp-request-set-mark): Use it.
2488
2489         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2490
2491         * nnml.el (nnml-request-set-mark): Ditto.
2492
2493         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2494         introduces regressions in article selection.
2495         (nnimap-find-uid-response): New function.
2496         (nnimap-request-accept-article): Use the UID returned, if any.
2497         (nnimap-request-move-article): Use the UID returned, if any.
2498         (nnimap-get-groups): Reimplement to work with folded lines.
2499         (nnimap-find-uid-response): The UID is the last element in the list.
2500         (nnimap-request-set-mark): Extend syntax with 'set.
2501
2502         * nnml.el (nnml-request-set-mark): Ditto.
2503
2504         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2505
2506         * nntp.el (nntp-request-set-mark): Ditto.
2507
2508 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * message.el (message-called-interactively-p): A temporary macro.
2511         (message-goto-body): Use it temporarily.
2512
2513 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2514
2515         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2516         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2517         (nnimap-last-response-string): Fix last unfolding fix.
2518
2519 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * shr.el (shr-insert): Fix the way to fold lines.
2522
2523 2010-11-25  Julien Danjou  <julien@danjou.info>
2524
2525         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2526
2527         * color.el: Rename from color-lab.el
2528         (color-rgb->hex): Add.
2529         (color-complement): Add.
2530         (color-complement-hex): Add.
2531
2532         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2533
2534 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2537         don't exist.
2538
2539 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2540
2541         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2542         assuming that article displaying or another mml-preview may be
2543         interrupted for an error or for the like.
2544
2545         * shr.el (shr-get-background): Fix argument name.
2546
2547 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2550
2551         * gnus-sum.el (gnus-summary-include-articles): New function.
2552
2553         * message.el (message-goto-body): called-interactively-p needs a
2554         parameter, so use `any'.
2555
2556         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2557         clear marks before moving, since they're synced from the Gnus side
2558         first.
2559
2560         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2561         (gnus-summary-move-article): Copy over all marks before moving, so that
2562         IMAP doesn't think a new article has arrived.
2563
2564 2010-11-24  Julien Danjou  <julien@danjou.info>
2565
2566         * shr.el (shr-insert-background-overlay): Fix typo.
2567         (shr-render-td): Copy the background before rendering.
2568
2569         * shr-color.el (shr-color-visible): Fix docstring.
2570
2571         * shr.el (shr-tag-table): Add bgcolor support.
2572         (shr-render-td): Add bgcolor support.
2573         (shr-get-background): Add.
2574         (shr-insert-foreground-overlay): Use shr-get-background.
2575
2576         * message.el (message-goto-body): Use called-interactively-p.
2577         (message-in-body-p): message-goto-body returns point.
2578
2579 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580
2581         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2582         Fixes something or other in Emacs 23, and is backwards compatible.
2583
2584         * message.el (message-goto-body): Remove the <#secure special-casing,
2585         which is too special.
2586
2587         * shr.el (shr-parse-style): Drop !important from styles.
2588
2589 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2590
2591         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2592         this function to return incorrect results when calling it with an
2593         explicit article argument different from
2594         (gnus-summary-article-number).
2595
2596 2010-11-24  Julien Danjou  <julien@danjou.info>
2597
2598         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2599         (shr-tag-body): Add background support.
2600         (shr-descend): Add background support.
2601         (shr-tag-title): Add.
2602
2603         * shr-color.el (shr-color-visible): Really return original background
2604         if fixed.
2605
2606 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * shr.el (shr-color-check): Protect against non-existent colour names.
2609
2610 2010-11-24  Julien Danjou  <julien@danjou.info>
2611
2612         * color-lab.el: Require 'cl when compiling.
2613
2614         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2615
2616         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2617         matched part.
2618
2619         * color-lab.el: Fix all expt calls to use float type.
2620
2621 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2624         expression to shr-color-check as is.
2625
2626         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2627
2628         * color-lab.el: Add coding cookie.
2629         (float-pi): Use eval-and-compile.
2630
2631         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2632         compiled for Emacsen having no `libxml-parse-html-region' support.
2633
2634 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635
2636         * shr.el (shr-insert-color-overlay): Split stuff like
2637         "#444444 !important" to find the real colour.
2638         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2639         parse <font color="red"> entries.
2640
2641 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2642
2643         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2644         point when parsing headers.
2645
2646         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2647         is positioned properly when parsing headers.
2648
2649 2010-11-23  Julien Danjou  <julien@danjou.info>
2650
2651         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2652
2653         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2654
2655         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2656
2657         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2658         Use shr-color-hue-to-rgb.
2659         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2660
2661 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662
2663         * shr.el (shr-color->hexadecimal): Autoload.
2664         (shr-descend): Add color to all tags.
2665
2666 2010-11-22  Julien Danjou  <julien@danjou.info>
2667
2668         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2669         shr-color->hexadecimal.
2670
2671         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2672         RGB() or HSL() color representation.
2673
2674         * shr.el (shr-tag-font): Add.
2675         (shr-tag-color-check): New function to get better colors.
2676         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2677         tag-span.
2678
2679         * shr-color.el: New file.
2680
2681         * color-lab.el: New file.
2682
2683         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2684
2685 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2686
2687         * nnir.el: Fix typo in comments.
2688         (nnir-run-imap): Simplify code. No need to reverse artlist.
2689         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2690
2691 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2694
2695         * nnimap.el (nnimap-get-capabilities): Refactor out.
2696         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2697
2698 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2699
2700         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2701         appearing when `mm-uu-hide-markers' is nil.
2702
2703 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704
2705         * nnimap.el (nnimap-unselect-group): Make into its own function.
2706         (nnimap-request-rename-group): Unselect group before renaming.
2707         This had gotten lost somewhere.
2708         (nnimap-request-accept-article): Keep track of examined groups, and
2709         unselect the group before APPENDing to read-only groups.
2710         (nnimap-request-move-article): Clear flags before moving so that they
2711         can be re-set later.
2712
2713 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2714
2715         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2716         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2717
2718 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * gnus-art.el (gnus-mime-display-single)
2721         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2722         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2723         parameter.
2724
2725 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2728         (shr-table-vertical-line): New variable.
2729         (shr-insert-table): Use it.
2730
2731 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2732
2733         * gnus-html.el (gnus-html-wash-images): Don't display images if
2734         gnus-inhibit-images is non-nil; register displayer for cid images.
2735         (gnus-html-display-image): Work for cid image.
2736         (gnus-html-insert-image): Allow arguments.
2737         (gnus-html-put-image): Inhibit read-only.
2738         (gnus-html-prefetch-images): Don't prefetch images if
2739         gnus-inhibit-images is non-nil.
2740
2741 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * shr.el (shr-put-image): Break lines when inserting big pictures.
2744
2745 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2746
2747         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2748         sender, thanks Katsumi Yamaoka.
2749
2750 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2751
2752         * nnir.el (nnir-run-imap): Reverse the article list for each group
2753         rather than the whole list.
2754
2755 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * shr.el (shr-image-displayer): Protect function against non-existent
2758         image source.
2759
2760         * gnus-art.el (gnus-inhibit-images): New user option.
2761         (gnus-mime-display-single): Don't display image if it is non-nil.
2762
2763         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2764         gnus-inhibit-images.
2765
2766         * shr.el (shr-image-displayer): New function.
2767         (shr-tag-img): Use it.
2768
2769 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2770
2771         * mml2015.el (mml2015-epg-sign): Use From header.
2772
2773 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2776
2777         * gnus-util.el (gnus-find-text-property-region): Return markers.
2778
2779         * shr.el (shr-tag-img): Put a displayer in the text property.
2780
2781         * gnus-util.el (gnus-find-text-property-region): New utility function.
2782
2783         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2784         (gnus-html-show-images): Remove.
2785
2786         * gnus-art.el (gnus-article-show-images): New, more general function.
2787
2788         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2789         image url text properties.
2790
2791         * shr.el: Ditto.
2792
2793         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2794         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2795
2796 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2799         work for two or more articles.
2800
2801 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2804         divide an image that's in an html article to two or more when washing
2805         non-ASCII characters in alt text of it.
2806
2807 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2810         smime-decrypt-region using function argument.
2811         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2812
2813         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2814
2815         * smime.el (smime-decrypt-region): Catch it.
2816
2817 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2818
2819         * smime.el (smime-mode-map): Move initialization into declaration.
2820         (gnus-run-mode-hooks): Don't autoload.
2821         (smime-mode): Use define-derived-mode.
2822
2823 2010-11-11  Glenn Morris  <rgm@gnu.org>
2824
2825         * smime.el (from): Restrict declaration to XEmacs.
2826
2827         * nnir.el (gnus-group-topic-name): Autoload.
2828
2829 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * shr.el (shr-insert): Don't break long line if it is because of
2832         kinsoku-bol characters in the line end.
2833
2834 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2835
2836         * nnir.el (nnir-request-move-article): Fix to provide original group
2837         and subject.
2838         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2839         been retrieved.
2840
2841         * gnus-sum.el (gnus-summary-move-article): Use original group and
2842         subject for virtual articles such as those in an nnir summary buffer.
2843
2844 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2845
2846         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2847         least 21.5).
2848
2849         * smime.el (from): Declare it again for XEmacs.
2850
2851 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * message.el (message-resend): Don't disable encoding unless it's
2854         already encoded.
2855
2856         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2857         low-numbered articles.
2858
2859 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * rfc2047.el (rfc2047-syntax-table): Simplify.
2862
2863         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2864
2865         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2866         set-char-table-range for XEmacs.
2867
2868 2010-11-10  Glenn Morris  <rgm@gnu.org>
2869
2870         * time-date.el (time-to-seconds): Always an alias on Emacs,
2871         never a real function.
2872         (with-no-warnings): Remove compat stub, now unused.
2873         (time-less-p): Doc fix.
2874         (time-to-number-of-days): Simplify.
2875
2876         * smime.el (from): Remove unused declaration.
2877
2878         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2879         (gnus-float-time): On Emacs, always an alias.
2880
2881         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2882         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2883
2884 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2885
2886         * dgnushack.el: Don't use ignore-errors in the top level form since it
2887         is unavailable in XEmacs even if cl is loaded.
2888
2889         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2890
2891 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * shr.el (browse-url-mailto): Autoload.
2894
2895         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2896
2897         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2898         regexp doesn't need quoting.
2899
2900 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2901
2902         * message.el (message-subject-trailing-was-ask-regexp)
2903         (message-subject-trailing-was-regexp): Match was: in addition to was.
2904
2905 2010-11-09  Glenn Morris  <rgm@gnu.org>
2906
2907         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2908         (nnbabyl-check-mbox): Use point-at-bol.
2909
2910 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2911
2912         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2913
2914         * message.el (message-mailto): New function.
2915         (message-mailto): Should accept other parameters.
2916         (message-mailto): Remove since it duplicates browse-url-mailto
2917         functionality.
2918
2919 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2922         methods.
2923         (gnus-read-active-file): Ditto.
2924
2925         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2926         ": " from the prompt.
2927         (gnus-group-make-group): Ditto.
2928
2929 2010-11-07  Glenn Morris  <rgm@gnu.org>
2930
2931         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2932         (gnus-bookmark-kill-line): Use point-at-eol.
2933
2934 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2937         asterisks in From header.
2938
2939 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940
2941         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2942         string to avoid making the From headers syntactically invalid.
2943
2944         * message.el (message-send-mail): Don't insert courtesy messages if the
2945         message already has List-Post and List-ID messages.
2946
2947 2010-11-06  Glenn Morris  <rgm@gnu.org>
2948
2949         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2950         `condition', `type', `length' a prefix.
2951         (gnus-treat-predicate): Update for above name changes.
2952
2953 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2954
2955         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2956         binding.  Handled by `gnus-summary-refer-thread' instead.
2957         (nnir-warp-to-article): New backend function.
2958
2959         * nnimap.el (nnimap-request-thread): Force dependency updating.
2960
2961         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2962         (gnus-summary-refer-thread): Rework to improve thread-referral.
2963
2964         * gnus-int.el (gnus-warp-to-article): New function.
2965
2966         * gnus-sum.el (gnus-summary-article-map): Bind it.
2967
2968 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2969
2970         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2971         gnus-summary-refer-thread.
2972
2973         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2974         headers.
2975         (gnus-summary-limit-include-thread): Prevent articles in thread from
2976         being cut in gnus-cut-threads.
2977         (gnus-summary-refer-thread): Limit retrieved headers to those in
2978         thread.
2979
2980 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2981
2982         * message.el (message-send-mail): Use the value of
2983         message-courtesy-message from the message buffer.
2984
2985         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2986
2987         * shr.el (shr-browse-url): Implement mailto: URLs.
2988
2989         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2990         "raw".
2991
2992         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2993         if it's already selected.
2994
2995         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2996
2997 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3000         to measure the length and truncate alt text.
3001
3002 2010-11-03  Glenn Morris  <rgm@gnu.org>
3003
3004         * nndiary.el (nndiary-generate-nov-databases-1)
3005         (nndiary-generate-active-info): Rename dynamic variable `files' to
3006         something less generic.
3007
3008 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3009
3010         * nnir.el (nnir-request-move-article): Call the underlying backend to
3011         move articles from nnir.
3012
3013 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3016
3017 2010-11-02  Julien Danjou  <julien@danjou.info>
3018
3019         * nnir.el: Remove wais support.
3020
3021 2010-11-02  Glenn Morris  <rgm@gnu.org>
3022
3023         * gnus-html.el: Reorder requirements to quieten compiler.
3024
3025 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3028         properly for XEmacs as well.
3029         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3030         (gnus-article-natural-long-line-p): Use window-width rather than
3031         frame-width.
3032
3033 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3034
3035         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3036         (nnir-read-parms): Don't modify query.
3037         (nnir-run-query): Add ability to search topic on current line.
3038         (nnir-get-active): Clean up.
3039
3040 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3043         degenerate articles.
3044
3045         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3046         (gnus-print-buffer): Just print the buffer as is, without any copying
3047         to a buffer and then re-highlighting.
3048
3049         * nnimap.el (nnimap-request-group): Store the new updated info.
3050         (nnimap-request-group): Select the group when we don't know whether it
3051         exists or not.
3052
3053         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3054         groups.
3055
3056         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3057         groups.
3058
3059         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3060         groups.
3061
3062         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3063         long-lines case by only filling the long lines.
3064
3065         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3066         (bug #7311).
3067
3068 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * shr.el: No need to declare `declare-function' since shr.el is for
3071         only Emacsen that provide `libxml-parse-html-region'.
3072
3073         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3074         effective only in a file it is referred to.
3075
3076 2010-11-01  Glenn Morris  <rgm@gnu.org>
3077
3078         * mm-util.el (gnus-completing-read): Autoload.
3079         (mm-read-coding-system): Simplify Emacs definition.
3080
3081         * nnmail.el (gnus-activate-group):
3082         * nnimap.el (gnutls-negotiate):
3083         * nntp.el (netrc-parse): Fix declarations.
3084
3085 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3088         string-match-p in Emacs >=23.
3089
3090         * gnus-msg.el (gnus-configure-posting-styles)
3091         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3092
3093 2010-11-01  Glenn Morris  <rgm@gnu.org>
3094
3095         * nnir.el (declare-function): Add compat stub.
3096         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3097         (nnir-run-gmane): Require 'mm-url.
3098
3099         * mm-util.el (mm-string-to-multibyte): Simplify.
3100
3101         * shr.el (declare-function): Add compat stub.
3102         (url-cache-create-filename): Declare.
3103         (mm-disable-multibyte, widget-convert-button): Autoload.
3104
3105         * smime.el (ldap-search): Declare.
3106         (smime-cert-by-ldap-1): Require ldap on Emacs.
3107
3108         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3109         (nnimap-keepalive): Use gnus-float-time.
3110
3111         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3112         (mail-source-delete-crash-box): Use gnus-float-time.
3113
3114         * gnus-dired.el (gnus-completing-read): Autoload.
3115
3116         * mm-view.el (gnus-rescale-image): Autoload.
3117
3118         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3119
3120         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3121
3122         * sieve-manage.el: Require 'cl when compiling.
3123
3124         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3125         (gnus-iswitchb-completing-read): Require iswitchb.
3126         (gnus-select-frame-set-input-focus): Silence compiler.
3127
3128 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * message.el (message-subject-trailing-was-query): Change default to t,
3131         since I think that's what most people want.
3132
3133         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3134         appending for easier debugging.
3135         (nnimap-wait-for-connection): Take a regexp.
3136         (nnimap-request-accept-article): Wait for the continuation line before
3137         sending anything unless we're streaming.
3138
3139         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3140         leave the header washing to take place.
3141
3142 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3143
3144         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3145         regular expression match and replace in posting styles.
3146
3147 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3148
3149         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3150         an entire server.
3151         (nnir-get-active): New function.
3152         (nnir-run-imap): Use it.
3153         (nnir-run-gmane): Who knew, gmane search returns an article score!
3154
3155         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3156         server on the current line with nnir.
3157
3158 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3161         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3162         left edge.
3163         (gnus-article-foldable-buffer): Skip past the prefix when determining
3164         raggedness.
3165
3166         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3167         the raw article, and change `C-u g' to show the article without doing
3168         treatments.
3169
3170         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3171         on to `gnus-treat-article'.
3172         (gnus-inhibit-article-treatments): New variable.
3173
3174         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3175
3176         * gnus-art.el (gnus-treatment-function-alist): Have
3177         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3178         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3179         sections.
3180
3181         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3182         parameter.
3183         (gnus-article-fill-cited-long-lines): New function.
3184         (gnus-article-fill-cited-article): Allow filling only long sections.
3185
3186         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3187         and non-punctuation (like after the apostrophe in "'We").
3188
3189         * gnus-sum.el (gnus-summary-select-article): Make sure
3190         gnus-original-article-buffer is alive.
3191
3192         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3193         reflect the order they're in in the digest.
3194
3195         * gnus.el (gnus-group-startup-message): Move point to the start of the
3196         buffer.
3197
3198         * nnimap.el (nnimap-capability): New function.
3199         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3200         is set.
3201
3202 2010-10-31  David Engster  <dengste@eml.cc>
3203
3204         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3205         conform with changes to gnus-completing-read.
3206
3207 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3210
3211 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3212
3213         * nnir.el: Move defvar, defcustom around to keep file organized
3214         and keep byte-compiler quiet.
3215         (nnir-read-parms): Accept search-engine as arg.
3216         (nnir-run-query): Pass search-engine as arg.
3217         (nnir-search-engine): Remove.
3218
3219 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * shr.el (shr-generic): The text nodes should be text, not :text.
3222
3223         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3224         later in the file.
3225
3226 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3227
3228         * nnir.el: General clean up.  Allow searching with multiple engines.
3229         Allow separate extra-parameters for each engine.
3230         Batch queries when possible.
3231         (nnir-imap-default-search-key,nnir-method-default-engines):
3232         Add customize interface.
3233         (nnir-run-gmane): New engine.
3234         (nnir-engines): Use it.  Qualify all prompts with engine name.
3235         (nnir-search-engine): Remove global variable.
3236         (nnir-run-hyrex): Restore for now.
3237         (nnir-extra-parms,nnir-search-history): New variables.
3238         (gnus-group-make-nnir-group): Use them.
3239         (nnir-group-server): Remove in favor of gnus-group-server.
3240         (nnir-request-group): Avoid searching twice.
3241         (nnir-sort-groups-by-server): New function.
3242
3243 2010-10-30  Julien Danjou  <julien@danjou.info>
3244
3245         * gnus-group.el: Remove gnus-group-fetch-control.
3246
3247         * gnus-start.el (gnus-find-new-newsgroups):
3248         Remove gnus-check-first-time-used.
3249
3250         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3251
3252 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3253
3254         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3255         set on groups that don't have \* permanentflags.
3256
3257 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3260         control the background color.
3261         (shr-tag-img): Ignore very small web bug type images.
3262         (shr-put-image): Add help-echo alt texts to the images.
3263         (shr-tag-video): Show the video poster image.
3264
3265 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * shr.el (shr-table-depth): New variable.
3268         (shr-tag-table-1): Only insert the images after the top-level table.
3269
3270         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3271
3272         * gnus-util.el (gnus-list-memq-of-list): New function.
3273
3274         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3275         selected.
3276         (nnimap-unsplittable-articles): New slot.
3277         (nnimap-new-articles): Use it.
3278
3279 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3280
3281         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3282         move to the previous line on `M-g'.
3283
3284 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285
3286         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3287         *-request-group, which seems unnecessary.
3288
3289         * nnimap.el (nnimap-quote-specials): Function copied over from
3290         imap.el.
3291         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3292         they support that.  Suggested by Tom Regner.
3293
3294 2010-10-29  Julien Danjou  <julien@danjou.info>
3295
3296         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3297         defalias.
3298         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3299
3300         * gnus.el: Remove `gnus-nntp-service' variable.
3301         (gnus-secondary-servers): Make obsolete.
3302         (gnus-nntp-server): Make obsolete.
3303
3304         * gnus-start.el (gnus-1): Remove x-splash calls.
3305
3306         * gnus-ems.el (gnus-x-splash): Remove.
3307
3308         * gnus.el (gnus-group-startup-message): Simplify/update code.
3309
3310         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3311         definition.
3312
3313         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3314         capability before doing anything.
3315         (gnus-group-insert-group-line): Remove useless
3316         gnus-group-remove-excess-properties.
3317
3318 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3321
3322 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3325         config after reselecting.
3326
3327 2010-10-28  Julien Danjou  <julien@danjou.info>
3328
3329         * shr.el (shr-put-image): Use point even if only inserting text.
3330         (shr-put-image): Save excursion when inserting alt text on non-graphic
3331         display, so the behaviour is the same when we are on a graphic display.
3332
3333         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3334
3335 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3338         (gnus-mime-copy-part): Check coding system, not charset.
3339         (gnus-mime-view-part-externally): Never remove part.
3340         (gnus-mime-view-part-internally): Don't remove part here.
3341         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3342         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3343         multipart/alternative.
3344
3345         * mm-decode.el (mm-display-part): Take optional arg `force'.
3346
3347 2010-10-26  Julien Danjou  <julien@danjou.info>
3348
3349         * gnus-group.el (gnus-group-default-list-level): Add this function to
3350         compute the default list level.
3351         (gnus-group-default-list-level): Add possibility to use a function.
3352
3353 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3354
3355         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3356
3357         * gnus-group.el (gnus-group-completing-read)
3358         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3359         gnus-replace-in-string.
3360
3361 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * shr.el (shr-tag-div): Add.
3364
3365         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3366
3367 2010-10-25  Julien Danjou  <julien@danjou.info>
3368
3369         * gnus-util.el: Remove `gnus-with-local-quit'.
3370
3371         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3372
3373 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3376         the original article buffer.
3377
3378 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * nnimap.el (nnimap-request-head): New function.
3381         (nnimap-request-move-article): Try to be slighly faster by not
3382         requesting the entire message when moving.
3383         (nnimap-transform-headers): Don't bug out on bodiless articles.
3384         (nnimap-send-command): Have no outstanding messages if the IMAP server
3385         doesn't support streaming.
3386         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3387
3388 2010-10-24  Julien Danjou  <julien@danjou.info>
3389
3390         * message.el (message-default-headers): Fix type.
3391
3392 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3395         prefetching images.
3396
3397         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3398         backend for unknown groups.  This is mainly useful for nnimap groups.
3399
3400         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3401         group isn't covered by the agent.
3402
3403 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3404
3405         * nnir.el (nnir-method-default-engines): New variable.
3406         (nnir-run-query): Use it.
3407         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3408         (gnus-summary-nnir-goto-thread): Change group if needed.
3409
3410         * gnus-group.el (gnus-group-group-map): Add key binding for
3411         gnus-group-make-nnir-group.
3412
3413 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * shr.el (shr-tag-object): Add.
3416
3417         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3418         original article buffer live.
3419         (gnus-summary-select-article-buffer):
3420         Mention gnus-widen-article-buffer.
3421
3422 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * shr.el (shr-tag-strong): Add.
3425
3426 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3429         group names.  They mess up the group buffer badly.
3430
3431         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3432
3433         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3434         instead of the summary one.
3435
3436 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * mml.el (mml-preview): Work properly when editing article.
3439
3440         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3441         gnus-have-read-active-file if it's already been in.
3442
3443 2010-10-22  Tom Tromey  <tromey@redhat.com>
3444
3445         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3446         gnus-group-completing-read.
3447
3448 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * message.el (message-mode-map): Don't bind M-; to comment region, to
3451         allow the global comment-dwim to work.
3452
3453 2010-10-21  Julien Danjou  <julien@danjou.info>
3454
3455         * message.el (message-setup-1): Allow message-default-headers to be a
3456         function.
3457
3458 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3459
3460         * shr.el (shr-tag-table): Simplify.
3461
3462 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3465         to avoid trying to snarf invalid stuff.
3466
3467         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3468
3469         * gnus.el (gnus-message-archive-group): Quote value.
3470         (gnus-message-archive-group): Mark as changed.
3471
3472         * shr.el (shr-add-font): Don't put the font properties on the newline
3473         or the indentation.
3474
3475         * message.el (message-fix-before-sending): Change options when sending
3476         non-printable characters.
3477
3478         * gnus.el (gnus-message-archive-method): Change the default to
3479         monthly outgoing groups.
3480
3481         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3482         that have gotten new numbers.
3483
3484         * nnimap.el (nnimap-request-replace-article): New function.
3485
3486 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3489         (nnrss-request-article): Don't use special html washing code.
3490
3491 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * shr.el (shr-tag-table): Remove useless nconc.
3494
3495 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * gnus-art.el (article-wash-html): Simplify and remove the charset
3498         stuff.  Use the normal html rendering code instead of the special html
3499         washing code.
3500
3501         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3502         `gnus-w3m' symbols.
3503         (mm-text-html-washer-alist): Remove.
3504
3505         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3506         (mm-inline-media-tests): Remove use.
3507         (mm-text-html-renderer): Change default to the `shr' symbol.
3508
3509         * mm-view.el (mm-inline-text-html): Remove use.
3510
3511         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3512         `gnus-blocked-images' to be a function.
3513         (gnus-article-wash-function): Remove.
3514
3515 2010-10-20  Julien Danjou  <julien@danjou.info>
3516
3517         * spam.el (spam-list-of-processors): Mark as obsolete.
3518
3519         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3520         (nnimap-insert-partial-structure): Fix boundary detection.
3521
3522 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3523
3524         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3525         run file-truename on remote files.  This can be expensive and even
3526         prevent one from editing drafts if some unrelated buffer has a stale
3527         connection.
3528
3529 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3530
3531         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3532         kinsoku-eol regardless of shr-kinsoku-shorten.
3533         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3534         (shr-tag-table): Support caption, thead, and tfoot.
3535
3536 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3539         lines.
3540         (shr-save-contents): New command and keystroke.
3541
3542         * nndoc.el (nndoc-type-alist): Add git support.
3543         (nndoc-git-type-p): New function.
3544         (nndoc-transform-git-article): Ditto.
3545         (nndoc-transform-git-headers): Ditto.
3546         (nndoc-transform-git-headers): Generate Subject headers.
3547
3548         * shr.el (shr-parse-style): New function.
3549         (shr-tag-span): Ditto.
3550
3551         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3552         to `G G' to avoid collisions.
3553
3554 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * shr.el: Load kinsoku if necessary.
3557         (shr-kinsoku-shorten): New internal variable.
3558         (shr-find-fill-point): Make kinsoku shorten text line if
3559         shr-kinsoku-shorten is bound to non-nil.
3560         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3561         shr-indentation too when testing if table is wider than frame width.
3562         (shr-insert-table): Use `string-width' instead of `length' to measure
3563         text width.
3564         (shr-insert-table-ruler): Make sure indentation is done at bol.
3565
3566 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3567
3568         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3569         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3570         undecoded network data.
3571
3572 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3575         name in the mode line spec so that the mode line menu works
3576         (bug #2431).
3577
3578         * message.el (message-get-reply-headers): If we're fed `to-address',
3579         then always use that.
3580
3581         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3582         aren't so wide as to need to switch off the edit menu.
3583
3584         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3585         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3586
3587         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3588         `M-g'.
3589         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3590         the permanent marks.
3591
3592 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3593
3594         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3595         Splitting according to references/in-reply-to obeys the ignore-groups
3596         variable, while splitting by sender and subject do not.
3597
3598 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599
3600         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3601         alist, so that we can look for non-Unicode chars.
3602         (article-translate-strings): Allow both character and string maps.
3603
3604 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * shr.el (shr-insert): Don't insert space behind a wide character
3607         categorized as kinsoku-bol, or between characters both categorized as
3608         nospace.
3609
3610 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3611
3612         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3613         headers to gnus-newsgroup-headers.
3614
3615 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * shr.el (shr-tag-img): Don't align images -- since we're not
3618         rescaling, this often leads to ugly displays.
3619
3620 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3621
3622         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3623         duplicates.
3624
3625 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3626
3627         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3628         call.
3629
3630 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3631
3632         * gnus.el: Autoload gnus-html-show-images.
3633
3634         * nnimap.el: Use nnheader-message throughout.
3635
3636         * shr.el (shr-tag-img): Ignore images with no data.
3637
3638 2010-10-15  Julien Danjou  <julien@danjou.info>
3639
3640         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3641         a possibility to disable format=flow encoding when using hard newlines.
3642
3643 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * shr.el (shr-insert): Remove space inserted before or after a
3646         breakable character or at the beginning or the end of a line.
3647         (shr-find-fill-point): Do kinsoku; find the second best point or give
3648         it up if there's no breakable point.
3649
3650 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * nnimap.el (nnimap-open-connection): Message when opening connection
3653         for debugging purposes.
3654
3655         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3656         on every setup buffer call to allow this to change from article to
3657         article.
3658
3659         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3660         buffers where we have a wide table.
3661
3662 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3663
3664         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3665         uses *-request-thread.
3666
3667 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3670         incantation, which is no longer valid.
3671
3672 2010-10-14  Julien Danjou  <julien@danjou.info>
3673
3674         * shr.el: Fix defcustom type (char -> character).
3675
3676 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3679         programs.
3680
3681 2010-10-14  Julien Danjou  <julien@danjou.info>
3682
3683         * shr.el (shr-tag-a): Use url-link as widget type.
3684
3685         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3686         `gnus-group-get-icon'.
3687
3688 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689
3690         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3691         This should make server editing work better.
3692
3693         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3694
3695         * tls.el (tls-program): Remove spurious %s from openssl.
3696
3697         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3698         (nnimap-parse-flags): Fix regexp.
3699
3700         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3701         probably work for CJVK text, too.
3702
3703         * nnimap.el (nnimap-extend-tls-programs): Remove.
3704         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3705
3706         * tls.el (tls-starttls-switches): Remove starttls hack.
3707         (open-tls-stream): Ditto.
3708         (tls-find-starttls-argument): Ditto.
3709
3710 2010-10-13  Julien Danjou  <julien@danjou.info>
3711
3712         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3713         responses.
3714
3715 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3718
3719         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3720         anything in Emacs.
3721
3722         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3723
3724 2010-10-13  Julien Danjou  <julien@danjou.info>
3725
3726         * shr.el (shr-width): Make shr-width a defcustom with default to
3727         fill-column.
3728         (shr-tag-img): Use shr-width rather than fill-column.
3729
3730 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * dgnushack.el (byte-optimize-apply)
3733         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3734
3735         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3736         position when (X-)Faces exist.
3737         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3738         avatars when called interactively.
3739
3740 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3743         gnus-article-x-face-too-ugly is bound.
3744
3745 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3746
3747         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3748
3749         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3750         mailbox that doesn't exist.
3751
3752 2010-10-12  Julien Danjou  <julien@danjou.info>
3753
3754         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3755         (shr-get-image-data): Encode URL properly when fetching from cache.
3756         (shr-tag-img): Use aligned-to spaces to align correctly images.
3757
3758         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3759         before inserting the Gravatar.
3760
3761         * shr.el (shr-tag-img): Add align attribute support for <img>.
3762
3763 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * gnus-gravatar.el (gnus-art): Require.
3766
3767         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3768         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3769         Remove long obsoleted functions.
3770
3771 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3774
3775         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3776
3777         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3778         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3779         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3780         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3781         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3782         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3783         * sieve-manage.el, smime.el, spam.el:
3784         Fix comment for declare-function.
3785
3786 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3787
3788         * nnimap.el (nnimap-request-rename-group): Select group read-only
3789         before renaming it.
3790
3791         * shr.el (shr-insert): Fix up the white space only regexp.
3792
3793         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3794         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3795
3796         * shr.el (shr-current-column): New function.
3797         (shr-find-fill-point): New function.
3798
3799 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3800
3801         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3802         numbers.
3803
3804 2010-10-11  Julien Danjou  <julien@danjou.info>
3805
3806         * shr.el (shr-hr-line): Add.
3807         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3808         display hr lines.
3809         (shr-max-columns): Do not change state to nil if we just inserting
3810         spaces.
3811
3812 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3813
3814         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3815         select the last group.
3816
3817 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3818
3819         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3820
3821 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3822
3823         * dig.el (dig-mode-map): Declare and define in one step.
3824
3825 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3828         for Gnus.
3829         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3830         (nnimap-update-qresync-info): Mark \Seen articles as read.
3831
3832         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3833         non-variable, too.
3834
3835         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3836         available.
3837         (nnimap-update-info): Rely more on the current active than the param
3838         active to avoid marking articles as read too much.
3839
3840         * auth-source.el (auth-source-create): Use (user-login-name) for the
3841         user name default.
3842
3843         * nnimap.el (nnimap-update-info): If the server doesn't return any
3844         useful info, just use the previous info.
3845         (nnimap-update-info): Prefer old info over start-article.
3846         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3847
3848 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3849
3850         * nnir.el (autoload): Clean up autoloads.
3851         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3852         Use key rather than value.
3853         (nnir-imap-search-other): New variable.
3854         (nnir-read-parm): Use it.
3855         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3856         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3857
3858 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3859
3860         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3861         the process, too.
3862
3863 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * spam.el (gnus-summary-mode-map): Bind to "$".
3866         Suggested by Russ Allbery.
3867
3868         * shr.el: Rework the way things are indented by <li> slightly.
3869
3870         * gnus.el (gnus-group-set-parameter): Fix typo.
3871
3872         * nnimap.el: Start implementing QRESYNC support.
3873
3874 2010-10-09  Julien Danjou  <julien@danjou.info>
3875
3876         * nnir.el (nnir-engines): Fix too many arguments.
3877
3878 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3881         group is the "last", so that the backends like nnfolder actually save
3882         their folders.
3883
3884         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3885         try to use that for the tls stream.
3886         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3887         UIDVALIDITY and find out which groups are read-only and not.
3888         (nnimap-get-flags): Use the same marks parsing code as the rest of
3889         nnimap.
3890
3891 2010-10-09  Julien Danjou  <julien@danjou.info>
3892
3893         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3894
3895         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3896         retrieving gravatars.
3897
3898         * shr.el (shr-table-corner): Add.
3899         (shr-table-line): Add.
3900         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3901
3902 2010-10-08  Julien Danjou  <julien@danjou.info>
3903
3904         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3905
3906 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3907
3908         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3909
3910         * gnus-sum.el (gnus-mark-article-as-unread)
3911         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3912         (gnus-summary-set-bookmark): Use it.
3913
3914         * gnus-msg.el (gnus-setup-message): Use it.
3915
3916         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3917
3918         * gnus.el (gnus-group-remove-parameter): Use it.
3919
3920         * gnus-group.el (gnus-group-make-web-group): Use it.
3921
3922         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3923
3924         * nnregistry.el: Update docs to mention manual.
3925
3926         * gnus-registry.el: Update docs to mention nnregistry.el.
3927         (gnus-registry-initialize): Don't install nnregistry refer method
3928         automatically.
3929         (gnus-registry-install-nnregistry): Remove it.
3930
3931 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * shr.el (shr-insert): Don't insert double spaces.
3934
3935 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus-gravatar.el (gnus-treat-from-gravatar)
3938         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3939         called interactively.
3940
3941         * gnus-art.el (gnus-mime-view-part-externally)
3942         (gnus-mime-view-part-internally): Make predicate function passed to
3943         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3944         of a mime type.
3945
3946         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3947
3948 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * shr.el (require): Require cl when compiling.
3951         (shr-tag-hr): New function.
3952
3953         * nnimap.el (nnimap-update-info): Remove double setting of high.
3954         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3955         This makes nnimap work properly on Courier again.
3956
3957         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3958         the variable for backwards compatibility.
3959
3960         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3961         the file name before using to avoid setting mm-default-directory to
3962         nil.
3963
3964         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3965         bidning gnus-agent variables.
3966
3967         * shr.el (shr-render-td): Use a cache for the table rendering function
3968         to avoid getting an exponential rendering behaviour in nested tables.
3969         (shr-insert): Rework the line-breaking algorithm.
3970         (shr-insert): Don't leave trailing spaces.
3971         (shr-insert-table): Also insert empty TDs.
3972         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3973
3974 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3975
3976         * gnus-sum.el (gnus-number): Rename from `number'.
3977         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3978         (gnus-summary-limit-children): Update uses correspondingly.
3979
3980 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3983         (gnus-gravatar-transform-address): Don't show avatars of people of
3984         which mail addresses match gnus-gravatar-too-ugly.
3985
3986 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987
3988         * shr.el (shr-table-widths): Expand TD elements to fill available
3989         space.
3990
3991 2010-10-07  Julien Danjou  <julien@danjou.info>
3992
3993         * nnimap.el (nnimap-request-rename-group): Add this method.
3994
3995 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3998         name from XEmacs' function-arglist.
3999
4000         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4001         gravatar under XEmacs.
4002
4003 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4004
4005         * auth-source.el: Update docs with TODO items.
4006
4007         * gnus-sync.el: Update docs to explain state and plans.
4008
4009         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4010         Hooks for mark updates.
4011         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4012
4013         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4014         hooks with arguments, which is needed for mark update hooks.
4015
4016 2010-10-06  Julien Danjou  <julien@danjou.info>
4017
4018         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4019         was matched.
4020
4021         * sieve-manage.el: Update example in `Commentary'.
4022
4023         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4024
4025         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4026         not 2000.
4027         (sieve-manage-authenticate): Re-add function.
4028
4029 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4030
4031         * shr.el (shr-insert): Get 'space transition right.
4032         (shr-render-td): Only delete space at the end of the TD.
4033
4034         * nnimap.el (nnimap-open-connection): Prepare to support
4035         open-gnutls-stream.
4036
4037         * shr.el: Rearrange function order to be more logical.
4038
4039 2010-10-06  Julien Danjou  <julien@danjou.info>
4040
4041         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4042         (nnrss-discover-feed): Remove 404 URL in docstring.
4043
4044         * nnir.el: Fix Swish-E URL.
4045         Fix Namazu URL.
4046
4047         * message.el (message-change-subject): Remove 404 URL in a comment.
4048
4049 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4052         called interactively.
4053
4054         * gnus-util.el (gnus-remove-if): Allow hash table.
4055         (gnus-remove-if-not): New function.
4056
4057         * gnus-art.el (gnus-mime-view-part-as-type)
4058         * gnus-score.el (gnus-summary-score-effect)
4059         * gnus-sum.el (gnus-read-move-group-name):
4060         Replace remove-if-not with gnus-remove-if-not.
4061
4062         * gnus-group.el (gnus-group-completing-read):
4063         Regard collection as a hash table if it is not a list.
4064
4065 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4068
4069         * shr.el: Document the table-rendering algorithm.
4070
4071 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4072
4073         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4074         for Emacsen having no `libxml-parse-html-region' support.
4075
4076 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4079         invalid URLs.
4080
4081         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4082         line-broken.
4083         (shr-tag-img): Ignore image fetching errors.
4084         (shr-overlays-in-region): Compute overlay positions correctly.
4085
4086         * mm-decode.el (mm-shr): Require shr.
4087
4088         * gnus-art.el (gnus-blocked-images): Move variable here.
4089
4090         * shr.el (shr-insert-table): Bind free variable.
4091
4092         * mm-decode.el (mm-shr): Bind shr-content-function.
4093
4094         * shr.el (shr-content-function): New variable.
4095
4096         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4097         added for symmetry.
4098
4099         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4100
4101         * gnus-group.el (gnus-group-make-group): Doc fix.
4102
4103         * nnimap.el (nnimap-request-newgroups): Return success.
4104
4105         * shr.el (shr-find-elements): New function.
4106         (shr-tag-table): Put all the images after the table.
4107         (shr-tag-table): Really inhibit images inside the table.
4108         (shr-collect-overlays): Copy over overlays from the TD elements to the
4109         main document.
4110
4111         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4112         gnus-blocked-images.
4113
4114 2010-10-05  Julien Danjou  <julien@danjou.info>
4115
4116         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4117
4118         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4119         (gnus-html-maximum-image-size): Add this function.
4120         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4121
4122         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4123         server-value of the capability is nil.
4124
4125 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126
4127         * shr.el (shr-tag-em): Add <EM> tag.
4128
4129 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4130
4131         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4132         customizable.
4133
4134         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4135         handing broken links to browse-url.
4136
4137 2010-10-05  Julien Danjou  <julien@danjou.info>
4138
4139         * gnus-util.el (gnus-emacs-completing-read)
4140         (gnus-iswitchb-completing-read): Use autoload rather than require.
4141
4142 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4145         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4146         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4147         iswitchb-temp-buflist for XEmacs.
4148
4149         * gnus-util.el (gnus-completing-read-function): Exclude
4150         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4151         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4152         XEmacs.
4153
4154         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4155         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4156
4157         * gnus-html.el: Don't require help-fns under XEmacs.
4158         (gnus-html-schedule-image-fetching): Work for XEmacs.
4159
4160         * mm-decode.el (mm-shr): Decode contents by charset.
4161
4162 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4165         unknown.
4166
4167         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4168         (shr-get-image-data): Ensure against the cache file missing.
4169
4170         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4171         for data.
4172
4173         * spam-report.el (spam-report-url-ping-plain): Don't query about
4174         killing the process.
4175
4176         * shr.el (shr-render-td): Protect against too-wide text.
4177
4178 2010-10-04  Julien Danjou  <julien@danjou.info>
4179
4180         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4181         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4182
4183         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4184         retrieved.
4185
4186 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4187
4188         * shr.el (browse-url): Require.
4189         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4190         lines.
4191         (shr-show-alt-text, shr-browse-image): New commands.
4192         (shr-browse-url, shr-copy-url): New commands.
4193
4194         * gnus-sum.el (gnus-widen-article-window): New variable.
4195         (gnus-summary-select-article-buffer): Use it.
4196
4197         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4198         without @ signs.
4199
4200 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4201
4202         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4203
4204 2010-10-04  Julien Danjou  <julien@danjou.info>
4205
4206         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4207         for XEmacs.
4208
4209 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4210
4211         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4212
4213         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4214         (nnimap-close-server): Implement.
4215
4216         * dgnushack.el (iswitchb): Require to shut up the compiler.
4217
4218         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4219         (shr-insert): Tweak line breaking.
4220         (shr-insert): Handle <pre> better.
4221         (shr-tag-li): Get <li> indentation right.
4222         (shr-tag-li): Get <li> indentation even righter.
4223         (shr-tag-blockquote): Ensure paragraph start.
4224         (shr-make-table): Tweak table generation.
4225         (shr-make-table): Fix typo.
4226
4227         * shr.el: Implement table rendering.
4228
4229 2010-10-04  Julien Danjou  <julien@danjou.info>
4230
4231         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4232
4233 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234
4235         * shr.el (shr-insert): Use string anchors instead of line anchors.
4236
4237 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4238
4239         * shr.el: Add headings.
4240         (shr-ensure-paragraph): Actually work.
4241         (shr-tag-li): Make <ul> prettier.
4242         (shr-insert): Get white space at the beginning/end of elements right.
4243         (shr-tag-p): Collapse subsequent <p>s.
4244         (shr-ensure-paragraph): Don't insert double line feeds after blank
4245         lines.
4246         (shr-insert): \t is also space.
4247         (shr-tag-s): Fix "s" tag name function.
4248         (shr-tag-s): Fix face prop name.
4249
4250 2010-10-03  Julien Danjou  <julien@danjou.info>
4251
4252         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4253
4254         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4255         gnus-window-inside-pixel-edges.
4256
4257         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4258         gnus-ems.
4259
4260         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4261
4262         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4263         function.
4264
4265         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4266         resize choice.
4267
4268 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4269
4270         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4271         beginning of the buffer.
4272
4273         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4274         article buffer again.
4275
4276         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4277
4278         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4279         when it's at the start of the buffer.
4280
4281         * shr.el (shr-tag-blockquote): Convert name.
4282         (shr-rescale-image): Use the right image-size variant.
4283
4284         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4285         buffer isn't shown, then select the current article first instead of
4286         bugging out.
4287         (gnus-summary-select-article-buffer): Show both the article and summary
4288         buffers again.
4289
4290         * shr.el (shr-fontize-cont): Protect against regions with no text.
4291         Rename tag functions to shr-tag-* for enhanced security.
4292         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4293
4294 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4295
4296         * shr.el (shr-insert):
4297         * pop3.el (pop3-movemail):
4298         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4299         loaded.
4300
4301 2010-10-03  Glenn Morris  <rgm@gnu.org>
4302
4303         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4304
4305         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4306
4307         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4308
4309         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4310
4311         * gnus-util.el (gnus-make-local-hook): Simplify.
4312
4313 2010-10-02  Julien Danjou  <julien@danjou.info>
4314
4315         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4316         (gnus-ido-completing-read): New function.
4317         (gnus-emacs-completing-read): New function.
4318         (gnus-completing-read): Use gnus-completing-read-function.
4319         Add gnus-completing-read-function.
4320
4321 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * shr.el (shr-insert-document): Autoload.
4324         (shr-img): Be silent.
4325         (shr-insert): Add a newline after every picture before text.
4326         (shr-add-font): Use overlays for combining faces.
4327         (shr-insert): Pass upwards the text start point.
4328
4329         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4330         possible.
4331         (mm-shr): New function.
4332
4333 2010-10-02  Julien Danjou  <julien@danjou.info>
4334
4335         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4336         should go backward.
4337
4338 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4339
4340         * shr.el (shr): Fix typo in provide call.
4341
4342 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343
4344         * shr.el: New file.
4345
4346         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4347
4348         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4349         completing read.
4350
4351 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352
4353         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4354         we're being queried about.  Suggested by Dan Jacobson.
4355
4356         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4357         Suggested by Jason Eisner.
4358
4359         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4360         table, too.  Suggested by Stefan Wiens.
4361         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4362         the table unnecessary.  Suggested by Stefan Wiens.
4363
4364         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4365         longer needed, and probably doesn't work either, as pointed out by
4366         Stefan Wiens.
4367         (gnus-summary-exit): Remove call to the clearing function.
4368         (gnus-summary-exit-no-update): Ditto.
4369
4370         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4371         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4372         Reported by Stefan Monnier.
4373         (gnus-summary-save-in-rmail): Ditto.
4374
4375         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4376         article buffer, instead of both the article buffer and the summary
4377         buffer.  Sort of suggested by Dan Jacobson.
4378
4379         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4380
4381         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4382         Suggested by Dan Jacobson.
4383
4384         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4385         documentation clearer.
4386
4387         * message.el (message-shorten-references): Comment on the number "21".
4388         Suggested by Stefan Monnier.
4389
4390         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4391         Suggested by Dan Jacobson.
4392
4393         * gnus.el (gnus-large-newsgroup):
4394         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4395
4396         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4397         externalize attachments.  Bug reported by Steve Wen.
4398
4399         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4400         really message anything to the user.
4401
4402         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4403         directly.
4404
4405         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4406         messages in empty groups.
4407
4408 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4409
4410         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4411         non-UIDNEXT group.
4412
4413 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4416         not the value from the collection.
4417
4418         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4419         values.  This sometimes happens on some groups that have no info.
4420         (nnimap-request-newgroups): New function.
4421
4422 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4423
4424         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4425         check into `gnus-registry-initialize'.
4426         (gnus-registry-initialize): Ditto.
4427         Fix and extend header docs.
4428
4429 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4430
4431         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4432         regexp backtrace overflows.
4433
4434         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4435         for starttls that tls.el implements; i.e. openssl.
4436
4437         * tls.el (tls-starttls-switches): Give up on using starttls with
4438         gnutls-cli.
4439         (tls-program): Add --insecure to be consistent with the defaults from
4440         openssl s_client.  Now all three commands are insecure.
4441
4442 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * lpath.el: Bind completion-styles-alist for XEmacs.
4445
4446         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4447         (gravatar-create-image): New function that's an alias to
4448         gnus-xmas-create-image, gnus-create-image, or create-image.
4449         (gravatar-data->image): Use it.
4450
4451 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4454         install the nnregistry refer method.
4455         (gnus-registry-install-hooks): Use it.
4456         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4457         unfollowed groups.
4458
4459 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4460
4461         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4462         expanding threads.
4463
4464 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4465
4466         * nnir.el: Use the server names without suffixes (bug #7009).
4467
4468         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4469         unencrypted to STARTTLS, if possible.
4470
4471 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4472
4473         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4474         headers before superseding.
4475
4476 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4477
4478         * nnrss.el (nnrss-use-local): Add documentation.
4479
4480         * nnimap.el (nnimap-extend-tls-programs): New function.
4481         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4482         (nnimap-wait-for-connection): Accept the greeting from the stupid
4483         output from openssl s_client -starttls, too.
4484
4485         * tls.el (tls-starttls-switches): New variable.
4486         (tls-find-starttls-argument): Use it.
4487         (open-tls-stream): Ditto.
4488
4489         * netrc.el (netrc-credentials): Return the value of the "default" entry.
4490         (netrc-machine): Ditto.
4491
4492         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4493         article number.
4494         (nnimap-split-fancy): New variable.
4495         (nnimap-split-incoming-mail): Use it.
4496
4497         * nntp.el (nntp-server-list-active-group): Document.
4498
4499         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4500         SELECT to get the message-id.
4501
4502         * mail-source.el (mail-sources): Remove webmail support.
4503         (defvar): Ditto.
4504         (mail-source-fetcher-alist): Ditto.
4505         (mail-source-fetch-webmail): Remove.
4506
4507         * webmail.el: Remove -- doesn't seem relevant any more.
4508
4509         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4510
4511         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4512         the \r.
4513
4514 2010-09-30  Julien Danjou  <julien@danjou.info>
4515
4516         * gnus-agent.el (gnus-agent-add-group): Fix call to
4517         gnus-completing-read.
4518
4519 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4520
4521         * nndoc.el (nndoc-retrieve-groups): New function.
4522
4523         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4524         `default', use nnmail-split-methods.
4525         (nnimap-request-article): Downcase the NILs so that they are nil.
4526
4527         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4528         symbol.
4529
4530         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4531         code, since if the user has requested network, that's what they ought
4532         to get.
4533         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4534         (nnimap-split-rule): Mark as obsolete.
4535
4536         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4537         New variable.
4538
4539         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4540         correct slot, too.
4541
4542 2010-09-29  Julien Danjou  <julien@danjou.info>
4543
4544         * gnus.el (gnus-local-domain): Declare variable obsolete.
4545
4546         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4547         Fix history computing.
4548         (gnus-ido-completing-read): Require ido.
4549
4550 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4553         build Gnus.
4554
4555         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4556         when interpreting the structures.
4557         (nnimap-request-accept-article): Add \r\n to the lines to make this
4558         work with Cyrus.
4559
4560         * nndraft.el (nndraft-request-expire-articles): Use the group name
4561         instead if "nndraft".  Fix found by Nils Ackermann.
4562
4563 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4564
4565         * nnregistry.el: Add.
4566
4567 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4568
4569         * nnmail.el (group, group-art-list, group-art):
4570         Remove unneeded directives.
4571
4572 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4575         (mm-mime-charset)
4576         * rfc2047.el (rfc2047-syntax-table)
4577         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4578
4579         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4580         rather than `insert-file-contents' and `eval-region'.
4581
4582         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4583         construction.
4584
4585         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4586
4587         * time-date.el: No need to require cl for Emacs 21.
4588
4589 2010-09-29  Julien Danjou  <julien@danjou.info>
4590
4591         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4592         replacement of `gnus-gravatar-relief' to mimic
4593         `gnus-faces-properties-alist'.
4594         Add :version property.
4595
4596 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * mail-source.el (mail-source-report-new-mail)
4599         * message.el (message-default-mail-headers)
4600         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4601
4602         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4603
4604 2010-09-28  Julien Danjou  <julien@danjou.info>
4605
4606         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4607         mail-address contains the same string as real-name.
4608
4609         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4610         non-blank in header, otherwise it'll get stripped.
4611
4612         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4613         real-name, and then for mail address rather than doing : or , search.
4614
4615 2010-09-27  Julien Danjou  <julien@danjou.info>
4616
4617         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4618         right completing-read function.
4619         (gnus-use-ido): New variable
4620         (gnus-completing-read-with-default): Remove.
4621         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4622         (gnus-agent-add-group):
4623         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4624         * mm-view.el (mm-view-pkcs7-decrypt):
4625         * mm-util.el (mm-codepage-setup):
4626         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4627         * mml-smime.el (mml-smime-openssl-sign-query):
4628         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4629         (mml-insert-multipart):
4630         * gnus-msg.el (gnus-summary-yank-message):
4631         * gnus-int.el (gnus-start-news-server):
4632         * mm-decode.el (mm-interactively-view-part):
4633         * gnus-dired.el (gnus-dired-attach):
4634         * gnus.el (gnus-read-method):
4635         * gnus-bookmark.el (gnus-bookmark-jump):
4636         * gnus-art.el (gnus-mime-view-part-as-type)
4637         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4638         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4639         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4640         * nnmairix.el (nnmairix-create-server-and-default-group)
4641         (nnmairix-update-groups, nnmairix-get-server)
4642         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4643         (nnmairix-get-group-from-file-path):
4644         * nnrss.el (nnrss-find-rss-via-syndic8):
4645         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4646         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4647         (gnus-group-browse-foreign-server):
4648         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4649         (gnus-summary-execute-command, gnus-summary-respool-article)
4650         (gnus-read-move-group-name):
4651         * gnus-score.el (gnus-summary-increase-score)
4652         (gnus-summary-score-effect):
4653         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4654
4655 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4658         x-focus-frame.
4659
4660         * nnimap.el (auth-source-forget-user-or-password)
4661         (auth-source-user-or-password): Autoload.
4662
4663         * message.el (message-from-style, message-interactive)
4664         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4665         (message-yank-prefix, message-indentation-spaces, message-signature)
4666         (message-signature-file): Add comment.
4667
4668 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669
4670         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4671         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4672         new articles.
4673
4674         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4675         parts.
4676         (nnimap-request-article): Work with the t setting, too.
4677
4678         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4679         that you don't get flashes of other buffers.
4680         (gnus-summary-show-complete-article): Intern before setting.
4681
4682 2010-09-27  David Engster  <dengste@eml.cc>
4683
4684         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4685         well as HEADERS.
4686         (nnmairix-retrieve-headers): Provide new argument for the above.
4687
4688 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689
4690         * gnus-sum.el (gnus-summary-move-article): Don't alter
4691         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4692         group.
4693
4694         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4695
4696         * message.el (message-cite-prefix-regexp): Revert my last edit.
4697
4698         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4699         variable instead of the Gnus variable.
4700
4701         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4702
4703         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4704
4705         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4706         since some servers don't like it.
4707         (nnimap-open-connection): Forget credentials if the server says the
4708         password was wrong.
4709         (nnimap-parse-line): Protect against invalid data.
4710
4711         * gnus-sum.el (gnus-summary-move-article): Add comment.
4712         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4713         nothing alters it while scanning for new messages.
4714
4715         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4716         which may or may not help.
4717         (nnimap-open-connection): If we're doing a stream connection, and then
4718         discover we're on a STARTTLS-capable server, then open a STARTTLS
4719         connection instead.
4720
4721 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * nnimap.el (utf7): Require.
4724
4725         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4726         prefix.
4727
4728 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4729
4730         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4731
4732 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4733
4734         * nnimap.el (nnimap-request-accept-article): Message the error on
4735         error.
4736
4737 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4740
4741 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742
4743         * nndoc.el (nndoc-request-list): Return success always.
4744
4745         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4746         `fetch-old' -- we only want to fetch the articles we've requested.
4747         The rest are in the agent, probably.
4748         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4749         disappeared server" to something low.  It's not important.
4750
4751         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4752         arrived before the FETCH data.
4753
4754         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4755         target here, because we don't know the Gnus name of the group.
4756
4757         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4758         for the correct group.
4759
4760         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4761
4762         * gnus.el (gnus): Give a final warning after startup.
4763
4764         * gnus-util.el (gnus-action-message-log): New variable.
4765         (gnus-message): Use it.
4766         (gnus-final-warning): New function.
4767
4768         * nnimap.el (nnimap-open-connection): Record the greeting.
4769         (nnimap): Add greeting.
4770
4771 2010-09-26  Julien Danjou  <julien@danjou.info>
4772
4773         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4774         arguments.
4775         (gnus-html-wash-images): Fix spec computing to include start/end.
4776
4777         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4778
4779 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4782         deletion.
4783         (nnimap-retrieve-headers): Don't select the group, because that's
4784         already done by nnimap-possibly-change-group.
4785
4786         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4787         (gnus-picon-transform-address): Use it.
4788
4789         * mail-source.el (mail-source-value): Revert previous patch.
4790
4791         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4792         on failure.
4793         (nnimap-open-connection): Look up both virtual and physical server name
4794         credentials.
4795
4796         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4797
4798 2009-02-07  Dave Love  <fx@gnu.org>
4799
4800         * tls.el (open-tls-stream): Don't query killing process.
4801
4802 2009-02-08  Dave Love  <fx@gnu.org>
4803
4804         * gnus-win.el (gnus-window-to-buffer-helper)
4805         (gnus-all-windows-visible-p): Function needn't be a symbol.
4806
4807         * mail-source.el (mail-source-value): Function needn't be a symbol.
4808
4809 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810
4811         * message.el (message-cite-prefix-regexp): Remove } from the cite
4812         prefix.
4813
4814         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4815         highlight again, so that the highlight is correct.
4816
4817         * gnus-picon.el (gnus-picon): Remove again.
4818         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4819
4820         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4821         doing the header highlightling, so that the background colour of the
4822         picon is correct.
4823
4824         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4825         (gnus-picon): Ditto.
4826         (gnus-picon): Reinstate.  The background colour for picons is white.
4827         (gnus-picon-insert-glyph): Make the background white.
4828
4829         * nnml.el (nnml-open-nov): Don't return dead buffers.
4830
4831         * auth-source.el (auth-source-create): Query the user for whether to
4832         store the credentials.
4833
4834         * netrc.el (netrc-store-data): New function.
4835
4836         * auth-source.el (auth-source-user-or-password): Use the existing auth
4837         sources, if any, for creation.
4838
4839         * gnus.el (gnus-group-fast-parameter): Return the last matching
4840         parameter instead of the first matching parameter.
4841
4842 2010-09-26  Julien Danjou  <julien@danjou.info>
4843
4844         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4845
4846 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4847
4848         * mml2015.el (mml2015-use): Remove gpg support.
4849
4850         * mml1991.el (mml1991-function-alist): Remove gpg function.
4851         (mml1991-gpg-sign): Remove.
4852
4853 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4854
4855         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4856         (gnus-browse-unsubscribe-current-group): Document it.
4857         (gnus-browse-unsubscribe-group): Use it.
4858
4859 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4862         address to the To list for easier response.
4863
4864         * gnus.el (gnus-play-startup-jingle): Remove.
4865         (gnus-splash): Don't play jingle.
4866         (gnus): Silence gnus-load message.
4867
4868         * gnus-art.el (gnus-treat-play-sounds): Remove.
4869
4870         * gnus.el (gnus-play-jingle): Remove audio support.
4871
4872         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4873
4874         * earcon.el: Remove -- no users.
4875
4876         * gnus-audio.el: Remove -- no users of this package.
4877
4878         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4879
4880         * gnus-start.el (gnus-setup-news): Remove nocem support.
4881
4882         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4883
4884         * gnus.el (gnus-use-nocem): Remove.
4885
4886         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4887         Remove.
4888
4889         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4890         uses NoCeM any more.
4891
4892         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4893         (gnus-button-ctan-handler): Ditto.
4894         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4895         (gnus-button-ctan-directory-regexp): Ditto.
4896         (gnus-button-handle-ctan): Ditto.
4897         (gnus-button-tex-level): Ditto.
4898         (gnus-button-alist): Remove CTAN stuff.
4899
4900 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4901
4902         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4903         nnimap-streaming test.
4904
4905         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4906         servers twice.
4907
4908         * nnimap.el (nnimap-open-connection): Add more error reporting when
4909         nnimap fails early.
4910
4911         * nnheader.el (nnheader-get-report-string): New function.
4912         (nnheader-get-report): Use it.
4913
4914         * gnus-int.el (gnus-check-server): Say what the error was when opening
4915         failed.
4916
4917         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4918         using streaming.
4919
4920 2010-09-25  Julien Danjou  <julien@danjou.info>
4921
4922         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4923         gnus-window-inside-pixel-edges.
4924
4925 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4928
4929         * mm-decode.el (mm-save-part): Allow saving to other directories the
4930         normal Emacs way.
4931
4932         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4933         Suggested by Jay Berkenbilt.
4934
4935         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4936         there isn't a single byte.
4937
4938         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4939         just do it.  It doesn't really seem to matter what the user responds
4940         here, I think, so it's just a confusing question.
4941
4942         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4943         non-streaming case.
4944
4945         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4946         (gnus-article-encrypt-body): Use it.
4947
4948         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4949         keystroke.
4950
4951         * nnimap.el (nnimap-find-wanted-parts-1):
4952         Use gnus-fetch-partial-articles.
4953
4954         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4955
4956         * nnimap.el (nnimap-insert-partial-structure): New function.
4957         (nnimap-get-partial-article): New function.
4958         (nnimap-request-article): Use it.
4959         (nnimap-wait-for-response): Return whether the wait was successful.
4960         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4961         retrieval wasn't successful.
4962         (nnimap-retrieve-group-data-early): Allow throttling servers.
4963         (nnimap-streaming): New variable.
4964         (nnimap-fetch-partial-articles): Remove.
4965
4966         * mm-decode.el (mm-with-part): Protect against killed buffers.
4967
4968         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4969         for prettier summary display.
4970
4971 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4972
4973         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4974
4975 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4978         apparently third-party libraries depend on it.
4979
4980         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4981         before starting negotiation.
4982
4983         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4984         privacy reasons.
4985         (gnus-treat-mail-gravatar): Ditto.
4986
4987         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4988         buffer when inserting images.  Inserting text into the headers, for
4989         instance, can make them invalid.
4990
4991 2010-09-25  Julien Danjou  <julien@danjou.info>
4992
4993         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4994         variables.
4995
4996         * nnheader.el: Remove useless variables news-reply-yank-from and
4997         news-reply-yank-message-id.
4998
4999         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5000         variables.
5001
5002         * mml1991.el: Remove useless mml1991-verbose.
5003
5004         * gnus.el: Remove useless variable gnus-use-generic-from.
5005         Remove obsolete variable gnus-topic-indentation.
5006
5007         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5008
5009         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5010
5011         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5012
5013         * gnus-group.el: Remove useless gnus-group-icon-cache.
5014         Remove useless gnus-ephemeral-group-server.
5015
5016         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5017
5018         * mml2015.el: Remove useless mml2015-verbose.
5019
5020         * mml-smime.el: Remove useless mml-smime-verbose.
5021
5022         * gnus.el: Remove useless gnus-local-domain.
5023
5024         * gnus-gravatar.el (gnus-gravatar-transform-address):
5025         Use gnus-gravatar-size.
5026
5027         * gnus-art.el: Remove useless gnus-treat-translate.
5028
5029 2010-09-24  Julien Danjou  <julien@danjou.info>
5030
5031         * gnus-sum.el: Add support for Gravatars.
5032
5033         * gnus-art.el: Add support for Gravatars.
5034
5035         * gnus-gravatar.el: Add this file.
5036
5037         * gravatar.el: Add this file.
5038
5039 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5040
5041         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5042
5043         * gnus-group.el (gnus-group-fetch-faq): Remove.
5044
5045         * gnus.el (gnus-group-faq-directory): Remove.
5046
5047         * gnus-group.el (gnus-group-fetch-charter): Remove.
5048
5049         * gnus.el (gnus-group-charter-alist): Remove.
5050
5051         * gnus-group.el (gnus-group-archive-directory): Remove.
5052         (gnus-group-recent-archive-directory): Ditto.
5053         (gnus-group-make-archive-group): Remove.
5054
5055         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5056
5057         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5058         use the same article number for all the cached articles.
5059
5060         * nnimap.el (nnimap-command): Register the last command time so
5061         that we can use it for idling NOOPs.
5062         (nnimap-open-connection): Start the keeplive timer.
5063         (nnimap-make-process-buffer): Store all the process buffers.
5064         (nnimap-keepalive): New function.
5065
5066         * starttls.el (starttls-open-stream): Add autoload cookie.
5067
5068 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5069
5070         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5071         handling.
5072
5073 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5074
5075         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5076         its data structures.
5077
5078         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5079         instead of the cl.el copy-list.
5080         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5081         equalp.
5082
5083 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5086         and tool-bar-local-item-from-menu.
5087
5088         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5089         mode-line-highlight face for Emacs.
5090
5091         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5092         loading gnus-sum.elc; fix comment for canlock-verify.
5093         (gnus-article-jump-to-part): Use read-number.
5094         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5095         Remove Emacs pre-21 compatible code for help-echo.
5096         (gnus-article-next-page-1): No need to adjust the number of lines.
5097         (gnus-article-describe-bindings): Always use help-buffer.
5098
5099         * gnus-audio.el (gnus-audio-inline-sound)
5100         * gnus-cus.el (gnus-custom-mode)
5101         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5102
5103         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5104
5105         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5106         compatible code.
5107
5108 2010-09-24  Glenn Morris  <rgm@gnu.org>
5109
5110         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5111         visiting the fcc file in rmail-mode.
5112
5113         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5114
5115 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5116
5117         * nnir.el: Silence the byte compiler.
5118
5119         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5120         alias to browse-url-url-encode-chars if any.
5121         (gnus-html-encode-url): Use it.
5122
5123 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * gnus-start.el (gnus-use-backend-marks): New variable.
5126         (gnus-get-unread-articles-in-group): Use it.
5127
5128         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5129         makeover.
5130
5131 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5132
5133         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5134
5135 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5138         Remove.
5139         (gnus-setup-news-hook):
5140         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5141
5142         * gnus-int.el (gnus-request-update-info): Protect against backends not
5143         having the function.
5144
5145         * nnimap.el (nnimap-stream): Mention starttls.
5146         (nnimap-open-connection): Add starttls support.
5147
5148 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5149
5150         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5151
5152 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5155         BODYSTRUCTUREs.
5156         (nnimap-transform-headers): Unfold quoted {42} headers.
5157
5158         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5159         the info.
5160         (gnus-get-unread-articles): Only call updatep on backends that support
5161         it.
5162
5163         * nnweb.el (nnweb-request-update-info): NOOP.
5164
5165         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5166
5167         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5168         since it only deals with marks.
5169
5170         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5171         gnus-request-marks, and make a new gnus-request-update-info.
5172
5173         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5174         the active instead of the high number, which is usually too low.
5175
5176 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5177
5178         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5179         * encrypt.el: Remove.
5180
5181 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5182
5183         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5184         server in symbolic form.
5185
5186         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5187
5188 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5191         (nnimap-update-info): Fix up code slightly.
5192
5193         * gnus-int.el (gnus-open-server): Add tracing for performance
5194         debugging.
5195
5196         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5197         (gnus-group-insert-group-line): Pass the real group name so that it
5198         gets the right data.
5199
5200         * gnus-start.el (gnus-get-unread-articles): Don't have
5201         `gnus-get-unread-articles-in-group' update info, since that can be
5202         really slow and doesn't seem to be needed?
5203
5204 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5205
5206         * time-date.el (date-to-time): Try using parse-time-string first before
5207         using the slower timezone-make-date-arpa-standard.
5208
5209 2010-09-22  Julien Danjou  <julien@danjou.info>
5210
5211         * gnus-group.el (gnus-group-insert-group-line):
5212         Call gnus-group-highlight-line.
5213         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5214         default hook list.
5215         (gnus-group-update-eval-form): Add new function.
5216         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5217         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5218
5219 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5222         immediate, then expire all articles.
5223         (nnimap-update-info): Fix off-by-one errors.
5224         (nnimap-flags-to-marks): Would return no marks lists for group with no
5225         flags.  Instead return the other data.
5226
5227 2010-09-22  Julien Danjou  <julien@danjou.info>
5228
5229         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5230         Only return an icon.
5231         (gnus-group-insert-group-line): Compute icon to return.
5232
5233         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5234         (gnus-html-image-fetched): Only cache if
5235         gnus-html-image-automatic-caching is set.
5236         (gnus-html-image-fetched): Check for errors.
5237
5238 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5239
5240         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5241         once per method on `g'.  This ensures that backends like nnfolder don't
5242         open all their folders.
5243
5244         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5245         (nnimap-request-list): Nix out group in the correct buffer.
5246         (nnimap-parse-flags): Implement by using `read' instead of
5247         hand-parsing.
5248         (nnimap-flags-to-marks): Pass on permanent-flags.
5249         (nnimap-make-process-buffer): Record the server name.
5250         (nnimap-parse-flags): Fix typo.
5251         (nnimap-request-scan): Run split on the server in general, not just a
5252         single group.
5253
5254         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5255         parameter, and propagate this downwards.
5256
5257         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5258         since EXAMINE changes it on the server.
5259
5260         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5261         this command might take a while.
5262
5263 2010-09-22  Julien Danjou  <julien@danjou.info>
5264
5265         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5266         harmful if you have 2 images side-by-side, they can't be properly
5267         update on text deletion.  Using text-property is safer here.
5268         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5269         data.
5270
5271 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * nnimap.el (nnimap-expunge-inbox): Remove.
5274         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5275         (nnimap-expunge): Flip default to t.
5276
5277         * gnus.el (gnus-method-to-server): Don't push things to the cache
5278         unless it's unique.
5279         (gnus-server-to-method): Ditto.
5280
5281 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5282
5283         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5284
5285 2010-09-22  Julien Danjou  <julien@danjou.info>
5286
5287         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5288         get the start of data.
5289         (gnus-html-encode-url): Add this function to encode special chars in
5290         URL.
5291         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5292         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5293
5294         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5295         default.
5296         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5297
5298         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5299         images alt-text.
5300         (gnus-html-put-image): Put alt-text as help-echo.
5301
5302 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5305         * mm-util.el (mm-decompress-buffer)
5306         * nnir.el (nnir-run-find-grep)
5307         * pop3.el (pop3-list): Use 3rd arg of split-string.
5308
5309         * time-date.el (format-seconds): Comment fix.
5310
5311         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5312         and byte-optimize-form-code-walker.
5313         (dgnushack-make-auto-load): Don't advise make-autoload.
5314
5315         * lpath.el: Remove Emacs 21 stuff.
5316
5317 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5318
5319         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5320         outside the active range.  Suggested by Dan Christensen.
5321
5322         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5323         slightly later to avoid double-getting it.
5324
5325         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5326         previous patch.
5327
5328         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5329
5330 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5331
5332         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5333
5334 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * gnus-int.el (gnus-open-server): Give a better error message in the
5337         "go offline" case.
5338
5339         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5340         marks for nnimap, which is seldom the right thing to do.
5341
5342         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5343         (gnus-same-method-different-name): New function.
5344
5345         * nnimap.el (parse-time): Require.
5346
5347         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5348         method in the presence of many similar methods.
5349
5350         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5351
5352         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5353         nnml-inhibit-expiry.
5354
5355         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5356         find out whether methods are equal.
5357
5358         * nnimap.el (nnimap-find-expired-articles): New function.
5359         (nnimap-process-expiry-targets): New function.
5360         (nnimap-request-move-article): Request the article before looking at
5361         what the Message-ID is.  Fix found by Andrew Cohen.
5362         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5363
5364         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5365         for oldness in addition to being a predicate.
5366
5367         * nnimap.el (nnimap-request-group): When we have zero articles, return
5368         the right data to Gnus.
5369         (nnimap-request-expire-articles): Only delete articles immediately if
5370         the target is 'delete.
5371
5372         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5373         method, this would bug out.
5374
5375         * gnus-group.el (gnus-group-expunge-group): Rename from
5376         gnus-group-nnimap-expunge, and implemented as a normal interface
5377         function.
5378
5379         * gnus-int.el (gnus-request-expunge-group): New function.
5380
5381         * nnimap.el (nnimap-request-create-group): Implement.
5382         (nnimap-request-expunge-group): New function.
5383
5384 2010-09-21  Julien Danjou  <julien@danjou.info>
5385
5386         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5387         (gnus-html-cache-expired): Add new function.
5388         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5389         wethever we should display image for fetch it.
5390         Compute alt-text earlier to pass it to the fetching function too.
5391         (gnus-html-schedule-image-fetching): Change function argument to only
5392         get one image at a time, not a list.
5393         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5394         cache.
5395         (gnus-html-get-image-data): New function to retrieve image data from
5396         cache.
5397         (gnus-html-put-image): Change buffer argument to use image data rather
5398         than file, and place image above region rather than inserting a new
5399         one.  Do not take alt-text as argument, since it's useless now: we place
5400         the image above alt-text.
5401         (gnus-html-prune-cache): Remove.
5402         (gnus-html-show-images): Start to fetch image when we find one, do not
5403         push into a temporary list.
5404         (gnus-html-prefetch-images): Only fetch image if they have expired.
5405         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5406         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5407
5408 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5409
5410         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5411
5412 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5415         spec inser "*" if the group isn't active instead of 0.
5416
5417         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5418         opening the server.
5419         (nnimap-request-delete-group): Implement group deletion.
5420         (nnimap-transform-headers): Return the size of the entire message in
5421         the Bytes header, not just the size of the first part.
5422         (nnimap-request-move-article): When moving an article from nnimap,
5423         request the article first so the accepting form has an article to
5424         accept.  Reported by Dan Christensen.
5425         (nnimap-command): Make sure that the error message doesn't error out.
5426
5427 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5428
5429         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5430         we haven't requested anything.
5431
5432 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5435         "".  Fix found by Andrew Cohen.
5436
5437         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5438         instead of -encode-string.
5439
5440 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5443
5444         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5445         by mm-subst-char-in-string.
5446
5447 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5448
5449         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5450         waiting for the connection string.
5451
5452         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5453         arriving.
5454
5455         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5456         bogus characters.  This allows selecting certain Gmail groups.
5457
5458         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5459         (nnimap-fetch-partial-articles): New variable.
5460         (nnimap-open-connection): When looking for credentials, also use the
5461         nnimap-server-port.
5462         (nnimap-request-article): Return the group/article number, so that Gnus
5463         `^' works as expected.
5464         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5465
5466         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5467         comments.
5468         (gnus-methods-sloppily-equal): New function.
5469         (gnus): When using the development version of Gnus, load the gnus-load
5470         file.
5471
5472         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5473         `gnus-open-server' on each method before trying to scan them etc.
5474         This ensures that all the backend parameters are set correctly.
5475
5476         * nnimap.el (nnimap-authenticator): New variable.
5477         (nnimap-open-connection): Allow anonymous login.
5478         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5479         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5480
5481         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5482         patch, found by Knut Anders Hatlen.
5483
5484 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5485
5486         * gnus-agent.el (gnus-agent-batch-confirmation)
5487         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5488         to gnus-message.
5489         * gnus-art.el (gnus-article-describe-briefly): Likewise.
5490         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
5491         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
5492         * gnus-int.el (gnus-open-server): Likewise.
5493         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
5494         (gnus-score-check-syntax): Likewise.
5495         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
5496         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
5497         Likewise.
5498         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5499
5500 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501
5502         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5503         calling conventions so that prefetch doesn't bug out.
5504
5505 2010-09-19  Julien Danjou  <julien@danjou.info>
5506
5507         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5508         rather than `subst-char-in-region' in order to be able to replace ASCII
5509         char by UTF-8 ones.
5510
5511         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5512         than curl.
5513         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5514         the right URL and ALT text on images.
5515         (gnus-html-wash-tags): Fix tag case.
5516         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5517         (gnus-article-html): Add -o display_ins_del=2 option.
5518         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5519
5520 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5521
5522         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5523         the extra mail headers, which sometimes seem to happen for unknown
5524         reasons.
5525
5526         * mail-parse.el (mail-header-encode-parameter): Define as
5527         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5528         (or most, perhaps?) mail readers don't understand the latter, but do
5529         understand the former.
5530
5531         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5532         to nil, so that no methods are automatically agentized.  I think this
5533         is probably what most users want.
5534
5535         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5536         from url-retrieve, for instance about invalid URLs.
5537
5538         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5539         groups that have no articles.
5540         (nnimap-request-article): Check that we really got an article when we
5541         requested one.
5542
5543         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5544         doesn't exist.
5545
5546         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5547         nntp buffer so the agent can save it.
5548         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5549         that CRLF doesn't get translated to \n.
5550         (nnimap-open-connection): Don't make 'shell commands only send \n.
5551
5552 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5553
5554         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5555         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5556         Update var name.
5557         (nnml-generate-nov-file): Use dolist.
5558         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5559         Use with-current-buffer.
5560
5561 2010-09-18  Julien Danjou  <julien@danjou.info>
5562
5563         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5564         parallel.
5565
5566 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5567
5568         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5569         the range update right.
5570         (nnimap-request-group): Don't make `M-g' bug out on group with no
5571         marks.
5572         (nnoo): Require, so that other packages can require nnimap.
5573         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5574         command we're looking for.  This helps when the server sends more
5575         responses after we've gotten everything we expected.
5576         (nnimap): Add a `newlinep' field to keep track of end-of-line
5577         conventions.
5578         Don't send CRLF to things that don't want it.
5579         (nnimap-request-accept-article): Ditto.
5580
5581 2010-09-18  Julien Danjou  <julien@danjou.info>
5582
5583         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5584         than curl to retrieve images.
5585
5586 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5587
5588         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5589         the marks.
5590         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5591         (nnimap-wait-for-connection): New function.
5592         (nnimap-open-connection): If we have PREAUTH, don't query for login
5593         credentials.
5594         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5595         when doing a partial update.
5596
5597 2010-09-18  Julien Danjou  <julien@danjou.info>
5598
5599         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5600         tags.
5601
5602 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5603
5604         * nnimap.el (nnimap-credentials): New function.
5605         (nnimap-open-connection): Use the new function to look for credentials
5606         also on the numeric equivalents of "imap" and "imaps".
5607
5608         * gnus-start.el (gnus-activate-group): Send the info to
5609         gnus-request-group.
5610
5611         * nnimap.el (nnimap-request-group): Have the "check" version of the
5612         function parse flags and update the info, so that a `M-g' get a total
5613         resync of all flags from the group.
5614
5615         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5616         to allow backends to alter the info on group selection.  Also alter all
5617         the backend -request-group functions to take the parameter.
5618
5619         * nnimap.el (nnimap-store-info): New function.
5620         (nnimap-update-info): Store the info for later usage.
5621         (nnimap-request-group): Use the stored info for the dont-check case, so
5622         that we don't retrieve all marks when we enter a group.
5623
5624         * nnimap.el: Use deffoo instead of defun for interface functions.
5625
5626         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5627         update the group info.  This makes the nndraft groups, for instance, go
5628         back to their old behaviour.
5629
5630         * gnus-sum.el (gnus-select-newsgroup): Indent.
5631
5632         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5633         in.
5634         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5635         nothing.
5636
5637         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5638         from methods that are denied.
5639
5640         * gnus-int.el (gnus-method-denied-p): New function.
5641
5642         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5643         store the password instead of netrc.
5644         (nnimap-open-connection): Don't error out when we can't make a
5645         connections.
5646
5647         * auth-source.el (auth-source-create): In the password prompt, say what
5648         we're querying for.  Also prompt for user name if that hasn't been
5649         given.
5650
5651         * nnimap.el (nnimap-with-process-buffer): Remove.
5652
5653 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5656         method when we're reading from the agent.
5657
5658         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5659
5660         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5661         that's probably most useful for users.
5662
5663         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5664         "failed" all the time.
5665
5666         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5667         ...)) with (with-current-buffer ... ).
5668
5669         * nntp.el (nntp-open-server): Return whether the open was successful or
5670         not.
5671
5672         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5673         select an unread unseen article first.
5674
5675         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5676         /etc/services, supply some sensible port defaults.
5677
5678         * dgnushack.el: Define netrc-credentials.
5679
5680 2010-09-17  Julien Danjou  <julien@danjou.info>
5681
5682         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5683
5684 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5685
5686         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5687         doesn't have any parameters.
5688
5689 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5690
5691         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5692         only upcased checks.
5693
5694         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5695
5696         * nnimap.el (nnimap-open-shell-stream): New function.
5697         (nnimap-open-connection): Use it.
5698         (nnimap-transform-headers): Get the number of lines in each message.
5699         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5700         number of lines.
5701         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5702         problem.
5703
5704         * utf7.el (utf7-encode): Autoload.
5705
5706         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5707         to allow the mail splitting to not return a default group.  This is
5708         useful for nnimap, which will leave unmatched mail in the inbox.
5709
5710         * nnimap.el: Rewritten.
5711
5712         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5713         nnimap usage.
5714
5715         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5716         if the move is internal, so that nnimap can do fast internal moves.
5717
5718         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5719         data.
5720         (gnus-read-active-for-groups): Support finishing the early retrieval of
5721         data.
5722
5723         * gnus-range.el (gnus-range-nconcat): New function.
5724
5725         * gnus-int.el (gnus-finish-retrieve-group-infos)
5726         (gnus-retrieve-group-data-early): New functions.
5727
5728 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5729
5730         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5731         (nnrss-retrieve-groups):
5732         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5733         (pop3-quit): Use with-current-buffer.
5734
5735 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5738         instead of nnheader-accept-process-output.
5739
5740         * dgnushack.el (dgnushack-compile): Add comment.
5741
5742         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5743
5744         * gnus-html.el (gnus-html-schedule-image-fetching)
5745         (gnus-html-prefetch-images): Replace process-kill-without-query by
5746         gnus-set-process-query-on-exit-flag.
5747
5748 2010-09-16  Romain Francoise  <romain@orebokech.com>
5749
5750         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5751
5752 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753
5754         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5755         parameter to unintern is mandatory-ish in Emacs 24.
5756
5757         * gnus-html.el (gnus-html-schedule-image-fetching)
5758         (gnus-html-prefetch-images): Check for curl before using it.
5759
5760         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5761         depend on curl, which isn't essential.
5762
5763         * imap.el: Revert back to version
5764         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5765         seem problematic.
5766
5767 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5768
5769         * gnus-registry.el (gnus-registry-install-shortcuts):
5770         Explicitly pass `obarray' to `unintern' to avoid a warning.
5771
5772 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5775         change.
5776
5777         * nnrss.el (nnrss-request-list): Remove this function and related
5778         functions, including the moreover stuff.
5779
5780 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5781
5782         * nnrss.el (nnrss-retrieve-groups): New function.
5783
5784 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5785
5786         * .dir-locals.el: Add no-byte-compile cookie.
5787
5788 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * time-date.el (format-seconds): Comment fix.
5791
5792         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5793         for back end that doesn't support request-scan.
5794
5795 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5796
5797         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5798         then do request scans from the backends.
5799
5800         * netrc.el (netrc-credentials): New conveniency function.
5801
5802         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5803         avoid running a hook per line, since this takes a lot of time,
5804         profiling shows.
5805         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5806         directly if gnus-visual-p is true.
5807
5808 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5811         groups; replace mapcar with dolist which is a bit faster; pass groups
5812         info to gnus-read-active-file-1.
5813         (gnus-read-active-file-1): Scan only specified groups if the new
5814         optional arg `infos' is given.
5815
5816 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5817
5818         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5819
5820         * pop3.el (pop3-movemail): Remove.
5821         (pop3-streaming-movemail): Rename to pop3-movemail.
5822
5823         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5824         don't restrict end-tag searches to the end of the line.
5825
5826 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5829         articles of every unchecked group to t, which means unknown since the
5830         server has never been opened.
5831
5832 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5833
5834         * gnus-html.el (gnus-html-show-alt-text): New command.
5835         (gnus-html-browse-image): Ditto.
5836         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5837         to browse the image directly.
5838         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5839         better.
5840
5841         * gnus-async.el (gnus-async-article-callback):
5842         Call `gnus-html-prefetch-images' unconditionally.
5843
5844         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5845         before feeding URLs to curl.
5846
5847 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5850         internal images as deletable by `W D D'.
5851
5852         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5853         (gnus-async-article-callback): Fix typo.
5854
5855 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5856
5857         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5858         current line to work around bugs in the output from w3m.
5859
5860         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5861         for groups that want that.
5862
5863         * nntp.el (nntp-wait-for-string): Supply a timeout for
5864         accept-process-output to ensure progress.
5865
5866         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5867         level to get unread articles from, then use that for foreign groups,
5868         too.
5869
5870         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5871         confuses the rest of the function.
5872
5873         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5874         for the methods that support -retrieve-groups, too.
5875
5876         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5877
5878 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5881         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5882
5883         * pop3.el: Require cl when compiling.
5884         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5885
5886 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5889         that aren't going to be activated.
5890         (gnus-get-unread-articles): Fix up the last commit.
5891
5892         * gnus-html.el (gnus-article-html): Allow calling without specifying
5893         the handle.  In that case, dissect the buffer first.
5894
5895         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5896
5897         * nnimap.el (nnimap-open-connection): Revert the change that would look
5898         into authinfo for imaps instead of imap.
5899
5900         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5901         say that you don't want to call gnus-request-group with don-check, but
5902         do check the reponse.  This is for virtual groups only.
5903         (gnus-get-unread-articles): Count the archive groups as secondary, so
5904         that they're activated the same way as before.
5905
5906         * imap.el (imap-message-map): Removed optional buffer parameter, since
5907         no callers use it.
5908         (imap-message-get): Ditto.
5909         (imap-message-put): Ditto.
5910         (imap-mailbox-map): Ditto.
5911         (imap-mailbox-put): Ditto.
5912         (imap-mailbox-get): Ditto.
5913         (imap-mailbox-get): Revert last change for this function.
5914
5915         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5916         case-insensitively.
5917         (nnimap-debug): Remove.
5918
5919         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5920         to use `imap-fetch' instead.  According to the comments, this should be
5921         safe, since all other IMAP clients use the 1:* syntax.
5922         (imap-enable-exchange-bug-workaround): Removed.
5923         (imap-debug): Removed -- doesn't seem very useful.
5924
5925         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5926         mail from a file, and the file doesn't exist.
5927
5928         * imap.el (imap-log): New convenience function used throughout instead
5929         of repeating the same code all over the place.
5930
5931         * pop3.el (pop3-streaming-movemail): Return t for success.
5932
5933         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5934         .authinfo if we're using ssl connection.
5935
5936         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5937         already have if we're in a main Gnus `g' run.
5938
5939         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5940
5941 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5944
5945         * nnmh.el (nnmh-request-list-1): Bind `file'.
5946
5947         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5948         alias to set-process-query-on-exit-flag or process-kill-without-query.
5949         (pop3-open-server): Use it.
5950
5951 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5952
5953         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5954         box to the Incoming file.  Fixes mistake in previous checkin.
5955
5956         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5957         request loop (for debugging purposes) removed.
5958
5959         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5960         culprit is more visible.
5961         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5962         (nnml-add-incremental-nov): New functions to do "incremental" nov
5963         updates, where we just append to the end of the existing nov files
5964         without reading/writing them in full.
5965
5966         * mail-source.el (mail-source-delete-crash-box): Really only check the
5967         incoming files once in a while.
5968
5969         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5970
5971         * mail-source.el (mail-source-delete-crash-box): Only check the
5972         incoming files for deletion once per day to save a lot of file
5973         accesses.
5974
5975         * pop3.el (pop3-logon): Fix up unbound variable typo.
5976
5977         * mail-source.el (pop3-streaming-movemail): Autoload.
5978
5979         * pop3.el (pop3-streaming-movemail):
5980         Respect pop3-leave-mail-on-server.
5981
5982         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5983         retrieval.
5984
5985         * pop3.el (pop3-process-filter): Remove unused function.
5986         (pop3-streaming-movemail, pop3-send-streaming-command)
5987         (pop3-wait-for-messages, pop3-write-to-file)
5988         (pop3-number-of-responses): New functions for streaming pop3
5989         retrieval.
5990
5991         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5992         come from no known methods.
5993         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5994         list.
5995
5996         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5997         message sizes.
5998         (pop3-movemail): Use erase-buffer instead of looping and deleting
5999         regions, which seems rather odd.
6000
6001         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6002         file once per `g' run.
6003
6004         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6005         directories.  This makes the draft queue directory work.
6006
6007         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6008         data from the backends, so that we only request the list of groups from
6009         each method once.  This should speed things up considerably.
6010
6011         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6012         detect that it's not implemented.
6013
6014         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6015         we actually do recurse down into the tree, but don't stat all leaf
6016         nodes.
6017
6018         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6019         then say so instead of bugging out.
6020
6021         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6022         files exist before trying to read them.
6023
6024         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6025         around <pre_int>.
6026
6027         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6028
6029         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6030
6031 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6032
6033         * mm-util.el (mm-image-load-path): Just return the image directories,
6034         not all directories in the path in addition to the image directories.
6035         (mm-image-load-path): Maintain a cache of the image directories so that
6036         the `g' command in Gnus doesn't have to stat dozens of directories each
6037         time.
6038
6039         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6040         (gnus-html-wash-tags): Add a new `i' command to insert images.
6041         (gnus-html-insert-image): New command and keystroke.
6042         (gnus-html-redisplay-with-images): New command and keystroke.
6043         (gnus-html-show-images): Rename command.
6044         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6045         spacers.
6046         (gnus-html-wash-tags): Decode entities at the end, so that entities
6047         inside the tags don't mess up the rest of the "parsing".
6048
6049         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6050         so that nnimap methods aren't agentized by default.  There's apparently
6051         many problems related to agent/imap behaviour.
6052
6053         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6054
6055         * gnus-html.el: Doc fix.
6056
6057 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6058
6059         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6060         specifier-spec-list for Emacs 21.
6061
6062         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6063         glyph-width and glyph-height instead of display-graphic-p and
6064         image-size; make avoidance of displaying small images work for XEmacs.
6065
6066         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6067         for XEmacs.
6068
6069         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6070         of symbol that holds plist data.
6071         (gnus-process-plist): Remove plist of process after getting it.
6072
6073 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6074
6075         * message.el (message-generate-hashcash): Change default to
6076         'opportunistic if hashcash is installed.
6077
6078         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6079         (gnus-html-put-image): Only call image-size once, since it's somewhat
6080         time-consuming on remote X servers.
6081
6082 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6085         type on data, not a file name.
6086
6087         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6088         window-pixel-edges for Emacs 21.
6089
6090         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6091         decoded contents.
6092         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6093
6094 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6095
6096         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6097         group line format, since it isn't very interesting.
6098
6099         * gnus-agent.el (gnus-agent-short-article),
6100         (gnus-agent-long-article): Increase values for these two variables,
6101         since most people are likely to have more network connection and
6102         storage than before.
6103
6104         * gnus.el (gnus-refer-article-method): Change default to 'current.
6105         When referring an article, the common behaviour is to refer it from the
6106         current select method, not the native select method.  The chances of
6107         the native select method having the message in question is rather slim
6108         these days.
6109
6110         * gnus-sum.el (gnus-auto-select-subject): Change default to
6111         `unseen-or-unread'.  I think it's likely that most people want to
6112         select an unseen article over a previously seen, but unread one.
6113
6114         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6115         means that in the article buffer none of the minor mode elements will
6116         be shown, usually, and this is not desirable in most cases.
6117
6118         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6119         that commands like `d' (and the like) go to the next line in the
6120         buffer, instead of the next unread article.  I think this is the
6121         behaviour that is most natural for most users.
6122         (gnus-single-article-buffer): Change default to nil, so that people can
6123         have as many article buffers open as they have summary buffer.  I think
6124         this is the most natural way for the groups to behave.
6125
6126         * message.el (message-generate-new-buffers): Change default to
6127         `unsent', so that all new message buffers start their names with the
6128         string "*unsent", and it's easier to find the buffers if you move from
6129         them.
6130
6131 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6132
6133         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6134         small.  They're probably tracking images.
6135         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6136         (gnus-html-rescale-image): Yet another try at getting the image sizing
6137         right.
6138
6139         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6140         nntp-marks-file-name is nil.
6141
6142 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6143
6144         * gnus-html.el (gnus-html-wash-tags)
6145         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6146         Better logging.
6147
6148 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6149
6150         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6151
6152         * gnus-html.el (gnus-html-wash-tags): Check the value of
6153         gnus-blocked-images in the summary buffer.
6154
6155 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6156
6157         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6158
6159 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6160
6161         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6162         like "a", it seems like.
6163         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6164         since it needs to be picked from the correct buffer.
6165
6166         * nnwfm.el: Remove.
6167
6168         * nnlistserv.el: Remove.
6169
6170 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6171
6172         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6173         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6174
6175 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6176
6177         * nnkiboze.el: Remove.
6178
6179         * nndb.el: Remove.
6180
6181         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6182         alt text.
6183         (gnus-html-rescale-image): Try to get the rescaling logic right for
6184         images that are just wide and not tall.
6185
6186         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6187         overshadow variable bindings.
6188
6189 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6190
6191         * gnus-html.el (gnus-html-wash-tags)
6192         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6193         Add extra logging.
6194
6195 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6196
6197         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6198         (gnus-max-image-proportion): New variable.
6199         (gnus-html-rescale-image): New function.
6200         (gnus-html-put-image): Rescale images.
6201
6202 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6203
6204         Fix up some byte-compiler warnings.
6205         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6206         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6207         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6208         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6209         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6210         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6211         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6212
6213 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * gnus-html.el (gnus-article-html): Decode contents by charset.
6216
6217 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6220         (gnus-html-frame-width, gnus-blocked-images)
6221         * message.el (message-prune-recipient-rules): Add custom version.
6222         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6223
6224         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6225         functions.
6226
6227         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6228         gnus-process-get.
6229
6230 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6231
6232         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6233         instead of lsub directly.
6234
6235 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236
6237         * nnwarchive.el: Remove.
6238
6239         * gnus-soup.el: Remove.
6240
6241         * nnsoup.el: Remove.
6242
6243         * nnultimate.el: Remove.
6244
6245         * gnus-html.el (gnus-blocked-images): New variable.
6246
6247         * message.el (message-prune-recipients): New function.
6248         (message-prune-recipient-rules): New variable.
6249
6250         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6251         guess whether a long line is natural text or not.
6252
6253         * gnus-html.el (gnus-html-schedule-image-fetching):
6254         Use gnus-process-plist and friends for compatibility.
6255
6256 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6257
6258         * gnus-html.el: Require packages that define macros used in this file.
6259         (gnus-article-mouse-face): Declare to silence byte-compiler.
6260         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6261         process-get.
6262         (gnus-html-put-image): Use plist-get to avoid getf.
6263         (gnus-html-prefetch-images): Use with-current-buffer.
6264
6265 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * gnus-ems.el: Provide compatibility functions for
6268         gnus-set-process-plist.
6269
6270         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6271         header-line-format for XEmacs 21.4.
6272
6273         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6274         * gnus.el (gnus-valid-select-methods)
6275         * message.el (message-send-mail-partially-limit)
6276         * mm-decode.el (mm-text-html-renderer)
6277         * mml.el (mml-insert-mime-headers-always)
6278         * smiley.el (smiley-regexp-alist): Bump custom version.
6279
6280 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6281
6282         * gnus-html.el: require mm-url.
6283         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6284         with the url to `url'.
6285         (gnus-html-wash-tags): Support cid: URLs/images.
6286
6287 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6290         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6291         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6292
6293         * gnus-move.el: Remove file, since it doesn't really work.
6294
6295         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6296         UTF-8.  This seems to fix problems with some German web feeds.
6297
6298         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6299         at the top so that the proper colours are applied.
6300
6301         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6302         don't have dots in their names.
6303
6304         * gnus-art.el (gnus-article-view-part): Doc fix.
6305
6306         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6307         XEmacs-compatible.
6308         (gnus-html-put-image): Don't do images on non-graphic displays.
6309
6310         * nnslashdot.el: Remove this unused backend.
6311
6312         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6313         actions.
6314         (gnus-undo-register-1): Revert last change.
6315
6316         * gnus-group.el (gnus-group-completing-read): Protect against not
6317         having completion-styles bound.
6318
6319         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6320         make broken recipients happier.
6321
6322         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6323
6324         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6325         point parameter.
6326
6327         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6328
6329         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6330         completion-styles for group selection.
6331
6332 2009-02-04  Andreas Schwab  <schwab@suse.de>
6333
6334         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6335         headers and regexp-quote the match if necessary.
6336
6337 2009-03-24  Miles Bader  <miles@gnu.org>
6338
6339         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6340         the blinking smiley.
6341
6342 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6343
6344         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6345         blink smiley.
6346
6347 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6350         where the dribbel file lives exists.
6351
6352         * message.el (message-send-mail-partially-limit): Change the default to
6353         nil, since most people don't want this.
6354
6355         * mm-url.el (mm-url-decode-entities): Also decode entities like
6356         &#x3212.
6357
6358 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6359
6360         * gnus-sum.el (gnus-summary-idna-message):
6361         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6362         Hyperlink urls in docstrings with URL `...'.
6363
6364 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6365
6366         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6367         functions.
6368
6369 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6370
6371         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6372         say what the mouseover text should be.
6373
6374         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6375         version of the mm-w3m-safe-url-regexp variable to only download images
6376         in the groups where we want that to happen.
6377
6378         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6379
6380         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6381         easier debugging.
6382         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6383         big pictures in the article buffer.
6384
6385         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6386         gnus-article-html.
6387         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6388         w3m.
6389
6390         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6391
6392 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6393
6394         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6395         which doesn't exist.
6396
6397         * message.el (message-inhibit-ecomplete): New variable to allow some
6398         function to inhibit ecomplete address storage.
6399         (message-resend): Disable ecomplete message storage when resending
6400         messages.
6401
6402         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6403
6404 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6407         Save excursion while copying, moving, and deleting articles in order to
6408         prevent the cursor from jumping to unforeseen place.
6409
6410 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * lpath.el: No need to bind bookmark-current-buffer,
6413         bookmark-yank-point and bookmark-make-record-function.
6414
6415 2010-08-17  Glenn Morris  <rgm@gnu.org>
6416
6417         * gnus-sync.el: Require gnus components whose functions are used.
6418
6419         * gnus-art.el (bookmark-make-record-function):
6420         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6421         Declare for compiler.
6422
6423         * mm-url.el (mml-compute-boundary): Autoload.
6424
6425 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6428
6429 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6430
6431         Typo fix "hoo4a" -> "hook".
6432
6433         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6434
6435 2010-08-14  Glenn Morris  <rgm@gnu.org>
6436
6437         * gnus-sync.el (gnus-sync): Fix defgroup version.
6438
6439 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6440
6441         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6442
6443         * gnus-sync.el: Fix docs.
6444         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6445         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6446
6447 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6448
6449         Optimizations for gnus-sync.el.
6450
6451         * gnus-sync.el: Add docs about gnus-sync-backend
6452         possibilities.
6453         (gnus-sync-save): Remove unnecessary message.
6454         (gnus-sync-read): Optimize and show what groups were skipped.
6455
6456 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6457
6458         Minor bug fixes for gnus-sync.el.
6459
6460         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6461         Don't read the sync on get-new-news.
6462
6463         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6464         quiet.
6465
6466         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6467         (fix typo).
6468
6469 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6470
6471         Make saving and restoring of hidden threads work with overlays.
6472         Patch applied by Ted Zlatanov.
6473
6474         * gnus-sum.el (gnus-hidden-threads-configuration)
6475         (gnus-restore-hidden-threads-configuration): Update to deal with text
6476         properties, rather than searching for a magic character.
6477
6478 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6479
6480         New gnus-sync.el library for synchronization of marks.
6481
6482         * gnus-sync.el: New library for synchronization of marks.
6483
6484         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6485         renamed from `gnus-registry-grep-in-list'.
6486
6487         * gnus-registry.el (gnus-registry-follow-group-p):
6488         Use `gnus-grep-in-list'.
6489
6490         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
6491
6492 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
6495         determining charset of text fails.
6496
6497 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * nnmail.el (nnmail-get-new-mail-1): Revert.
6500
6501         * nnml.el (nnml-active-number): Make sure names of newly created groups
6502         in nnml-group-alist are encoded.
6503
6504 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6507         containing non-ASCII characters in active file for nnml back end.
6508
6509 2010-07-24  David Engster  <dengste@eml.cc>
6510
6511         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6512         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6513
6514 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6515
6516         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6517         tag (Bug#6654).
6518
6519 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6522         the article buffer, not the summary buffer.
6523
6524 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6527         Emacs 23 as well.
6528
6529 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6532         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6533
6534 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6535
6536         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6537         Patch applied by Karl Fogel.
6538
6539         * gnus-sum.el (gnus-summary-bookmark-make-record):
6540         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6541
6542 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6543
6544         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6545         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6546         C-w still not working correctly from Article buffers; Thierry's
6547         patch to fix that will be applied after this.
6548
6549         * gnus-art.el (bookmark-make-record-function): New local variable.
6550
6551         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6552         article buffer.
6553         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6554
6555 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6556
6557         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6558         on changes in bookmark.el.
6559
6560 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6563         `no-log' instead of message not to log prompt string.
6564
6565 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6566
6567         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6568         the *other* type of HTML form submission.
6569
6570 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6571
6572         * auth-source.el (auth-source-pick): If choice does not contain a
6573         questioned keyword, set the check to t.
6574
6575 2010-06-12  Romain Francoise  <romain@orebokech.com>
6576
6577         * gnus-util.el (gnus-date-get-time): Move up before first use.
6578
6579 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6582         (gnus-article-edit-part): Bind it to make last part that is substituted
6583         or deleted visible.
6584         (gnus-mime-display-single): Buttonize part of which id equals to
6585         gnus-mime-buttonized-part-id.
6586
6587 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6588
6589         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6590         (gnus-dd-mmm): Use gnus-date-get-time.
6591         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6592         simplify logic.
6593         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6594         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6595
6596 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6597
6598         * auth-source.el (top): Autoload `secrets-list-collections',
6599         `secrets-create-item', `secrets-delete-item'.
6600         (auth-sources): Fix tag string.
6601         (auth-get-source, auth-source-retrieve, auth-source-create)
6602         (auth-source-delete): New defuns.
6603         (auth-source-pick): Rewrite in order to avoid 2 passes.
6604         (auth-source-forget-user-or-password): New parameter USERNAME.
6605         (auth-source-user-or-password): New parameters CREATE-MISSING and
6606         DELETE-EXISTING.  Retrieve password interactively, if needed.
6607
6608 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6609
6610         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6611         deleting unused directories when gnus-expert-user is t.
6612
6613 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6616         for each temp file when gnus-article-browse-delete-temp is ask.
6617
6618 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6619
6620         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6621         Lisp calls to delete-backward-char by calls to delete-char.
6622
6623 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6624
6625         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6626
6627 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6628
6629         * password-cache.el (password-cache-remove): Fix docstring.
6630
6631 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6634         article unless decoding article to be saved.
6635
6636 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6639         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6640         generated within the mm-with-unibyte-current-buffer macro.
6641
6642 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6645         to nil when we're in a mml-preview buffer and no group is selected.
6646
6647 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6648
6649         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6650         when catching the `C-g'.  Reported by "Leo".
6651
6652 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6653
6654         * message.el (message-forward-make-body-plain)
6655         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6656         multibyte-string-p.
6657
6658         * lpath.el: Revert.
6659
6660 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * message.el (message-forward-make-body-mml): Assume original message
6663         is multibyte string; error on unibyte.
6664         (message-forward-make-body-plain): Ditto; don't add excessive newline
6665         in body end.
6666
6667         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6668
6669 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6670
6671         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6672         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6673
6674 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * mm-extern.el (mm-extern-url): Don't use
6677         mm-with-unibyte-current-buffer.
6678         (mm-extern-cache-contents): Use with-current-buffer instead of
6679         save-excursion + set-buffer.
6680
6681 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6682
6683         * mm-util.el (mm-emacs-mule): Remove.
6684
6685 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6686
6687         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6688         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6689         change.
6690
6691 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6694         bind the default value of enable-multibyte-characters to nil.
6695
6696 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * message.el (message-forward-make-body-plain)
6699         (message-forward-make-body-mml):
6700         Don't use mm-with-unibyte-current-buffer.
6701
6702 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6703
6704         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6705
6706 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6707
6708         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6709         (Bug#5592).
6710
6711 2010-05-07  Julien Danjou  <julien@danjou.info>
6712
6713         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6714         it to mm-pipe-part.
6715
6716         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6717         it is given.
6718
6719 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * binhex.el (binhex-decode-region-internal)
6722         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6723         (dns-query)
6724         * nnweb.el (nnweb-gmane-search)
6725         * pgg-parse.el (pgg-parse-armor)
6726         * pgg.el (pgg-verify-region)
6727         * sha1.el (sha1-string-external)
6728         * uudecode.el (uudecode-decode-region-internal)
6729         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6730         XEmacs.
6731
6732         * gnus-art.el (gnus-article-browse-html-parts)
6733         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6734         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6735         make-temp-file.
6736
6737         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6738         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6739         compiling.
6740
6741         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6742         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6743         XEmacs when compiling.
6744
6745         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6746         gnus-pick-mode-off-hook for XEmacs when compiling.
6747         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6748         gnus-binary-mode-off-hook for XEmacs when compiling.
6749
6750         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6751         Return nil if char-charset is not available.
6752
6753         * imap.el (imap-disable-multibyte)
6754         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6755         macros.
6756
6757         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6758         instead of encode-coding-string.
6759
6760         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6761         'xemacs) instead of mm-emacs-mule to switch function definitions.
6762         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6763
6764         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6765         bind temporary-file-directory for XEmacs;
6766         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6767         timer-set-function for XEmacs 21.4 and SXEmacs;
6768         bind timer-list for XEmacs 21.4 and SXEmacs;
6769         fbind char-charset and find-charset-region for non-Mule XEmacs;
6770         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6771         encode-coding-region and encode-coding-string for XEmacs having no
6772         file-coding feature.
6773
6774 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6775
6776         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6777
6778 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6781         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6782
6783 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6784
6785         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6786         alias `jka-compr-delete-temp-file' no longer exists.
6787
6788 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6789
6790         Use define-minor-mode in Gnus where applicable.
6791         * mml.el (mml-mode): Use define-minor-mode.
6792         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6793         (gnus-undo-mode): Use define-minor-mode.
6794         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6795         (gnus-dead-summary-mode): Use define-minor-mode.
6796         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6797         Initialize in declaration.
6798         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6799         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6800         (gnus-mailing-list-mode): Use define-minor-mode.
6801         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6802         (gnus-draft-mode): Use define-minor-mode.
6803         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6804         (gnus-dired-mode): Use define-minor-mode.
6805
6806 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6807
6808         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6809         handles on recursive mml-to-mime translation and check them for
6810         boundary delimiter collisions.  Reported by Greg Troxel.
6811
6812 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6815
6816 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6817
6818         * mm-util.el (mm-find-buffer-file-coding-system):
6819         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6820
6821 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6822
6823         * message.el (message-generate-headers): Record insertion of optional
6824         headers as well.  Otherwise the check to prevent repeated insertion of
6825         optional headers is a no-op.
6826
6827 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * smime.el: Don't mention CVS.
6830
6831         * nnrss.el (nnrss-fetch): Don't mention CVS.
6832
6833         * nnir.el: Don't mention CVS.
6834
6835 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6836
6837         * gnus-sum.el (gnus-summary-bookmark-make-record):
6838         Add `location' field.
6839
6840 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * lpath.el: Fbind bookmark-default-handler,
6843         bookmark-get-bookmark-record, bookmark-make-record-default,
6844         bookmark-prop-get for Emacs <23 and XEmacs.
6845
6846 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6847
6848         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6849         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6850         Use with-current-buffer to silence the byte-compiler.
6851         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6852         bother to require `gnus'.
6853         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6854
6855 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6856
6857         * gnus-sum.el (gnus-summary-bookmark-make-record)
6858         (gnus-summary-bookmark-jump): New functions.
6859         (gnus-summary-mode): Setup bookmark support.
6860
6861 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6862
6863         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6864         if set.
6865
6866 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6869         gnus-article-browse-html-save-cid-image; make it work recursively for
6870         forwarded messages as well.
6871         (gnus-article-browse-html-parts): Work when prefix arg is given.
6872         (gnus-article-browse-html-article): Doc fix.
6873
6874 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6875
6876         * message.el (message-default-mail-headers):
6877         (message-default-headers): Carry the value mail-default-headers over
6878         into message-default-mail-headers, rather than message-default-headers.
6879
6880 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6881
6882         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6883         charset.
6884
6885         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6886         charset into the <meta> tag when the article is encoded to utf-8.
6887
6888 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gnus-art.el (gnus-article-browse-delete-temp-files):
6891         Delete directories as well.
6892         (gnus-article-browse-html-parts): Work for images that do not specify
6893         file names; delete temp directory when quitting; insert header at the
6894         right place; use file: scheme for image files.
6895
6896 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6897
6898         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6899         (gnus-article-browse-html-parts): Use it to make temporary cid image
6900         files in addition to html file so that browser may display them.
6901
6902 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6905
6906 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6907
6908         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6909
6910 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6911
6912         * auth-source.el (auth-sources): Change default to be simpler.
6913         Explain about Secret Service API sources.  Improve Customize options.
6914         (auth-source-pick): Change to accept any number of search parameters.
6915         Implement fallbacks iteratively, not recursively.  Add scoring on the
6916         second pass and sort by score.  Call Secret Service API when needed.
6917         (auth-source-user-or-password): Use it.  Call Secret Service API
6918         directly when needed to get the user name and the password.
6919
6920 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6921
6922         * message.el (message-interactive): Doc fix.
6923         (message-qmail-inject-args): Reflow.
6924         (message-kill-to-signature): Fix typo in docstring.
6925
6926         * smiley.el (smiley-buffer): Fix typo in docstring.
6927
6928 2010-03-24  Glenn Morris  <rgm@gnu.org>
6929
6930         * mail-source.el (gnus-message): Declare.
6931         (mail-source-delete-old-incoming): Require gnus-util.
6932
6933 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6936
6937         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6938
6939         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6940         password-cache's default if it is not bound.
6941         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6942         password-cache-expiry's default if it is not bound.
6943
6944         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6945         available in Emacs 21.
6946
6947         * lpath.el: Suppress compiler warnings for:
6948         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6949         XEmacs;
6950         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6951         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6952         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6953
6954 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6955
6956         * auth-source.el (auth-sources): Fix up definition so extra parameters
6957         are always inline.
6958
6959 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6960
6961         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6962         wasn't updated after mismatch.  Clear cached mailbox info correctly
6963         when uidvalidity changes.
6964         (nnimap-group-prefixed-name): New function to avoid some code
6965         duplication.
6966         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6967         (nnimap-request-group): Use it.
6968         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6969         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6970         with many imap folders.  This is done by caching the group status from
6971         the imap server persistently in a group parameter `imap-status'.  (This
6972         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6973         but not persistently, so every Gnus startup was still very slow.)
6974
6975 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6976
6977         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6978         delete the extra newline.  Otherwise editing of :string and :number
6979         types don't work.
6980
6981 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6982
6983         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6984         secrets.el dependency.
6985         (auth-sources): Add optional user name.  Add secrets.el configuration
6986         choice (unused right now).
6987
6988 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6989
6990         * gnus-sum.el (gnus-summary-make-menu-bar):
6991         Let `gnus-registry-install-shortcuts' fill in the functions.
6992
6993         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6994         warnings.
6995         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6996         (gnus-registry-install-shortcuts): Populate and use it in a
6997         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6998
6999 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7000
7001         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7002         In-place substitutions for the group name encoding/decoding.
7003         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7004         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7005         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7006         (nnimap-update-unseen, nnimap-request-list)
7007         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7008         (nnimap-request-set-mark, nnimap-split-to-groups)
7009         (nnimap-split-articles, nnimap-request-newgroups)
7010         (nnimap-request-create-group, nnimap-request-accept-article)
7011         (nnimap-request-delete-group, nnimap-request-rename-group)
7012         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7013         `encoded-mbx' for consistency.
7014         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7015         variable `imap-current-mailbox'.
7016
7017         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7018         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7019
7020 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7021
7022         * pop3.el (pop3-display-message-size-flag): Display message size byte
7023         counts during POP3 download.
7024         (pop3-movemail): Use it.
7025         (pop3-list): Implement listing of available messages.
7026
7027 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7028
7029         * nnir.el (nnir-get-article-nov-override-function): New function to
7030         override the normal NOV retrieval.
7031         (nnir-retrieve-headers): Use it.
7032
7033 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7034
7035         * auth-source.el (netrc-machine-user-or-password): Autoload.
7036
7037 2010-03-19  Glenn Morris  <rgm@gnu.org>
7038
7039         Stop message.el from loading about 40 libraries it doesn't always need.
7040         The general approach is to autoload rather than require, and to
7041         require in the specific functions rather than the file.  (Bug#5642)
7042
7043         * gmm-utils.el: Don't require wid-edit.
7044         (widget-create-child-value, widget-convert, widget-default-get):
7045         Autoload.
7046
7047         * gnus-util.el: Don't require time-date, netrc.
7048         (message-fetch-field, gnus-group-name-decode): Declare rather than
7049         autoloading.
7050         (gnus-fetch-field): Require message.
7051         (gnus-decode-newsgroups): Require gnus-group.
7052
7053         * ietf-drums.el: Don't require time-date.
7054
7055         * message.el: Don't require hashcash, canlock, ecomplete.
7056         Do require mail-utils.  Require nnheader only when compiling.
7057         (smtpmail-default-smtp-server): Remove declaration.
7058         (message-send-mail-function): Check smtpmail-default-smtp-server
7059         is bound rather than requiring smtpmail.
7060         (message-auto-save-directory, message-insert-signature):
7061         Use expand-file-name rather than nnheader-concat.
7062         (nnheader-insert-file-contents): Autoload.
7063         (hashcash-wait-async): Declare.
7064         (message-send-mail): Only call gnus-setup-posting-charset if
7065         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7066         (message-send-mail-with-sendmail): Require sendmail.
7067         (canlock-password, canlock-password-for-verify): Declare.
7068         (message-canlock-password): Require canlock.
7069         (nnheader-get-report): Autoload.
7070         (gnus-setup-posting-charset): Declare.
7071         (message-send-news): Require gnus-msg.
7072         (message-make-references, message-make-in-reply-to): Use mail-header-id
7073         rather than the alias mail-header-message-id.
7074         (ecomplete-add-item, ecomplete-save): Declare.
7075         (message-put-addresses-in-ecomplete): Require ecomplete.
7076         (ecomplete-display-matches): Autoload.
7077
7078         * mm-decode.el: Don't require mailcap, gnus-util.
7079         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7080         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7081         Autoload.
7082         (mailcap-mime-extensions): Declare.
7083
7084         * mm-encode.el: Don't require mailcap.
7085         (mailcap-extension-to-mime): Autoload.
7086
7087         * mml-sec.el: Don't require password-cache.
7088
7089         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7090         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7091         (mml-minibuffer-read-type): Require mailcap.
7092         (mml-preview): Require gnus-msg.
7093
7094         * mml1991.el: Require password-cache.
7095         (password-cache-expiry): Remove declaration.
7096
7097         * mml2015.el: Require password-cache.
7098         (password-cache-expiry): Remove declaration.
7099
7100         * nneething.el (mailcap): Require mailcap.
7101
7102         * nnheader.el (declare-function): Add compatibility stub.
7103         (message-remove-header): Declare rather than autoload.
7104         (nnheader-replace-header): Require message.
7105
7106         * nnimap.el (declare-function): Add compatibility stub.
7107         (netrc-parse, netrc-machine-user-or-password): Declare.
7108         (nnimap-open-connection): Require netrc.
7109
7110         * nntp.el (declare-function): Add compatibility stub.
7111         (netrc-parse, netrc-machine, netrc-get): Declare.
7112         (nntp-send-authinfo): Require netrc.
7113
7114         * rfc2047.el: Don't require qp.
7115         (quoted-printable-encode-region, quoted-printable-decode-string):
7116         Autoload.
7117
7118         * sieve-mode.el: Don't require easymenu.
7119         (easy-menu-add-item): Autoload it.
7120
7121         * spam-stat.el (time-to-number-of-days): Autoload it.
7122
7123 2010-03-19  Glenn Morris  <rgm@gnu.org>
7124
7125         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7126
7127 2010-03-18  Glenn Morris  <rgm@gnu.org>
7128
7129         * hashcash.el (declare-function): Remove duplicate definition.
7130
7131 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7132
7133         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7134         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7135         value if any backslash escapes).
7136
7137 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7138
7139         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7140         if it is available.  (bug#5647)
7141
7142         * lpath.el: Suppress compiler warning for coding-system-from-name for
7143         Emacs 21 and XEmacs.
7144
7145 2010-03-14  Juri Linkov  <juri@jurta.org>
7146
7147         * hmac-def.el:
7148         * hmac-md5.el:
7149         * netrc.el: Fix keywords.
7150
7151 2010-02-26  Glenn Morris  <rgm@gnu.org>
7152
7153         * message.el (message-send-mail-function): Change the default, so that
7154         it inherits from a customized send-mail-function.  (Bug#5643)
7155
7156 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7157
7158         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7159         shell-command-to-string signals an error (bug#5299).
7160
7161 2010-02-24  Glenn Morris  <rgm@gnu.org>
7162
7163         * message.el (message-smtpmail-send-it)
7164         (message-send-mail-with-mailclient): Doc fixes.
7165
7166 2010-02-16  Glenn Morris  <rgm@gnu.org>
7167
7168         * message.el (message-default-mail-headers): Change the default value
7169         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7170
7171 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7174         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7175
7176 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7177
7178         * time-date.el (date-to-time): Doc fix (Bug#5408).
7179
7180 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7181
7182         * message.el (message-mail): Just pass yank-action on to message-setup.
7183         (message-setup): Handle (FUN . ARGS) form of yank-action.
7184         (message-with-reply-buffer, message-widen-reply)
7185         (message-yank-original): Handle non-buffer values of
7186         message-reply-buffer (Bug#4080).
7187         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7188
7189 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7190
7191         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7192         Fix typo in docstring.
7193
7194 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7195
7196         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7197         response.
7198
7199 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7202
7203         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7204
7205         * message.el (message-check-news-header-syntax): Protect against a
7206         string that `rfc822-addresses' returns when parsing fails.
7207
7208 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7211         (gnus-previous-char-property-change): New functions.
7212
7213         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7214
7215 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7216
7217         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7218         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7219
7220 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7221
7222         * message.el (message-exchange-point-and-mark): Rework last change to
7223         avoid using optional arg of exchange-point-and-mark, for backward
7224         compatibility.
7225
7226 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7227
7228         * message.el (message-exchange-point-and-mark):
7229         Call exchange-point-and-mark with an argument rather than setting
7230         mark-active by hand (Bug#5175).
7231
7232 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * nntp.el (nntp-service-to-port): Work for service expressed with
7235         numeric string; replace [:digit:] with [0-9] for XEmacs.
7236
7237 2009-12-17  Glenn Morris  <rgm@gnu.org>
7238
7239         * gnus-group.el (gnus-bug-group-download-format-alist):
7240         Change emacs entry to debbugs.gnu.org.  Bump :version.
7241
7242 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7243
7244         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7245
7246 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * message.el (message-info): Explain why we use `Info-goto-node'.
7249
7250 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7251
7252         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7253
7254 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7255
7256         * message.el (message-completion-in-region): New compatibility function.
7257         (message-expand-group): Use it.
7258
7259 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7262         with no unread article should be listed if the 2nd arg `predicate' is
7263         given.
7264
7265 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7268
7269 2009-11-29  Juri Linkov  <juri@jurta.org>
7270
7271         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7272         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7273         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7274
7275 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7276
7277         * sha1.el (sha1-string-external): default-directory "/" in case
7278         otherwise non-existent.  process-connection-type pipe for touch of
7279         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7280
7281 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7282
7283         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7284         it's comms related and sgml-mode.el has "comm" on that basis too.
7285
7286 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7289         containing tspecial characters if they have been already quoted.
7290
7291 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7292
7293         * dns-mode.el (auto-mode-alist): Purecopy string.
7294
7295 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7296
7297         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7298
7299 2009-10-24  Glenn Morris  <rgm@gnu.org>
7300
7301         * gnus-art.el (help-xref-stack-item): Define for compiler.
7302
7303 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7304
7305         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7306
7307 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7310
7311 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7314         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7315
7316 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7319         (gnus-overlays-in): New alias to overlays-in.
7320
7321         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7322         gnus-overlay-get, and gnus-delete-overlay.
7323         (gnus-summary-show-thread): Make it work as well for systems in which
7324         next-single-char-property-change is not available.
7325         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7326
7327         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7328         (gnus-overlay-get): New alias to extent-property.
7329         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7330
7331         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7332         SXEmacs.
7333
7334         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7335         SXEmacs.
7336
7337 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7340
7341 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7342
7343         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7344         and XEmacs that don't have `remove-overlays'.
7345
7346 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7347
7348         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7349         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7350         selective display.  Use overlays instead.
7351
7352 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7353
7354         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7355
7356 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7357
7358         * spam-stat.el (spam-stat-load): Fix typo in message.
7359
7360 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7361
7362         * dig.el (dig-invoke): Fix typo in docstring.
7363         (query-dig): Reflow docstring.
7364
7365 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7366
7367         * gnus-art.el (gnus-article-encrypt-body):
7368         * message.el (message-check-recipients):
7369         * mm-util.el (mm-codepage-setup):
7370         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7371         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7372
7373 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7374
7375         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7376         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7377         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7378         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7379         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7380
7381 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7382
7383         * dig.el: Add "Keywords: comm", as per net-utils.el.
7384
7385 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7386
7387         * dig.el (dig-mode): Use define-derived-mode.
7388
7389 2009-09-19  Glenn Morris  <rgm@gnu.org>
7390
7391         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7392
7393 2009-09-18  Glenn Morris  <rgm@gnu.org>
7394
7395         * gnus-diary.el (gnus-diary-check-message):
7396         * message.el (message-insert-formatted-citation-line):
7397         * nnbabyl.el (top-level):
7398         * nndiary.el (nndiary-schedule):
7399         Fix typos in condition-case handlers.
7400
7401 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7404         configuration that provides the sole article window in a frame;
7405         position point correctly after deleting a part.
7406
7407 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7408
7409         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7410         (spam-resolve-registrations-routine): Use it to unregister articles
7411         that change status.
7412
7413 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7416         with XEmacs.
7417         (parse-time-string-chars): Use it.
7418
7419 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7420
7421         * imap.el (imap-interactive-login): Better messages.
7422         (imap-open): Fix bug with renamed buffer on reconnect.
7423         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7424         for easier debugging and cleaner code.  On successful (guessed based on
7425         server capabilities) secondary authentication, set imap-state
7426         correctly.
7427         (imap-last-authenticator): Define imap-last-authenticator as a variable
7428         to avoid warnings.
7429
7430 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * nnrss.el (nnrss-request-article): Remove binding of
7433         default-enable-multibyte-characters that has gotten needless by
7434         the 2007-07-13 change in rfc2047-encode-message-header.
7435
7436         * mml.el (mml-insert-multipart): Error on the message header.
7437         (mml-insert-part): Error on the message header; position point at
7438         the end of a MIME tag.
7439
7440 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * time-date.el (autoload): Expand define-obsolete-function-alias into
7443         defalias and make-obsolete for old Emacsen that Gnus supports.
7444         (with-no-warnings): Define it for old Emacsen.
7445         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7446         is available.
7447         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7448         float-time is available; suppress compile warning for time-to-seconds.
7449
7450         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7451         (gnus-float-time): Alias to float-time if it exists.
7452
7453         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7454         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7455         float-time is available; suppress compile warning for time-to-seconds.
7456
7457         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7458         XEmacs.
7459
7460 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7461
7462         * imap.el (imap-message-map): Docstring fix.
7463
7464 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7467         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7468         Add the optional argument `encoding' that overrides the default.
7469
7470         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7471         mm-encode-buffer.
7472
7473 2009-09-04  Glenn Morris  <rgm@gnu.org>
7474
7475         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7476         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7477         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7478         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7479         * mm-util.el (mm-with-unibyte-current-buffer)
7480         (mm-find-buffer-file-coding-system):
7481         * yenc.el (yenc-decode-region): Use default-value rather than
7482         default-enable-multibyte-characters.
7483
7484 2009-09-03  Glenn Morris  <rgm@gnu.org>
7485
7486         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7487         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7488         than default-enable-multibyte-characters.
7489
7490 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
7491
7492         * gnus-art.el (gnus-article-read-summary-keys):
7493         Fix gnus-buffer-configuration's value temporarily used.
7494
7495 2009-09-02  Glenn Morris  <rgm@gnu.org>
7496
7497         * gnus-util.el (gnus-float-time): New function.
7498         * gnus-delay.el (gnus-delay-article):
7499         * gnus-sum.el (gnus-thread-latest-date):
7500         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7501         * nnspool.el (nnspool-request-newgroups):
7502         Use gnus-float-time rather than time-to-seconds.
7503         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7504
7505         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7506         (gnus-header-subject-face, gnus-header-newsgroups-face)
7507         (gnus-header-name-face, gnus-header-content-face):
7508         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7509         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7510         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7511         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7512         (gnus-cite-face-11):
7513         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7514         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7515         (gnus-server-closed-face, gnus-server-denied-face)
7516         (gnus-server-offline-face):
7517         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7518         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7519         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7520         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7521         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7522         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7523         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7524         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7525         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7526         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7527         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7528         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7529         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7530         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7531         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7532         (gnus-summary-high-undownloaded-face)
7533         (gnus-summary-low-undownloaded-face)
7534         (gnus-summary-normal-undownloaded-face)
7535         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7536         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7537         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7538         (gnus-splash-face):
7539         * message.el (message-header-to-face, message-header-cc-face)
7540         (message-header-subject-face, message-header-newsgroups-face)
7541         (message-header-other-face, message-header-name-face)
7542         (message-header-xheader-face, message-separator-face)
7543         (message-cited-text-face, message-mml-face):
7544         * sieve-mode.el (sieve-control-commands-face)
7545         (sieve-action-commands-face, sieve-test-commands-face)
7546         (sieve-tagged-arguments-face):
7547         * spam.el (spam-face):
7548         Mark face aliases with "-face" in the name as obsolete.
7549
7550 2009-09-01  Glenn Morris  <rgm@gnu.org>
7551
7552         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7553         than goto-line.
7554
7555 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7558         Don't move point if the command is invoked inside the message header.
7559
7560 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7561
7562         * imap.el (imap-send-command): Simplify.
7563         (imap-wait-for-tag): point-max -> buffer-size.
7564
7565 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7566
7567         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7568         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7569         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7570         * nnir.el (nnir-swish-e-index-file):
7571         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7572         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7573         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7574         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7575         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7576         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7577
7578 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7579
7580         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7581         Don't save excursion.
7582
7583 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7584
7585         * nnheader.el (nnheader-find-file-noselect):
7586         * mm-util.el (mm-insert-file-contents):
7587         Use (default-value 'major-mode) instead of default-major-mode.
7588
7589 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7590
7591         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7592
7593 2009-08-26  Glenn Morris  <rgm@gnu.org>
7594
7595         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7596         than placing in files.el.
7597
7598 2009-08-25  Glenn Morris  <rgm@gnu.org>
7599
7600         * nnir.el (top-level): Don't require cl at run-time.
7601         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7602         Replace cl-function substitute with gnus-replace-in-string.
7603         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7604         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7605         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7606         simplified expansions.
7607
7608 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7609
7610         * dig.el (dig): Add autoload cookie.
7611
7612 2009-08-22  Glenn Morris  <rgm@gnu.org>
7613
7614         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7615         goto-line.
7616
7617 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7618
7619         * parse-time.el (parse-time-string-chars): Save match data.
7620
7621 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7622
7623         * parse-time.el (parse-time-string-chars): Compute using character
7624         classes, to handle non-ascii characters (Bug#3190).
7625
7626 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7629
7630         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7631         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7632         (gnus-mm-display-part, gnus-mime-display-single)
7633         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7634         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7635
7636         * gnus-sum.el
7637         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7638         (gnus-summary-move-article): Add expirable mark to articles copied or
7639         moved to group that has auto-expire turned on if the option is non-nil.
7640
7641 2009-07-24  Glenn Morris  <rgm@gnu.org>
7642
7643         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7644         Fix typo.  (Bug#3903)
7645
7646 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7649         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7650         that should not be used for draft articles.
7651         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7652         that has no concern in minor mode keys.
7653         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7654         Abolish.
7655
7656 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7659         article without making inquiry to a user for unknown encoding.
7660
7661         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7662         (nnmaildir--scan): Assume i-node and device number that file-attributes
7663         returns might be cons-cell.
7664
7665         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7666
7667         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7668
7669 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7670
7671         * auth-source.el: Remove docs now in auth.texi.  Don't use
7672         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7673         `auth-source-hide-passwords' and use them.
7674
7675 2009-07-15  Glenn Morris  <rgm@gnu.org>
7676
7677         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7678
7679 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7682         excessive whitespace from the default values of title and description.
7683
7684 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7687         mail-fetch-field to fetch Content-Description header in order to
7688         exclude newlines.
7689
7690 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7691
7692         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7693         format used by GnuPG 2.0.11.
7694
7695 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7698         to deleted part.
7699
7700 2009-05-30  David Engster  <dengste@eml.cc>
7701
7702         * nnmairix.el: Remove old documentation in the commentary block.
7703         (nnmairix-request-group): Do not update active file for nnml back ends.
7704         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7705         end so that overview files are ignored.
7706         (nnmairix-update-groups): Make updating the groups more robust by using
7707         marks.
7708         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7709         with dollar characters in message-id.
7710
7711 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7714         2008-12-25 in dns.el.
7715
7716 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7717
7718         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7719         could happen if the text is only composed of spaces and/or tabs.
7720
7721 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7722
7723         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7724         when sending a queued message to avoid extra mml tags.
7725
7726 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7729
7730 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7733         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7734         rmail-toggle-header for XEmacs;
7735         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7736
7737 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-dired.el: Remove autoload for gnus-setup-message.
7740         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7741         displaying Gnus logo; always use compose-mail.
7742
7743 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7746
7747 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7748
7749         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7750         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7751         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7752         available.
7753         (gnus-nocem-epg-verify): New function.
7754
7755 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7756
7757         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7758
7759 2009-02-15  Glenn Morris  <rgm@gnu.org>
7760
7761         * gnus-util.el (rmail-insert-rmail-file-header)
7762         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7763         autoloads.
7764         (rmail-default-rmail-file): Remove unnecessary declaration.
7765         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7766
7767 2009-02-14  Glenn Morris  <rgm@gnu.org>
7768
7769         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7770         variable (only used in gnus-util, which declares it anyway).
7771         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7772         which was only needed by gnus-art (changed to not use it any more).
7773         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7774         only used in gnus-util, which autoloads it itself.
7775         (rmail-update-summary): Fix autoload.
7776
7777         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7778         rather than rmail-output-to-rmail-file.
7779
7780 2009-02-07  Glenn Morris  <rgm@gnu.org>
7781
7782         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7783         autoload of function that no longer exists.
7784         (rmail-toggle-header): Declare.
7785         (message-forward-rmail-make-body): Handle mbox Rmail.
7786
7787 2009-01-31  Glenn Morris  <rgm@gnu.org>
7788
7789         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7790         2009-01-09 change.
7791
7792 2009-01-31  Dave Love  <fx@gnu.org>
7793
7794         * imap.el (imap-fetch-safe): Bind debug-on-error.
7795         (imap-debug): Add imap-fetch-safe.
7796
7797 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7798
7799         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7800         (auth-source-forget-all-cached): New convenience function.
7801         (auth-source-user-or-password): Accept list of modes or a single mode.
7802
7803         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7804         auth-source modes.
7805
7806         * netrc.el (netrc-machine-user-or-password): Use list of
7807         auth-source modes.
7808
7809         * nnimap.el (nnimap-open-connection): Use list of
7810         auth-source modes.
7811
7812         * nntp.el (nntp-send-authinfo): Use list of
7813         auth-source modes.
7814
7815 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7816
7817         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7818         now.
7819
7820 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7823         coding system in XEmacs; add a workaround for XEmacs.
7824
7825         * lpath.el: Fbind coding-system-aliasee.
7826
7827 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7830         of current-language-environment.
7831
7832 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7835         available at runtime.
7836
7837 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7838
7839         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7840
7841 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7842
7843         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7844         the greatest positive fixnum value doesn't work under an XEmacs with
7845         bignum support; use the most-positive-fixnum constant instead,
7846         available since Emacs 21.1 with cl and XEmacs 21.1.
7847
7848 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7851         XEmacs gets not to work.
7852
7853 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * mm-util.el (mm-coding-system-priorities): Allow the value like
7856         "Japanese (UTF-8)" of current-language-environment.
7857
7858 2009-01-09  Glenn Morris  <rgm@gnu.org>
7859
7860         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7861         with last-command-event.
7862
7863 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7866         in the doc string.
7867
7868         * message.el (message-fix-before-sending): Amend comment.
7869
7870 2009-01-08  Dave Love  <fx@gnu.org>
7871
7872         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7873
7874 2009-01-07  David Engster  <dengste@eml.cc>
7875
7876         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7877         simplified server definitions by converting it via
7878         gnus-server-to-method.
7879
7880 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7883         parameter's operands.
7884
7885 2009-01-06  David Engster  <dengste@eml.cc>
7886
7887         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7888         primary select method (for gnus-group-mark-article-as-read).
7889
7890 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7891
7892         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7893         `(gnus)Face', not `(gnus)X-Face'.
7894
7895 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * mm-util.el (mm-ucs-to-char): New function.
7898
7899         * mm-url.el (mm-url-decode-entities): Use it.
7900
7901         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7902         unicode-to-char.
7903
7904 2009-01-05  Dave Love  <fx@gnu.org>
7905
7906         * time-date.el: Require cl for `declare'.
7907
7908 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7911         Dave Love.
7912
7913 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7914
7915         * message.el (message-fix-before-sending): Add `eight-bit' to
7916         illegible-text check.
7917
7918 2009-01-03  Michael Olson  <mwolson@gnu.org>
7919
7920         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7921         `headers' is nil.  This can occur if the IMAP server does not have
7922         permissions to read messages from a folder, but can write new messages
7923         to the folder.
7924         (nnimap-request-article-part): Do not insert `data' if it is nil.
7925
7926         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7927         characters which will confuse `read', so skip past them.
7928
7929 2009-01-01  Dave Love  <fx@gnu.org>
7930
7931         * imap.el (imap-string-to-integer): Fix typo.
7932         (imap-fetch-safe): New function.
7933         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7934
7935         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7936
7937         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7938         (imap-parse-greeting): Fix doc strings.
7939         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7940         (imap-parse-flag-list): Make messages unique.
7941         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7942
7943         * nnimap.el: Fix author email.
7944         (nnimap-split-rule): Add FIXME comment.
7945         (nnimap-debug): Fix doc string.
7946
7947 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7950
7951 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7952
7953         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7954         nslookup if resolv.conf isn't available.
7955         (dns-query): Rename from query-dns.
7956         (dns-query-cached): Rename from query-dns-cached.
7957
7958 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7961         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7962         to check if those variables exist (first appeared in Emacs 18.50).
7963
7964 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * mm-util.el (mm-line-number-at-pos): New function.
7967
7968         * spam-report.el (spam-report-process-queue): Use it.
7969
7970 2008-12-24  David Engster  <dengste@eml.cc>
7971
7972         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7973         parameters that haven't existed as variables as buffer-local variables.
7974
7975 2008-12-23  Dave Love  <fx@gnu.org>
7976
7977         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7978         cadar.
7979
7980         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7981         imap-starttls-p.
7982         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7983
7984 2008-12-22  Dave Love  <fx@gnu.org>
7985
7986         * imap.el: Fix author email.  Doc fixes.
7987         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7988         reply.
7989
7990 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7991
7992         * spam-report.el (spam-report-gmane-max-requests): New constant.
7993         (spam-report-gmane-wait): New variable.
7994         (spam-report-gmane-ham, spam-report-gmane-spam)
7995         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7996         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7997         the server.
7998
7999         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8000         Add explanations.
8001
8002         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8003         nnheader-accept-process-output and nnheader-read-timeout if available.
8004         (pop3-movemail): Use it.
8005
8006         * message.el (message-check-news-body-syntax): Fix signature check if
8007         there's an attachment.
8008
8009 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * mm-util.el: Add comments to the mm- emulating functions.
8012
8013 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8014
8015         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8016         Reported by Stephen Berman <stephen.berman@gmx.net>.
8017
8018 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * mm-util.el (mm-substring-no-properties): New function.
8021         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8022         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8023         (mm-string-to-multibyte): Doc fix.
8024
8025         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8026
8027 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8028
8029         * mml.el (mml-attach-file): Strip text properties from file name.
8030         (Bug#1574)
8031
8032 2008-12-16  Glenn Morris  <rgm@gnu.org>
8033
8034         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8035
8036 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8039         knows since the charset specified might be a bogus alias that
8040         mm-charset-synonym-alist provides.
8041
8042 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8045         "ISO_8859-1".
8046
8047         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8048
8049 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * mm-util.el (mm-charset-eval-alist):
8052         Define it before mm-charset-to-coding-system.
8053         (mm-charset-to-coding-system): Add optional argument `silent';
8054         define it before mm-charset-override-alist.
8055         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8056         default value if it can be used in Emacs currently running;
8057         silence mm-charset-to-coding-system.
8058
8059 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8062         `allow-override' which says whether to use `mm-charset-override-alist'.
8063         (rfc2047-decode-encoded-words): Use it.
8064
8065         * mm-util.el (mm-charset-override-alist): Fix custom type;
8066         add `(gb2312 . gbk)' to choices.
8067
8068 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8071         fast.
8072
8073         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8074
8075         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8076
8077 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8078
8079         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8080         on links.
8081
8082         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8083
8084 2008-12-03  Lute Kamstra  <lute@gnu.org>
8085
8086         * sha1.el: Remove leading * from docstrings of defcustoms,
8087         deffaces, defconsts and defuns.
8088
8089 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8092         users' addresses that don't have domain parts.
8093         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8094         rather than message-narrow-to-head since there will be the message
8095         header separator.
8096
8097 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8098
8099         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8100         since the result is inserted in a unibyte buffer anyway.
8101         (nnimap-demule-use-string-to-multibyte): Remove.
8102         (nnimap-demule): Alias it to mm-string-to-multibyte.
8103
8104 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8105
8106         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8107         variable for debugging bug#464 and bug#1174.
8108         (nnimap-demule): Use it.
8109
8110 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8111
8112         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8113         score calculation correctly.
8114
8115 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8116
8117         * message.el (message-send-mail): Just set the buffer to unibyte
8118         rather than use mm-with-unibyte-current-buffer which does a lot more.
8119         (message-send-mail-partially): Don't bother with
8120         mm-with-unibyte-current-buffer since it's already been made unibyte by
8121         message-send-mail.
8122
8123 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8124
8125         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8126
8127 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8128
8129         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8130
8131 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8134         require itself and to remove `with-no-warnings'.
8135
8136 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8137
8138         * starttls.el (starttls-any-program-available): Get the name of the
8139         available TLS layer program.
8140         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8141         well as the host name in the "opening" message.
8142
8143         * auth-source.el (auth-source-cache, auth-source-do-cache)
8144         (auth-source-user-or-password): Cache passwords and logins by default,
8145         allow override with `auth-source-do-cache'.
8146         (auth-source-forget-user-or-password): Allow users to remove cache
8147         entries if needed.
8148
8149 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8150
8151         * md4.el (md4-buffer): Fix typo in docstring.
8152         (md4, md4-64): Doc fixes.
8153         (md4-pack-int32): Reflow docstring.
8154
8155 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8156
8157         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8158         condition-case to only the forward-sexp call.
8159
8160 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8161
8162         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8163         quotes contained.  Make it more robust regardless by an extra
8164         condition-case wrapper.
8165
8166 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8169
8170 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * nnml.el (nnml-request-expire-articles): Check if the function set to
8173         `nnmail-expiry-target' returns the symbol `delete'.
8174
8175         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8176
8177         * nnmail.el (nnmail-expiry-target): Fix custom type.
8178
8179 2008-10-02  Glenn Morris  <rgm@gnu.org>
8180
8181         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8182         Silence compiler warning.
8183
8184 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8185
8186         * tls.el (open-tls-stream): Show the actual command being
8187         executed, instead of the format string.
8188
8189 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * lpath.el: Fbind codepage-setup for Emacs 23.
8192
8193 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8194
8195         * mml.el (mml-menu): Don't assume mml2015 is bound.
8196
8197 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8200         exists.
8201
8202 2008-09-27  Glenn Morris  <rgm@gnu.org>
8203
8204         * gnus-util.el (mail-header-remove-comments): Autoload it.
8205
8206 2008-09-27  Andreas Schwab  <schwab@suse.de>
8207
8208         * gnus-util.el (gnus-split-references): Strip comments.
8209         (gnus-parent-id): Likewise.
8210
8211 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8212
8213         * message.el (message-confirm-send): Fix version.
8214
8215 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * message.el (message-idna-to-ascii-rhs-1): Use
8218         mail-extract-address-components rather than mail-header-parse-addresses
8219         that is an alias by default to ietf-drums-parse-addresses that does not
8220         support non-ASCII names in headers' contents.
8221
8222 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8223
8224         * message.el (message-confirm-send): Fix variable documentation to
8225         avoid the "y/n" wording.
8226
8227 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8228
8229         * message.el (message-set-auto-save-file-name): Save to a different
8230         filename so multiple messages (especially drafts) can be recovered.
8231
8232 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8233
8234         * message.el (message-confirm-send): Add appropriate version.
8235
8236 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8237
8238         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8239         defvar.
8240
8241 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8242
8243         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8244         (mm-pkcs7-enveloped-magic): Ditto.
8245
8246 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8247
8248         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8249         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8250
8251 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8252
8253         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8254         default, it's better.
8255
8256 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8257
8258         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8259         summary line gnus-number property and ignore them (with a warning
8260         message).
8261
8262 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8265         macro caddr in the interactive form since it won't be expanded.
8266
8267 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8270         `charset'; fix name of function called recursively.
8271         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8272
8273 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8276         (gnus-mime-set-charset-parameters): New function.
8277         (gnus-mime-view-part-as-charset): Use it to correctly display part
8278         specifying wrong charset.
8279
8280 2008-09-08  David Engster  <dengste@eml.cc>
8281
8282         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8283         in completing-read for back end server.
8284
8285 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8286
8287         * message.el (message-confirm-send): New variable to confirm sending a
8288         message.
8289         (message-send): Use it.
8290
8291 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8292
8293         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8294
8295 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8298
8299 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8300
8301         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8302         prevent tracking too many groups.
8303         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8304         Use it.
8305
8306 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8307
8308         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8309         moving point to the bottom of the window in order to avoid recentering.
8310
8311 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8314
8315         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8316         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8317         (gnus-article-beginning-of-window): Fix calculation.
8318
8319 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * gnus-msg.el (gnus-summary-supersede-article)
8322         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8323         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8324         message header.
8325
8326 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8327
8328         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8329         pending output coming after the status change.
8330
8331 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8332
8333         * message.el:
8334         * gnus-start.el:
8335         * gnus-registry.el: Remove VMS support.
8336
8337 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8340         macro.
8341         (rfc2104-hash): Use it.
8342
8343 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8346         (gnus-summary-sort-by-most-recent-date): New commands.
8347         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8348         and menu entries.
8349
8350 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8353         don't redisplay article for raw contents; remove plural articles stuff.
8354
8355         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8356         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8357         on gnus-summary-save-article; display results properly.
8358
8359 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * lpath.el: No need to fbind ns-focus-frame.
8362
8363 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8366
8367 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * gnus-art.el (gnus-summary-save-in-pipe):
8370         Consider gnus-save-all-headers.
8371
8372 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8373
8374         * gnus-util.el (ns-focus-frame): Remove declaration.
8375         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8376         like x.
8377
8378 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8379
8380         * rfc2104.el (rfc2104-zero): Delete defconst.
8381         (rfc2104-hex-alist): Likewise.
8382         (rfc2104-hex-to-int): Delete func.
8383         (rfc2104-hexstring-to-bitstring): Likewise.
8384         (rfc2104-nybbles): New defconst.
8385         (rfc2104-hash): Rewrite for speed.
8386
8387 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * tls.el (open-tls-stream): Make it work with the 2nd argument
8390         BUFFER that is a string but does not exist as a buffer object, as
8391         mentioned in the doc-string.
8392
8393 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8396         SXEmacs.
8397
8398 2008-07-16  Glenn Morris  <rgm@gnu.org>
8399
8400         * gnus-util.el (ns-focus-frame): Declare for compiler.
8401
8402 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8405         set as a group parameter.
8406         (gnus-summary-save-in-pipe): Work when it is called independently.
8407         (gnus-summary-pipe-to-muttprint): Don't modify
8408         gnus-summary-pipe-output-default-command.
8409
8410 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8411
8412         * message.el (message-send-mail-with-sendmail):
8413         Display the error message.
8414
8415 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * gnus-art.el (gnus-default-article-saver):
8418         Add gnus-summary-save-in-pipe to choices.
8419         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8420         gnus-summary-pipe-output-default-command as the default command.
8421         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8422         instead of gnus-last-shell-command.
8423
8424         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8425         New user option.
8426         (gnus-summary-muttprint-program): Mention the value will be changed.
8427         (gnus-summary-save-article): Force showing of all headers.
8428         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8429
8430 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8431
8432         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8433
8434 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8435
8436         * nnimap.el (nnimap-id):
8437         * sieve-manage.el (sieve-manage-open): Doc fixes.
8438
8439 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8440
8441         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8442         if available.
8443
8444 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8445
8446         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8447
8448         * nnkiboze.el (nnkiboze-generate-group):
8449         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8450
8451         * nnmairix.el: Require CL.
8452
8453 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * dgnushack.el: Autoload get-display-table and put-display-table for
8456         XEmacs 21.5.
8457
8458         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8459         21.4 and SXEmacs.
8460
8461 2008-06-15  David Engster  <dengste@eml.cc>
8462
8463         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8464
8465 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8466
8467         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8468         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8469         runtime choice under XEmacs.
8470
8471         * gnus-sum.el (gnus-summary-set-display-table):
8472         Use `gnus-put-display-table', `gnus-get-display-table',
8473         `gnus-set-display-table' for the display table, instead of `aset'.
8474
8475         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8476         Use `gnus-put-display-table', `gnus-get-display-table',
8477         `gnus-set-display-table' for the display table.
8478
8479 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8480
8481         * nnmairix.el: Add autoloads.
8482
8483 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * nnmairix.el (nnmairix-delete-recreate-group)
8486         (nnmairix-update-and-clear-marks): Fix error messages.
8487
8488 2008-06-14  David Engster  <dengste@eml.cc>
8489
8490         * nnmairix.el: Upgrade to version 0.6.
8491         (nnmairix-group-toggle-propmarks-this-group)
8492         (nnmairix-group-toggle-readmarks-this-group)
8493         (nnmairix-group-delete-recreate-this-group)
8494         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
8495         (nnmairix-remove-tick-mark-original-article): New commands.
8496         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
8497         (nnmairix-propagate-marks-to-nnmairix-groups)
8498         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8499         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8500         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8501         functions needed for marks propagation and manipulation of read marks.
8502         (nnmairix-update-groups): New function.
8503         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8504         (nnmairix-determine-original-group-from-registry)
8505         (nnmairix-determine-original-group-from-path)
8506         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8507         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8508         New helper functions.
8509         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8510         keystrokes for new commands.
8511         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8512         (nnmairix-request-group): Check allow-fast group parameter.
8513         (nnmairix-request-create-group): Set allow-fast group parameter if
8514         nnmairix-allowfast-default is set.
8515         (nnmairix-close-group): Propagate marks upon closing if needed.
8516         (nnmairix-group-toggle-threads-this-group): Use new.
8517         nnmairix-group-toggle-parameter helper function.
8518         (nnmairix-search): Better check for empty search result.
8519         (nnmairix-goto-original-article): Use new helper functions for
8520         determining original article.
8521         (nnmairix-show-original-article): Make sure message-id is in brackets.
8522         (nnmairix-call-mairix-binary): Change variable name.
8523         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8524         helper function.
8525         (nnmairix-widget-toggle-activate): Fix doc string.
8526
8527 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * nnir.el: Require edmacro when compiling with XEmacs.
8530         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8531         available in Emacs 21.
8532
8533 2008-06-11  Glenn Morris  <rgm@gnu.org>
8534
8535         * gnus-util.el (x-focus-frame):
8536         * gnus.el (image-size):
8537         * mm-decode.el (image-size): Declare.
8538
8539         * gnus-picon.el (declare-function): Add compat definition.
8540         (image-size): Declare.
8541
8542         * gnus-group.el (tool-bar-map):
8543         * gnus-sum.el (tool-bar-map): Define for compiler.
8544
8545         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8546
8547         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8548
8549         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8550         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8551         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8552         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8553         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8554         * sieve-manage.el, spam-report.el, spam.el:
8555         Remove unnecessary eval-and-compile of autoloads.
8556
8557 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8558
8559         * auth-source.el: Precise Tramp doc.
8560
8561 2008-06-07  Glenn Morris  <rgm@gnu.org>
8562
8563         * nnmairix.el: Remove unnecessary eval-when-compile.
8564
8565 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * lpath.el: Fbind propertize for XEmacs 21.4.
8568
8569 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8570
8571         * nnir.el: Move here from ../contrib.
8572
8573 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8574
8575         * gnus-util.el (gnus-read-shell-command): New function.
8576         * mm-decode.el (mm-pipe-part):
8577         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8578
8579 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8582
8583 2008-06-03  Glenn Morris  <rgm@gnu.org>
8584
8585         * pop3.el (nnheader-accept-process-output): Autoload it.
8586
8587 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8590         are not 2-digit hexadecimal characters that follow `%'s.
8591
8592 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * message.el (message-bogus-recipient-p): Fix type in doc string.
8595         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8596         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8597         Improve custom options.
8598         (message-bogus-recipient-p): Adjust accordingly.
8599
8600 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8601
8602         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8603         long-form month and day names.
8604
8605 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * dgnushack.el: Autoload debug, eudc-expand-inline and
8608         pgg-snarf-keys-region for XEmacs.
8609
8610         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8611
8612         * nnmairix.el: Require edmacro when compiling with XEmacs.
8613
8614 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8615
8616         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8617         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8618
8619 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8620
8621         * auth-source.el: Add more docs.
8622
8623         * netrc.el (netrc-machine): Always match if the port is not given.
8624
8625 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8626
8627         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8628         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8629         retrieval faster in some cases, but might make CPU usage larger.
8630         If this has any bad side effects, we might revert this change.
8631
8632         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8633         seems to make mail retrieval much, much faster.
8634         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8635         unconditionally.
8636
8637         * gnus-draft.el (gnus-group-send-queue):
8638         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8639
8640 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8643
8644         * message.el (message-bogus-address-regexp): Fix and improve custom
8645         type.
8646         (message-setup-hook): Add message-check-recipients as custom option.
8647
8648 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * message.el (message-cite-function): Remove bogus autoload which crept
8651         in during merge from v5-10.
8652
8653 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8654
8655         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8656
8657         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8658
8659         * auth-source.el: Preliminary Tramp docs.
8660         (auth-sources): Change the default auth-sources to use
8661         EPA .gpg files.
8662
8663 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8664
8665         * nntp.el: Autoload `auth-source-user-or-password'.
8666         (nntp-send-authinfo): Use it.
8667
8668         * nnimap.el: Autoload `auth-source-user-or-password'.
8669         (nnimap-open-connection): Use it.
8670
8671         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8672         for the gnus-message function.
8673         (auth-source-user-or-password): Use it.
8674
8675 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8676
8677         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8678         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8679         (rfc2104-hash): Use it.
8680
8681 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8682
8683         * gnus-art.el (gnus-article-toggle-truncate-lines):
8684         Don't use `iff' in docstring.
8685
8686 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8687
8688         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8689
8690         * gnus-util.el (gnus-extract-address-component-name)
8691         (gnus-extract-address-component-email): Convenience functions around
8692         `gnus-extract-address-components'.
8693
8694         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8695         Use `gnus-extract-address-component-email' to fix bug of comparing full
8696         sender name to `user-mail-address'.
8697
8698 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8699
8700         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8701         catch/throw to optimize.
8702         (gnus-registry-find-keywords): Just use member to find a keyword.
8703
8704 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8705
8706         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8707         is current before calling gnus-server-prepare.
8708         (gnus-server-setup-buffer, gnus-server-update-server)
8709         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8710
8711 2008-05-04  Juri Linkov  <juri@jurta.org>
8712
8713         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8714         (mailcap-file-default-commands): Use mailcap-replace-in-string
8715         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8716         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8717
8718 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8719
8720         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8721
8722 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8723
8724         * gnus.el: Bump version to 0.11.
8725
8726 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8727
8728         * gnus.el: No Gnus v0.10 is released.
8729
8730 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8731
8732         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8733         hooks.
8734         (gnus-update-read-articles): Speed up non-marks-using users.
8735         (gnus-use-marks): Define gnus-use-marks.
8736         (gnus-propagate-marks): Rename variable to something more sensible.
8737
8738 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8739
8740         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8741         (gmm-image-load-path-for-library): Fix typos in docstrings.
8742         (gmm-message): Reflow docstring.
8743
8744 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8745
8746         * mail-source.el (mail-source-set-1, mail-source-bind):
8747         Move auth-source code out of the macro to clean it up and fix bugs.
8748
8749 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8750
8751         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8752         by sender if it's equal to user-mail-address, it's likely to be
8753         useless.
8754
8755         * mail-source.el (mail-source-bind): Don't use user or password if they
8756         are not bound.  Unintern them if they are nil.  Don't use server unless
8757         it's bound, and default it to empty string otherwise.
8758
8759 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8760
8761         * mail-source.el: Load auth-source.el.
8762         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8763         get user name or password, if auth-sources is set up.
8764
8765         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8766         strategy of splitting with parent.
8767         (gnus-registry-split-fancy-with-parent)
8768         (gnus-registry-post-process-groups): Use it and fix prior
8769         bug (returning a list as the split result).
8770
8771         * auth-source.el (auth-sources): Remove server parameter.
8772         (auth-source-pick, auth-source-user-or-password)
8773         (auth-source-user-or-password-imap)
8774         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8775         (auth-source-user-or-password-sftp)
8776         (auth-source-user-or-password-smtp): Remove server parameter.
8777
8778 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8779
8780         * smime.el (smime-sign-region, smime-encrypt-region)
8781         (smime-decrypt-region):
8782         Remove redundant calls to `generate-new-buffer-name'.
8783
8784 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8785
8786         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8787         Don't use QP for message/rfc822.
8788         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8789
8790 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8791
8792         * sieve-manage.el (sieve-string-bytes): Remove.
8793         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8794         correct byte-length only if the process's coding-system is the same as
8795         the one used internally by Emacs to represent strings.
8796
8797 2008-04-22  Juri Linkov  <juri@jurta.org>
8798
8799         * mailcap.el (mailcap-file-default-commands): New function.
8800
8801 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8802
8803         * message.el (message-signature-separator, message-cite-function):
8804         Change custom version.
8805
8806 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8807
8808         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8809         commands.
8810         (tls-checktrust): Ditto.
8811
8812 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * mm-decode.el (mm-display-external): Make temp file read-only.
8815
8816 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8817
8818         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8819         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8820         `C-c C-f d'.
8821
8822 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8823
8824         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8825
8826 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * gnus.el: Bump version to 0.9.
8829
8830 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8831
8832         * gnus.el: No Gnus v0.8 is released.
8833
8834 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8835
8836         * mail-source.el (mail-source-value):
8837         Prefer fboundp to functionp so it works with macros as well.
8838
8839 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8840
8841         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8842         Fix last change in case the element is not even a symbol.
8843
8844 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8845
8846         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8847         Prefer fboundp to functionp so it works with macros as well.
8848
8849 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8850
8851         * auth-source.el: Add docs.
8852         (auth-sources): Modify format to support server.
8853         (auth-source-pick, auth-source-user-or-password)
8854         (auth-source-user-or-password-imap)
8855         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8856         (auth-source-user-or-password-sftp)
8857         (auth-source-user-or-password-smtp): Add server parameter.
8858
8859 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8860
8861         * gnus-registry.el: Initialize the registry when gnus-registry-install
8862         is t.
8863
8864 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * compface.el (uncompface): Make buffer unibyte.
8867
8868 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8869
8870         * mail-source.el (mail-source-value):
8871         Prefer fboundp to functionp so it works with macros as well.
8872
8873 2008-04-05  Glenn Morris  <rgm@gnu.org>
8874
8875         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8876
8877 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8878
8879         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8880         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8881
8882         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8883         multibyteness after rather than before erasing it.
8884
8885         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8886         mm-with-multibyte.
8887         (gnus-request-article-this-buffer): Make sure the proper decoding is
8888         used if gnus-original-article-buffer happens to be unibyte.
8889
8890         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8891         default-enable-multibyte-characters.
8892
8893         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8894         default-enable-multibyte-characters.
8895
8896         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8897
8898         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8899
8900 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8901
8902         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8903         Fix last change in case the element is not even a symbol.
8904
8905 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8906
8907         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8908         (imap-message-copyuid-1): Use it.
8909         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8910         J. Williams in
8911         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8912
8913         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8914         imap-enable-exchange-bug-workaround.
8915         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8916
8917 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8918
8919         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8920         a 100 byte status-checks into a 2-3MB transfer for each group.
8921         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8922         to enable bug workaround or not.
8923         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8924
8925 2008-03-31  Glenn Morris  <rgm@gnu.org>
8926
8927         * message.el (mml2015-use): Declare for compiler.
8928         (message-info): Require mml2015 when appropriate.
8929
8930 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8933         whitespace.
8934
8935 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8936
8937         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8938         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8939         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8940         (nntp-service-to-port): New function.
8941         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8942         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8943         (nntp-open-netcat-stream): New function.
8944         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8945
8946 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8947
8948         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8949
8950 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8951
8952         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8953
8954 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8955
8956         * dns.el (dns-write): Use set-buffer-multibyte.
8957
8958 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8959
8960         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8961
8962 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * message.el (message-signature-separator): Change default.
8965         Improve custom type.
8966         (message-cite-function): Change default to
8967         message-cite-original-without-signature.
8968
8969         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8970         toggle.
8971
8972         * message.el (message-check-news-body-syntax): Fix signature check.
8973         (message-setup-1): Mark buffer as unmodified _after_ running
8974         message-setup-hook and handling message-alternative-emails.
8975         (message-shorten-references): Be more strict when building list of
8976         valid references to comply with GNKSA.
8977
8978         * gnus-group.el (gnus-read-ephemeral-bug-group)
8979         (gnus-read-ephemeral-debian-bug-group)
8980         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8981
8982         * message.el (message-info): Don't use booleanp which isn't supported
8983         in Emacs 21 and XEmacs.
8984
8985 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8988         gnus-group-gmane-group-download-format.
8989         (gnus-group-read-ephemeral-gmane-group): Rename from
8990         gnus-group-read-ephemeral-gmane-group.
8991         (gnus-read-ephemeral-gmane-group-url): Rename from
8992         gnus-group-read-ephemeral-gmane-group-url.
8993         (gnus-bug-group-download-format-alist): New variable.
8994         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8995         (gnus-read-ephemeral-emacs-bug-group): New commands.
8996
8997 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9000         (gnus-visible-headers): Improve custom type.
9001
9002 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * mml.el (mml-menu): Add workarounds for XEmacs.
9005
9006         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9007         X-Boundary header.
9008
9009         * message.el (message-simplify-recipients): Fix previous commit.
9010
9011 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9012
9013         * mm-util.el (mm-set-buffer-multibyte): New function.
9014         * mm-decode.el (mm-copy-to-buffer): Use it.
9015
9016         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9017         Prefer fboundp to functionp so it works with macros as well.
9018
9019 2008-03-19  Glenn Morris  <rgm@gnu.org>
9020
9021         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9022         Accidentally removed in the sync process with Emacs.
9023
9024 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9025
9026         * message.el (message-alter-recipients-discard-bogus-full-name):
9027         New function.
9028         (message-alter-recipients-function): New variable.
9029         (message-get-reply-headers): Use it.
9030         (message-replace-header): New helper function.
9031         (message-recipients-without-full-name): New variable.
9032         (message-simplify-recipients): New command.
9033
9034         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9035
9036         * message.el (message-info): Handle EasyPG manual.
9037
9038         * mml.el (mml-menu): Add entry for EasyPG.
9039
9040 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9041
9042         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9043         parameter.
9044
9045         * message.el (message-disassociate-draft): Specify drafts group name
9046         fully.
9047
9048 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9049
9050         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9051         Eliminate unnecessary duplicates from the match list.
9052
9053 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9056
9057         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9058
9059         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9060         args of `how-many' of which the XEmacs version doesn't take; declare
9061         Info-index-next as function.
9062
9063 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9064
9065         * gnus-score.el (gnus-score-headers): Fix handling of
9066         gnus-inhibit-slow-scoring.
9067
9068         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9069         string.
9070         (gnus-button-url-regexp): Improve handling of parenthesis.
9071         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9072         (gnus-button-handle-info-keystrokes): Handle index entries.
9073
9074 2008-03-15  Glenn Morris  <rgm@gnu.org>
9075
9076         * parse-time.el (parse-time-string): Simplify.
9077
9078 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9081         Incoming* files.
9082
9083 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9084
9085         * auth-source.el (auth-sources): Rename from auth-source-choices.
9086         (auth-source-pick): Use it.
9087
9088 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9089
9090         * binhex.el (binhex-decode-region-internal):
9091         * uudecode.el (uudecode-decode-region-internal):
9092         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9093         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9094         setting default-enable-multibyte-characters.
9095
9096 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9097
9098         * auth-source.el (auth-source-protocols)
9099         (auth-source-protocols-customize, auth-source-choices): Add and
9100         modified variable customizations and defaults.
9101         (auth-source-pick, auth-source-user-or-password)
9102         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9103         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9104         (auth-source-user-or-password-sftp)
9105         (auth-source-user-or-password-smtp): Use new variables and provide an
9106         interface to netrc.el.
9107
9108 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9111         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9112         Make sure the nntp port to specify is a string.
9113
9114 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9115
9116         * nntp.el: Use with-current-buffer.
9117         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9118         dubious mm-with-unibyte-current-buffer.
9119         (nntp-with-open-group-function): New function extracted from
9120         nntp-with-open-group macro.
9121         (nntp-with-open-group): Use the function, so it's easier to debug.
9122         Add indentation and debugging info.
9123         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9124         Recommend the use of the netcat alternatives.
9125
9126         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9127         Avoid mm-string-as-multibyte as well.
9128
9129         * nnweb.el (nnweb-insert-html):
9130         Remove use of nnheader-string-as-multibyte.
9131
9132         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9133         (nnheader-string-as-multibyte): Remove.
9134
9135         * mm-view.el: Use inhibit-read-only.
9136         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9137         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9138         or unibyte-string.
9139
9140         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9141         (mm-uu-yenc-extract): Use with-current-buffer.
9142
9143         * gnus-soup.el (gnus-soup-send-packet): Don't use
9144         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9145
9146         * nnmh.el: Use with-current-buffer.
9147         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9148         mm-string-as-multibyte on the output of mm-encode-coding-string.
9149
9150         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9151         (nnimap-request-move-article): Use with-current-buffer.
9152
9153         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9154         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9155         conversion uses string-make-unibyte rather than string-as-unibyte.
9156
9157         * gnus-msg.el: Use with-current-buffer.
9158
9159         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9160
9161 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9162
9163         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9164         string for caching if it is 'PIN.
9165
9166 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * lpath.el: Consider the case without Emacs/W3.
9169
9170 2008-03-08  Glenn Morris  <rgm@gnu.org>
9171
9172         * time-date.el (date-to-time, time-subtract, time-add)
9173         (safe-date-to-time): Doc fixes.
9174
9175 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * mail-source.el (mail-source-delete-old-incoming-confirm):
9178         Change default to nil.
9179         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9180
9181 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9182
9183         * lpath.el: Rearrange.
9184
9185         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9186         (gnus-article-goto-prev-page): Work for articles having ^L's.
9187
9188         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9189
9190         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9191
9192 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9193
9194         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9195         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9196         (gnus-bookmark-jump): Adjust some variable names.
9197
9198 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9199
9200         * auth-source.el: New package.
9201         (auth-source-choices): Add customization entry point variable.
9202
9203         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9204         bug.
9205
9206 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9207
9208         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9209         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9210         (gnus-registry-install-shortcuts): Rename from
9211         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9212         the `gnus-registry-mark-map' keymap dynamically from
9213         `gnus-registry-marks'.  The generated functions update the summary line
9214         when a registry mark is added or deleted, and will call
9215         `gnus-registry-install-p' (see the comments in the code).
9216         (gnus-registry-user-format-function-M): Use concat intelligently.
9217
9218         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9219         the registry mark functions.
9220
9221 2008-03-05  Glenn Morris  <rgm@gnu.org>
9222
9223         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9224         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9225         gnus-art.
9226         (top-level): No need to load own source when compiling.
9227
9228 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9229
9230         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9231         Suggested by <chris.anderton@zetnet.co.uk>.
9232
9233 2008-03-04  Glenn Morris  <rgm@gnu.org>
9234
9235         * gnus-sum.el (top-level): No need to require gnus when compiling,
9236         since unconditionally required near start of file.
9237         (gnus-summary-display-while-building): Move definition before use.
9238
9239 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9240
9241         * gnus-registry.el (gnus-registry-user-format-function-M):
9242         Add formatting function.
9243
9244 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9245
9246         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9247         with plists.
9248         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9249         Use new format.
9250
9251 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9254         `where-is-internal' that returns a range of key sequences.
9255
9256 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9257
9258         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9259
9260         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9261         (gnus-summary-jump-to-group): Consider windows on other displayed
9262         frames as well.  Similar changes might be needed elsewhere, but that's
9263         the one I've bumped into during my use.
9264
9265         * nndoc.el (nndoc-oe-dbx-type-p):
9266         * gnus-msg.el (gnus-debug):
9267         * gnus-group.el (gnus-update-group-mark-positions):
9268         Use mm-string-to-multibyte.
9269
9270 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9273         doesn't handle NotDashEscaped.
9274
9275         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9276         (mml-dnd-attach-options): Fix typo in custom choice.
9277
9278         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9279         Change nndoc-article-type to mbox.
9280         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9281
9282         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9283         to nil, instead of html2text.
9284
9285         * imap.el (imap-debug): Add `imap-ping-server'.
9286
9287         * gnus-bookmark.el: Add FIXMEs.
9288
9289         * message.el (message-form-letter-separator)
9290         (message-send-form-letter-delay): New variables.
9291         (message-send-form-letter): Use them.  New command to send form
9292         letters.  Requested by Uwe Siart.
9293         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9294
9295 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9296
9297         * Update copyright years.
9298
9299 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         Sync from EMACS_22_BASE.
9302
9303         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9304
9305 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9306
9307         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9308         empty author.
9309
9310 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9311
9312         * gnus-registry.el (gnus-registry-marks): Add variable for
9313         customization of marks and their appearance.
9314         (gnus-registry-read-mark): Use it.
9315         (gnus-registry-do-marks): Add utility function to loop through
9316         `gnus-registry-marks'.
9317         (gnus-registry-install-shortcuts-and-menus): Add function to install
9318         shortcuts and menus.
9319         (gnus-registry-initialize): Use it.
9320         (gnus-registry-default-mark): Clarify documentation.
9321
9322 2008-02-29  Glenn Morris  <rgm@gnu.org>
9323
9324         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9325         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9326         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9327         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9328         Change defcustom :version from 23.0 to 23.1.
9329
9330 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9331
9332         * gnus-registry.el (gnus-registry-follow-group-p)
9333         (gnus-registry-post-process-groups): Add functions to aid registry
9334         splitting and improve logging.  Clarify behavior in function
9335         documentation.
9336         (gnus-registry-split-fancy-with-parent): Use them.
9337
9338 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9339
9340         * gnus-art.el: Use with-current-buffer.
9341
9342 2008-02-27  David Engster  <dengste@eml.cc>
9343
9344         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9345         Express real group name in the response.
9346
9347 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9348
9349         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9350         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9351         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9352         autoload gnus-registry-fetch-group when compiling.
9353         (nnmairix-request-group-with-article-number-correction):
9354         Remove unreferenced argument passed to nnmairix-call-backend.
9355
9356 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9357
9358         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9359         (mm-uu-extract): Improve face for low color ttys.
9360         Reported by Sascha Wilde.
9361
9362 2008-02-27  Glenn Morris  <rgm@gnu.org>
9363
9364         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9365         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9366         variables to defconsts.  Convert comments to doc-strings.
9367         (nnmairix-last-server, nnmairix-current-server): Convert from free
9368         variables to defvars.  Convert comments to doc-strings.
9369         (gnus-registry-fetch-group): Autoload.
9370         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9371         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9372         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9373         caddr.
9374         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9375         nnmairix-request-group-with-article-number-correction call.
9376         (nnmairix-fast, nnmairix-group): New, less general names, for free
9377         variables passed from nnmairix-request-group to
9378         nnmairix-request-group-with-article-number-correction.  Declare.
9379         (nnmairix-request-group-with-article-number-correction):
9380         Use nnmairix-fast, nnmairix-group rather than fast, group.
9381
9382 2008-02-26  David Engster  <dengste@eml.cc>
9383
9384         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9385         version 0.5.
9386
9387 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9388
9389         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9390         instead of making an extra function call.  Don't add the current group
9391         to articles only when they have the group.  Use
9392         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9393         Reported by David <de_bb@arcor.de>.
9394
9395 2008-02-24  Miles Bader  <miles@gnu.org>
9396
9397         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9398         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9399         (mm-find-mime-charset-region):
9400         * mm-bodies.el (mm-encode-body):
9401         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9402
9403 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9406         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9407
9408 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * mail-source.el (mail-source-delete-incoming): Change default.
9411         Supplement doc string.
9412
9413         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9414
9415 2008-02-14  Glenn Morris  <rgm@gnu.org>
9416
9417         * time-date.el (format-seconds): New function.
9418
9419 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * nnmail.el (nnmail-message-id-cache-file): Derive from
9422         `gnus-home-directory'.
9423
9424 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9427         Document negative prefix.
9428
9429         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9430
9431 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432
9433         * message.el (message-unsent-separator): Add the Exim bounce
9434         separator.
9435
9436 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9437
9438         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9439         list.
9440         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9441         recipient/signer list.
9442
9443 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * Makefile.in (datarootdir): Define.
9446         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9447         name that might contain whitespace.
9448
9449 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9452         fbound (Emacs 23 unicode), signal an error.
9453
9454 2008-02-08  Glenn Morris  <rgm@gnu.org>
9455
9456         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9457
9458 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9459
9460         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9461         ports to the calls to `netrc-machine-user-or-password' in addition to
9462         "imap" and "imaps".
9463
9464 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9465
9466         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9467
9468         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9469
9470 2008-02-01  Kenichi Handa  <handa@m17n.org>
9471
9472         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9473         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9474         (rfc2104-hash): Convert the result of concat to unibyte string.
9475
9476 2008-02-01  Dave Love  <fx@gnu.org>
9477
9478         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9479         coding-system-for-read.
9480         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9481
9482 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9483
9484         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9485         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9486         <hanche@math.ntnu.no>.
9487
9488 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
9491
9492         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
9493
9494 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
9495
9496         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
9497         * message.el (message-beginning-of-line): Use featurep instead of bound
9498         tests in order to resolve conditionals at compile time.
9499
9500 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9501
9502         * mail-source.el (mail-sources): Add `group' choice.
9503
9504         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9505         parameter `in-group' to control into which group the articles go.
9506         Add treatment of `group' mail-source.
9507
9508 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9511
9512         * mm-decode.el (mm-dissect-buffer): Decode description.
9513
9514         * mml.el (mml-to-mime): Encode message header first.
9515
9516 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9519         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9520
9521         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9522         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9523
9524 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9525
9526         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9527
9528 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9531         prefix keys.
9532         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9533         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9534         gnus-xmas.el.
9535
9536         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9537         (gnus-xmas-article-describe-bindings): New function.
9538         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9539         gnus-xmas-article-describe-bindings.
9540
9541         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9542
9543 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9544
9545         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9546         Add new variables for article mark management.
9547         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9548         list of extra data entries which, when present, will indicate that the
9549         article ID should not be trimmed from the registry.
9550         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9551         functions.
9552         (gnus-registry-read-mark): New function to read a mark name from the
9553         user.
9554         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9555         (gnus-registry-set-article-mark-internal): New functions to add and
9556         remove marks.
9557         (gnus-registry-get-article-marks): New function to show the marks for
9558         an article, or retrieve them for further use.
9559
9560 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9563         keys when no argument is given.
9564
9565 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * imap.el (imap-ping-server): New variable.
9568         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9569         (imap-ping-server): Minor doc string fixes.
9570
9571 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9572
9573         * imap.el (imap-ping-server): New function.
9574         (imap-opened): Call imap-ping-server.
9575
9576 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * gnus-sum.el (gnus-article-sort-by-random)
9579         (gnus-thread-sort-by-random): Fix doc strings.
9580         Reported by jidanni@jidanni.org.
9581
9582 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * gnus-art.el (gnus-article-describe-bindings): New function.
9585         (gnus-article-read-summary-keys): Use it.
9586         (gnus-article-mode-map): Bind `C-h b' to it.
9587
9588 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9591         XEmacs.
9592         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9593         Protect against non-character events.
9594
9595         * lpath.el: Fbind map-keymap for Emacs 21.
9596
9597 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9598
9599         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9600         New command.
9601         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9602         instead of END.  Change name of the temp file.
9603         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9604         customizable.
9605
9606 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9609         bind `S W' to gnus-article-wide-reply-with-original; set default
9610         binding to gnus-article-read-summary-send-keys.
9611         (gnus-article-read-summary-keys): Fix the order of keys; display
9612         continuation keys correctly in the echo area; describe bindings
9613         correctly when keys end with `C-h'.
9614         (gnus-article-read-summary-send-keys): New function.
9615         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9616         Work for gnus-article-read-summary-send-keys; display continuation keys
9617         correctly in the echo area.
9618         (gnus-article-reply-with-original): Ignore prefix argument.
9619         (gnus-article-wide-reply-with-original): New function.
9620
9621         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9622         Emacs 21.
9623
9624 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9627         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9628
9629 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9632         (gnus-group-read-ephemeral-gmane-group): New command.
9633
9634 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9635
9636         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9637
9638 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9639
9640         * message.el (message-send-mail-function): Increase custom version.
9641
9642         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9643         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9644
9645 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9646
9647         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9648         for the cases where imap-authenticate is called with a nil buffer
9649         parameter.
9650
9651 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9652
9653         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9654         html parts correctly; support forwarded messages.
9655         (gnus-article-browse-html-article): Remove work buffers.
9656
9657         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9658         compiling.
9659         (netrc-bound-and-true-p): New macro.
9660         (netrc-parse): Use it instead of bound-and-true-p that is not available
9661         in XEmacs 21.4.
9662
9663 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9664
9665         * gnus-registry.el (gnus-registry-mark-article)
9666         (gnus-registry-article-marks): Add functionality to mark articles
9667         through the Gnus registry.
9668
9669         * encrypt.el: Clarify documentation for the new pgg method.
9670         (encrypt-file-alist): Add PGG option.
9671         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9672         functionality.  Abstract password key and messaging to external
9673         functions.
9674         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9675         (encrypt-message-method-and-cipher): Add new convenience external
9676         functions.
9677         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9678         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9679
9680         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9681         (netrc-parse): Use encrypt-file-alist to determine if
9682         encrypt-find-model or encrypt-insert-file-contents should be used.
9683
9684         * encrypt.el: Clarify documentation.  Load password-cache or
9685         password, whichever one is found first, instead of autoloading.
9686
9687 2007-12-19  Glenn Morris  <rgm@gnu.org>
9688
9689         * mml.el (message-options-set, message-narrow-to-head)
9690         (message-in-body-p, message-mail-p, message-encode-message-body):
9691         Autoload.
9692         (message-remove-header, message-narrow-to-headers-or-head)
9693         (message-subscribed-p, message-make-mail-followup-to)
9694         (message-position-on-field, message-news-p)
9695         (message-options-set-recipient, message-generate-headers)
9696         (message-sort-headers): Declare as functions.
9697
9698 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9701         convention in doc string.
9702
9703 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9704
9705         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9706         title to html parts.
9707         (gnus-article-browse-html-article): Pass message header to it.
9708
9709         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9710
9711 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9714         or password compatible with XEmacs.
9715
9716 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9719         format document.
9720         (gnus-mime-delete-part): Don't write description line if empty.
9721         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9722
9723 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9724
9725         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9726         (gnus-summary-mark-read-and-unread-as-read)
9727         (gnus-summary-mark-current-read-and-unread-as-read)
9728         (gnus-summary-mark-unread-as-ticked): Doc fix.
9729         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9730
9731 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9732
9733         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9734         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9735
9736 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9739         yes-or-no-p.
9740
9741 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * mm-decode.el (mm-add-meta-html-tag): New function.
9744         (mm-save-part-to-file, mm-pipe-part): Use it.
9745
9746         * gnus-art.el (gnus-article-browse-delete-temp-files):
9747         Use gnus-y-or-n-p instead of y-or-n-p.
9748         (gnus-article-browse-html-parts): Work with message/external-body; use
9749         mm-add-meta-html-tag.
9750
9751 2007-12-11  Glenn Morris  <rgm@gnu.org>
9752
9753         * gnus-cache.el: Require gnus-sum not just when compiling.
9754
9755         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9756
9757         * gnus-int.el (gnus-server-opened, gnus-status-message):
9758         Move definitions before use.
9759
9760         * mm-decode.el: Require gnus-util.
9761         (mm-remove-part): Only call delete-annotation on XEmacs.
9762
9763         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9764
9765         * nnmail.el: Require gnus-int.
9766
9767         * spam.el: Move `require's before `eval-when-compile's.
9768
9769         * gnus-ems.el (gnus-alive-p):
9770         * gnus-fun.el (message-goto-eoh):
9771         * gnus-util.el (gnus-group-name-decode):
9772         * mail-source.el (gnus-compress-sequence):
9773         * message.el (Info-goto-node, format-spec):
9774         * mm-bodies.el (message-options-get):
9775         * mm-decode.el (mm-view-pkcs7):
9776         * mm-util.el (gmm-write-region):
9777         * mml-smime.el (mml-compute-boundary)
9778         (gnus-completing-read-with-default):
9779         * mml.el (widget-button-press, gnus-make-hashtable):
9780         * mml1991.el (mm-decode-content-transfer-encoding)
9781         (mm-encode-content-transfer-encoding)
9782         (message-options-get, message-options-set):
9783         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9784         * nnfolder.el (gnus-request-group):
9785         * nnheader.el (ietf-drums-unfold-fws):
9786         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9787         * smime.el (gnus-run-mode-hooks):
9788         * spam-stat.el (gnus-message): Autoload.
9789
9790         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9791         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9792         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9793         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9794         Add declare-function compatibility definition.
9795
9796         * gnus-cache.el (nnvirtual-find-group-art):
9797         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9798         (gnus-add-image, gnus-add-wash-type):
9799         * gnus-group.el (nnkiboze-score-file):
9800         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9801         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9802         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9803         (message-tokenize-header, gnus-get-buffer-create)
9804         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9805         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9806         * gnus.el (gnus-group-decoded-name):
9807         * mail-source.el (imap-capability):
9808         * mm-bodies.el (message-options-set):
9809         * mm-decode.el (gnus-configure-windows):
9810         * mm-extern.el (message-goto-body):
9811         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9812         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9813         (epg-sub-key-validity, message-options-set):
9814         * mml.el (widget-event-point, gnus-configure-windows):
9815         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9816         * mml2015.el (epg-check-configuration, epg-configuration)
9817         (message-options-set):
9818         * nndb.el (nndb-request-article):
9819         * nnfolder.el (gnus-request-create-group):
9820         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9821         * nnmaildir.el (gnus-group-mark-article-read):
9822         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9823         * rfc1843.el (message-fetch-field):
9824         * spam.el (gnus-extract-address-components):
9825         Declare as functions.
9826
9827 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9830
9831         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9832
9833         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9834         bind show-trailing-whitespace for XEmacs.
9835
9836 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9839         new no-op macro for backward compatibility.
9840
9841         * imap.el (imap-string-to-integer): New function.
9842
9843 2007-12-09  Glenn Morris  <rgm@gnu.org>
9844
9845         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9846
9847         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9848         * message.el, mm-view.el, sieve-manage.el, smime.el:
9849         Add declare-function compatibility definition.
9850
9851         * gnus-art.el (w3-region, w3m-region, Info-menu):
9852         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9853         * gnus-sum.el (gnus-get-predicate):
9854         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9855         * message.el (mail-abbrev-in-expansion-header-p):
9856         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9857         (w3m-detect-meta-charset, w3m-region):
9858         * sieve-manage.el (password-read, password-cache-add)
9859         (password-cache-remove):
9860         * smime.el (password-read-and-add): Declare as functions.
9861
9862 2007-12-08  David Kastrup  <dak@gnu.org>
9863
9864         * gnus-sum.el (gnus-summary-simplify-subject-query):
9865         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9866         `message'.
9867
9868 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9871         it to bind idna-program, installation-directory, defined-colors, and
9872         face-attribute for XEmacs of the version that compiles defcustom forms.
9873
9874 2007-12-07  Glenn Morris  <rgm@gnu.org>
9875
9876         * gnus-art.el (article-make-date-line): Revert previous change.
9877
9878 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9881
9882 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9883
9884         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9885         Call gnus-add-to-range ranges only once with a prepared article-list.
9886
9887 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9888
9889         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9890         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9891         group names with backslashes.
9892         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9893
9894 2007-12-06  Deepak Goel  <deego3@gmail.com>
9895
9896         * gnus-art.el (article-make-date-line):
9897         * gnus-start.el (gnus-load):
9898         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9899
9900 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-art.el (gnus-use-idna)
9903         * gnus-start.el (gnus-site-init-file)
9904         * message.el (message-use-idna)
9905         * mm-uu.el (mm-uu-hide-markers)
9906         * smiley.el (smiley-style): Revert changes that suppress warnings.
9907
9908 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9911         specify charset to html source.
9912         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9913
9914 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9917         idna-program in order to suppress byte compile warning issued by XEmacs
9918         that came to byte compile the default value section of defcustom forms
9919         recently.
9920
9921         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9922         value of installation-directory.
9923
9924         * message.el (message-use-idna): Don't directly refer to the value of
9925         idna-program.
9926
9927         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9928
9929         * smiley.el (smiley-style): Don't directly call face-attribute.
9930
9931 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9932
9933         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9934
9935         * gnus-dired.el: Reduce Gnus dependencies.
9936         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9937         Don't require.  Use autoloads instead.
9938         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9939         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9940         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9941         (gnus-dired-mode): Adjust doc string.
9942         (gnus-dired-mail-mode): New variable.
9943         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9944         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9945         (gnus-dired-mail-buffers): New function.  Return mail or message
9946         composition buffers.
9947         (gnus-dired-attach): Use it.
9948         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9949         NO-DECODE.
9950         (gnus-dired-print): Use `gnus-print-buffer' depending on
9951         `gnus-dired-mail-mode'.
9952
9953 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * rfc2047.el (rfc2047-encoded-word-regexp)
9956         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9957         explaining what regexp patterns are for.
9958
9959 2007-12-04  Glenn Morris  <rgm@gnu.org>
9960
9961         * password.el: Move to password-cache.el.
9962
9963         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9964         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9965         * mml-smime.el (password-read, password-cache-add)
9966         (password-cache-remove):
9967         No need to autoload, since mml-sec requires password.
9968
9969         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9970         * message.el (gnus-extract-address-components):
9971         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9972
9973         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9974         password.
9975
9976 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9977
9978         * mailcap.el: Reduce dependencies.
9979         (mail-header-parse-content-type): Autoload.
9980         (mailcap-delete-duplicates): New alias.
9981         (mailcap-mime-info): Add optional argument NO-DECODE.
9982         (mailcap-mime-types): Use mailcap-delete-duplicates.
9983
9984         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9985
9986 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9987
9988         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9989         (imap-parse-status): Upcase status-att for servers that sends them
9990         lower-case (e.g., MS Exchange 2007).
9991
9992 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9993
9994         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9995         function.
9996
9997         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9998         (gnus-uu-yenc-article): New function.
9999
10000         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10001
10002         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10003
10004 2007-12-02  Glenn Morris  <rgm@gnu.org>
10005
10006         * binhex.el (binhex): New custom group.
10007         (binhex-decoder-program, binhex-decoder-switches)
10008         (binhex-use-external): Move to the binhex custom group.
10009
10010         * uudecode.el (uudecode): New custom group.
10011         (uudecode-decoder-program, uudecode-decoder-switches)
10012         (uudecode-use-external): Move to the uudecode custom group.
10013
10014         * netrc.el (top-level): Don't load `encrypt' features.
10015         (netrc-parse): Don't use encrypt.
10016         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10017
10018         * encrypt.el: Remove file.
10019
10020 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10021
10022         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10023         matches on patches.
10024
10025         * gnus-art.el (gnus-article-browse-html-article):
10026         Mention `mm-text-html-renderer' in the doc string.
10027
10028         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10029         string.  Add comments.
10030
10031         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10032         if rhs is ASCII.
10033
10034 2007-12-01  Glenn Morris  <rgm@gnu.org>
10035
10036         * mail-source.el (top-level): Require format-spec before
10037         eval-when-compile.
10038
10039 2007-11-30  Glenn Morris  <rgm@gnu.org>
10040
10041         * encrypt.el: Require password, rather than autoloading password-read.
10042
10043 2007-11-29  Glenn Morris  <rgm@gnu.org>
10044
10045         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10046         (sasl-make-client, sasl-next-step, sasl-step-data)
10047         (sasl-step-set-data): Declare as functions.
10048
10049 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10050
10051         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10052
10053 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10054
10055         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10056         certs should be verified and what is to be done in the event of a
10057         verification failure.
10058
10059         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10060         caller can indicate whether the cache should be disregarded for this
10061         call.  This way the result of the call is reproducible at all times and
10062         can be considered a canonical server name for the supplied method.
10063         (gnus-agent-method-p): Canonicalize server names by pushing their
10064         method through `gnus-method-to-server' using the no-cache argument.
10065
10066         * gnus-srvr.el (gnus-server-insert-server-line):
10067         Call `gnus-method-to-server' with `no-cache' argument.
10068
10069         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10070         gnus-agent-possibly-synchronize-flags as this should be called when the
10071         server is actually being opened.
10072         (gnus-agent-possibly-synchronize-flags)
10073         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10074         flags file of an agentized server to the latter function.
10075
10076         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10077         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10078         after a connection has been established successfully.
10079
10080 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-art.el (article-display-face): Force to display face if called
10083         interactively; check if gnus-article-x-face-too-ugly matches author.
10084         (article-display-x-face): Display face even if From header is missing
10085         as article-display-face does.
10086
10087 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10088
10089         * hashcash.el (message-narrow-to-headers-or-head)
10090         (message-fetch-field, message-goto-eoh)
10091         (message-narrow-to-headers): Declare as functions.
10092
10093 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * mail-source.el (mail-sources): Default to fetch from file for
10096         compatibility with default of nnmail-spool-file.
10097
10098 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10101         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10102         to look for encoded word that should be encoded again.
10103         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10104         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10105         encoding pattern.
10106         (rfc2047-decode-region): Switch strict regexp and loose one according
10107         to rfc2047-allow-irregular-q-encoded-words.
10108
10109 2007-11-25  Romain Francoise  <romain@orebokech.com>
10110
10111         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10112
10113 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10114
10115         * tls.el (tls-program): Provide more custom choices from
10116         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10117         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10118
10119 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10122         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10123
10124         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10125         `nnmail-spool-file'.
10126
10127         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10128         `nnmail-spool-file'.
10129
10130         * gnus-move.el (gnus-change-server): Ditto.
10131
10132         * gnus-kill.el (gnus-batch-score): Ditto.
10133
10134         * gnus-cache.el (gnus-jog-cache): Ditto.
10135
10136         * gnus-msg.el (gnus-summary-reply):
10137         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10138
10139 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10142         version.  Minor improvement to doc strings.
10143         (tls-program): Add comment.
10144
10145 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10146
10147         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10148         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10149         mismatch between the hostname provided in the certificate and the name
10150         of the host connnecting to.
10151         (open-tls-stream): Use them.  Check certificates against trusted root
10152         certificates.
10153
10154 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * gnus-cache.el (gnus-cache-generate-nov-databases):
10157         Use nnml-generate-nov-databases-directory instead of
10158         nnml-generate-nov-databases-1.
10159
10160 2007-11-24  Glenn Morris  <rgm@gnu.org>
10161
10162         * message.el (message-tool-bar-retro): Update for rename
10163         mail_send.xpm->mail-send.xpm.
10164
10165 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10166
10167         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10168         `smime-ldap-search' for Emacs 22 and up.
10169
10170 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10171
10172         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10173
10174         * message.el (message-send-mail-function): Fix error convention.
10175         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10176         (message-widen-reply, message-send-mail, message-talkative-question)
10177         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10178         (message-clone-locals, message-send-news): Use with-current-buffer.
10179         (message-insert-or-toggle-importance): Remove unused var `valid'.
10180         (message-make-references): Remove unused var `new-references'.
10181         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10182
10183 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10184
10185         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10186         (spam-split-symbolic-return-positive): Reflow docstring.
10187         (spam-backends, spam-summary-exit-behavior)
10188         (spam-mark-ham-unread-before-move-from-spam-group)
10189         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10190         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10191         (spam-clear-cache, spam-backend-check, spam-install-backend)
10192         (spam-install-statistical-backend, spam-list-of-processors)
10193         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10194         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10195         (spam-check-crm114, spam-initialize, spam-unload-hook):
10196         Fix typos in docstrings.
10197
10198 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10199
10200         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10201         been checked if they have never been read and those group levels are
10202         higher than the one that a user specified.
10203
10204 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10207         foreign groups unless a group level is specified by a user.
10208         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10209
10210 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10211
10212         * message.el (message-send-mail-function): Require sendmail.
10213
10214 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10215
10216         * message.el (message-send-mail-function): Check for smtpmail too.
10217
10218         * utf7.el (utf7-encode, utf7-decode): Use coding system
10219         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10220
10221         * message.el (message-send-mail-function): New function.
10222         (message-send-mail-function): Set default using
10223         message-send-mail-function.  Adjust doc string.
10224         (message-send-mail-with-mailclient): New function.
10225
10226 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10227
10228         * smime.el (from):
10229         * rfc2047.el (message-posting-charset):
10230         * qp.el (mm-use-ultra-safe-encoding):
10231         * pop3.el (parse-time-months):
10232         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10233         * nnml.el (files):
10234         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10235         (jka-compr-compression-info-list, ange-ftp-path-format)
10236         (efs-path-regexp):
10237         * nndiary.el (files):
10238         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10239         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10240         (epg-digest-algorithm-alist, inhibit-redisplay)
10241         (password-cache-expiry):
10242         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10243         (pgg-output-buffer, password-cache-expiry):
10244         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10245         (efs-path-regexp):
10246         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10247         (inhibit-redisplay):
10248         * mm-uu.el (file-name, start-point, end-point, entry)
10249         (gnus-newsgroup-name, gnus-newsgroup-charset):
10250         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10251         (latin-unity-ucs-list):
10252         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10253         (mm-uu-binhex-decode-function):
10254         * message.el (gnus-message-group-art, gnus-list-identifiers)
10255         (rmail-enable-mime-composing, gnus-local-organization)
10256         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10257         (gnus-read-active-file, facemenu-add-face-function)
10258         (facemenu-remove-face-function, gnus-article-decoded-p)
10259         (tool-bar-mode):
10260         * mail-source.el (display-time-mail-function):
10261         * gnus-util.el (nnmail-pathname-coding-system)
10262         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10263         (gnus-original-article-buffer, gnus-user-agent)
10264         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10265         (xemacs-codename, sxemacs-codename, emacs-program-version):
10266         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10267         * gnus-start.el (gnus-agent-covered-methods)
10268         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10269         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10270         (gnus-newsgroup-headers, gnus-group-list-mode)
10271         (gnus-group-mark-positions, gnus-newsgroup-data)
10272         (gnus-newsgroup-unreads, nnoo-state-alist)
10273         (gnus-current-select-method, mail-sources)
10274         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10275         (nnmail-spool-file, gnus-cache-active-hashtb):
10276         * gnus-mh.el (mh-lib-progs):
10277         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10278         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10279         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10280         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10281         (gnus-group-buffer):
10282         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10283         (font-lock-set-defaults):
10284         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10285         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10286         (gnus-summary-post-menu, total-parts, type, condition, length):
10287         * gnus-agent.el (gnus-agent-read-agentview):
10288         * flow-fill.el (show-trailing-whitespace):
10289         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10290         eval-and-compile wrappers for byte compiler pacifiers.
10291
10292         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10293         (mm-display-inline-fontify): Check for featurep 'xemacs not
10294         extent-list.
10295
10296         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10297         itimer-list.
10298         (mm-create-image-xemacs): Only do something for XEmacs.
10299         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10300
10301         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10302
10303         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10304         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10305
10306 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10307
10308         * nnimap.el (nnimap-split-download-body):
10309         * gnus-demon.el (gnus-demon):
10310         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10311
10312 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10315         New macros.
10316         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10317         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10318         copy data from unibyte buffer to multibyte current buffer.
10319         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10320         to copy data from unibyte current buffer to multibyte buffer.
10321         (nntp-make-process-buffer): Make process buffer unibyte.
10322
10323         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10324
10325 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10326
10327         * pop3.el (pop3-open-server): Accept and process data more robustly at
10328         connexion start to avoid spurious "POP SSL connexion failed" errors.
10329
10330 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10333         read group names.
10334
10335 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10338
10339 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10342         (nnmail-save-active): Use a unibyte buffer when saving active file,
10343         which may contain non-ASCII group names.
10344
10345         * nnml.el (nnml-request-group): Decode group names in messages.
10346
10347 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * message.el (message-citation-line-function)
10350         (message-insert-formatted-citation-line): Fix spelling of
10351         `message-insert-formated-citation-line'.
10352
10353 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10356
10357 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10360         nnmail-pathname-coding-system.
10361
10362         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10363         that a user enters; decode group names in messages.
10364
10365         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10366
10367 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10368
10369         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10370
10371         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10372
10373         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10374         risky local variable.
10375
10376         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10377
10378 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10379
10380         * encrypt.el: Improve documentation to fix function name typo.
10381         Reported by Daiki Ueno <ueno@unixuser.org>.
10382
10383 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10386         even if the point is not in the last page of an article.
10387         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10388         back to the previous page.
10389
10390 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10393
10394 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10397
10398 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10399
10400         * message.el (message-check-news-body-syntax):
10401         Avoid mm-string-as-multibyte.
10402         (message-hide-headers): Don't assume (point-min)==1.
10403
10404 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * message.el (message-remove-blank-cited-lines): Fix if remove is
10407         given.
10408         (message-bogus-address-regexp): New variable.
10409         (message-bogus-recipient-p): New function.
10410         (message-check-recipients): New command.
10411         (message-syntax-checks): Add `bogus-recipient'.
10412         (message-fix-before-sending): Add `bogus-recipient'.
10413
10414         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10415         (gnus-treat-body-boundary): Don't test window-system.
10416
10417 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10418
10419         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10420
10421 2007-10-28  Miles Bader  <miles@gnu.org>
10422
10423         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10424         at compile-time too.
10425
10426 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10427
10428         * gnus-msg.el (gnus-message-setup-hook):
10429         Add `message-remove-blank-cited-lines' to options.
10430
10431 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * message.el (message-remove-blank-cited-lines): New function.
10434         Suggested by Karl Plästerer.
10435
10436 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10439         mapc.
10440
10441         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10442         (top-level): Use mapc to set functions to be traced for debugging.
10443
10444         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10445         called for effect with while loop.
10446
10447         * message.el (message-talkative-question): Replace mapcar called for
10448         effect with mapc.
10449
10450         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10451         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10452         called for effect with dolist.
10453
10454         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10455
10456         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10457         gnus-extra-headers and nnmail-extra-headers.
10458
10459         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10460         called for effect with dolist.
10461         (top-level): Use mapc to set functions to be traced for debugging.
10462
10463         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10464         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10465         dolist.
10466
10467         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10468         Replace mapcar called for effect with mapc.
10469         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10470         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10471         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10472         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10473
10474         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10475         remove-if that's a cl function.
10476
10477         * webmail.el (webmail-debug): Replace mapcar called for effect with
10478         dolist.
10479
10480         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10481         with mapc.
10482
10483 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10486         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10487         with while loop.
10488
10489         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
10490         functions from article-* functions.
10491         (gnus-multi-decode-header): Replace mapcar called for effect with
10492         dolist.
10493
10494         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
10495         (gnus-bookmark-show-details): Replace mapcar called for effect with
10496         while loop.
10497
10498         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10499         called for effect with while loop.
10500
10501         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10502         with dolist.
10503
10504         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10505         Replace mapcar called for effect with dolist.
10506
10507         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10508
10509         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10510         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10511         Replace mapcar called for effect with dolist.
10512         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10513         mapc.
10514
10515         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10516         Replace mapcar called for effect with dolist.
10517         (gnus-topic-list): Replace mapcar called for effect with mapc.
10518
10519         * gnus.el: Use mapc instead of mapcar to add autoloads.
10520
10521 2007-10-23  Richard Stallman  <rms@gnu.org>
10522
10523         * gnus-group.el (gnus-group-highlight): Mark as risky.
10524
10525 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * gnus.el (gnus-server-to-method): Return method found first in
10528         gnus-newsrc-alist.
10529
10530         * gnus-art.el (gnus-article-highlight-signature)
10531         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10532         button overlay without the front stickiness.
10533
10534 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10535
10536         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10537         overview buffer needed a catch to receive its throw.
10538         (gnus-agent-flush-cache): Declare as interactive to make this function
10539         easier to use.
10540
10541 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10544         `next-line'.
10545
10546 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10549         exclude address matching message-dont-reply-to-names.
10550
10551 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * gnus-util.el (gnus-string<): New function.
10554
10555         * gnus-sum.el (gnus-article-sort-by-author)
10556         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10557
10558 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10561         the frame-focus tag is set in gnus-buffer-configuration.
10562
10563 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10566         the front stickiness.
10567
10568 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10571         url pattern; remove duplicate one.
10572         (gnus-article-extend-url-button): New function.
10573         (gnus-article-add-buttons): Use it.
10574         (gnus-button-push): Use concatenated url that it makes.
10575
10576 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10577
10578         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10579
10580 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10581
10582         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10583         Don't hardcode point-min==1.
10584
10585 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10588         Fix comment about "iso8859-1".
10589
10590 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10591
10592         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10593         ones returned from the verify-function.
10594
10595         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10596         Call mml2015-extract-cleartext-signature if extraction failed.
10597
10598 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10599
10600         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10601         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10602         failed.
10603
10604 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10605
10606         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10607
10608 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10609
10610         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10611         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10612         recommends to use EasyPG instead of PGG.
10613
10614         * pgg.el: Revert to revision 6.23.2.16.
10615
10616         * pgg-def.el: Revert to revision 6.6.2.14.
10617
10618         * pgg-gpg.el: Revert to revision 6.23.2.34.
10619
10620 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10621
10622         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10623         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10624         thread for both the null and zero (kill/expire thread) universal prefix
10625         cases.
10626         (gnus-summary-expire-thread): Add new function to expire a thread,
10627         using gnus-summary-kill-thread.
10628         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10629         shortcuts for gnus-summary-expire-thread.
10630         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10631         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10632
10633 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10634
10635         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10636         extras value, so an extras entry can be deleted.
10637         (gnus-registry-delete-extra-entry): Use it.
10638         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10639         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10640         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10641         storage through the gnus-registry, and provide an appropriate API for
10642         it.
10643
10644 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10647         Suggested by Leo <sdl.web@gmail.com>.
10648
10649         * gnus.el: Do.
10650
10651 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10654         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10655
10656         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10657
10658         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10659         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10660
10661 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10664         newline.
10665         (nnmbox-request-accept-article): Don't change article in source buffer;
10666         narrow to header to use message-fetch-field rather than
10667         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10668         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10669         as delimiters; make sure article ends with newline.
10670         (nnmbox-delete-mail): Correct last position of article to be deleted;
10671         ignore X-Gnus-Newsgroup header in article body.
10672         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10673         positions; make sure article ends with newline.
10674
10675         * message.el (message-display-abbrev): Don't infloop when a user
10676         inserts SPC in the beginning of header.
10677
10678         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10679         coding-system-for-read and coding-system-for-write for XEmacs having no
10680         file-coding feature.
10681
10682         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10683
10684 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10685
10686         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10687         list of groups not followed by default.  Fix type to be regexp.
10688         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10689
10690 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10691
10692         * hmac-def.el (define-hmac-function): Switch from old-style to
10693         new-style backquotes.
10694
10695         * md4.el (md4-make-step): Likewise.
10696
10697 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10700         raw-text coding system when saving .newsrc file, which may contain
10701         non-ASCII group names.
10702
10703 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * gnus-cus.el (gnus-score-extra): New widget.
10706         (gnus-score-extra-convert): New function.
10707         (gnus-score-customize): Use it for Extra.
10708
10709 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10710
10711         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10712         (mml2015-mailcrypt-clear-verify): Use it.
10713         (mml2015-gpg-clear-verify): Use it.
10714         (mml2015-pgg-clear-verify): Use it.
10715         (mml2015-epg-clear-verify): Replace the current part with the output
10716         from GnuPG; don't extract the plaintext by itself.
10717
10718         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10719         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10720         mml2015-clear-verify-function; don't touch the armor headers or
10721         dash-escaped text here.
10722
10723 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10726         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10727         parts, or application/octet-stream as a last resort.
10728         (gnus-mime-view-part-as-type): Don't toggle display.
10729         (gnus-mime-view-part-as-charset): Don't turn off display before
10730         querying charset.
10731
10732         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10733         stuff to undisplayer function in Emacs.
10734         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10735
10736         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10737         text/calendar parts.
10738
10739 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10742         decoding text/calendar parts.
10743
10744         * message.el (message-forward-make-body-mime): Always mark body as
10745         having no illegible text; remove signed-or-encrypted argument.
10746         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10747
10748         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10749         (mml-generate-mime-1): Don't encode body if it is specified to be in
10750         raw form; don't make buffer be unibyte when inserting multibyte string.
10751
10752 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10753
10754         * sha1.el: Fix up comment style.
10755         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10756         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10757
10758         * hex-util.el: Fix up comment style.
10759         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10760
10761         * gnus-salt.el: Use with-current-buffer.
10762         (gnus-pick-setup-message): Fix long-standing typo.
10763
10764 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * imap.el (imap-logout-timeout): New variable.
10767         (imap-logout, imap-logout-wait): New functions.
10768         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10769
10770         * nnimap.el (nnimap-logout-timeout): New server variable.
10771         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10772         nnimap-logout-timeout.
10773
10774         * gnus-art.el (gnus-article-summary-command-nosave)
10775         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10776
10777 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * gnus.el (gnus-maximum-newsgroup): New variable.
10780
10781         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10782         according to gnus-maximum-newsgroup.
10783
10784         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10785         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10786         Limit the range of articles according to gnus-maximum-newsgroup.
10787
10788 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10789
10790         * gnus-art.el (gnus-sticky-article): Fix problems described in
10791         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10792         Don't perform gnus-configure-windows here; reuse existing sticky
10793         article buffer.
10794
10795         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10796         it doesn't exist in gnus-article-mode.
10797
10798 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10801         (gnus-agent-decoded-group-name): New function.
10802         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10803         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10804
10805 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10806
10807         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10808         Add binding for gnus-sticky-article.
10809         (gnus-summary-exit): Don't kill sticky article buffers.
10810
10811         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10812         article buffer.
10813         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10814         (gnus-kill-sticky-article-buffers): New commands.
10815
10816 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * nntp.el (nntp-xref-number-is-evil): New server variable.
10819         (nntp-find-group-and-number): If it is non-nil, don't trust article
10820         numbers in the Xref header.
10821
10822 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gnus-agent.el (gnus-agent-read-group): New function.
10825         (gnus-agent-flush-group, gnus-agent-expire-group)
10826         (gnus-agent-regenerate-group): Use it.
10827         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10828         nnmail-pathname-coding-system.
10829
10830 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10831
10832         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10833
10834         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10835         that are unread as unread, and also as selected so that information of
10836         marks having been changed by a user may be updated when exiting group.
10837
10838 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10839
10840         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10841
10842 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10845         calculated ignoring signature parts to gnus-treat-article.
10846
10847 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10850         a point here in order to keep the window start.
10851         (gnus-insert-mime-security-button): Make a button overlay without the
10852         front stickiness.
10853         (gnus-mime-display-security): Goto the end of a button.
10854
10855         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10856
10857 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10860         group-name-at-point.
10861         (gnus-group-completing-read): New function that offers decoded
10862         non-ASCII group names for completion.
10863         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10864         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10865         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10866         (gnus-group-fetch-control): Use it.
10867         (gnus-fetch-group): Use group-name-at-point for the initial value
10868         rather than the default value; use gnus-alive-p.
10869
10870         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10871         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10872         (gnus-summary-post-news): Use gnus-group-completing-read.
10873
10874         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10875         (gnus-read-move-group-name): Decode group name for completion.
10876
10877 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10878
10879         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10880         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10881         Yamaoka slightly modified the code).
10882
10883 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10886         (nnmail-split-incoming): Bind it.
10887
10888         * nnml.el (nnml-group-name-charset): New function.
10889         (nnml-decoded-group-name): Use it; don't decode group name if
10890         nnmail-group-names-not-encoded-p is non-nil.
10891         (nnml-encoded-group-name): New function.
10892         (nnml-group-pathname): Inline nnml-decoded-group-name.
10893         (nnml-request-expire-articles): Decode group name in message.
10894         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10895         nnmail-pathname-coding-system.
10896         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10897         not decoded ones according to nnmail-group-names-not-encoded-p.
10898         (nnml-generate-active-info): Use nnml-encoded-group-name.
10899
10900 2007-08-08  Glenn Morris  <rgm@gnu.org>
10901
10902         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10903         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10904         doc-strings and comments.
10905
10906 2007-07-25  Glenn Morris  <rgm@gnu.org>
10907
10908         * Relicense all FSF files to GPLv3 or later.
10909
10910 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10911
10912         * gnus-sum.el (gnus-summary-move-article):
10913         Make gnus-summary-respool-article work.
10914
10915 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10918         string.
10919
10920 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10921
10922         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10923         that should be ignored when comparing distant RSS articles with local
10924         ones.
10925         (nnrss-make-hash-index): New function.  Create a hash index according
10926         to the ignored fields.
10927         (nnrss-check-group): Use it.
10928
10929 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10932
10933         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10934
10935         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10936         the new optional argument ENCODED is non-nil.
10937         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10938         coding system for encoding group name.
10939         (gnus-group-make-rss-group): Pass un-encoded group name to
10940         gnus-group-make-group.
10941         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10942         encoded.
10943
10944         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10945         Encode group name to which articles are moved or copied.
10946         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10947         coding system for encoding Newsgroup, Followup-To and Xref headers.
10948
10949         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10950         marks; use nnheader-file-coding-system to write a file.
10951         (nnagent-retrieve-headers): Bind file-name-coding-system to
10952         nnmail-pathname-coding-system.
10953
10954         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10955
10956         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10957         (nnml-request-article, nnml-request-create-group)
10958         (nnml-request-rename-group, nnml-find-id)
10959         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10960         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10961         (nnml-save-marks): Use nnml-group-pathname instead of
10962         nnmail-group-pathname.
10963
10964         (nnml-request-create-group, nnml-request-expire-articles)
10965         (nnml-request-move-article, nnml-request-delete-group)
10966         (nnml-deletable-article-p, nnml-possibly-create-directory)
10967         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10968         (nnml-open-marks): Bind file-name-coding-system to
10969         nnmail-pathname-coding-system.
10970
10971         (nnml-request-article): Pass server argument to nnml-find-group-number.
10972         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10973         Pass server argument to nnml-possibly-create-directory.
10974         (nnml-request-accept-article): Pass server argument to
10975         nnml-active-number and nnml-save-mail.
10976         (nnml-find-group-number): Pass server argument to nnml-find-id.
10977         (nnml-request-update-info): Pass server argument to
10978         nnml-marks-changed-p.
10979
10980         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10981         (nnml-save-mail, nnml-active-number): Add server argument.
10982
10983         (nnml-request-delete-group): Warn if group is missing.
10984         (nnml-get-nov-buffer): Decode group name.
10985         (nnml-generate-active-info): Encode group name.
10986         (nnml-open-marks): Decode group name in messages.
10987
10988 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10991         if it is not specified.
10992         (gnus-article-pipe-part, gnus-article-save-part)
10993         (gnus-article-interactively-view-part, gnus-article-copy-part)
10994         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10995         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10996         (gnus-article-replace-part, gnus-article-delete-part)
10997         (gnus-article-view-part-as-type): Pass raw prefix argument to
10998         gnus-article-part-wrapper.
10999
11000 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * gnus-agent.el (gnus-agent-save-active):
11003         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11004
11005         * gnus-cache.el (gnus-cache-save-buffers)
11006         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11007         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11008         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11009         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11010         (gnus-cache-generate-active, gnus-cache-rename-group)
11011         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11012         (gnus-cache-update-overview-total-fetched-for):
11013         Bind file-name-coding-system to nnmail-pathname-coding-system.
11014         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11015         New variables.
11016         (gnus-cache-decoded-group-name): New function.
11017         (gnus-cache-file-name): Use it.
11018         (gnus-cache-generate-active): Use non-decoded group name for active.
11019
11020         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11021         right place.
11022         (gnus-write-active-file): Don't break non-ASCII group names.
11023
11024         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11025         nnmail-pathname-coding-system.
11026
11027         * lpath.el: Bind default-file-name-coding-system,
11028         file-name-coding-system and language-info-alist for XEmacs.
11029
11030         * gnus-uu.el (gnus-uu-decode-save): Typo.
11031
11032 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11033
11034         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11035
11036 2007-07-14  David Kastrup  <dak@gnu.org>
11037
11038         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11039         finishing actions if we did not edit the article.
11040
11041 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11044         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11045         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11046         (gnus-agent-flush-group, gnus-agent-flush-cache)
11047         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11048         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11049         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11050         (gnus-agent-regenerate-group)
11051         (gnus-agent-update-files-total-fetched-for)
11052         (gnus-agent-update-view-total-fetched-for):
11053         Bind file-name-coding-system to nnmail-pathname-coding-system.
11054         (gnus-agent-group-pathname): Don't encode file names by
11055         nnmail-pathname-coding-system.
11056         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11057         coding-system-for-write instead of buffer-file-coding-system to
11058         gnus-agent-file-coding-system.
11059
11060         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11061         Decode group name.
11062
11063         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11064
11065         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11066         (gnus-read-newsrc-el-file): Make group names unibyte.
11067
11068         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11069         nnmail-pathname-coding-system.
11070
11071         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11072         (nnrss-request-delete-group): Bind file-name-coding-system to
11073         nnmail-pathname-coding-system.
11074         (nnrss-read-server-data, nnrss-read-group-data):
11075         Bind file-name-coding-system correctly.
11076         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11077
11078         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11079         (nntp-server-to-method-cache): New variable.
11080         (nntp-group-pathname): New function that decodes non-ASCII group names.
11081         (nntp-possibly-create-directory, nntp-marks-changed-p)
11082         (nntp-save-marks, nntp-open-marks): Use it.
11083         (nntp-possibly-create-directory, nntp-open-marks):
11084         Bind file-name-coding-system to nnmail-pathname-coding-system.
11085         (nntp-open-marks): Decode group names when bootstrapping marks.
11086
11087         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11088         Newsgroups and Folowup-To headers.
11089
11090 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11093         (gnus-server-closed-face, gnus-server-denied-face)
11094         (gnus-server-offline-face): Remove variable.
11095         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11096
11097         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11098         of modifying message-stack directly for XEmacs.
11099
11100         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11101         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11102         if the coding-system argument is nil for XEmacs.
11103
11104         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11105         mm-charset-override-alist.
11106
11107         * rfc2047.el: Don't require base64; require rfc2045 for the function
11108         rfc2045-encode-string.
11109         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11110         to quote the parameter value.
11111
11112 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11115         form in gnus-group-name-charset-method-alist.
11116
11117         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11118         overrides the default layout edit-form.
11119
11120         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11121
11122         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11123
11124 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11127         as unfetched articles.
11128
11129 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11132
11133 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11136         original back end that keeps marks in the local system.
11137
11138 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11141         arg of pop-to-buffer for XEmacs.
11142         (gnus-article-read-summary-keys): Ditto; don't restore window
11143         configuration if summary command ends up with neither article buffer
11144         nor summary buffer; describe bindings if summary keys end with C-h.
11145
11146 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * message.el (message-fix-before-sending): Skip raw message part to be
11149         forwarded while checking illegible text.
11150         (message-forward-make-body-mime, message-forward-make-body):
11151         Mark signed or encrypted raw message as having no illegible text.
11152
11153 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11156         (gnus-message-with-timestamp-1): New macro.
11157         (gnus-message-with-timestamp): New function.
11158         (gnus-message): Use them.
11159
11160         * nnheader.el (nnheader-message): Use them.
11161
11162 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11165         .newsrc.eld file.
11166
11167 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-agent.el (gnus-agent-fetch-headers)
11170         (gnus-agent-retrieve-headers):
11171         Bind gnus-decode-encoded-address-function to identity.
11172
11173         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11174         available also when the server returns simply a dot.
11175
11176         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11177
11178 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11181
11182 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * gnus-ems.el (gnus-x-splash): Make it work.
11185
11186         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11187         from being used.
11188
11189         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11190
11191 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11194         4th and the 5th arguments.
11195
11196         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11197         the front stickiness.
11198         (gnus-article-summary-command-nosave): Correct the order of the
11199         arguments passed to pop-to-buffer.
11200         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11201         summary command ends up with the article buffer.
11202
11203         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11204         the same faces.
11205
11206 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11207
11208         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11209
11210 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11211
11212         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11213         * gnus-sum.el (gnus-summary-highlight):
11214         * pgg.el (pgg-sign-region, pgg-sign):
11215         * mail-source.el (mail-source-delete-old-incoming-confirm):
11216         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11217
11218 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * gnus-art.el (gnus-mime-view-part-externally)
11221         (gnus-mime-view-part-internally): Fix predicate function passed to
11222         completing-read.
11223
11224         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11225
11226         * gnus.el (gnus-update-message-archive-method): Add :version.
11227
11228 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * gnus.el (gnus-update-message-archive-method): New variable.
11231
11232         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11233         according to gnus-message-archive-method if
11234         gnus-update-message-archive-method is non-nil.
11235
11236 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11239         Suggested by Loic Dachary <loic@dachary.org>.
11240         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11241
11242 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11243
11244         * message.el (message-pop-to-buffer): Add switch-function argument.
11245         (message-mail): Pass switch-function argument to it.
11246
11247 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11248
11249         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11250         Improve doc string.
11251
11252 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11255         (gnus-header-content)
11256         * gnus-cite.el (gnus-cite-10)
11257         * gnus-srvr.el (gnus-server-closed)
11258         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11259         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11260         (gnus-group-mail-3-empty, gnus-group-mail-low)
11261         (gnus-group-mail-low-empty, gnus-splash)
11262         * message.el (message-header-to, message-header-cc)
11263         (message-header-subject, message-header-other, message-header-name)
11264         (message-header-xheader, message-separator, message-cited-text)
11265         (message-mml): Lighten colors of faces used for dark background.
11266
11267 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11268
11269         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11270         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11271
11272 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11273
11274         * message.el (message-narrow-to-headers-or-head):
11275         Ignore mail-header-separator in the body.
11276
11277 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11280         same as window size.
11281
11282 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11283
11284         * message.el (message-font-lock-keywords): Use message-header-xheader
11285         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11286         ahead of the anything pattern, to get it recognised.
11287
11288 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11291         spam.el loads uses it in the compiled defadvice form.
11292
11293 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11294
11295         * gnus-sum.el (gnus-articles-to-read)
11296         (gnus-summary-insert-old-articles): Don't truncate group name for
11297         `read-string'.
11298
11299         * gnus-util.el (gnus-limit-string): Delete this function.
11300
11301         * gnus-sum.el (gnus-simplify-subject-fully):
11302         Use `truncate-string-to-width' instead.
11303
11304 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11305
11306         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11307         Tell if, on summary exit, the next group has to be selected.
11308         (gnus-summary-exit): Use it.
11309
11310 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11313         non-break space.
11314
11315 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11318         Check if group is not a directory.
11319         (nnfolder-request-expire-articles): Don't delete articles if the target
11320         group is not available.
11321
11322         * nnml.el (nnml-request-create-group): Properly check if group is not a
11323         file.
11324         (nnml-request-expire-articles): Don't delete articles if the target
11325         group is not available.
11326
11327         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11328         Don't quote characters that are within parentheses.
11329
11330 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11333         (gnus-handle-ephemeral-exit): Select article according to it.
11334
11335 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * message.el (message-insert-formated-citation-line): Remove newline.
11338         (message-citation-line-format): Add final \n here so that the user can
11339         avoid a blank line.
11340
11341 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11342
11343         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11344         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11345         Update lanl/arXiv support.
11346
11347 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * gnus.el: Bump version number.
11350
11351 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11352
11353         * gnus.el (gnus-version-number): Bump version.
11354
11355 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11356
11357         * gnus.el: No Gnus v0.6 is released.
11358
11359 2007-04-27  Didier Verna  <didier@xemacs.org>
11360
11361         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11362         * gmm-utils.el (gmm-regexp-concat): ... here.
11363         * message.el: Don't require 'gnus-util.
11364         (message-dont-reply-to-names): Handle name change above.
11365         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11366
11367 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11370         since the initial value varies according to the system.
11371
11372 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11375
11376 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11377
11378         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11379
11380 2007-04-24  Didier Verna  <didier@xemacs.org>
11381
11382         Improve the type of gnus-ignored-from-addresses.
11383         * gnus-util.el (gnus-orify-regexp): New function.
11384         * message.el (gnus-util): Require it.
11385         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11386         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11387         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11388
11389 2007-04-24  Didier Verna  <didier@xemacs.org>
11390
11391         * gnus-sum.el:
11392         * gnus-utils.el: Fix some trailing whitespaces.
11393
11394 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11395
11396         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11397         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11398         article's Message-ID; refer parent article in summary buffer.
11399
11400         * message.el (message-bounce): Call mime-to-mml.
11401
11402         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11403         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11404         optimize and/or forms properly.
11405
11406 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11409         URL.
11410
11411 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11414
11415 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11416
11417         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11418         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11419         displayed of multipart/alternative part if it is invoked from summary
11420         buffer.
11421
11422         * mm-view.el (mm-inline-text-html-render-with-w3m)
11423         (mm-inline-text-html-render-with-w3m-standalone)
11424         (mm-inline-render-with-function): Use mail-parse-charset by default.
11425
11426 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11427
11428         * parse-time.el (parse-time-string-chars): Check if CHAR
11429         is less than the length of parse-time-syntax.
11430
11431 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11434         from gnus-newsgroup-processable.
11435
11436 2007-04-16  Didier Verna  <didier@xemacs.org>
11437
11438         * gnus-msg.el (gnus-configure-posting-styles):
11439         Handle message-signature-directory properly with :file syntax.
11440         Reported by "Leo".
11441
11442 2007-04-11  Didier Verna  <didier@xemacs.org>
11443
11444         New user option: message-signature-directory.
11445         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11446         * message.el (message-insert-signature): Ditto.
11447         * message.el (message-signature-file): Doc update.
11448         * message.el (message-signature-directory): New.
11449
11450 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11451
11452         * gnus-msg.el (gnus-inews-yank-articles):
11453         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11454
11455 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * message.el (message-yank-original): Make sure cited text ends with
11458         newline; don't exchange point and mark.
11459
11460 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11461
11462         * tls.el (open-tls-stream): Properly handle case where there
11463         is no associated buffer.
11464
11465 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11466
11467         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11468         message-yank-original, make sure (< mark TEXT point).
11469
11470 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11471
11472         * message.el (message-fill-column): New variable.
11473         (message-mode): Use it.  Add comment on a possible new hook.
11474
11475         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11476         (nnmail-get-new-mail): Reformat.
11477
11478         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11479
11480         * gmm-utils.el: Fix Commentary.
11481         (gmm-tool-bar-from-list): Fix typo in doc string.
11482
11483 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11484
11485         * message.el (message-yank-original): Don't switch point and mark
11486         unnecessarily to put point and mark as documented.
11487
11488 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11489
11490         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
11491         from the message heads.
11492
11493 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
11494
11495         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
11496         article buffer does not have a window.  This may not be the best
11497         solution but is certainly better than setting the start of the null,
11498         that is the current, window.
11499
11500 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11501
11502         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11503         (gnus-draft-setup): Run it.
11504
11505         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11506         gnus-score-fast-scoring.  Allow regexp.
11507         (gnus-score-headers): Use it.
11508
11509         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11510         XEmacs.
11511
11512         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11513         string.
11514         (gnus-button-alist): Also catch `<f1> k ...'.
11515         (gnus-treat-display-x-face): Fix doc string.
11516
11517 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11518
11519         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11520         evaluation of gnus-extended-version to ensure correct generation of the
11521         User-Agent header when message-generate-headers-first is used.
11522
11523 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11524
11525         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11526         hashcash-path is nil.  Don't call callback with incorrect number of
11527         parameters if val is 0.
11528
11529 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11530
11531         * message.el (message-required-news-headers):
11532         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11533
11534 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11535
11536         * tls.el (open-tls-stream): In handshake-waiting loop,
11537         don't wait more if there is output available to process.
11538
11539 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11540
11541         * tls.el (tls-program): Doc fix.
11542
11543 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * message.el (message-generate-new-buffers): Change the meaning of the
11546         nil value; add `standard' to the choices; treat t as `unique'; improve
11547         doc string.
11548         (gnus-select-frame-set-input-focus): Autoload.
11549         (message-buffer-name): Search for the existing message buffer if
11550         message-generate-new-buffers is nil or `standard'; treat the value t of
11551         message-generate-new-buffers as `unique'.
11552         (message-pop-to-buffer): Raise the frame already displaying the message
11553         buffer; clear the echo area after querying.
11554         (message-setup): Pass the `continue' argument to compose-mail.
11555         (message-mail): Prefer `switch-function' if it is given; search for the
11556         existing message buffer if the `continue' argument is non-nil; pass
11557         continue and switch-function arguments to compose-mail by way of
11558         message-setup.
11559         (message-mail-other-window): Adjust argument of message-setup.
11560         (message-mail-other-frame): Ditto.
11561
11562 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11565         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11566         to turn font-lock on when turning gnus-message-citation-mode on.
11567
11568 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11569
11570         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11571         (mml-smime-function-alist): New variable; add epg as the backend.
11572         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11573         mml-smime- functions instead.
11574         * mm-view.el: Require smime.
11575
11576 2007-03-05  Didier Verna  <didier@xemacs.org>
11577
11578         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11579         instead of just inheritance for posting styles.
11580         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11581
11582 2007-02-24  Chris Moore  <dooglus@gmail.com>
11583
11584         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11585         * pgg-pgp.el (pgg-pgp-encrypt-region):
11586         * pgg-gpg.el (pgg-gpg-encrypt-region):
11587         Check pgg-encrypt-for-me if no other recipients.
11588
11589 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11590
11591         * tls.el (tls-certtool-program): Fix custom type.
11592
11593 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11596         and point-at-eol instead of line-(beginning|end)-position.
11597
11598         * assistant.el (assistant-parse-buffer): Ditto.
11599
11600         * netrc.el (netrc-parse-services): Ditto.
11601
11602 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11603
11604         * mml2015.el (mml2015-epg-find-usable-key): New function.
11605         (mml2015-epg-sign): Use it.
11606         (mml2015-epg-encrypt): Use it.
11607
11608 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * message.el (message-make-in-reply-to): Quote name containing
11611         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11612         if there are special characters.  Reported by NAKAJI Hiroyuki
11613         <nakaji@jp.freebsd.org>.
11614
11615 2007-02-27  Didier Verna  <didier@xemacs.org>
11616
11617         Include the group parameters as well as the topic ones in the
11618         inheritance filter process.
11619         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11620         argument GROUP-PARAMS-LIST.
11621         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11622
11623 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11624
11625         * nntp.el (nntp-never-echoes-commands)
11626         (nntp-open-connection-functions-never-echo-commands): New variables.
11627         (nntp-send-command): Use them.
11628
11629 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11630
11631         * mml2015.el (mml2015-epg-verify): Simplify.
11632
11633 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * mml.el (mml-content-disposition-alist): New user option.
11636         (mml-content-disposition): New function.
11637         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11638         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11639
11640 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11641
11642         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11643         verification.
11644
11645 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11646
11647         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11648         articles posted in the last 24 hours.
11649
11650 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11651
11652         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11653
11654 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11655
11656         * nntp.el (nntp-send-command): Don't wait for echoes when
11657         nntp-open-ssl-stream is used.
11658
11659 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11662         (gnus-message-add-citation-keywords)
11663         (gnus-message-remove-citation-keywords): Remove.
11664         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11665         directly, make the variables in font-lock-defaults buffer-local, add
11666         gnus-message-citation-keywords to them and then update the value of
11667         font-lock-keywords.
11668
11669 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * message.el (message-cite-original-1): Don't call
11672         gnus-article-highlight-citation.
11673
11674         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11675         citations; fix line count.
11676
11677 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11680         (gnus-message-add-citation-keywords)
11681         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11682         versions of font-lock-add-keywords and font-lock-remove-keywords to
11683         work with XEmacs correctly.
11684
11685 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * gnus-cite.el (gnus-cite-face-list): Set the values of
11688         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11689         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11690         (gnus-message-cite-prefix-regexp): New variable.
11691         (gnus-message-search-citation-line): Use it; protect against long
11692         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11693         the 0th match data for Emacs.
11694         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11695         (gnus-message-add-citation-keywords): Append keywords rather than
11696         prepending; emulate font-lock-add-keywords if it is not available.
11697         (gnus-message-remove-citation-keywords):
11698         Emulate font-lock-remove-keywords if it is not available.
11699
11700         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11701
11702         * message.el (message-cite-prefix-regexp): Set the value of
11703         gnus-message-cite-prefix-regexp.
11704
11705 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11706
11707         * nnweb.el (nnweb-google-parse-1): Update parser.
11708
11709 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11710
11711         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11712
11713 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11714
11715         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11716         regexp.
11717
11718 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11719
11720         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11721         string-to-multibyte.
11722         (uudecode-decode-region-internal): Use it.
11723
11724         * lpath.el: Fbind string-as-multibyte for XEmacs.
11725
11726 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11727
11728         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11729         Fix custom choice.
11730
11731         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11732
11733 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11734
11735         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11736
11737         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11738         `write-region' to respect `mm-inhibit-file-name-handlers'.
11739
11740 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11741
11742         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11743         Use gnus-home-directory instead of "~/" or "$HOME".
11744
11745 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11746
11747         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11748         to mention filename.
11749         Add comments at beginning regarding usage.
11750         (encrypt-write-file-contents): Change interactive so a string is
11751         acceptable.  If the file has no associated model, show an error instead
11752         of a nonsense prompt.
11753
11754 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11755
11756         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11757         Thanks to Yoshihiko Yamada for kind notification of this typo.
11758
11759 2007-01-12  Kenichi Handa  <handa@m17n.org>
11760
11761         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11762         multibyte buffer.
11763
11764 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11765
11766         * gnus-score.el (gnus-score-fast-scoring): New variable.
11767         (gnus-score-headers): Use it.
11768
11769         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11770
11771         * message.el (message-cite-original-1):
11772         Call gnus-article-highlight-citation if requested.
11773         (message-make-from): Allow name and address as optional arguments.
11774
11775         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11776
11777         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11778         bugs to doc string.
11779         (gnus-button-alist): Add mid\\|message-id.
11780         (gnus-button-fetch-group): Extend for use in
11781         `browse-url-browser-function'.
11782         (gnus-button-url-regexp): Try to catch paired parentheses like in
11783         Wikipedia URLs.
11784
11785         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11786         Suggested by Simon Krahnke <overlord@gmx.li>.
11787
11788 2007-01-13  Romain Francoise  <romain@orebokech.com>
11789
11790         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11791         Update copyright.
11792
11793 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11794
11795         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11796
11797 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11798
11799         * gnus-registry.el (gnus-registry-unfollowed-groups)
11800         (gnus-registry-split-fancy-with-parent): Fix documentation.
11801
11802 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11803
11804         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11805         from nnweb groups.
11806
11807 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11810         Xref urls.  Erase buffer before requesting head.
11811
11812         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11813
11814 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11817         customizable.
11818
11819 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11820
11821         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11822         no signing key is found.
11823         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11824         no encrypting and/or signing key is found.
11825
11826 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11829
11830 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11831
11832         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11833         headers read from disk with the ones newly found in the current search.
11834         This should no longer cause problems, because the article numbers in
11835         Gmane's `nov.php' output are ignored since the previous change.
11836
11837 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11838
11839         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11840
11841 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11842
11843         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11844         replace-regexp-in-string; bind url-version; fbind display-images-p and
11845         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11846         find-face and set-itimer-function for Emacs; bind itimer-list for
11847         Emacs.
11848
11849         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11850
11851 2007-01-01  Romain Francoise  <romain@orebokech.com>
11852
11853         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11854
11855 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11856
11857         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11858         `define-minor-mode' macro definition expanded properly.
11859         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11860         exclude it there.
11861
11862         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11863         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11864         `fboundp' test.
11865         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11866         This is OK to autoload in (S)XEmacs now.
11867
11868 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869
11870         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11871         keystroke.
11872         (gnus-summary-limit-to-singletons): Fix typo.
11873
11874         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11875         else fails.
11876
11877 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11878
11879         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11880         docstring.
11881
11882         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11883         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11884         (gnus-summary-insert-dormant-articles): Fix typo in message.
11885
11886 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11887
11888         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11889         nil for XEmacs.
11890         (gnus-message-citation-mode): Don't autoload in XEmacs.
11891
11892         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11893
11894 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11895
11896         * nnimap.el (nnimap-expunge-search-string):
11897         Mention nnimap-search-uids-not-since-is-evil in docstring.
11898
11899 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * spam.el: Revert to make-obsolete-variable because
11902         define-obsolete-variable-alias is not supported in Emacs 21.
11903
11904         * spam.el (spam-ifile-path, spam-ifile-database-path)
11905         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11906         make-obsolete-variable.
11907         (spam-bsfilter-path, spam-bsfilter-program)
11908         (spam-spamassassin-path, spam-spamassassin-program)
11909         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11910         Don't use "path" inappropriately.
11911         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11912         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11913         variable names.
11914
11915 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11916
11917         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11918         summary buffer.
11919
11920         * password.el (password-cache-remove): Use clear-string to burn
11921         password, if available.
11922
11923 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11924
11925         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11926
11927         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11928
11929         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11930         (gnus-message-highlight-citation): Move defcustom here from
11931         gnus-cite.el.
11932         (gnus-message-citation-mode): Autoload.
11933
11934         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11935         checks to make it compile with XEmacs.
11936         (gnus-message-citation-mode): New minor mode.
11937         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11938         (gnus-message-highlight-citation): New variables.
11939         (gnus-message-search-citation-line)
11940         (gnus-message-add-citation-keywords)
11941         (gnus-message-remove-citation-keywords)
11942         (turn-on-gnus-message-citation-mode)
11943         (turn-off-gnus-message-citation-mode): New functions.
11944
11945 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11946
11947         * gnus-cite.el: Enable highlighting of different citation levels in
11948         message-mode.
11949
11950 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11951
11952         * message.el (message-make-fqdn): Fix comment.
11953         (message-bogus-system-names): Add ".local".
11954
11955         * spam.el (spam-ifile-path, spam-ifile-program)
11956         (spam-ifile-database-path, spam-ifile-database)
11957         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11958         Don't use "path" inappropriately.
11959         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11960         strings.
11961         (spam-check-ifile, spam-ifile-register-with-ifile)
11962         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11963         Use new variable names.
11964
11965         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11966         (gnus-treat-display-smileys): Simplify using
11967         gnus-image-type-available-p.
11968
11969         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11970         available.
11971
11972         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11973         Use `display-images-p' if available.
11974
11975 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11978         one after turning on the buffer's multibyteness instead of decoding
11979         them directly in the unibyte buffer that causes unexpected conversion
11980         in Emacs 23 (unicode).
11981
11982 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11983
11984         * message.el (message-generate-hashcash): Fix custom type.
11985
11986 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11987
11988         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11989
11990 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11991
11992         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11993         disconnect icons.  Add help text.
11994
11995 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11996
11997         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11998         negated to be consistent with the others we handle.
11999
12000 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12001
12002         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12003         version of gnus-summary-buffer to something, so that we can use two
12004         article buffers at the same time.
12005
12006 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12007
12008         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12009         trigger all the extra headers.
12010         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12011         sorting.
12012
12013 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12014
12015         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12016         solid groups.
12017
12018 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12019
12020         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12021
12022 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * legacy-gnus-agent.el: Add Copyright notice.
12025
12026 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12027
12028         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12029
12030 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12031
12032         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12033
12034         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12035         to make it work reliably in CVS Emacs.
12036         (gnus-summary-limit-strange-charsets-predicate)
12037         (gnus-summary-limit-to-predicate): New functions.
12038
12039 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12040
12041         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12042         specifying array size.
12043         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12044         array if it is too small.
12045         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12046         (gnus-sort-threads-loop): New function.
12047
12048 2006-12-06  Chris Moore  <dooglus@gmail.com>
12049
12050         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12051         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12052
12053 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12054
12055         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12056         options.
12057
12058 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12059
12060         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12061         DOS-ing the recipient.
12062
12063         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12064         the headers when creating the mapping to avoid mismappings.
12065         (nnweb-gmane-create-mapping): Always nix out old mapping.
12066
12067 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12068
12069         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12070         and mm-verify-option to never.
12071
12072 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * message.el (message-signed-or-encrypted-p): New function.
12075         (message-forward-make-body): Use it.
12076
12077         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12078         Replace encode-coding-string with mm-encode-coding-string.
12079
12080 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * nneething.el (nneething-decode-file-name):
12083         Replace decode-coding-string with mm-decode-coding-string.
12084
12085         * gnus-int.el (gnus-open-server): Say failed server's name.
12086
12087 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12088
12089         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12090         strings to a single string.  Quote `errors-file-name'.
12091         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12092         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12093         Adjust calls.  Use `shell-quote-argument'.
12094
12095 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12096
12097         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12098         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12099
12100         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12101         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12102         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12103         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12104         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12105         (gnus-subscribe-newsgroup, gnus-1):
12106         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12107         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12108         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12109         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12110
12111 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12112
12113         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12114         keystroke.
12115         (gnus-summary-limit-to-bodies): Implement headersp.
12116
12117 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12118
12119         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12120
12121 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12124
12125 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12126
12127         * message.el (message-generate-hashcash): Expand range of values to
12128         include `opportunistic'.
12129         (message-send-mail): Use it.
12130
12131 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12132
12133         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12134         and comment it.
12135
12136         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12137
12138 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * gnus-util.el (gnus-extract-address-components): Improve comment.
12141
12142 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-util.el (gnus-extract-address-components): Work with address in
12145         which the name portion contains @.
12146
12147         * lpath.el: Fbind custom-autoload.
12148
12149 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12150
12151         * gnus.el (gnus-start): Move custom group up.
12152         (gnus-select-method): Don't autoload, but make it available for
12153         `customize-variable'.
12154         (gnus-getenv-nntpserver): Don't autoload.
12155
12156 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12157
12158         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12159
12160 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12161
12162         * message.el (message-sendmail-extra-arguments): New variable.
12163         (message-send-mail-with-sendmail): Use it.
12164
12165 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12168         mm-with-unibyte-current-buffer to make string unibyte.
12169
12170         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12171         mm-string-as-multibyte.
12172
12173 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12174
12175         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12176         Reported by Werner Koch <wk@gnupg.org>.
12177
12178 2006-11-14  Daiki Ueno  <ueno@p360>
12179
12180         * mml2015.el: Autoload epa-select-keys when compiling.
12181
12182 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12183
12184         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12185         message-options.
12186         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12187
12188 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12189
12190         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12191         EasyPG (< 0.0.6).
12192         (mml2015-always-trust): New user option.
12193         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12194         prompt.
12195
12196 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * nntp.el (nntp-authinfo-force): New variable.
12199         (nntp-send-authinfo): Use it.
12200
12201 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12202
12203         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12204         decode encoded words.  Improve prompt.  Add comment about forwarding.
12205         (message-replacement-char): Move up.
12206
12207 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12208
12209         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12210         instead of gnus-intersection because arguments of gnus-sorted-nunion
12211         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12212
12213 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12216         (message-simplify-subject-functions):
12217         Enable message-strip-subject-encoded-words by default.
12218
12219 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12220
12221         * message.el (message-strip-subject-encoded-words): New function.
12222         (message-simplify-subject-functions): New variable.
12223         (message-simplify-subject): Use it.  Fix typo in doc string.
12224         Support message-strip-subject-encoded-words.
12225
12226 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12227
12228         * gnus-diary.el (gnus-diary-delay-format-function):
12229         * nndiary.el (nndiary-reminders):
12230         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12231
12232 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12233
12234         * gnus-art.el (article-hide-boring-headers): Fetch date from
12235         gnus-original-article-buffer to avoid problems with localized date
12236         strings.
12237
12238 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12241
12242 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12243
12244         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12245         New variables.
12246         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12247         (mm-charset-synonym-alist): Move some entries to
12248         mm-codepage-iso-8859-list.
12249         (mm-charset-synonym-alist, mm-charset-override-alist):
12250         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12251
12252 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12255
12256 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12257
12258         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12259         with Emacs 21 and XEmacs.
12260
12261 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12262
12263         * spam.el (spam-parse-address): New function for better parsing,
12264         catching errors, etc.
12265         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12266
12267 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * mm-view.el: Add interactive arg to html2text autoload.
12270
12271 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12274
12275 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12276
12277         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12278         New variables.
12279         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12280         (mm-charset-synonym-alist): Move some entries to
12281         mm-codepage-iso-8859-list.
12282
12283         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12284
12285 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * message.el (message-citation-line-format)
12288         (message-insert-formated-citation-line): Fix implementation of %E, %N
12289         and %n according to the doc string.
12290
12291 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12292
12293         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12294         Use car-safe to avoid bad parses.
12295
12296 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12299         names.
12300
12301         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12302
12303 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12306         header.
12307
12308         * message.el (message-draft-headers): Add Date.
12309         (message-headers-to-generate): Fix typo in docstring.
12310
12311         * nndraft.el (nndraft-required-headers): New variable.
12312         (nndraft-generate-headers): Use it.
12313
12314         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12315
12316 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12317
12318         * gnus-registry.el (gnus-registry-wash-for-keywords)
12319         (gnus-registry-find-keywords): New functions to allow easy searching of
12320         articles that are in the registry.
12321
12322 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12323
12324         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12325         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12326         Reported by Damien Elmes <damien@repose.cx>.
12327
12328 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12329
12330         * gnus.el (gnus-mime): Remove unused custom group.
12331
12332 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12333
12334         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12335         "blank line" when searching for end of armor headers.
12336
12337 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * gmm-utils.el (gmm-write-region): Fix variable name.
12340
12341 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12342
12343         * gmm-utils.el (gmm-write-region): New function based on compatibility
12344         code from `mm-make-temp-file'.
12345
12346         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12347
12348         * nnmaildir.el (nnmaildir--update-nov)
12349         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12350         Use `gmm-write-region'.
12351
12352 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12353
12354         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12355         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12356
12357         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12358
12359         * message.el (message-replacement-char): New variable.
12360         (message-fix-before-sending): Use it.
12361         (message-simplify-subject): New function to remove duplicate code.
12362         (message-reply, message-followup): Use it.
12363
12364         * gnus-sum.el (gnus-summary-make-menu-bar):
12365         Clarify gnus-summary-limit-to-articles.
12366
12367 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * gnus-util.el (gnus-with-local-quit): New macro.
12370
12371         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12372
12373 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12374
12375         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12376         ignore non-string data.
12377
12378 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12379
12380         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12381         non-string data (needs to be done in the registry too).
12382
12383 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12384
12385         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12386         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12387         (gnus-registry-split-fancy-with-parent)
12388         (gnus-registry-fetch-simplified-message-subject-fast)
12389         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12390         Remove text properties on ingress into the registry and when it's saved.
12391         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12392         registry from entries with no groups.
12393
12394 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12395
12396         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12397         function to remove string properties.
12398
12399 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * gmm-utils.el (gmm): Adjust custom version.
12402
12403         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12404         Adjust custom version.
12405
12406         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12407
12408 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12409
12410         * gnus-art.el (gnus-insert-prev-page-button)
12411         (gnus-insert-next-page-button): Simplify.  Reformat.
12412
12413 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12414
12415         * gnus-art.el (gnus-insert-prev-page-button)
12416         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12417
12418 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12419
12420         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12421
12422 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12423
12424         * gnus-art.el (gnus-insert-mime-button)
12425         (gnus-insert-mime-security-button):
12426         Apply gnus-article-button-face to MIME and security buttons.
12427
12428 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12431         readable.
12432
12433 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12436
12437 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12438
12439         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12440         `browse-url-of-file' instead of `browse-url'.
12441
12442 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12443
12444         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12445         regexp.  Articles containing quotation were cut prematurely.
12446
12447 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * message.el (message-cite-original-1): Use nobody by default for the
12450         value of From header.
12451         (message-reply): Ditto.
12452
12453 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12454
12455         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12456         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12457         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12458
12459 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12460
12461         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12462         mails in the doc string.  Add some URLs in comment.
12463         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12464
12465 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12468         backslashes handling and the way to find boundaries of quoted strings.
12469
12470 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12471
12472         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12473         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12474         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12475         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12476
12477 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12478
12479         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12480         doc string.
12481         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12482
12483 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * lpath.el: Fbind epg-check-configuration.
12486
12487 2006-09-06  Simon Josefsson  <jas@extundo.com>
12488
12489         * mml2015.el (mml2015-use): Doc fix, mention epg.
12490
12491 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12492
12493         * mml2015.el (mml2015-use): Default to epg, if available.
12494
12495 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
12496
12497         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12498         message-sender.
12499         (mml1991-epg-encrypt): Ditto.
12500         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12501         message-sender.
12502         (mml2015-epg-encrypt): Ditto.
12503
12504 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12505
12506         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12507         several common directories.
12508
12509 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12510
12511         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12512         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12513
12514 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12515
12516         * gnus-art.el (article-decode-encoded-words): Make it fast.
12517
12518 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12519
12520         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12521
12522         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12523         in quoted string into `\'.
12524
12525 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12528         Use standard-syntax-table.
12529
12530 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-art.el (gnus-decode-address-function): New variable.
12533         (article-decode-encoded-words): Use it to decode headers which are
12534         assumed to contain addresses.
12535         (gnus-mime-delete-part): Remove useless `or'.
12536
12537         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12538         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12539         (gnus-nov-parse-line): Use it to decode From header.
12540         (gnus-get-newsgroup-headers): Ditto.
12541         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12542
12543         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12544         (mail-decode-encoded-address-string): New alias.
12545
12546         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12547         New function.
12548         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12549         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12550         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12551         (rfc2047-decode-string): Ditto.
12552         (rfc2047-decode-address-region): New function.
12553         (rfc2047-decode-address-string): New function.
12554
12555 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12556
12557         * message.el (message-caesar-buffer-body): Allow rotating headers.
12558
12559         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12560
12561         * message.el (message-insert-formated-citation-line): Fix %f.
12562         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12563
12564 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12567         (gnus-bookmark-mouse-available-p): New macro.
12568         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12569         (gnus-bookmark-bmenu-show-infos): Use it.
12570         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12571         (gnus-bookmark-bmenu-hide-infos): Ditto.
12572         (gnus-bookmark-remove-properties): New function.
12573         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12574         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12575         (gnus-bookmark-write-file): Bind coding-system-for-write.
12576         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12577         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12578         group before selecting it.
12579         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12580         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12581         quit-window if it is not available; use gnus-mouse-2 and bind it to
12582         gnus-bookmark-bmenu-select-by-mouse.
12583         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12584         (gnus-bookmark-bmenu-select-by-mouse): New function.
12585
12586 2006-08-13  Romain Francoise  <romain@orebokech.com>
12587
12588         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12589         space.
12590
12591 2006-08-10  Romain Francoise  <romain@orebokech.com>
12592
12593         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12594         (dns-mode-soa-auto-increment-serial): New user option.
12595         (dns-mode-soa-maybe-increment-serial): New function.
12596         (dns-mode): Add the latter to `write-contents-functions'.
12597
12598 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * compface.el (uncompface): Use binary rather than raw-text-unix.
12601
12602 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12603
12604         * compface.el (uncompface): Make sure the eol conversion doesn't take
12605         place when communicating with the external programs.
12606         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12607
12608 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12611
12612 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12613
12614         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12615         Make it more robust by parsing author and date independently.
12616
12617 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12620
12621 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12622
12623         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12624         first matching secret key.
12625         (mml2015-epg-encrypt): Ditto.
12626
12627         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12628         first matching secret key.
12629         (mml1991-epg-encrypt): Ditto.
12630
12631         * mml2015.el (mml2015-encrypt-to-self): New user option.
12632         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12633         mml2015-epg-encrypt-to-self is set.
12634
12635         * mml1991.el (mml1991-encrypt-to-self): New variable.
12636         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12637         mml1991-epg-encrypt-to-self is set.
12638
12639         * mml2015.el (mml2015-signers): New user option.
12640         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12641         (mml2015-epg-encrypt): Allow to select signing keys.
12642
12643         * mml1991.el (mml1991-signers): New variable.
12644         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12645         (mml1991-epg-encrypt): Allow to select signing keys.
12646
12647 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * nnheader.el (nnheader-insert-head): Make it work even if the file
12650         uses CRLF for the line-break code.
12651
12652 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12653
12654         * mml2015.el: Require mml-sec instead of password.
12655         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12656         (mml2015-cache-passphrase): Inherit the default value from
12657         mml-secure-cache-passphrase.
12658         (mml2015-passphrase-cache-expiry): Inherit the default value from
12659         mml-secure-passphrase-cache-expiry.
12660
12661         * mml1991.el: Require mml-sec instead of password.
12662         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12663         (mml1991-cache-passphrase): Inherit the default value from
12664         mml-secure-cache-passphrase.
12665         (mml1991-passphrase-cache-expiry): Inherit the default value from
12666         mml-secure-passphrase-cache-expiry.
12667
12668         * mml-sec.el: Require password.
12669         (mml-secure-verbose): New user option.
12670         (mml-secure-cache-passphrase): New user option.
12671         (mml-secure-passphrase-cache-expiry): New user option.
12672
12673 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12674
12675         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12676         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12677         andreas@altroot.de (Andreas Vögele).
12678
12679         FIXME: Use `tiny change'?
12680
12681 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12682
12683         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12684         workaround for the url package included with Emacs.
12685
12686         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12687
12688 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12691         correctly.  This fixes a bug caused by the 2006-05-12 change.
12692
12693 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12694
12695         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12696         some information about the error when saying that the `bogus' mail
12697         group will be used.
12698
12699 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12700
12701         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12702         string.
12703
12704 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12705
12706         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12707
12708 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12709
12710         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12711
12712 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12713
12714         * mml1991.el (mml1991-function-alist): Add epg.
12715         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12716         (mml1991-epg-encrypt): New functions.
12717
12718 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12719
12720         * mml2015.el (mml2015-verbose): New variable.
12721         (mml2015-cache-passphrase): Ditto.
12722         (mml2015-passphrase-cache-expiry): Ditto.
12723         (mml2015-function-alist): Add epg.
12724         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12725         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12726         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12727         New functions.
12728
12729 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12730
12731         * message.el (message-cite-original-1): Preserve region when removing
12732         quoted text due to X-No-Archive in order to avoid bogus attribution
12733         when citing multiple messages.
12734
12735 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12736
12737         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12738         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12739
12740 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12741
12742         * gnus-diary.el (gnus-user-format-function-d)
12743         (gnus-user-format-function-D): Autoload.
12744
12745         * imap.el (Commentary): Fix typo.
12746
12747         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12748         2006-04-22 contribution.
12749
12750 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12751
12752         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12753         It didn't really fix the bogosity I'm seeing with solid web groups.
12754
12755 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12756
12757         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12758         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12759         created using server names.  If we use the feature without declaring
12760         it, Gnus does not properly manage server and group state.
12761
12762         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12763         bound.
12764
12765 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12766
12767         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12768         looking up the method using GROUP's prefix before inventing a new one.
12769         It is used on killed/unknown groups in various places where returning
12770         an all-new method isn't expected by the caller.
12771
12772         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12773         and match semantics of gnus-group-real-prefix.
12774
12775 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * nnmail.el (nnmail-broken-references-mailers): New variable.
12778         (nnmail-ignore-broken-references): New function generalizing
12779         nnmail-fix-eudora-headers.
12780         (nnmail-fix-eudora-headers): Now obsolete.
12781
12782         * gnus-art.el (gnus-button-handle-custom):
12783         Support `customize-apropos*'.
12784
12785 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12786
12787         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12788
12789         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12790         articles.
12791
12792 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12793
12794         * message.el (message-cite-reply-above): New variable.
12795         (message-yank-original): Use it.
12796
12797 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12800
12801 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12802
12803         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12804         as read.
12805
12806         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12807
12808 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12811         (gnus-bookmark-default-file): Use gnus-directory.
12812         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12813         Remove "*" in doc string.
12814         (gnus-bookmark-write-file): Simplify.
12815         (gnus-bookmark-maybe-sort-alist): Use `when'.
12816         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12817         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12818         Add FIXME about Emacs 21 and XEmacs compatibility.
12819         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12820         compatibility.
12821         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12822         compatibility.
12823         (gnus-bookmark-menu-heading): Fix version.
12824
12825 2006-06-19  Bastien Guerry  <bzg@altern.org>
12826
12827         * gnus-bookmark.el: New file.
12828
12829 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * message.el (message-syntax-checks): Doc fix.
12832
12833 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12834
12835         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12836         unsubscribed groups as if they were killed ones.  It causes duplicate
12837         entries in gnus-newsrc-alist.
12838
12839 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12840
12841         * message.el (message-syntax-checks): Doc fix.
12842         (message-send-mail): Add check for continuation headers.
12843         (message-check-news-header-syntax): Fix regexp used to check for
12844         continuation headers.
12845
12846 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12847
12848         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12849
12850 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12851
12852         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12853
12854 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12855
12856         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12857         default-truncate-lines.
12858
12859 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12862         to fill the utf-8 entry.
12863
12864         * lpath.el: Fbind unicode-precedence-list.
12865
12866 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12867
12868         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12869
12870 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12871
12872         * gnus-agent.el (directory-files-and-attributes): Move all the way
12873         forward (the third and final move).
12874         (gnus-agent-read-agentview): Trap reconstruction errors due to
12875         nonexistent directory.  Handle by returning nil.
12876
12877 2006-05-30  Didier Verna  <didier@xemacs.org>
12878
12879         * message.el (message-dont-reply-to-names): Update the custom type.
12880         * message.el (message-dont-reply-to-names): New defsubst: potentially
12881         convert a list of regexps into a single one.
12882         * message.el (message-get-reply-headers): Use it.
12883         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12884
12885 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-agent.el (directory-files-and-attributes): Move forward.
12888
12889 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * gnus-ml.el (gnus-mailing-list-subscribe)
12892         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12893         (gnus-mailing-list-message): Fix doc strings.
12894
12895 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12896
12897         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12898         of doing it manually.
12899
12900 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12901
12902         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12903         comment.
12904
12905 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12906
12907         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12908         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12909         (gnus-agent-read-local): All symbols allocated in my-obarray.
12910         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12911         (gnus-agent-regenerate-group): Check numeric names to see if they are
12912         messages or groups.
12913         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12914         better way of do this...)
12915
12916         * gnus-cache.el (gnus-agent-total-fetched-for):
12917         Ignore 'dummy.group' (there should be a better way of do this...)
12918
12919 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12920
12921         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12922         (gnus-saved-headers): Ditto.
12923         (gnus-default-article-saver): Mention functions may have properties.
12924         (gnus-article-save): Override gnus-save-all-headers and
12925         gnus-saved-headers by :headers property which saver function may have.
12926         (gnus-summary-save-in-file): Add :headers property.
12927         (gnus-summary-write-to-file): Ditto.
12928
12929         * gnus-sum.el (gnus-summary-save-article): Bind
12930         gnus-prompt-before-saving to t when saving many articles in a file;
12931         always show all headers.
12932
12933         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12934
12935 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12938         marks.
12939
12940         * message.el (message-indent-citation): Add optional arguments to allow
12941         using it outside of message buffers.
12942
12943         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12944         (gnus-article-treat-unfold-headers): Use it.
12945         (gnus-article-truncate-lines): New variable.
12946         (gnus-article-mode): Use it.
12947         (gnus-article-toggle-truncate-lines): New function.
12948
12949         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12950         Add gnus-article-toggle-truncate-lines.
12951
12952         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12953         coding system in XEmacs, use binary.
12954
12955 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12958         after-load-alist.
12959
12960         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12961         this function should save decoded articles.
12962         (gnus-summary-write-to-file): Use property to specify this function
12963         should save decoded articles and specify gnus-summary-save-in-file
12964         should be used to save articles other than the first one when saving
12965         many articles.
12966         (gnus-summary-save-body-in-file): Use property to specify this
12967         function should save decoded articles.
12968         (gnus-summary-write-body-to-file): Use property to specify this
12969         function should save decoded articles and specify
12970         gnus-summary-save-body-in-file should be used to save articles other
12971         than the first one when saving many articles.
12972
12973         * gnus-sum.el (gnus-summary-save-article): Simplify.
12974
12975 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-art.el (gnus-default-article-saver):
12978         Add gnus-summary-write-body-to-file.
12979         (gnus-article-save-coding-system): Don't use coding system object
12980         in XEmacs.
12981         (gnus-read-save-file-name): Add optional `dir-var' argument which
12982         specifies directory in which files are saved; work even if optional
12983         `variable' argument is not specified.
12984         (gnus-summary-write-to-file): Read file name.
12985         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12986         (gnus-summary-write-body-to-file): New function.
12987
12988         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12989         (gnus-summary-local-variables): Add it.
12990         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12991         (gnus-summary-save-article): Remove optional `decode' argument;
12992         determine whether to decode articles by the value of
12993         gnus-default-article-saver; when saving many files using
12994         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12995         it first and use gnus-summary-save-in-file or
12996         gnus-summary-save-body-in-file thereafter unless
12997         gnus-prompt-before-saving is always; move point to article which
12998         will be saved.
12999         (gnus-summary-save-article-file): Revert.
13000         (gnus-summary-write-article-file): Revert.
13001         (gnus-summary-save-article-body-file): Revert.
13002         (gnus-summary-write-article-body-file): New function.
13003
13004 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * gnus-art.el (gnus-default-article-saver): Doc fix.
13007         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13008         from gnus-summary-save-article-coding-system, and default to a
13009         certain coding system.
13010         (gnus-output-to-file): Add coding cookie and encode text according
13011         to gnus-article-save-coding-system; don't use mm-append-to-file.
13012
13013         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13014         gnus-art.el and rename to gnus-article-save-coding-system.
13015         (gnus-summary-save-article): Require gnus-art; don't show all
13016         headers if it decodes articles; don't add coding cookie here;
13017         don't bind mm-text-coding-system-for-write.
13018         (gnus-summary-save-article-file): Save decoded articles.
13019         (gnus-summary-write-article-file): When saving many files, use
13020         gnus-summary-write-to-file first and gnus-summary-save-in-file
13021         thereafter unless gnus-prompt-before-saving is always.
13022         (gnus-summary-save-article-body-file): Save decoded articles.
13023
13024         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13025
13026 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * nnrss.el (nnrss-check-group): Bind hash-index.
13029
13030 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13031
13032         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13033         its hash index.  Store this hash in `nnrss-group-data'.
13034         (nnrss-read-group-data): Update accordingly.
13035
13036 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13037
13038         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13039         entry.
13040
13041         * gnus-sum.el (gnus-summary-make-menu-bar):
13042         Add gnus-article-browse-html-article.
13043
13044 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13045
13046         * gnus-sum.el (gnus-summary-mime-map):
13047         Add gnus-article-browse-html-article.
13048
13049         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13050
13051 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13052
13053         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13054         suitable coding systems in customize.
13055
13056 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13057
13058         * mail-source.el (mail-sources): Fix custom type.
13059
13060 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13063         (gnus-summary-expire-articles-now): Shorten prompt.
13064
13065         * gmm-utils.el (wid-edit): Require.
13066         (defun-gmm): Rename from `gmm-defun-compat'.
13067         (gmm-image-search-load-path): Use it.
13068         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13069
13070 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * gnus-sum.el (gnus-summary-save-article-coding-system):
13073         New variable.
13074         (gnus-summary-save-article): Add optional `decode' argument.
13075         If it is set and gnus-summary-save-article-coding-system is non-nil,
13076         save decoded article.
13077         (gnus-summary-write-article-file): Save decoded article if
13078         gnus-summary-save-article-coding-system is non-nil.
13079
13080         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13081         type.
13082
13083 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13086
13087 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13090         first to test gnus-single-article-buffer which may be buffer-local.
13091
13092         * gnus-sum.el (gnus-summary-setup-buffer):
13093         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13094         group; make gnus-article-buffer, gnus-article-current, and
13095         gnus-original-article-buffer always buffer-local.
13096         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13097         group.
13098         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13099
13100 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * nnml.el (nnml-request-compact-group): Compressed files might not
13103         have .gz extension.
13104
13105 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13106
13107         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13108         (mm-copy-to-buffer): Use with-current-buffer.
13109         (mm-display-part): Simplify.
13110         (mm-inlinable-p): Add optional arg `type'.
13111
13112 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13113
13114         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13115         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13116         Try harder to show the attachment internally or externally using
13117         gnus-mime-view-part-as-type.
13118
13119 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * message.el (message-from-style, message-signature-separator)
13122         (message-user-organization-file, message-send-mail-function)
13123         (message-citation-line-function, message-yank-prefix)
13124         (message-indent-citation-function, message-signature)
13125         (message-signature-file, message-signature-insert-empty-line):
13126         Remove autoloads.
13127
13128         * gnus-art.el (gnus-buttonized-mime-types):
13129         Remove "multipart/signed".  Revert 2006-04-26 change.
13130
13131 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13132
13133         * gnus.el (gnus-version-number): Bump version.
13134
13135 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13136
13137         * gnus.el: No Gnus v0.5 is released.
13138
13139 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13140
13141         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13142         fetching articles by message-id.
13143
13144 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13145
13146         * message.el (hashcash): Require hashcash as normal.
13147
13148         * ecomplete.el (ecomplete-highlight-match-line):
13149         Use point-at-eol.
13150         (ecomplete-highlight-match-line): Use `highlight', because that
13151         face exists in both Emacs and XEmacs.
13152
13153         * message.el (message-display-abbrev): Use point-at-bol.
13154
13155         * mail-source.el: Don't require timer/timer-funcs.
13156
13157         * gnus-async.el: Ditto.
13158
13159         * password.el: Ditto.
13160
13161         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13162
13163         * mm-url.el: Ditto.
13164
13165         * gnus-xmas.el: Don't require timer-funcs.
13166
13167         * mm-util.el: Require timer/timer-funcs.
13168
13169 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13170
13171         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13172         Close.
13173
13174 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13175
13176         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13177         unibyte after clear-decrypt function runs.
13178
13179         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13180         returns as a unibyte string.
13181
13182 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * lpath.el: Revert.
13185
13186         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13187         (pgg-gpg-process-sentinel): Revert.
13188
13189         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13190         (pgg-pgp-lookup-key): Revert.
13191
13192         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13193         (pgg-pgp5-lookup-key): Revert.
13194
13195         * pgg.el (pgg-fetch-key): Revert.
13196
13197 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * lpath.el: Fbind string-as-multibyte for XEmacs.
13200
13201         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13202         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13203         (mml1991-pgg-encrypt): Ditto.
13204
13205         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13206         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13207         a multibyte buffer.
13208
13209         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13210         (pgg-pgp-lookup-key): Ditto.
13211
13212         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13213         (pgg-pgp5-lookup-key): Ditto.
13214
13215         * pgg.el (pgg-fetch-key): Ditto.
13216
13217 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13218
13219         * message.el (message-user-organization-file): Check several
13220         locations of the organization file.
13221
13222         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13223         Add gnus-article-view-part-as-type.
13224
13225         * gnus-art.el (gnus-article-view-part-as-type): New function.
13226
13227         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13228         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13229
13230         * mml.el: Simplify autoload.
13231         (mml-mode): defvar dnd-protocol-alist instead of using
13232         symbol-value.
13233         (mml-default-directory): New variable.
13234         (mml-minibuffer-read-file): Use it.
13235         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13236
13237         * message.el (message-citation-line-format): New variable.
13238         (message-insert-formated-citation-line): New function.
13239         (message-citation-line-function):
13240         Add `message-insert-formated-citation-line' to custom type.
13241
13242         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13243         to doc string.
13244
13245         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13246         depending on mm-verify-option.
13247
13248 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13251         binding pgg-* variables; reimplement the section which prevents
13252         MIME header from being signed.
13253         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13254         pgg-text-mode; remove a blank line at the top of body.
13255
13256         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13257         lines at the top of body; use gnus-newsgroup-charset if there's no
13258         Charset header.
13259
13260 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * message.el (message-self-insert-commands): Doc fix.
13263
13264         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13265         (mm-uu-pgp-encrypted-test): Ditto.
13266         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13267         between header and body; return application/pgp-encrypted handle
13268         if decryption failed; decode decrypted body by charset.
13269
13270         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13271         element match to application/pgp-*.
13272
13273 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13274
13275         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13276         HTML.
13277
13278 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13279
13280         * mail-source.el (mail-source-call-script): Message the error
13281         string.
13282
13283 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13284
13285         * gnus-util.el (gnus-byte-compile): Use it.
13286
13287 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13288
13289         * gnus-util.el (kill-empty-logs): New function.
13290
13291 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13292
13293         * message.el (message-mail-alias-type): Doc fix.
13294         (message-mail-alias-type-p): New function.
13295         (message-send): Use it.
13296         (message-mode): Ditto.
13297         (message-strip-forbidden-properties): Ditto.
13298
13299         * ecomplete.el (ecomplete-database-file-coding-system):
13300         New variable.
13301         (ecomplete-save): Use it.
13302         (ecomplete-setup): Use it.
13303
13304 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * message.el (message-self-insert-commands): New variable.
13307         (message-strip-forbidden-properties): Use it.
13308
13309 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13310
13311         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13312         that doesn't make XEmacs choke.
13313
13314 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * gnus-util.el (gnus-replace-in-string):
13317         Prefer replace-regexp-in-string over of replace-in-string.
13318
13319 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * gnus-util.el (gnus-select-frame-set-input-focus):
13322         Use select-frame-set-input-focus if it is available in XEmacs; use
13323         definition defined in Emacs 22 for old Emacsen.
13324
13325         * dgnushack.el: Autoload unmorse-region for XEmacs.
13326
13327         * lpath.el: Bind cursor-in-non-selected-windows and
13328         select-frame-set-input-focus for XEmacs.
13329
13330 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13331
13332         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13333
13334 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13335
13336         * gnus-registry.el (gnus-registry-cache-save): Remove text
13337         properties when saving via the temp buffer.
13338
13339 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13340
13341         * message.el (message-generate-hashcash): Honor custom type.
13342
13343 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13344
13345         * message.el (message-generate-hashcash): Default to non-nil when
13346         hashcash is found.
13347
13348         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13349         (gnus-refer-thread-limit): Increase default to 500.
13350
13351         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13352
13353         * flow-fill.el (fill-flowed): Allow delete-space.
13354
13355 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13356
13357         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13358         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13359         Remove autoloads.
13360
13361 2006-04-18  Simon Josefsson  <jas@extundo.com>
13362
13363         * message.el (message-generate-hashcash): Default to.
13364
13365 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13366
13367         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13368         concatenating segments rather than before concatenating them.
13369
13370 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13371
13372         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13373
13374 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13375
13376         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13377
13378         * message.el (message-forward-make-body-plain):
13379         Allow message-forward-ignored-headers to be a list.
13380         (message-remove-ignored-headers): Factor out into function.
13381         (message-forward-make-body-mml): Use it.
13382
13383         * imap.el (imap-quote-specials): New function.
13384         (imap-login-auth): Quote specials.
13385
13386         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13387         (rfc2231-parse-string): Allow concatanation of parameters that
13388         aren't contiguous.  The test case is
13389           (mail-header-parse-content-type "message/external-body;
13390             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13391             access-type=LOCAL-FILE;
13392             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13393
13394 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13395
13396         * nntp.el (nntp-accept-process-output): Return the value of
13397         `nnheader-accept-process-output'.
13398
13399 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13400
13401         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13402         (gnus-button-alist): Recognize more diff formats.
13403         (gnus-button-patch): Strip directory.
13404
13405 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13406
13407         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13408         Emacs 22 when setting focus.
13409
13410 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13411
13412         * gnus-art.el (gnus-article-treat-types): Do treatment of
13413         text/x-verbatim parts.
13414         (gnus-button-patch): New command.
13415
13416         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13417         addresses that contain invalid characters.
13418
13419 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13420
13421         * message.el (message-put-addresses-in-ecomplete):
13422         Use gnus-replace-in-string.
13423         (message-is-yours-p): Use the more correct
13424         mail-header-parse-address instead of
13425         mail-extract-address-components.
13426         (message-put-addresses-in-ecomplete): Fix typo.
13427
13428         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13429         keystroke.
13430
13431         * gnus-art.el (gnus-treatment-function-alist): Change order of
13432         newsgroups/generic header folding to avoid double-folding.
13433
13434         * message.el (message-hidden-headers): Add X-Draft-From.
13435
13436         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13437         New command.
13438         (gnus-summary-repeat-search-article-backward): New command.
13439
13440         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13441         groups in the parent topic.
13442
13443 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13444
13445         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13446         (spam-extra-header-to-number): Return the CRM114 number as a
13447         number instead of a string.
13448
13449 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13450
13451         * gnus-art.el (gnus-face-properties-alist): Move here from
13452         gnus-fun.
13453
13454         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13455
13456 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13457
13458         * message.el (message-strip-forbidden-properties): Only display on
13459         self-insert-command.
13460
13461         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13462         reindent.
13463         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13464
13465 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13466
13467         * smiley.el (smiley-style): Fix typo.
13468
13469 2006-03-23  Kenichi Handa  <handa@m17n.org>
13470
13471         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13472         instead of set-buffer-multibyte.
13473
13474 2006-03-23  Kenichi Handa  <handa@m17n.org>
13475
13476         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13477         buffer and then decode the buffer text if necessary.
13478         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13479         first, and after mm-encode-body, change the buffer to unibyte.
13480
13481 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13482
13483         * hashcash.el (hashcash-insert-payment-async-2):
13484         Use message-goto-eoh instead of doing it manually.
13485         (mail-add-payment): Use message-narrow-to-header instead of trying
13486         to do the same itself.
13487
13488         * message.el (message-hidden-headers): Add Face.
13489
13490         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
13491         reparenting code.
13492         (gnus-summary-reparent-children): Refactored out code.
13493         (gnus-summary-thread-map): New keystroke.
13494         (gnus-summary-reparent-children): Make into command.
13495
13496         * smiley.el (smiley-style): Default to `medium' if using a large
13497         font.
13498
13499         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13500         does it itself.
13501
13502         * message.el (message-point-in-header-p): Simplify definition.
13503
13504 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13505
13506         * nnagent.el (nnagent-request-set-mark): Silence log file
13507         writing.
13508         (nnagent-request-set-mark): Use write-region instead of
13509         append-to-file.
13510
13511         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13512         strange select method.
13513
13514         * ecomplete.el (ecomplete-display-matches): Get highlightling
13515         right.
13516         (ecomplete-display-matches): Use literals.
13517         (ecomplete-display-matches): Disable message logging.
13518
13519         * message.el (message-display-abbrev): Small optimization.
13520
13521         * ecomplete.el (ecomplete-display-matches): Allow automatic
13522         display.
13523
13524         * message.el (message-strip-forbidden-properties):
13525         Display abbrevs.
13526         (message-display-abbrev): Get automatic display right.
13527
13528         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13529         keystrokes.
13530
13531 2006-04-13  Romain Francoise  <romain@orebokech.com>
13532
13533         TODO: Backport to v5-10!
13534
13535         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13536         Move here (and rename) from gnus-registry.el.
13537
13538         * gnus-registry.el: Require gnus-util.
13539         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13540
13541 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13542
13543         * gnus-group.el (gnus-group-catchup-current):
13544         Change if-then-else-if-then-else into cond.
13545         (gnus-group-catchup): Indent.
13546         (group-name-at-point): New function.
13547         (gnus-fetch-group): Provide default from thing at point.
13548
13549 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13550
13551         * message.el (message-display-abbrev): Fix regexp.
13552
13553         * ecomplete.el (ecomplete-highlight-match-line):
13554         Reimplement choosing.
13555         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13556         dead variables.
13557
13558         * message.el (message-newline-and-indent): Remove debugging.
13559         (message-display-abbrev): Use new implementation.
13560
13561 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * gnus-art.el (gnus-article-mode):
13564         Set cursor-in-non-selected-windows to nil.
13565
13566         * smiley.el: Revert previous change.
13567         (smiley-data-directory): defvar it before using it in the
13568         defcustom of `smiley-style'.
13569
13570 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13571
13572         * message.el (message-newline-and-indent): New function.
13573
13574         * ecomplete.el: Implement more bits.
13575
13576         * message.el (message-put-addresses-in-ecomplete): Clean up the
13577         string.
13578
13579         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13580
13581         * gnus-sum.el (gnus-summary-save-parts):
13582         Bind gnus-summary-save-parts-counter and use it to make unique file
13583         names.
13584
13585         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13586
13587         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13588         parameter to say whether to actually parse the individual
13589         addresses.
13590
13591         * message.el (message-put-addresses-in-ecomplete): New function.
13592         (ecomplete): Require.
13593         (message-mail-alias-type): Add ecomplete as an option.
13594
13595 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13596
13597         * flow-fill.el (fill-flowed): Remove trailing space from blank
13598         quoted lines.
13599
13600 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13601
13602         * smiley.el (smiley-style): Move definition later to avoid a
13603         compilation warning.
13604
13605 2006-04-12  Kenichi Handa  <handa@m17n.org>
13606
13607         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13608         buffer and then decode the buffer text if necessary.
13609         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13610         first, and after mm-encode-body, change the buffer to unibyte.
13611         Use mm-disable-multibyte instead of set-buffer-multibyte.
13612
13613 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13616         Content-Type header instead of Content-Disposition header.
13617         (gnus-mime-inline-part): Ditto.
13618         (gnus-mime-view-part-as-charset): Ignore charset that the part
13619         specifies.
13620
13621         * mm-decode.el (mm-display-part): Work with external parts and
13622         usual parts similarly.
13623
13624         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13625         instead of gnus-display-mime.
13626
13627         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13628         instead of with-temp-buffer.
13629
13630         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13631         tag to summarized topics part in order to encode non-ASCII text.
13632
13633 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * smiley.el (smiley-style): New variable.
13636         (smiley-directory): New function.
13637         (smiley-data-directory): Derive from `smiley-style' using
13638         `smiley-directory'.
13639         (smiley-regexp-alist): Add new entries.
13640
13641         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13642         (gnus-article-browse-delete-temp): Add :version.
13643
13644 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13645
13646         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13647         the sieve region.
13648
13649 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13650
13651         * gnus.el (gnus-version-number): Bump version.
13652
13653 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * gnus.el: No Gnus v0.4 is released.
13656
13657 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13658
13659         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13660         layout.
13661
13662         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13663         unknown charset.
13664
13665         * message.el (message-header-synonyms): Add Original-To to the
13666         default.
13667
13668         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13669         optional parameter.
13670
13671 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * gnus-fun.el (gnus): Require it for gnus-directory.
13674
13675 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13678
13679 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13680
13681         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13682
13683 2006-04-05  Simon Josefsson  <jas@extundo.com>
13684
13685         * password.el (password-reset): New function.
13686
13687 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13688
13689         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13690         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13691
13692 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13693
13694         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13695         Some whitespace was matched into the url, which broke browsing hits
13696         > 100 when mm-url-use-external was nil.
13697
13698 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13701         Check gnus-extra-headers for 'Newsgroups.
13702
13703         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13704         bound.
13705
13706 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13707
13708         * pgg-gpg.el: Clean up process buffers every time gpg processes
13709         complete.
13710
13711 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13712
13713         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13714         doc string.
13715
13716 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13717
13718         * pgg-gpg.el (pgg-gpg-process-filter)
13719         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13720
13721         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13722         lines, temporary fix.
13723
13724 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13725
13726         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13727
13728 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13729
13730         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13731         default-enable-multibyte-characters.  This reverts the change from
13732         revision 6.17 which is no longer necessary because the passphrase
13733         is sent separately now.  GnuPG messages are unreadable under
13734         multibyte locales with default-enable-multibyte-characters set to
13735         nil.
13736
13737 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * message.el (message-tool-bar-gnome): Move "spell".
13740
13741 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13742
13743         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13744         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13745         instead.
13746
13747 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13748
13749         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13750         Improve newsgroups handling for NNTP overviews which don't include
13751         Newsgroups.
13752
13753 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13754
13755         * message.el (message-resend): Bind message-generate-hashcash to nil.
13756
13757 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13758
13759         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13760         when searching for already-paid recipients.
13761
13762 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13763
13764         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13765         passphrases when it is not needed.
13766         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13767         passphrase stuff from gpg, should only be necessary when you use
13768         gpg with a smartcard.
13769
13770 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * mml.el (mml-insert-mime): Ignore cached contents of
13773         message/external-body part.
13774
13775         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13776         (mm-insert-part): Ditto.
13777
13778 2006-03-23  Simon Josefsson  <jas@extundo.com>
13779
13780         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13781         Reiner.
13782         (pgg-gpg-use-agent-p): Use it again.
13783
13784 2006-03-23  Simon Josefsson  <jas@extundo.com>
13785
13786         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13787         older emacsen.
13788         (pgg-gpg-use-agent-p): Don't use it.
13789
13790 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13791
13792         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13793         if we can.
13794
13795 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13796
13797         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13798         (pgg-gpg-update-agent): New function.
13799         (pgg-gpg-use-agent-p): New function.
13800         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13801         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13802         (pgg-gpg-sign-region): Use it.
13803
13804 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13807         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13808
13809 2006-03-21  Simon Josefsson  <jas@extundo.com>
13810
13811         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13812         <wilde@sha-bang.de>.
13813         (pgg-gpg-use-agent): New variable.
13814         (pgg-gpg-process-region): Use it.
13815         (pgg-gpg-encrypt-region): Likewise.
13816         (pgg-gpg-encrypt-symmetric-region): Likewise.
13817         (pgg-gpg-decrypt-region): Likewise.
13818         (pgg-gpg-sign-region): Likewise.
13819         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13820
13821 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13822
13823         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13824
13825         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13826         Add comment on version.
13827
13828 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13829
13830         * smiley.el: Add missing test smiley.
13831
13832 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13833
13834         * mm-decode.el (mm-with-part): New macro.
13835         (mm-get-part): Use it; work with message/external-body as well.
13836         (mm-save-part): Treat name and filename equally.
13837
13838         * mm-extern.el (mm-extern-cache-contents): New function.
13839         (mm-inline-external-body): Use it; force the part to be displayed;
13840         move undisplayer added to the cached handle to the parent.
13841
13842         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13843         (gnus-mime-view-part-as-type): Work with message/external-body.
13844
13845         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13846
13847 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13850         images in image-load-path.  [Sync with image.el, revision 1.60, in
13851         Emacs.]
13852
13853 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13854
13855         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13856         path rather than symbol.  Always return list of directories.
13857         Guarantee that image directory comes first.  [Sync with image.el,
13858         revision 1.59, in Emacs.]
13859
13860         * message.el (message-make-tool-bar): Adjust to new API of
13861         `gmm-image-load-path-for-library'.
13862
13863         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13864
13865         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13866
13867 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13868
13869         * gnus-art.el (gnus-article-only-boring-p):
13870         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13871         intangible text.
13872         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13873
13874 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13877         Use `defun' instead of `gmm-defun-compat'.
13878
13879 2006-03-14  Simon Josefsson  <jas@extundo.com>
13880
13881         * message.el (message-unique-id): Don't use message-number-base36
13882         if (user-uid) is a float.
13883         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13884
13885 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13888
13889         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13890         empty line between a part and a message part.
13891
13892 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13893
13894         * smiley.el: Add more test smileys.
13895         (smiley-data-directory, smiley-regexp-alist)
13896         (gnus-smiley-file-types): Fix doc strings.
13897         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13898         adding new elements.
13899         (smiley-mouse-map): Unused code.  Make it a comment.
13900
13901 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13904         scan latest NoCeM messages instead of old ones.
13905         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13906         delimiters that are recently used.
13907         (gnus-nocem-load-cache): Add autoload cookie.
13908
13909         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13910
13911         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13912         level which is larger than gnus-use-nocem is specified.
13913
13914         * gnus-group.el (gnus-group-get-new-news): Ditto.
13915
13916 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13917
13918         * gnus-util.el (gnus-tool-bar-update): New function.
13919
13920         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13921         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13922
13923         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13924
13925         * gnus-group.el (gnus-group-redraw-when-idle)
13926         (gnus-group-redraw-check): Remove.
13927         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13928
13929 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13932         if optional last element is specified in splits (FIELD VALUE...).
13933
13934 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13935
13936         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13937         to gmm-image-load-path-for-library.  Call with no-error argument.
13938         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13939
13940         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13941
13942         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13943
13944         * gmm-utils.el (gmm-image-load-path): Remove alias.
13945
13946 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13947
13948         * gmm-utils.el (gmm-image-load-path): Add alias.
13949
13950         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13951         nnml-generate-nov-databases-1.
13952         (nnml-generate-nov-databases): Use it.
13953         (nnml-generate-nov-databases-directory): Document no-active
13954         argument.
13955
13956         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13957         directory if path is t.  Add no-error.
13958
13959         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13960         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13961
13962         * gnus-art.el (gnus-article-browse-delete-temp-files):
13963         Simplify resetting gnus-article-browse-html-temp-list.
13964
13965         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13966         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13967         Add example to docstring.  Rename local variables.  Move error
13968         checks to default case in cond and simplify.
13969
13970 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13973         handle is multipart when calling it recursively.
13974         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13975
13976 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13977
13978         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13979         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13980
13981 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13984         is loaded.
13985
13986         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13987         loaded.
13988
13989 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13990
13991         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13992         to "Emacs 23 (unicode)" in doc string.
13993
13994         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13995         "Emacs 23 (unicode)" in comment.
13996
13997 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14000
14001         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14002         characters 160 through 255 in Emacs 23.
14003
14004 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14005
14006         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14007         gnus-article-browse-html-temp.
14008         (gnus-article-browse-delete-temp): Make it customizable.
14009         Add `file'.  Adjust doc string.
14010         (gnus-article-browse-delete-temp-files): Add argument.
14011         Allow query for each file.  Adjust doc string.
14012         (gnus-article-browse-html-parts):
14013         Add `gnus-article-browse-delete-temp-files' to
14014         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14015
14016 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14017
14018         * gnus-art.el (gnus-article-browse-html-temp)
14019         (gnus-article-browse-delete-temp): New variables.
14020         (gnus-article-browse-delete-temp-files): New function.
14021         (gnus-article-browse-html-parts): Use it.
14022
14023 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14026
14027         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14028         string.
14029
14030         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14031         gnus-summary-insert-new-articles when unplugged.
14032         Remove gnus-summary-search-article-forward.
14033
14034         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14035         display-visual-class instead of display-color-cells.
14036
14037 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * dgnushack.el: Autoload customize-group for XEmacs.
14040
14041         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14042         message/* containing non-ASCII text properly.
14043
14044 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * message.el: Require gmm-utils, remove autoloads.
14047         (message-tool-bar): Set default based on
14048         gmm-tool-bar-style.
14049         (message-tool-bar-gnome): Add gmm-customize-mode.
14050
14051         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14052         gmm-tool-bar-style.
14053         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14054
14055         * gnus-group.el (gnus-group-tool-bar): Set default based on
14056         gmm-tool-bar-style.
14057         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14058
14059         * gmm-utils.el (gmm-image-directory): Rename variable from
14060         gmm-image-load-path.
14061         (gmm-image-load-path): Use gmm-image-directory.
14062         (gmm-customize-mode): New function.
14063         (gmm-tool-bar-style): New variable.
14064
14065         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14066         gnus-group-redraw-line-number.
14067         (gnus-group-redraw-check): Simplify.
14068         (gnus-group-tool-bar-update): Remove redraw check.
14069         (gnus-group-make-tool-bar): Add redraw check.
14070
14071 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14072
14073         * gnus-art.el (gnus-button): Add missing parentheses.
14074
14075 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * lpath.el: Fbind line-number-at-pos.
14078
14079 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14082
14083 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14084
14085         * gnus-art.el (gnus-button): New face.
14086         (gnus-article-button-face): Use it.
14087
14088         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14089         Add gnus-summary-next-page.  Re-order.
14090
14091         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14092         next-node are now included.
14093         (gnus-group-redraw-line-number): New internal variable.
14094         (gnus-group-redraw-check): Helper function for updating the tool
14095         bar.
14096         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14097
14098         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14099
14100         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14101         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14102         Use it to match format of Spamassassin 3.0 and later.
14103         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14104         (spam-check-bogofilter)
14105         (spam-bogofilter-register-with-bogofilter): Fix args of
14106         `gnus-error' calls.
14107
14108 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14109
14110         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14111         unnecessary interaction when sending queued mails.
14112         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14113
14114 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14115
14116         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14117         first or last are nil.
14118
14119 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14120
14121         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14122
14123 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14124
14125         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14126
14127 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14128
14129         * dns.el (query-dns): Protect more against buggy tcp output.
14130
14131 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14134         nov.php.
14135
14136 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14137
14138         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14139         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14140         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14141         output on the server side.
14142         (nnweb-google-create-mapping): Update regexps and add some
14143         progress indication.
14144
14145 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * gnus-group.el (gnus-group-tool-bar-gnome):
14148         Fix gnus-agent-toggle-plugged.  Re-order icons.
14149         (gnus-group-tool-bar-gnome):
14150         Add gnus-group-{prev,next}-unread-group.
14151         (gnus-group-tool-bar-gnome): Re-order icons.
14152
14153         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14154         Move gnus-summary-insert-new-articles.
14155
14156         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14157         Fix comments.
14158
14159         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14160         also available in Emacs 21.3.
14161
14162         * message.el (message-fix-before-sending): Change "Emacs 22" to
14163         "Emacs 23 (unicode)" in comment.
14164
14165         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14166         "Emacs 23 (unicode)" in comment.
14167
14168         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14169         comment.
14170         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14171
14172         * mm-view.el (mm-fill-flowed): Add :version.
14173
14174 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14175
14176         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14177         and load-path.
14178
14179 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14180
14181         * message.el: Autoload gmm-image-load-path.
14182         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14183         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14184         consitency.
14185
14186         * gmm-utils.el (gmm-image-load-path): Also search in
14187         "../etc/images".  Don't set gmm-image-load-path if we don't find
14188         the image.
14189
14190 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gmm-utils.el (gmm-image-load-path): Don't make
14193         `gmm-image-load-path' include subdirectories which the second arg
14194         `image' might specify.
14195
14196         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14197         subdirectory to icon file names.
14198
14199         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14200
14201 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14202
14203         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14204         gmm-image-load-path calls.
14205
14206         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14207
14208         * message.el (message-make-tool-bar): Ditto.
14209
14210         * mml.el (mml-preview): Add comment concerning tool bar icons.
14211
14212         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14213         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14214
14215         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14216         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14217
14218         * message.el (message-tool-bar-gnome): Use new icon names.
14219         (message-make-tool-bar): Use `gmm-image-load-path'.
14220
14221         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14222         New functions from MH-E.
14223         (gmm-image-load-path): New variable from MH-E.
14224         (gmm-image-load-path): New function from MH-E.  Add arguments
14225         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14226         *-image-load-path-called-flag.
14227
14228 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14229
14230         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14231
14232 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14233
14234         * nnimap.el (nnimap-request-move-article): Change folder back to
14235         source group before deleting.
14236
14237 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14238
14239         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14240
14241         * gnus-art.el (mm-url-insert-file-contents-external):
14242         Autoload mm-url.
14243
14244         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14245
14246 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14249         coding system which mm-charset-to-coding-system returns for a
14250         given charset is valid.
14251
14252 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14253
14254         * html2text.el (html2text-remove-tag-list):
14255         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14256
14257 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14258
14259         * gnus-cus.el: Revert 2005-10-17 change.
14260
14261 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14262
14263         * gnus-art.el (article-strip-banner):
14264         Call article-really-strip-banner only when the regexp match is made.
14265
14266 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-art.el (article-strip-banner):
14269         Use gnus-extract-address-components instead of
14270         mail-header-parse-addresses to make it work with non-ASCII text;
14271         remove mail-encode-encoded-word-string.
14272
14273         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14274         values which are surrounded with \"...\"; make it never cause a
14275         Lisp error; give up parsing of parameters if it failed in
14276         extracting type.
14277
14278 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14279
14280         * smime.el (smime-cert-by-ldap-1): Fix bug where
14281         `smime-ldap-search' returns results without userCertificates.
14282
14283 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14286
14287 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * spam.el (spam-check-spamassassin-headers): Adapt format for
14290         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14291         <ari@mbf.ocn.ne.jp>.
14292         (spam-list-of-processors): Add spam-use-gmane.
14293
14294 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14297         make-temp-file; make it work with XEmacs as well.
14298
14299         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14300         mm-make-temp-file.
14301
14302         * mm-decode.el (mm-display-external): Use the 3rd arg of
14303         mm-make-temp-file.
14304         (mm-create-image-xemacs): Ditto.
14305
14306 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14307
14308         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14309         with message-narrow-to-headers.
14310         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14311         (gnus-draft-check-draft-articles): New function.
14312         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14313
14314 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14315
14316         * gnus-art.el (gnus-article-browse-html-parts):
14317         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14318         Don't use suffix argument for mm-make-temp-file for Emacs 21
14319         compatibility.  Remove useless `format'.
14320
14321 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14322
14323         * nnweb.el (nnweb-google-wash-article): Update regexps.
14324         (nnweb-group-alist): Use defvoo instead of defvar.
14325
14326 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14327
14328         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14329         re-loading nn* modules.
14330
14331 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14334         for `tool-bar-mode' and don't check it's default-value.
14335
14336         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14337
14338         * message.el (message-make-tool-bar): Ditto.
14339
14340         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14341         `substring'.  Shorten tmp-file name.
14342
14343         * gnus.el: Remove bogus comment.
14344
14345 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14346
14347         * gnus-art.el (gnus-article-browse-html-parts): New function.
14348         (gnus-article-browse-html-article): New function for viewing html
14349         articles with a browser.
14350
14351 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14352
14353         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14354         in elisp.
14355         (pgg-gpg-encrypt-symmetric-region): Ditto.
14356         (pgg-gpg-sign-region): Ditto.
14357
14358         * pgg-def.el (pgg-text-mode): New variable.
14359
14360         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14361         (mml2015-pgg-encrypt): Ditto.
14362
14363         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14364         (mml1991-pgg-encrypt): Ditto.
14365
14366 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14367
14368         * nnfolder.el (nnfolder-insert-newsgroup-line):
14369         Use message-make-date instead of current-time-string.
14370
14371         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14372         to gnus-decoded which mm-uu might set.
14373
14374 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14377         don't decode quoted parameters; remove misimported Emacs code.
14378         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14379         (rfc2231-decode-encoded-string): Don't use split-string which
14380         behaves differently according to Emacs version; use
14381         mm-decode-coding-region to convert charset to coding-system.
14382         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14383         (rfc2231-encode-string): Remove misimported Emacs code.
14384
14385 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14388         when calling mail-header-parse-content-type.
14389         (article-de-quoted-unreadable): Ditto.
14390         (article-de-base64-unreadable): Ditto.
14391         (article-wash-html): Ditto.
14392
14393         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14394         calling mail-header-parse-content-type and
14395         mail-header-parse-content-disposition.
14396         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14397         mail-header-parse-content-type.
14398
14399         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14400         insert charset and format parameters; encode description after
14401         inserting it to buffer.
14402         (mml-insert-parameter): Fold lines properly even if a parameter is
14403         segmented into two or more lines; change the max column to 76.
14404
14405         * rfc1843.el (rfc1843-decode-article-body): Don't use
14406         ignore-errors when calling mail-header-parse-content-type.
14407
14408         * rfc2231.el (rfc2231-parse-string): Return at least type if
14409         possible; don't cause an error even if it fails in parsing of
14410         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14411         (rfc2231-encode-string): Don't break lines at the beginning, leave
14412         it to mml-insert-parameter.
14413
14414         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14415         calling mail-header-parse-content-type.
14416
14417 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14418
14419         * spam-report.el (spam-report-gmane-use-article-number):
14420         Improve doc string.
14421         (spam-report-gmane-internal): Check if a suitable header was found
14422         in the article.
14423
14424 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14427         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14428
14429 2006-02-05  Romain Francoise  <romain@orebokech.com>
14430
14431         Update copyright notices of all files in the gnus directory.
14432
14433 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14434
14435         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14436
14437 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14440         segmented lines of parameter value to cope with Thunderbird 1.5
14441         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14442         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14443         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14444
14445 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14446
14447         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14448         parts.
14449
14450 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14451
14452         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14453         there's only one active file for all servers.
14454         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14455         solid groups.  Gnus might have used a FAST request to select the group.
14456         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14457         and nnweb-search redundantly in the active file.
14458         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14459         (nnweb-request-create-group): Don't use ARGS.
14460         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14461         initialisations.  Let nnoo do the work.
14462
14463 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14466         Say the part has been decoded.
14467
14468         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14469
14470 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14471
14472         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14473         mailcap-viewer-test-cache when there's no 'test clause, since that
14474         will invert the meaning of a "nil" test previously determined by
14475         mailcap-mailcap-entry-passes-test.
14476
14477 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14480         compiling.
14481
14482         * gnus-sum.el: Ditto.
14483
14484         * message.el: Don't bind tool-bar-map when compiling.
14485
14486 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14487
14488         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14489
14490 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14491
14492         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
14493         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
14494         current Google Groups.
14495
14496 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14497
14498         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14499         and tool-bar-mode.
14500
14501         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14502         and tool-bar-mode.
14503
14504         * message.el (message-tool-bar-update): Simplify.
14505         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14506
14507         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14508         gnus-summary-buffer.
14509         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14510         gnus-summary-reply.
14511
14512         * gmm-utils.el (gmm): Add :version.
14513
14514 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14515
14516         * Makefile.in (clean): New rule.
14517         (distclean): Use it.
14518
14519 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14520
14521         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14522         Don't autoload.
14523
14524 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * gmm-utils.el (gmm-verbose): Add :group.
14527
14528 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14529
14530         * message.el: Change some comments WRT tool-bars.
14531
14532         * gnus-sum.el (gnus-summary-tool-bar)
14533         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14534         (gnus-summary-tool-bar-zap-list): New variables.
14535         (gnus-summary-make-tool-bar): Complete rewrite using
14536         `gmm-tool-bar-from-list'.
14537
14538         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14539         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14540         New variables.
14541         (gnus-group-make-tool-bar): Complete rewrite using
14542         `gmm-tool-bar-from-list'.
14543         (gnus-group-tool-bar-update): New function.
14544
14545         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14546
14547 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14550         is dissected into a single part of which the type is the same as
14551         the given one; decode charset.
14552
14553 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14554
14555         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14556         into alists as symbol not string, since that's what
14557         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14558         look for.
14559
14560 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14561
14562         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14563         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14564
14565         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14566
14567 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14570         (gnus-xmas-mime-security-button-menu): New function.
14571
14572         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14573         (gnus-mime-security-button-menu): New definition.
14574         (gnus-mime-security-button-map): Use them.
14575         (gnus-mime-security-button-menu): New function.
14576         (gnus-insert-mime-security-button): Addition to help echo.
14577         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14578         (gnus-mime-security-pipe-part): New functions.
14579
14580         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14581         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14582
14583         * mm-decode.el (mm-handle-set-disposition): Remove.
14584         (mm-handle-set-description): Remove.
14585
14586 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14589         (mm-w3m-standalone-supports-m17n-p): New function.
14590         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14591         w3m usage.
14592
14593         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14594         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14595
14596 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14597
14598         * message.el (message-tool-bar-zap-list):
14599         Use gmm-tool-bar-zap-list as custom type.
14600         (message-tool-bar-update): New function.
14601         (message-tool-bar, message-tool-bar-gnome)
14602         (message-tool-bar-retro): Add message-tool-bar-update.
14603         (message-tool-bar-gnome): Add flyspell-buffer.
14604
14605         * gnus-util.el (gnus-error): Describe `args'.
14606
14607         * gmm-utils.el (gmm-error): Describe `args'.
14608         (gmm-tool-bar-zap-list): New widget.
14609         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14610
14611 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14614         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14615         the number of recursive calls.
14616
14617         * mm-decode.el (mm-handle-set-disposition): New macro.
14618         (mm-handle-set-description): New macro.
14619
14620 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14623         encoding.
14624
14625 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * message.el (message-tool-bar-zap-list, message-tool-bar)
14628         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14629         (message-tool-bar-local-item-from-menu): Remove.
14630         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14631         (message-make-tool-bar): New function.
14632         (message-mode): Use `message-make-tool-bar'.
14633
14634         * gmm-utils.el: New file.
14635         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14636         (gmm-lazy): New widget copied from `nnmail.el'.
14637         (gmm-tool-bar-from-list): New function for creating customizable
14638         tool bars.
14639         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14640         output.
14641         (gmm): Add :prefix to defgroup.
14642
14643 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14644
14645         * gmm-utils.el (gmm-widget-p): New function.
14646
14647 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14648
14649         * mml.el (mml-attach-file): Describe `description' in doc string.
14650         (mml-menu): Add Emacs MIME manual and PGG manual.
14651
14652 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14653
14654         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14655
14656 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14657
14658         * nntp.el (nntp-end-of-line): Doc fix.
14659
14660 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14661
14662         * imap.el (imap-open): Handle case where buffer is a buffer
14663         object.
14664
14665 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14666
14667         * gnus-delay.el (gnus-delay): Don't autoload.
14668         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14669         to be re-loaded when customizing the `gnus-delay' group.
14670
14671 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14672
14673         * message.el (message-insert-citation-line): Use newlines.
14674
14675 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14676
14677         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14678         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14679         these routines, so the passphrase can be managed externally and
14680         passed in to the system.
14681         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14682         pgg-add-passphrase-to-cache function.
14683
14684         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14685         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14686         these routines, so the passphrase can be managed externally and
14687         passed in to the system.
14688         (pgg-pgp5-sign-region): Use new name of
14689         pgg-add-passphrase-to-cache function.
14690
14691 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14692
14693         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14694         part of the decoded armor to find the key-identifier.
14695         (pgg-gpg-lookup-key-owner): New function to return the
14696         human-readable identifier of a key owner.
14697         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14698         itself.
14699         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14700         the key value) if we have a key and can match it against a secret
14701         key.  Also, added a note pointing out fact that the prompt only
14702         indicates the first matching key.
14703
14704         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14705         pgg-decrypt-region.
14706         (pgg-add-passphrase-to-cache): Rename from
14707         `pgg-add-passphrase-cache' to reduce confusion (all callers
14708         changed).
14709         (pgg-remove-passphrase-from-cache): Rename from
14710         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14711         changed).
14712         (pgg-read-passphrase, pgg-add-passphrase-cache)
14713         (pgg-remove-passphrase-cache): Add informative docstrings.
14714         (pgg-decrypt): Convey provided passphrase in subordinate call to
14715         pgg-decrypt-region.
14716
14717 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14718
14719         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14720         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14721         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14722         'passphrase' argument, so the passphrase can be managed externally
14723         and then passed in to the system.
14724
14725         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14726         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14727         so the passphrase cache can be used reliably with identifiers
14728         besides a pgp packet's key id.
14729
14730         * pgg-gpg.el (pgg-gpg-encrypt-region)
14731         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14732         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14733         these routines, so the passphrase can be managed externally and
14734         passed in to the system.
14735
14736         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14737         'notruncate' argument, so the passphrase cache can be used
14738         reliably with identifiers besides a pgp packet's key id.
14739
14740 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14741
14742         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14743         symmetric encryption.
14744         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14745         encrypted session key.
14746         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14747         message ask for the passphrase in a proper way.
14748
14749         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14750         New user commands for symmetric encryption.
14751
14752 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14755
14756         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14757
14758 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14759
14760         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14761
14762 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * mm-decode.el (mm-inlined-types): Add application/pgp.
14765         (mm-automatic-display): Ditto.
14766
14767         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14768         part as text.
14769
14770 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * nnrss.el: Update copyright.
14773         (nnrss-opml-import): Query whether to subscribe to each entry.
14774
14775         * gnus-art.el:
14776         * gnus-sum.el:
14777         * gnus-xmas.el:
14778         * messagexmas.el:
14779         * mm-uu.el:
14780         * mm-view.el: Update copyright.
14781
14782 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14783
14784         * message.el (message-info): New function.
14785         (message-mode-menu): Add it.
14786         Update copyright.
14787
14788         * ChangeLog: Fix and update copyright.
14789
14790 2006-01-13  Romain Francoise  <romain@orebokech.com>
14791
14792         * message.el (message-forward-subject-name-subject): Prefer the
14793         address to 'nowhere' if the sender has no name.
14794         Fix typo.  Update copyright year.
14795
14796 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-art.el (article-wash-html):
14799         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14800         (gnus-article-wash-html-with-w3m-standalone): New function.
14801
14802         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14803         mm-inline-text-html-render-with-w3m-standalone.
14804         (mm-text-html-washer-alist): Map w3m-standalone to
14805         gnus-article-wash-html-with-w3m-standalone.
14806         (mm-inline-text-html-render-with-w3m-standalone): New function.
14807
14808 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14809
14810         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14811         Improve LaTeX.
14812
14813 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14816         (nnrss-request-article): Render text/plain parts as HTML.
14817
14818         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14819         the buffer.
14820
14821 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14824         custom definition of `gnus-posting-styles'.
14825
14826         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14827         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14828
14829 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14830
14831         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14832         Use nntp for bug archive.
14833
14834 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14837         parts.
14838         (nnrss-normalize-date): New function converts ISO 8601 date into
14839         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14840         (nnrss-check-group): Use it.
14841
14842 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14845
14846         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14847         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14848         (nnrss-insert-w3): Ditto.
14849
14850 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14853         the articles to be forwarded including the case where neither a
14854         number of articles nor a region is specified.
14855
14856 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * nnrss.el (nnrss-request-article): Fix last change; fill
14859         text/plain parts.
14860
14861 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14864         in text/plain part.
14865         (nnrss-check-group): Don't add excessive newline to dc:subject.
14866
14867 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14868
14869         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14870         article.
14871
14872 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14873
14874         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14875         (nnml-use-compressed-files, nnml-save-mail): Support other
14876         comression programs such as bzip2.
14877
14878 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14879
14880         * dns.el (query-dns): Make sure we check the buffer size before
14881         removing tcp headers.
14882
14883 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14886         remove MIME buttons associated with multipart/alternative parts.
14887         (gnus-mime-display-alternative): Tag buttons using `article-type'
14888         text property.
14889
14890         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14891         associated with multipart/alternative parts.
14892
14893         * gnus-art.el (gnus-signature-separator): Fix custom type.
14894
14895         * mm-decode.el (mm-inlined-types): Fix custom type.
14896         (mm-keep-viewer-alive-types): Ditto.
14897         (mm-automatic-display): Ditto.
14898         (mm-attachment-override-types): Ditto.
14899         (mm-inline-override-types): Ditto.
14900         (mm-automatic-external-display): Ditto.
14901
14902 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14903
14904         * spam-report.el (spam-report-user-mail-address)
14905         (spam-report-user-agent): New variables.
14906         (spam-report-url-ping-plain): Use spam-report-user-agent.
14907
14908 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14909
14910         * gnus-art.el (gnus-button-handle-custom): Do not just use
14911         `customize-apropos' for any "M-x customize-*" button but the
14912         function called for.  Accept both the function name and its
14913         argument in order to achieve this.
14914         (gnus-button-alist): Remove support for "custom:" URL's.
14915         Pass function name to `gnus-button-handle-custom' in case of "M-x
14916         customize-*" buttons.
14917
14918 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14921         multipart/alternative and add xref to mm-discouraged-alternatives
14922         in doc string.
14923
14924         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14925         gnus-buttonized-mime-types in doc string.
14926
14927 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14930         Suggest image/.* in the doc string.
14931
14932 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14933
14934         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14935         message-marks (Debian bug #342521).
14936
14937 2005-12-12  Simon Josefsson  <jas@extundo.com>
14938
14939         * password.el (password-read-from-cache): Add.
14940         (password-read): Use it.
14941
14942 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * rfc2047.el (rfc2047-charset-to-coding-system):
14945         Recognize us-ascii as a MIME charset.
14946
14947         * mm-bodies.el (mm-decode-content-transfer-encoding):
14948         Protect against the case where the 2nd arg TYPE is nil.
14949
14950 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14951
14952         * pop3.el (pop3-stream-type): Fix custom version.
14953
14954         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14955
14956 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14957
14958         * mm-decode.el (mm-display-external): Add missing cdr.
14959
14960 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14961
14962         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14963         RFC1524) if it is in mailcap or add a suffix according to
14964         mailcap-mime-extensions when generating a temp filename; postpone
14965         deleting a temp file for 2 seconds for some wrappers, shell
14966         scripts, and so on, which might exit right after having started a
14967         viewer command as a background job.
14968
14969 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14970
14971         * nntp.el (nntp-marks-directory): Fix custom group.
14972
14973         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14974         steps when < 10.
14975
14976         * gnus-start.el (gnus-no-server-1):
14977         Mention `gnus-level-default-subscribed' in doc string.
14978
14979 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14980
14981         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14982         parens.
14983
14984 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * gnus-xmas.el (gnus-use-toolbar): Revert.
14987         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14988         gnus-use-toolbar is default.
14989
14990         * messagexmas.el (message-use-toolbar): Revert.
14991         (message-setup-toolbar): Use global default-toolbar if
14992         message-use-toolbar is default.
14993
14994 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14997         according to default-toolbar-visible-p.
14998
14999         * messagexmas.el (message-use-toolbar): Ditto.
15000
15001 2005-11-26  Dave Love  <fx@gnu.org>
15002
15003         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15004         (tls-program, tls-success): Provide openssl alternative.
15005
15006         * starttls.el: Doc fixes.
15007         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15008         SERVICE to PORT.
15009
15010         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15011         port null or service name.
15012         (starttls-negotiate): Autoload.
15013
15014 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * message.el (message-kill-to-signature): Fix interactive spec.
15017
15018 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15019
15020         * pop3.el (pop3-open-server): Recognize a string as a service name.
15021
15022 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15023
15024         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15025
15026 2005-11-23  Dave Love  <fx@gnu.org>
15027
15028         Add pop3s, pop3/starttls.
15029
15030         * pop3.el (pop3-authentication-scheme): Clarify doc.
15031         (open-tls-stream, starttls-open-stream): Autoload.
15032         (pop3-stream-type): New.
15033         (pop3-open-server): Use it.
15034
15035         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15036         for POP.
15037         (mail-source-keyword-map): Add :stream for POP.
15038         (mail-source-fetch-pop): Use pop3-stream-type.
15039
15040 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15041
15042         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15043         of current-time-string.
15044
15045 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15046
15047         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15048         date header.
15049
15050 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15051
15052         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15053         it can seriously impact performance as it bypasses the agent's
15054         local caches.
15055
15056 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15057
15058         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15059         must be explicitly online rather than "not explicitly offline" for
15060         its flags to be synchronized.
15061
15062         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15063         that gnus-uu-unmark-thread will function correctly.
15064
15065         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15066         1024K is instead displayed as 1M.
15067
15068 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15069
15070         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15071
15072 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15073
15074         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15075
15076 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15077
15078         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15079         error message to display actual error condition.
15080         (gnus-agent-save-local): Avoid saving symbols that are bound to
15081         nil as they simply result in a warning message in
15082         gnus-agent-read-local.
15083
15084 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15087         rather than make-variable-buffer-local for file-precious-flag.
15088
15089 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15090
15091         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15092         for duplicates which are removed.  The invalid sort check then
15093         triggers a rescan after the sort as sorting may have moved
15094         duplicate entries such that they can be cheaply detected.
15095
15096 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15099
15100 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15101
15102         * gnus-agent.el (gnus-agent-article-alist-save-format):
15103         Change internal variable to a custom variable.  Change default value
15104         from compressed(2) to uncompressed(1).
15105         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15106         support for uncompressed agentview files.  Taken together, reading
15107         the agentview file should now be 6-7 times faster.
15108
15109 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15110
15111         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15112         as a buffer-local variable.  This avoids creating truncated
15113         dribble files as a result of a hang up, eg.
15114
15115 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15116
15117         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15118         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15119         XEmacs.
15120
15121 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15122
15123         * gnus-start.el (gnus-start-draft-setup):
15124         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15125
15126         * gnus.el (gnus-splash): Change custom group.
15127         (gnus-group-get-parameter, gnus-group-parameter-value):
15128         Describe allow-list argument.
15129
15130         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15131         string.
15132
15133 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * gnus-art.el (gnus-default-article-saver): Add user-defined
15136         `function' to custom type.
15137
15138 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15139
15140         * imap.el (imap-open): Handle case where buffer is a buffer
15141         object.
15142
15143 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15144
15145         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15146         long lines.
15147         (gnus-cache-delete-group): Wrap doc strings.
15148
15149         * gnus-agent.el (gnus-agent-rename-group)
15150         (gnus-agent-delete-group): Wrap doc strings.
15151
15152 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * messagexmas.el (message-use-toolbar): Change the valid values
15155         into default, top, bottom, left, and right.
15156         (message-toolbar-thickness): New variable.
15157         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15158         well.
15159         (message-setup-toolbar): Make it work.
15160
15161         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15162         (gnus-use-toolbar): Change the valid values into default, top,
15163         bottom, left, and right.
15164         (gnus-toolbar-thickness): New variable.
15165         (gnus-xmas-setup-toolbar): New function.
15166         (gnus-xmas-setup-group-toolbar): Use it.
15167         (gnus-xmas-setup-summary-toolbar): Use it.
15168
15169 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15170
15171         * gnus-start.el (gnus-1): Add "native" to
15172         gnus-predefined-server-alist.
15173
15174         * gnus.el (gnus-method-to-server): Don't add "native" to the
15175         lists here, because that leads to problems when
15176         gnus-select-method is bound.
15177
15178 2005-11-09  Simon Josefsson  <jas@extundo.com>
15179
15180         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15181         use (not sort-by-date) instead.
15182
15183 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15184
15185         * gnus-delay.el (gnus-delay-group): Don't autoload.
15186         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15187         to be re-loaded when customizing the `gnus-delay' group.
15188
15189 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15190
15191         * message.el: Revert last changes.
15192         (message-insert-citation-line): Use newlines.
15193
15194 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15195
15196         * message.el (message-courtesy-message)
15197         (message-mark-insert-begin, message-mark-insert-end)
15198         (message-elide-ellipsis, message-cancel-message)
15199         (message-add-header, message-change-subject)
15200         (message-cross-post-followup-to-header)
15201         (message-cross-post-insert-note, message-reduce-to-to-cc)
15202         (message-widen-reply, message-delete-not-region)
15203         (message-kill-to-signature, message-insert-signature)
15204         (message-insert-importance-high, message-insert-importance-low)
15205         (message-insert-or-toggle-importance)
15206         (message-insert-disposition-notification-to)
15207         (message-indent-citation, message-yank-original)
15208         (message-cite-original-without-signature, message-cite-original)
15209         (message-insert-citation-line, message-position-on-field)
15210         (message-fix-before-sending, message-send-mail-partially)
15211         (message-send-mail, message-send-mail-with-sendmail)
15212         (message-send-mail-with-qmail, message-send-news)
15213         (message-check-news-header-syntax, message-generate-headers)
15214         (message-insert-courtesy-copy, message-fill-address)
15215         (message-fill-header, message-shorten-references)
15216         (message-setup-1, message-cancel-news)
15217         (message-forward-make-body-plain, message-forward-make-body-mime)
15218         (message-forward-make-body-mml, message-encode-message-body)
15219         (message-forward-make-body-digest-plain)
15220         (message-forward-make-body-digest-mime)
15221         (message-use-alternative-email-as-from): Insert `hard-newline'
15222         instead of ordinary newlines.
15223
15224 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15225
15226         * message.el (message-generate-headers): Downcase the argument
15227         given to message-check-element.
15228
15229 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15230
15231         * nntp.el (nntp-authinfo-rejected): New error condition.
15232         (nntp-wait-for): Use new error condition to signal authentication
15233         error.
15234         (nntp-retrieve-data): Rethrow new error condition to break out of
15235         recursive call to nntp-send-authinfo.
15236
15237 2005-11-08  Romain Francoise  <romain@orebokech.com>
15238
15239         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15240         (gnus-summary-exit-map): Bind to `Z p'.
15241         (gnus-summary-make-menu-bar): Add menu item.
15242
15243 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15244
15245         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15246         (gnus-treat-*): Add `first' in all doc strings.
15247
15248         * gnus-group.el (gnus-group-compact-group): Fix typo.
15249
15250 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15251
15252         * gnus.el (gnus-parameters-case-fold-search): New variable.
15253         (gnus-parameters-get-parameter): Use it.
15254
15255         * gnus-score.el (gnus-home-score-file): Doc fix.
15256
15257 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15258
15259         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15260
15261 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * mm-util.el (mm-special-display-p): New function.
15264
15265         * mml.el (mml-preview): Use it; doc fix.
15266
15267 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15268
15269         * imap.el (imap-open): Handle case where buffer is a buffer object.
15270
15271 2005-10-29  Romain Francoise  <romain@orebokech.com>
15272
15273         * message.el (message-fix-before-sending): Fix comment.
15274
15275 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15276
15277         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15278
15279 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15280
15281         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15282         Used in gnus-score.el.
15283
15284 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15285
15286         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15287
15288 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15289
15290         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15291         whitespace removed in revision 7.8.  Use concatenated string to
15292         protect trailing whitespace.
15293
15294 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15295
15296         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15297         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15298         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15299         Courier IMAP ("some version from 2004").  Mostly based on similar
15300         code in the same function.
15301
15302 2005-10-26  Didier Verna  <didier@xemacs.org>
15303
15304         * gnus-group.el (gnus-group-compact-group): Invalidate original
15305         article buffer.
15306         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15307         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15308         NOV database and in article itself.
15309         Invalidate article backlog.
15310
15311 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15312
15313         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15314
15315 2005-10-26  Simon Josefsson  <jas@extundo.com>
15316
15317         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15318         part of 2004-07-25 change.
15319
15320 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * message.el (message-display-completion-list): New function.
15323         (message-expand-group): Use it; make sure the Completions buffer
15324         is modifiable.
15325 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15326
15327         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15328         user-mail-name is an empty string.
15329
15330 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15331
15332         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15333         depending on gnus-score-decay-constant.
15334
15335         * encrypt.el (encrypt-insert-file-contents)
15336         (encrypt-write-file-contents): Don't use `gnus-message'.
15337
15338         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15339         arguments.
15340         (mm-uu-type-alist): Add message-marks and insert-marks.
15341         Pass arguments to mm-uu-verbatim-marks-extract.
15342         (mm-uu-hide-markers): New variable.
15343         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15344
15345         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15346         (gnus-convert-image-to-face-command): Use "convert" by default to
15347         allow other input image formats.
15348         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15349         accordingly.
15350
15351 2005-10-23  Simon Josefsson  <jas@extundo.com>
15352
15353         * imap.el (imap-gssapi-program): Align command line parameters
15354         with latest GNU SASL.
15355         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15356
15357 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15358
15359         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15360         HTML.
15361         (nnslashdot-request-article): Ditto.
15362
15363         * lpath.el (featurep): Add nobreak-char-display.
15364
15365 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15366
15367         * mail-source.el (mail-source-fetch-pop): Require pop3.
15368         (mail-source-check-pop): Ditto.
15369
15370 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15373         errors.
15374
15375 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15376
15377         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15378         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15379
15380         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15381
15382         * mm-bodies.el (mm-decode-string):
15383         Call `mm-charset-to-coding-system' with allow-override argument.
15384
15385 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15388         (rfc2047-charset-to-coding-system): New function.
15389         (rfc2047-decode-encoded-words): New function.
15390         (rfc2047-decode-region): Use them.
15391         (rfc2047-decode-cte): Remove.
15392         (rfc2047-parse-and-decode): Remove.
15393         (rfc2047-decode): Remove.
15394
15395 2005-10-15  Kenichi Handa  <handa@m17n.org>
15396
15397         * rfc2047.el (rfc2047-decode-cte): New function.
15398         (rfc2047-decode-region): Change the way to decode successive
15399         encoded-words: decode B- or Q-encoding in each encoded-word,
15400         concatenate them, and decode it as charset.
15401
15402 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15403
15404         * lpath.el: Fbind codepage-setup for XEmacs.
15405
15406 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15407
15408         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15409         widget-move-and-invoke.
15410         (gnus-custom-mode): Use gnus-custom-map.
15411
15412 2005-10-15  Bill Wohler  <wohler@newt.com>
15413
15414         * message.el (message-tool-bar-map): Rename image file from
15415         mail_send to mail/send.
15416
15417 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15418
15419         * message.el (message-expand-group): Pass the common
15420         prefix substring of completion to `display-completion-list'.
15421
15422 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15423
15424         * mml-sec.el (mml-secure-method): New internal variable.
15425         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15426         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15427         New functions using mml-secure-method.
15428
15429         * mml.el (mml-mode-map): Add key bindings for those functions.
15430         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15431         Harder <harder@myrealbox.com>.
15432         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15433         Goto end of message if point is the headers of the message.
15434
15435         * message.el (message-in-body-p): New function.
15436
15437         * assistant.el: Autoload gnus-util and netrc.
15438
15439         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15440         Use `mm-charset-override-alist' only when decoding.
15441
15442         * mm-bodies.el (mm-decode-body):
15443         Call `mm-charset-to-coding-system' with allow-override argument.
15444
15445         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15446         `filename' from Content-Disposition if Content-Type doesn't
15447         provide `name'.
15448         (gnus-mime-view-part-as-type): Set default instead of
15449         initial-input.
15450
15451 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15452
15453         * format-spec.el (format-spec): Propagate text properties of % spec.
15454
15455 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15456
15457         * gnus-art.el (gnus-treat-predicate): Add `first'.
15458
15459 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15460
15461         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15462         (mm-charset-override-alist): New variable.
15463         (mm-charset-to-coding-system): Use it.
15464         (mm-codepage-setup): New helper function.
15465         (mm-charset-eval-alist): New variable.
15466         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15467         Warn about unknown charsets.
15468
15469         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15470
15471 2005-10-04  David Hansen  <david.hansen@gmx.net>
15472
15473         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15474         (nnrss-check-group): Ditto.
15475
15476 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15477
15478         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15479         Rename x-gnus-verbatim to x-verbatim.
15480         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15481
15482         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15483         x-verbatim.
15484
15485         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15486
15487         * gnus-util.el (gnus-remove-duplicates): Remove.
15488
15489         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
15490         instead of gnus-remove-duplicates.
15491
15492         * message.el (message-remove-duplicates): Remove.
15493         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
15494         message-remove-duplicates.
15495
15496         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
15497         available, else use implementation from `delete-dups'.
15498
15499         * message.el (message-insert-expires): New function.
15500         (message-mode-map): Add key binding.
15501         (message-mode-field-menu): Add menu entry.
15502         (message-mode): Document it.
15503         (message-make-expires-date): Use `message-make-date'.
15504
15505 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15506
15507         * message.el (message-make-expires-date): New function.
15508
15509 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * Makefile.in (list-installed-shadows): New entry.
15512         (install): Use it.
15513         (remove-installed-shadows): New entry.
15514
15515         * dgnushack.el (dgnushack-default-load-path): New variable.
15516         (dgnushack-find-lisp-shadows): New function.
15517         (dgnushack-remove-lisp-shadows): New function.
15518
15519 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15520
15521         * Makefile.in (install-el-elc): New entry.
15522         (install): Use it so that .el files are necessarily installed.
15523
15524 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15527
15528 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15529
15530         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15531         function rather than the diff-mode.el package.
15532         (mm-display-external): Use with-current-buffer.
15533         (mm-viewer-completion-map, mm-viewer-completion-map):
15534         Move initialization inside declaration.
15535
15536 2005-09-29  Simon Josefsson  <jas@extundo.com>
15537
15538         * spam.el: Load hashcash when compiling, to avoid warnings.
15539         Don't autoload mail-check-payment.
15540         (spam-check-hashcash): Define unconditionally, since hashcash.el
15541         is part of Gnus now.  Ignore errors from payment checking.
15542
15543 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15544
15545         * message.el (message-bold-region, message-unbold-region):
15546         Rename from `bold-region' and `unbold-region'.
15547
15548         * message.el: Remove useless autoloads.
15549
15550 2005-09-28  Simon Josefsson  <jas@extundo.com>
15551
15552         * message.el (message-use-idna): Default to t.
15553         (message-use-idna): Test whether encoding works too.  Doc fix.
15554
15555 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * nntp.el (nntp-warn-about-losing-connection): Remove.
15558
15559 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15560
15561         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15562         customizable.  Change default value.
15563         (mm-uu-diff-groups-regexp): Change default value.
15564         (mm-uu-type-alist): Add doc string.
15565         (mm-uu-configure): Add doc string.  Make it interactive.
15566         (mm-uu-tex-groups-regexp): New variable.
15567         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15568         (mm-uu-type-alist): Add LaTeX documents.
15569         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15570         of "text/verbatim".
15571         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15572
15573         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15574         instead of "text/verbatim".
15575
15576         * message.el (message-mark-inserted-region)
15577         (message-mark-insert-file): Use slrn style marks when called with
15578         prefix argument.
15579
15580 2005-09-27  Simon Josefsson  <jas@extundo.com>
15581
15582         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15583
15584 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15585
15586         * message.el (message-remove-duplicates): New function.
15587         Implementation borrowed from `gnus-remove-duplicates'.
15588         (message-idna-to-ascii-rhs): Also encode idna addresses in
15589         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15590         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15591         only ask about the same idna domain once per header and also tell
15592         in what header to replace the idna domain.
15593
15594         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15595         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15596         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15597         a header is decoded and not just the last one.
15598
15599 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15600
15601         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15602         has been decoded.
15603
15604         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15605         (mm-insert-part): Don't modify text if it has been decoded.
15606
15607         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15608         decoded.
15609
15610         * mm-view.el (mm-inline-text): Don't strip text props unless
15611         decoding enriched or richtext parts.
15612
15613 2005-09-25  Romain Francoise  <romain@orebokech.com>
15614
15615         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15616         * gnus-start.el (gnus-subscribe-interactively):
15617         * gnus-uu.el (gnus-uu-grab-articles):
15618         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15619         space.
15620
15621 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15622
15623         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15624         * mm-view.el (mm-view-pkcs7-decrypt):
15625         * gnus-sum.el (gnus-summary-limit-to-extra)
15626         (gnus-summary-respool-article, gnus-read-move-group-name):
15627         * gnus-score.el (gnus-summary-increase-score):
15628         * gnus-util.el (gnus-completing-read-with-default):
15629         * gnus-art.el (gnus-read-save-file-name)
15630         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15631         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15632         * message.el (message-check-news-header-syntax):
15633         Follow convention for reading with the minibuffer.
15634
15635 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15636
15637         * spam-report.el (spam-report-url-ping-plain):
15638         Use gnus-extended-version as User-Agent.
15639
15640         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15641         default value is nil.
15642
15643         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15644         (mm-uu-verbatim-marks-extract): New function.
15645         (mm-uu-extract): New face.
15646         (mm-uu-copy-to-buffer): Use it.
15647
15648         * spam-report.el (spam-report-gmane-ham): Rename from
15649         `spam-report-gmane-unspam'.
15650         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15651         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15652
15653         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15654         Autoload.
15655         (spam-report-gmane-unregister-routine):
15656         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15657
15658 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15659
15660         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15661         (spam-report-gmane-unregister-routine): Add support for gmane
15662         unregistration.
15663
15664         * spam-report.el (spam-report-gmane-unspam)
15665         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15666         (spam-report-gmane): Change to take a single article and do unspam
15667         registration.
15668
15669 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15670
15671         * mm-url.el (mm-url-decode-entities): Fix regexp.
15672
15673 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15674
15675         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15676         default to nil, to be able to use Gnus at all.  If the default
15677         switches to something else, then the function should be fixed not
15678         be exceedingly slow.
15679
15680 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15681
15682         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15683         fail hard.
15684
15685         * spam-report.el: Add better Keywords line.
15686
15687         * spam.el: Add Maintainer and better Keywords line.
15688
15689 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15690
15691         * gnus-art.el (gnus-article-replace-part)
15692         (gnus-mime-replace-part): New functions.
15693         (gnus-mime-action-alist, gnus-mime-button-commands)
15694         (gnus-mime-save-part-and-strip): Add file argument.
15695         (gnus-article-part-wrapper): Add interactive argument.
15696
15697         * gnus-sum.el (gnus-summary-mime-map):
15698         Add `gnus-article-replace-part'.
15699
15700 2005-09-19  Didier Verna  <didier@xemacs.org>
15701
15702         The nnml compaction feature:
15703         * nnml.el (nnml-request-compact-group): New function.
15704         * nnml.el (nnml-request-compact): New function.
15705         * gnus-int.el (gnus-request-compact-group): New function.
15706         * gnus-int.el (gnus-request-compact): New function.
15707         * gnus-group.el (gnus-group-compact-group): New function.
15708         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15709         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15710         * gnus-srvr.el (gnus-server-compact-server): New function.
15711         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15712         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15713
15714 2005-09-18  Deepak Goel  <deego@gnufans.org>
15715
15716         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15717         format spec.
15718
15719 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15722
15723 2005-09-15  Romain Francoise  <romain@orebokech.com>
15724
15725         * message.el (message-fill-paragraph): Clarify docstring.
15726
15727 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * gnus-art.el (gnus-mime-display-part): Protect against broken
15730         MIME messages.
15731
15732 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15735         before parsing header.
15736
15737 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15738
15739         * html2text.el (html2text-replace-list): Add new entities.
15740
15741 2005-09-11  Romain Francoise  <romain@orebokech.com>
15742
15743         * message.el (message-alternative-emails): Improve docstring.
15744         (message-setup-1): Call `message-use-alternative-email-as-from'
15745         after `message-setup-hook' to give it precedence over posting
15746         styles, etc.
15747         (message-use-alternative-email-as-from): Add docstring.
15748         Remove the original From header if present.
15749
15750         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15751         (nnml-save-mail): Use it.
15752
15753         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15754         articles.  Add new argument `silent'.
15755         (gnus-uu-mark-all): Report the total number of marked articles.
15756
15757 2005-09-10  Romain Francoise  <romain@orebokech.com>
15758
15759         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15760         (gnus-uu-mark-series): Likewise.
15761
15762 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15763
15764         * spam-report.el (spam-report-gmane): Fix generation of spam
15765         report URL.
15766
15767 2005-09-10  Simon Josefsson  <jas@extundo.com>
15768
15769         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15770         t, based on discussion on the ding list with Robert Epprecht
15771         <epprecht@solnet.ch>.
15772
15773 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15774
15775         * spam-report.el (spam-report-gmane): Make it work without
15776         X-Report-Spam header.  Gmane now only provides Archived-At.
15777         This is only used if `spam-report-gmane-use-article-number' is nil.
15778         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15779
15780         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15781         make `gnus-summary-sort-by-recipient' work with threading.
15782
15783         * nnweb.el (nnweb-google-wash-article): Print a message if article
15784         is not available.
15785
15786 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15787
15788         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15789         change.  Decode text/* parts content before displaying.
15790
15791 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15792
15793         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15794
15795 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15798
15799         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15800         url-package-name, url-package-version,
15801         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15802         w3m-display-inline-images, and w3m-minor-mode-map.
15803
15804 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15805
15806         * message.el (message-tab-body-function): Fix mismatched custom type.
15807
15808         * gnus.el (gnus-group-change-level-function): Ditto.
15809
15810         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15811
15812         * gnus-art.el (gnus-signature-limit)
15813         (gnus-article-mime-part-function): Ditto.
15814
15815 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15816
15817         * mml.el (mml-mode): Silence the byte compiler.
15818
15819         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15820         using `(sit-for 0)' before moving the point to the specified part;
15821         skip unbuttonized parts.
15822         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15823         return to the summary window if gnus-auto-select-part is non-nil.
15824
15825 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15826
15827         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15828         New variables.
15829         (mml-dnd-attach-file, mml-mode): Use them.
15830
15831         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15832         Make fetching article by MID work again for Google Groups.
15833         Add FIXME concerning gnus-group-make-web-group.
15834
15835         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15836         Don't depend on Gnus by using mail-extract-address-components if
15837         gnus-extract-address-components is not bound.
15838
15839 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15840
15841         * gnus-art.el (gnus-mime-display-security): Don't display the
15842         signature, but only the signed part.
15843
15844 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15847
15848         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15849         list, not listp.
15850
15851 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15852
15853         * mm-encode.el (mm-encode-content-transfer-encoding):
15854         Likewise when encoding.
15855
15856         * mm-bodies.el (mm-decode-content-transfer-encoding):
15857         De-canonicalize CRLF for all text content types, not just
15858         text/plain.
15859
15860 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15863         valid article; point arrow and cursor at the MIME button.
15864
15865 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15868         Suggested by Dan Christensen <jdc@uwo.ca>.
15869
15870         * mm-decode.el (mm-save-part): Enable change of prompt.
15871
15872 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15873
15874         * gnus-msg.el (gnus-inews-add-send-actions):
15875         Make `message-post-method' lambda parameter ARG `&optional'.
15876
15877 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15878
15879         * gnus-sum.el (gnus-summary-mime-map):
15880         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15881         gnus-article-jump-to-part.
15882
15883         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15884         (gnus-article-edit-part): Use it.
15885         (gnus-article-part-wrapper): Add no-handle argument.
15886         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15887         New functions.
15888
15889 2005-08-29  Romain Francoise  <romain@orebokech.com>
15890
15891         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15892         docstring.
15893         (gnus-face-from-file): Likewise.
15894
15895 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15896
15897         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15898         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15899         non-nil.
15900         (gnus-auto-select-part): New variable.
15901         (gnus-article-jump-to-part): New function.
15902         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15903         (gnus-mime-delete-part): Allow selecting specified part after
15904         deleting or stripping parts.
15905         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15906         part if argument is bogus.
15907
15908 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15909
15910         * gnus-art.el (w3m-minor-mode-map):
15911         * gnus-spec.el (gnus-newsrc-file-version):
15912         * gnus-util.el (nnmail-active-file-coding-system)
15913         (gnus-original-article-buffer, gnus-user-agent):
15914         * gnus.el (gnus-ham-process-destinations)
15915         (gnus-parameter-ham-marks-alist)
15916         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15917         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15918         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15919         * mm-decode.el (gnus-current-window-configuration):
15920         * mm-extern.el (gnus-article-mime-handles):
15921         * mm-url.el (url-current-object, url-package-name)
15922         (url-package-version):
15923         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15924         (smime-keys, w3m-cid-retrieve-function-alist)
15925         (w3m-current-buffer, w3m-display-inline-images)
15926         (w3m-minor-mode-map):
15927         * mml-smime.el (gnus-extract-address-components):
15928         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15929         (gnus-newsrc-hashtb, message-default-charset)
15930         (message-deletable-headers, message-options)
15931         (message-posting-charset, message-required-mail-headers)
15932         (message-required-news-headers):
15933         * mml1991.el (mc-pgp-always-sign):
15934         * mml2015.el (mc-pgp-always-sign):
15935         * nnheader.el (nnmail-extra-headers):
15936         * rfc1843.el (gnus-decode-encoded-word-function)
15937         (gnus-decode-header-function, gnus-newsgroup-name):
15938         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15939
15940 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15941
15942         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15943         the end of the date treatments.
15944
15945 2005-08-15  Simon Josefsson  <jas@extundo.com>
15946
15947         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15948         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15949         Capello and Romain Francoise.
15950         (pgg-fetch-key-function): Remove, not used?
15951         (pgg-insert-url-with-w3): Require url, to get
15952         url-insert-file-contents regardless of where it is defined.
15953
15954 2005-08-13  Romain Francoise  <romain@orebokech.com>
15955
15956         * message.el (message-cite-original-1): New function.
15957         (message-cite-original): Use it.
15958         (message-cite-original-without-signature): Ditto.
15959
15960 2005-08-08  Romain Francoise  <romain@orebokech.com>
15961
15962         * message.el (message-yank-empty-prefix): New variable.
15963         (message-indent-citation): Use it.
15964         (message-cite-original-without-signature): Respect X-No-Archive.
15965
15966 2005-08-08  Simon Josefsson  <jas@extundo.com>
15967
15968         * pgg.el: Autoload url-insert-file-contents instead of loading
15969         w3/url.
15970         (pgg-insert-url-with-w3): Don't load url here.
15971
15972 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15973
15974         * message.el (message-kill-to-signature): Don't insert newline at
15975         bol.
15976         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15977
15978 2005-08-06  Romain Francoise  <romain@orebokech.com>
15979
15980         * message.el (message-user-fqdn): Fix typo in docstring.
15981
15982 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15983
15984         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15985
15986         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15987
15988 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15989
15990         * mm-bodies.el (mm-encode-body): Use coding system rather than
15991         charset to encode text.
15992
15993         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15994         number of charsets if utf-8 is available (XEmacs).
15995
15996 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15997
15998         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15999         taken from `gnus-button-mid-or-mail-regexp'.
16000         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16001         (gnus-button-alist): Improve regexp for domain part of the MIDs
16002         for news:localpart@domain buttons.
16003         (gnus-button-ctan-directory-regexp): Update.
16004
16005 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16006
16007         * sieve-manage.el (sieve-manage-interactive-login):
16008         Use make-local-variable rather than make-variable-buffer-local.
16009         (sieve-manage-open): Ditto.
16010         (sieve-manage-authenticate): Ditto.
16011
16012         * mml.el (mml-generate-mime-1): Make the content type default to
16013         text/plain if the filename is not specified.
16014
16015 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16018         instead of insert-buffer.
16019
16020         * message.el (message-yank-original): Ditto; set the mark at the
16021         end of the yanked message.
16022
16023 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16026         lines to scroll rather than to stop it.
16027
16028         * mml.el (mml-generate-default-type): Add doc string.
16029         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16030         default to application/octet-stream when determining the content
16031         type if it is not specified for the part or the mml contents; add
16032         a comment about mml-generate-default-type.
16033
16034 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16035
16036         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16037         make it default to application/octet-stream when determining the
16038         content type if it is not specified for the external contents.
16039
16040 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16043         segmented parameter but also other parameters might be there.
16044
16045 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * mm-decode.el (mm-display-external): Delete temp file, directory
16048         and buffer immediately if the external process is exited.
16049
16050 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16053         fewer lines than that of scroll-margin.
16054         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16055
16056 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * gnus-art.el (gnus-article-next-page): Revert.
16059         (gnus-article-beginning-of-window): New macro.
16060         (gnus-article-next-page-1): Use it.
16061         (gnus-article-prev-page): Ditto.
16062         (gnus-article-edit-part): Use insert-buffer-substring instead of
16063         insert-buffer.
16064         (gnus-article-edit-exit): Ditto.
16065
16066         * gnus-util.el (gnus-beginning-of-window): Remove.
16067         (gnus-end-of-window): Remove.
16068
16069         * lpath.el: Don't bind header-line-format and scroll-margin.
16070
16071 2005-07-25  Simon Josefsson  <jas@extundo.com>
16072
16073         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16074         to have the url package without w3.  Reported by Daiki Ueno
16075         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16076
16077 2005-07-20  Didier Verna  <didier@xemacs.org>
16078
16079         * gnus-diary.el: Remove the description comment (nndiary is now
16080         properly documented in the Gnus manual).
16081         Fix the spelling of "Back End".
16082         * nndiary.el: Ditto.
16083         Fix the copyright notice.
16084
16085 2005-07-18  Romain Francoise  <romain@orebokech.com>
16086
16087         * gnus-sum.el (gnus-summary-to-prefix)
16088         (gnus-summary-newsgroup-prefix): New variables.
16089         (gnus-summary-from-or-to-or-newsgroups): Use them.
16090
16091 2005-07-17  Romain Francoise  <romain@orebokech.com>
16092
16093         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16094         space as it's generally not especially interesting to the user.
16095
16096 2005-07-16  Romain Francoise  <romain@orebokech.com>
16097
16098         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16099         nil to avoid prompting and file modification if one of the
16100         messages at the top of the nnfolder file contains a copyright
16101         notice.
16102         Update copyright notice.
16103
16104         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16105         instead of `current-time-string' as the latter creates a time
16106         string that is not RFC 2822 compliant (it lacks the zone).
16107         Update copyright notice.
16108
16109 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16110
16111         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16112         for text/rtf.  Display default in prompt.  Pass default for M-n.
16113
16114         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16115
16116 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16117
16118         * gnus-msg.el (gnus-button-mailto):
16119         Remove save-selected-window-window hackery because it relies on
16120         save-selected-window internals.
16121
16122 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16123
16124         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16125         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16126         (gnus-article-prev-page): Ditto.
16127
16128         * gnus-util.el (gnus-beginning-of-window): New function.
16129         (gnus-end-of-window): New function.
16130
16131         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16132
16133 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16134
16135         * gnus-score.el (gnus-score-edit-all-score):
16136         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16137         gnus-message.
16138
16139 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16140
16141         * gnus-msg.el (gnus-button-mailto):
16142         Remove save-selected-window-window hackery because it relies on
16143         save-selected-window internals.
16144
16145 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16146
16147         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16148         add-minor-mode.
16149         (gnus-binary-mode): Ditto.
16150
16151         * gnus-topic.el (gnus-topic-mode): Ditto.
16152
16153 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16154
16155         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16156         (gnus-article-prev-page): Take scroll-margin into consideration.
16157
16158 2005-07-04  Lute Kamstra  <lute@gnu.org>
16159
16160         Update FSF's address in GPL notices.
16161
16162 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16163
16164         * gnus.el (gnus-exit):
16165         * gnus-group.el (gnus-group-icons):
16166         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16167
16168         * gnus-nocem.el (gnus-nocem):
16169         * message.el (message-various, message-buffers, message-sending)
16170         (message-interface, message-forwarding, message-insertion)
16171         (message-headers, message-news, message-mail):
16172         * pgg-gpg.el (pgg-gpg):
16173         * pgg-parse.el (pgg-parse):
16174         * pgg-pgp.el (pgg-pgp):
16175         * pgg-pgp5.el (pgg-pgp5):
16176         * pop3.el (pop3): Finish `defgroup' description with period.
16177
16178 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16179
16180         * gnus-art.el (article-display-face): Improve the efficiency.
16181         (article-display-x-face): Ditto; remove grey x-face stuff.
16182
16183 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16184
16185         * gnus-art.el (article-display-face): Correct the position in
16186         which Faces are inserted.
16187
16188 2005-06-29  Didier Verna  <didier@xemacs.org>
16189
16190         * gnus-art.el (article-display-face): Display faces in correct
16191         order.
16192
16193 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16196         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16197         (gnus-nocem-check-article): Fetch the Type header.
16198         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16199         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16200         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16201         make sure gnus-nocem-hashtb is initialized.
16202         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16203         (gnus-nocem-unwanted-article-p): Ditto.
16204
16205         * pgg.el (pgg-verify): Return the verification result.
16206
16207 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16208
16209         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16210         is ascii.
16211
16212 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16213
16214         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16215         `show-nonbreak-escape'.
16216
16217 2005-06-23  Lute Kamstra  <lute@gnu.org>
16218
16219         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16220
16221         * dig.el (dig-mode):
16222         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16223
16224 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16225
16226         * nnimap.el (nnimap-split-download-body): Fix spellings.
16227
16228 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16229
16230         * gnus-art.el (gnus-article-encrypt-body):
16231         * gnus-cus.el (gnus-score-customize):
16232         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16233         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16234
16235 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16236
16237         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16238         header by looking for magic "MII" at the beginnig.
16239
16240 2005-06-16  Miles Bader  <miles@gnu.org>
16241
16242         * gnus-xmas.el (gnus-xmas-group-startup-message):
16243         Use renamed gnus-splash face.
16244
16245         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16246         (assistant-field-face): New backward-compatibility alias for renamed
16247         face.
16248         (assistant-render-text): Use renamed assistant-field face.
16249
16250         * spam.el (spam): Remove "-face" suffix from face name.
16251         (spam-face): New backward-compatibility alias for renamed face.
16252         (spam-face, spam-initialize): Use renamed spam face.
16253
16254         * message.el (message-header-to, message-header-cc)
16255         (message-header-subject, message-header-newsgroups)
16256         (message-header-other, message-header-name)
16257         (message-header-xheader, message-separator, message-cited-text)
16258         (message-mml): Remove "-face" suffix from face names.
16259         (message-header-to-face, message-header-cc-face)
16260         (message-header-subject-face, message-header-newsgroups-face)
16261         (message-header-other-face, message-header-name-face)
16262         (message-header-xheader-face, message-separator-face)
16263         (message-cited-text-face, message-mml-face):
16264         New backward-compatibility aliases for renamed faces.
16265         (message-font-lock-keywords): Use renamed message faces.
16266
16267         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16268         (sieve-test-commands, sieve-tagged-arguments):
16269         Remove "-face" suffix from face names.
16270         (sieve-control-commands-face, sieve-action-commands-face)
16271         (sieve-test-commands-face, sieve-tagged-arguments-face):
16272         New backward-compatibility aliases for renamed faces.
16273         (sieve-control-commands-face, sieve-action-commands-face)
16274         (sieve-test-commands-face, sieve-tagged-arguments-face):
16275         Use renamed sieve faces.
16276
16277         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16278         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16279         (gnus-group-news-3-empty, gnus-group-news-4)
16280         (gnus-group-news-4-empty, gnus-group-news-5)
16281         (gnus-group-news-5-empty, gnus-group-news-6)
16282         (gnus-group-news-6-empty, gnus-group-news-low)
16283         (gnus-group-news-low-empty, gnus-group-mail-1)
16284         (gnus-group-mail-1-empty, gnus-group-mail-2)
16285         (gnus-group-mail-2-empty, gnus-group-mail-3)
16286         (gnus-group-mail-3-empty, gnus-group-mail-low)
16287         (gnus-group-mail-low-empty, gnus-summary-selected)
16288         (gnus-summary-cancelled, gnus-summary-high-ticked)
16289         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16290         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16291         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16292         (gnus-summary-low-undownloaded)
16293         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16294         (gnus-summary-low-unread, gnus-summary-normal-unread)
16295         (gnus-summary-high-read, gnus-summary-low-read)
16296         (gnus-summary-normal-read, gnus-splash):
16297         Remove "-face" suffix from face names.
16298         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16299         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16300         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16301         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16302         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16303         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16304         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16305         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16306         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16307         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16308         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16309         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16310         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16311         (gnus-summary-normal-ticked-face)
16312         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16313         (gnus-summary-normal-ancient-face)
16314         (gnus-summary-high-undownloaded-face)
16315         (gnus-summary-low-undownloaded-face)
16316         (gnus-summary-normal-undownloaded-face)
16317         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16318         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16319         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16320         (gnus-splash-face):
16321         New backward-compatibility aliases for renamed faces.
16322         (gnus-group-startup-message): Use renamed gnus faces.
16323
16324         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16325         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16326         (gnus-server-agent): Remove "-face" suffix from face names.
16327         (gnus-server-agent-face, gnus-server-opened-face)
16328         (gnus-server-closed-face, gnus-server-denied-face)
16329         (gnus-server-offline-face):
16330         New backward-compatibility aliases for renamed faces.
16331         (gnus-server-agent-face, gnus-server-opened-face)
16332         (gnus-server-closed-face, gnus-server-denied-face)
16333         (gnus-server-offline-face): Use renamed gnus faces.
16334
16335         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16336         Remove "-face" suffix from face names.
16337         (gnus-picon-xbm-face, gnus-picon-face):
16338         New backward-compatibility aliases for renamed faces.
16339
16340         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16341         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16342         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16343         (gnus-cite-11): Remove "-face" suffix from face names.
16344         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16345         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16346         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16347         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16348         New backward-compatibility aliases for renamed faces.
16349         (gnus-cite-attribution-face, gnus-cite-face-list)
16350         (gnus-article-boring-faces): Use renamed gnus faces.
16351
16352         * gnus-art.el (gnus-signature, gnus-header-from)
16353         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16354         (gnus-header-content): Remove "-face" suffix from face names.
16355         (gnus-signature-face, gnus-header-from-face)
16356         (gnus-header-subject-face, gnus-header-newsgroups-face)
16357         (gnus-header-name-face, gnus-header-content-face):
16358         New backward-compatibility aliases for renamed faces.
16359         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16360
16361         * gnus-sum.el (gnus-summary-selected-face)
16362         (gnus-summary-highlight): Use renamed gnus faces.
16363         * gnus-group.el (gnus-group-highlight): Likewise.
16364
16365 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16366
16367         * gnus-sieve.el (gnus-sieve-article-add-rule):
16368         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16369         * spam-stat.el (spam-stat-buffer-change-to-spam)
16370         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16371
16372         * message.el (message-is-yours-p):
16373         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16374
16375 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * mm-view.el (mm-inline-text): Withdraw the last change.
16378
16379 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16382         executing enriched-decode.
16383
16384 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16387         charset of tar files.
16388
16389 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16390
16391         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16392
16393 2005-06-04  Lute Kamstra  <lute@gnu.org>
16394
16395         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16396         information is never recorded.
16397
16398 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16399
16400         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16401
16402 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * pop3.el (pop3-apop): Run md5 in the binary mode.
16405
16406         * starttls.el (starttls-set-process-query-on-exit-flag):
16407         Use eval-and-compile.
16408
16409 2005-05-31  Simon Josefsson  <jas@extundo.com>
16410
16411         * smime.el (smime-replace-in-string): Define.
16412         (smime-cert-by-ldap-1): Use it.
16413
16414 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16415
16416         * gnus-art.el (article-display-x-face): Replace
16417         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16418
16419         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16420         set-process-query-on-exit-flag or process-kill-without-query.
16421
16422         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16423         loop instead of replace-regexp.
16424
16425         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16426         instead of process-kill-without-query if it is available.
16427
16428         * lpath.el: Fbind ldap-search-entries.
16429
16430         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16431         instead of find-file-hooks if it is available.
16432
16433         * mml1991.el: Bind pgg-default-user-id when compiling.
16434
16435         * mml2015.el: Bind pgg-default-user-id when compiling.
16436
16437         * nndraft.el (nndraft-request-associate-buffer):
16438         Use write-contents-functions instead of write-contents-hooks if it is
16439         available.
16440
16441         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16442         instead of find-file-hooks if it is available.
16443
16444         * nntp.el (nntp-open-connection): Replace
16445         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16446         (nntp-open-ssl-stream): Ditto.
16447         (nntp-open-tls-stream): Ditto.
16448
16449         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16450         set-process-query-on-exit-flag or process-kill-without-query.
16451         (starttls-open-stream-gnutls): Use it instead of
16452         process-kill-without-query.
16453         (starttls-open-stream): Ditto.
16454
16455 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16456
16457         * smime.el (smime-cert-by-ldap-1): Don't use
16458         replace-regexp-in-string.
16459
16460 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16461
16462         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16463
16464         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16465         in PEM format.  Adjust to the XEmacs compatibility.
16466
16467 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16468
16469         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16470         by `string-to-number'.
16471         * gnus-agent.el (gnus-agent-regenerate-group)
16472         (gnus-agent-fetch-articles): Ditto.
16473         * gnus-art.el (gnus-button-fetch-group): Ditto.
16474         * gnus-cache.el (gnus-cache-generate-active)
16475         (gnus-cache-articles-in-group): Ditto.
16476         * gnus-group.el (gnus-group-set-current-level)
16477         (gnus-group-insert-group-line): Ditto.
16478         * gnus-score.el (gnus-score-set-expunge-below)
16479         (gnus-score-set-mark-below, gnus-summary-score-effect)
16480         (gnus-summary-score-entry): Ditto.
16481         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16482         (gnus-soup-pack): Ditto.
16483         * gnus-spec.el (gnus-xmas-format): Ditto.
16484         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16485         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16486         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16487         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16488         * nndb.el (nndb-get-remote-expire-response): Ditto.
16489         * nndiary.el (nndiary-parse-schedule-value)
16490         (nndiary-string-to-number, nndiary-request-replace-article)
16491         (nndiary-request-article): Ditto.
16492         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
16493         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
16494         * nneething.el (nneething-make-head): Ditto.
16495         * nnfolder.el (nnfolder-request-article)
16496         (nnfolder-retrieve-headers): Ditto.
16497         * nnheader.el (nnheader-file-to-number): Ditto.
16498         * nnkiboze.el (nnkiboze-request-article): Ditto.
16499         * nnmail.el (nnmail-process-unix-mail-format)
16500         (nnmail-process-babyl-mail-format): Ditto.
16501         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16502         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16503         (nnmh-request-create-group, nnmh-request-list-1)
16504         (nnmh-request-group, nnmh-request-article): Ditto.
16505         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16506         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16507         * nnsoup.el (nnsoup-make-active): Ditto.
16508         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16509         * nntp.el (nntp-find-group-and-number)
16510         (nntp-retrieve-headers-with-xover): Ditto.
16511         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16512         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16513         (pgg-format-key-identifier): Ditto.
16514         * pop3.el (pop3-last, pop3-stat): Ditto.
16515         * qp.el (quoted-printable-decode-region): Ditto.
16516
16517         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16518         of concat.
16519
16520 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16523
16524         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16525
16526         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16527
16528         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16529
16530         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16531
16532         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16533
16534         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16535         (gnus-carpal-mode): Ditto.
16536
16537         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16538         (gnus-browse-mode): Ditto.
16539
16540         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16541
16542         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16543
16544 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16545
16546         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16547
16548 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * gnus-util.el (gnus-run-mode-hooks): New function.
16551
16552         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16553
16554         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16555         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16556
16557 2005-05-27  Lute Kamstra  <lute@gnu.org>
16558
16559         * dns-mode.el (dns-mode): Specify customization group.
16560
16561 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16562
16563         * gnus-agent.el (gnus-agent-make-mode-line-string):
16564         Use mode-line-highlight as mouse-face.
16565
16566 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * canlock.el (canlock): Change the parent group to news.
16569
16570         * deuglify.el (gnus-outlook-deuglify): Add :group.
16571
16572         * dig.el (dig): Add :group.
16573
16574         * dns-mode.el (dns-mode): Add :group.
16575
16576         * encrypt.el (encrypt): Add :group.
16577
16578         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16579         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16580         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16581         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16582         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16583
16584         * gnus-diary.el (gnus-diary): Add :group.
16585
16586         * gnus.el (gnus-group-news-1-face): Add :group.
16587         (gnus-group-news-1-empty-face): Ditto.
16588         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16589         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16590         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16591         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16592         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16593         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16594         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16595         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16596         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16597         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16598         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16599         (gnus-summary-high-ticked-face): Ditto.
16600         (gnus-summary-low-ticked-face): Ditto.
16601         (gnus-summary-normal-ticked-face): Ditto.
16602         (gnus-summary-high-ancient-face): Ditto.
16603         (gnus-summary-low-ancient-face): Ditto.
16604         (gnus-summary-normal-ancient-face): Ditto.
16605         (gnus-summary-high-undownloaded-face): Ditto.
16606         (gnus-summary-low-undownloaded-face): Ditto.
16607         (gnus-summary-normal-undownloaded-face): Ditto.
16608         (gnus-summary-high-unread-face): Ditto.
16609         (gnus-summary-low-unread-face): Ditto.
16610         (gnus-summary-normal-unread-face): Ditto.
16611         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16612         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16613
16614         * hashcash.el (hashcash): New custom group.
16615         (hashcash-default-payment): Add :group.
16616         (hashcash-payment-alist): Ditto.
16617         (hashcash-default-accept-payment): Ditto.
16618         (hashcash-accept-resources): Ditto.
16619         (hashcash-path): Ditto.
16620         (hashcash-extra-generate-parameters): Ditto.
16621         (hashcash-double-spend-database): Ditto.
16622         (hashcash-in-news): Ditto.
16623
16624         * message.el (message-minibuffer-local-map): Add :group.
16625
16626         * netrc.el (netrc): Add :group.
16627
16628         * sieve-manage.el (sieve-manage-log): Add :group.
16629         (sieve-manage-default-user): Diito.
16630         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16631         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16632         (sieve-manage-authenticators): Ditto.
16633         (sieve-manage-authenticator-alist): Ditto.
16634         (sieve-manage-default-port): Ditto.
16635
16636         * sieve-mode.el (sieve-control-commands-face): Add :group.
16637         (sieve-action-commands-face): Ditto.
16638         (sieve-test-commands-face): Ditto.
16639         (sieve-tagged-arguments-face): Ditto.
16640
16641         * smime.el (smime): Add :group.
16642
16643         * spam-report.el (spam-report): Add :group.
16644
16645         * spam.el (spam, spam-face): Add :group.
16646
16647 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16648
16649         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16650         return \n.\n.\n at the end of articles.  Protect against that.
16651         (nntp-with-open-group): Allow debugging.
16652
16653         * nnheader.el (mail-header-set-extra): Make into a function
16654         because I just could't understand how to quote the list properly.
16655
16656         * dns.el (query-dns-cached): New function.
16657
16658 2005-05-26  Lute Kamstra  <lute@gnu.org>
16659
16660         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16661
16662 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16663
16664         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16665
16666         * gnus-art.el: Don't autoload mail-extract-address-components.
16667
16668         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16669         eval-and-compile to evaluate it.
16670
16671         * hashcash.el: Don't autoload executable-find.
16672
16673         * nndb.el: Don't declare the nndb back end two or more times; don't
16674         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16675
16676         * nntp.el: Autoload format-spec instead of format; use
16677         eval-and-compile to evaluate autoload forms.
16678
16679 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16680
16681         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16682
16683 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16684
16685         * gnus.el (gnus-version-number): Bump version.
16686
16687 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16688
16689         * gnus.el: No Gnus v0.3 is released.
16690
16691 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16692
16693         * lpath.el (featurep): Bind show-nonbreak-escape.
16694
16695 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * gnus-art.el (gnus-article-edit-part): Disable undo.
16698
16699 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16702         gnus-article-date-lapsed-new-header is t if date timer is active;
16703         skip headers in which the original date value is empty.
16704         (gnus-article-save-original-date): Redefine it as a macro.
16705         (gnus-display-mime): Use it.
16706
16707 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * gnus-art.el (article-date-ut): Support converting date in
16710         forwarded parts as well.
16711         (gnus-article-save-original-date): New function.
16712         (gnus-display-mime): Use it.
16713
16714 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16715
16716         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16717         enclosure element of <item>.
16718
16719 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16720
16721         * message.el (message-kill-buffer-query): Rename from
16722         `message-kill-buffer-query-if-modified'.  Add :version.
16723
16724 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16725
16726         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16727         window layout.
16728
16729 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * mml.el: Autoload dnd when compiling.
16732
16733 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16734
16735         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16736         x-dnd-*.
16737
16738 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16739
16740         * qp.el (quoted-printable-encode-region): Save excursion.
16741
16742 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16743
16744         * message.el (message-kill-buffer-query-if-modified): Add new variable
16745         so the user can kill a modified message buffer quickly.
16746         (message-kill-buffer): Use it.
16747
16748 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * lpath.el: Fbind display-time-event-handler; don't fbind
16751         string-to-multibyte.
16752
16753         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16754
16755 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16758         contained in text because xml.el decodes entities) with LFs.
16759
16760 2005-04-11  Lute Kamstra  <lute@gnu.org>
16761
16762         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16763         differently.
16764
16765 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16766
16767         * mm-util.el (mm-detect-coding-region): Typo.
16768
16769 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16772
16773 2005-04-06  Deepak Goel  <deego@gnufans.org>
16774
16775         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16776         user-function allow user modifications of the scores.
16777         (spam-stat-score-buffer-user): New function, to allow
16778         user-computed modifications to the score.
16779         (spam-stat-score-buffer-user-functions): List of additional
16780         scoring functions.
16781         (spam-stat-error-holder): Global temporary error holder.
16782         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16783         variable.
16784
16785 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16786
16787         * gnus-registry.el (gnus-registry-clean-empty-function)
16788         (gnus-registry-trim, gnus-registry-fetch-groups)
16789         (gnus-registry-delete-group): Groups that match
16790         `gnus-registry-ignored-groups' are removed from the registry
16791         entries, not just ignored for splitting.  This helps clean up the
16792         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16793         to get all the groups a message ID is in.
16794
16795         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16796         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16797         (spam-stat-score-buffer-user-functions): Add :number custom type.
16798
16799 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16800
16801         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16802         argument in XEmacs.
16803
16804         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16805         (nnrss-request-group): Decode group name first.
16806         (nnrss-request-article): Make a text/plain article if mml-to-mime
16807         failed.
16808         (nnrss-get-encoding): Return a compatible encoding according to
16809         nnrss-compatible-encoding-alist.
16810         (nnrss-find-el): Use consp instead of listp.
16811         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16812
16813 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16816         which Emacs 20 doesn't support.
16817         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16818
16819 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16820
16821         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16822         silence the byte compiler inside the defun.
16823
16824         * gnus-demon.el (parse-time-string): Add autoload.
16825
16826         * gnus-delay.el (parse-time-string): Add autoload.
16827
16828         * gnus-art.el (parse-time-string): Add autoload.
16829
16830         * nnultimate.el (parse-time): Require for `parse-time-string'.
16831
16832 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16833
16834         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16835
16836         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16837
16838         * smime.el (smime-ldap-host-list): Add :version.
16839
16840 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16841
16842         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16843         pass it to `gnus-browse-read-group'.
16844         (gnus-browse-read-group): Add NUMBER argument and pass it to
16845         `gnus-group-read-ephemeral-group'.
16846
16847         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16848         argument and pass it to `gnus-group-read-group'.
16849
16850 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16851
16852         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16853         mm-xemacs-find-mime-charset-1 if we have the mule feature
16854         available at runtime.
16855
16856 2005-03-25  Werner Lemberg  <wl@gnu.org>
16857
16858         * nnmaildir.el: Replace `illegal' with `invalid'.
16859
16860 2005-03-23  Lute Kamstra  <lute@gnu.org>
16861
16862         * time-date.el: Add comment on time value formats.
16863         Don't require parse-time.
16864         (with-decoded-time-value): New macro.
16865         (encode-time-value): New function.
16866         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16867         (days-to-time): Return a valid time value when arg is huge.
16868         (time-since): Use time-subtract.
16869         (time-to-number-of-days): Use time-to-seconds.
16870
16871 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16872
16873         * gnus-start.el (gnus-display-time-event-handler):
16874         Check display-time-timer at runtime rather than only at load time
16875         in case display-time-mode is turned off in the mean time.
16876
16877 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16878
16879         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16880         used.
16881
16882         * nneething.el (nneething-map-file-directory): Derive from
16883         `gnus-directory'.
16884
16885         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16886         the To/Cc button.
16887
16888 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16889
16890         * nnmaildir.el (nnmaildir-request-accept-article):
16891         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16892
16893 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16894
16895         * gnus-async.el: Require timer-funcs at compile time when in
16896         XEmacs for `run-with-idle-timer'.
16897
16898 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16899
16900         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16901         autoloaded function.
16902
16903 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16904
16905         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16906
16907 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16908
16909         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16910
16911 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16912
16913         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16914         Add gnus-expert-user to default.
16915
16916 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16917
16918         * nnimap.el (nnimap-open-server): Ditto.
16919
16920         * imap.el (imap-authenticate): Fix typo.
16921
16922 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16923
16924         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16925         buffer (since IMAP server might return FETCH response out of
16926         order, and the nntp buffer must be sorted).
16927
16928 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16929
16930         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16931         comparison on string.
16932
16933         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16934         (gnus-agent-score): Rename category keywords to match gnus-cus.
16935         (gnus-agent-summary-fetch-series): Modify to protect against
16936         gnus-agent-summary-fetch-group clearing processable flags.
16937         (gnus-agent-synchronize-group-flags): Update live group buffer as
16938         synchronization may occur due to the user toggle the plugged
16939         status.
16940         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16941         successfully downloaded.
16942         (gnus-agent-expire-group-1): Avoid using markers when the overview
16943         is in ascending order; greatly improves performance.
16944         (gnus-agent-regenerate-group):
16945         Use gnus-agent-synchronize-group-flags to reset read status in both
16946         gnus and server.
16947         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16948
16949 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16950
16951         * message.el: Don't autoload former message-utils variables.
16952         (message-strip-subject-trailing-was): Change doc string.
16953
16954         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16955         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16956         (nnweb-google-search): Add "hl=en" here.
16957         (nnweb-google-parse-1, nnweb-google-create-mapping):
16958         Don't hardcode URL.
16959
16960 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16961
16962         * message.el (message-get-reply-headers, message-followup):
16963         Mention related variables `message-use-followup-to' and
16964         `message-use-mail-followup-to', in the information buffer.
16965
16966         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16967         of broken groups(-beta).google.com.
16968
16969 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16970
16971         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16972         parameter to invoked gnus-request-move-article; remove the
16973         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16974         all at once instead of once per article.
16975         (gnus-summary-remove-process-mark): Accept a list of articles as
16976         well as a single article for processing.
16977
16978         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16979         parameter.
16980
16981         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16982
16983         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16984
16985         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16986         parameter.
16987
16988         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16989         parameter.
16990
16991         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16992         parameter and remove the gnus-sum-hint-move-is-internal variable.
16993
16994         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16995         parameter.
16996
16997         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16998         parameter.
16999
17000         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17001         parameter.
17002
17003         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17004
17005         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17006         parameter.
17007
17008         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17009         parameter.
17010
17011 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17012
17013         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17014         a more conservative way.
17015
17016 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17017
17018         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17019         buffer, so it moves the window's cursor.
17020
17021 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17022
17023         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17024         `mm-dissect-multipart' and receive the from field as an (optional)
17025         argument from `mm-dissect-multipart'.
17026         (mm-dissect-multipart): Receive the from field as an argument and
17027         pass it on when we call `mm-dissect-buffer' on MIME parts.
17028         Fixes verification/decryption of signed/encrypted MIME parts.
17029
17030 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17031
17032         * gnus-sum.el (gnus-summary-move-article):
17033         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17034         whatever it calls (right now, only nnimap-request-move article
17035         respects it).
17036
17037         * nnimap.el (nnimap-request-move-article):
17038         When gnus-sum-hint-move-is-internal is set, don't do the extra
17039         nnimap-request-article.
17040
17041 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17042
17043         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17044
17045         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17046         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17047
17048         * gnus-sum.el (gnus-summary-caesar-message):
17049         Apply `gnus-treat-article' after rotation.
17050
17051         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17052         doc string.
17053
17054 2005-02-22  Simon Josefsson  <jas@extundo.com>
17055
17056         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17057         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17058         <arne@arnested.dk>.
17059         (encrypt): Add password-cache and password-cache-expiry as group
17060         members.
17061
17062 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17063
17064         * smime.el (smime-ldap-host-list): Doc fix.
17065         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17066         cache) password.
17067         (smime-sign-region): Use it.
17068         (smime-decrypt-region): Use it.
17069         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17070         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17071         fails.
17072         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17073         certificate from DER to PEM format rather than calling openssl.
17074
17075         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17076
17077         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17078         for signing/encryption.
17079
17080         * mml.el (mml-parse-1): Use them.
17081
17082 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17083
17084         * nnrss.el (nnrss-verbose): Remove.
17085         (nnrss-request-group): Use `nnheader-message' instead.
17086
17087 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17088
17089         * nnrss.el (nnrss-verbose): New variable.
17090         (nnrss-request-group): Make it say nnrss is requesting a group.
17091
17092 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17093
17094         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17095         Handle news URL with given port correctly.
17096
17097 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17098
17099         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17100         containing special characters.
17101
17102         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17103
17104         * mml.el (mime-to-mml): Ditto.
17105
17106         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17107         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17108         (rfc2047-decode-region): Quote decoded words containing special
17109         characters when rfc2047-quote-decoded-words-containing-tspecials
17110         is non-nil.
17111
17112 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17113
17114         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17115
17116         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17117
17118 2005-02-15  Simon Josefsson  <jas@extundo.com>
17119
17120         * nnimap.el (nnimap-debug): Doc fix.
17121
17122         * imap.el (imap-debug): Doc fix.
17123
17124 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17127
17128 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17129
17130         * gnus.el (spam-contents): Improve docs for spam-contents
17131         parameter in its variable incarnation.
17132
17133 2005-02-14  Simon Josefsson  <jas@extundo.com>
17134
17135         * smime-ldap.el: Use require instead of load-library for ldap.
17136         (smime-ldap-search): Indent.
17137         (smime-ldap-search-internal): Shorten line.
17138
17139         * smime.el (smime-cert-by-dns): Add doc-string.
17140         (smime-cert-by-ldap-1): Indent.
17141
17142         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17143         mml-smime-get-dns-ldap.
17144         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17145
17146 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17147
17148         * smime.el: Require smime-ldap.
17149         (smime-ldap-host-list): New variable.
17150         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17151
17152         * mml-smime.el (mml-smime-encrypt-query): New function.
17153         (mml-smime-encrypt-query): Use it.
17154
17155         * smime-ldap.el: New file.
17156
17157 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17158
17159         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17160
17161 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17162
17163         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17164         argument in doc string.  Make query for type more clear.
17165
17166 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17167
17168         * gnus.el (gnus-group-startup-message): Search for gnus images in
17169         etc/images/gnus.
17170         * mm-util.el (mm-image-load-path): Likewise.
17171         * smiley.el (smiley-data-directory): Search for smilies in
17172         etc/images/smilies.
17173
17174 2005-02-09  Kim F. Storm  <storm@cua.dk>
17175
17176         Change Emacs release version from 21.4 to 22.1 throughout.
17177         Change Emacs development version from 21.3.50 to 22.0.50.
17178
17179 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17180
17181         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17182
17183         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17184         non-Mule XEmacs as well.
17185         (mm-decompress-buffer): Signal an error intentionally if it does
17186         not decompress compressed data because auto-compression-mode is
17187         disabled.
17188
17189 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17190
17191         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17192         an ID in the registry even if it has no groups.
17193
17194 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17195
17196         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17197         merge it into mm-decompress-buffer.
17198         (gnus-mime-copy-part): Use the MIME part charset, the value which
17199         a user specified or gnus-newsgroup-charset for decoding, like
17200         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17201         save-buffer what was used.  Suggested by Kevin Ryde
17202         <user42@zip.com.au>.
17203         (gnus-mime-inline-part): Allow the name parameter as well as the
17204         filename parameter; force decompressing of compressed data; always
17205         display contents being not decoded as unibyte.
17206
17207         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17208         as well as the filename parameter.
17209
17210         * mm-util.el (mm-decompress-buffer):
17211         Merge gnus-mime-jka-compr-maybe-uncompress.
17212         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17213         of compressed data.
17214
17215 2005-02-08  Simon Josefsson  <jas@extundo.com>
17216
17217         * imap.el (imap-log): Doc fix.
17218
17219 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17220
17221         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17222         the coding cookies; decompress compressed parts.
17223
17224         * mml.el (mml-generate-mime-1): Add the charset parameter according
17225         to the value which a user specified manually or the coding cookie.
17226
17227         * mm-util.el (mm-string-to-multibyte): New function.
17228         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17229         (mm-coding-system-to-mime-charset): New function.
17230         (mm-decompress-buffer): New function.
17231         (mm-find-buffer-file-coding-system): New function.
17232
17233         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17234         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17235         parts.
17236
17237 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17238
17239         * mm-view.el (mm-display-inline-fontify): Decode a part according
17240         to the charset parameter.
17241
17242 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17243
17244         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17245         prefix arg is neither nil nor a number, as info specifies.
17246
17247 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17250         timestamps.
17251
17252 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17253
17254         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17255         groups error checking and notify user.
17256
17257 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17258
17259         * message.el (message-send-mail-function): Check existence of
17260         sendmail-program first before using default value
17261         `message-send-mail-with-sendmail'.  Otherwise use more generic
17262         `smtpmail-send-it'.
17263
17264 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * nntp.el (nntp-request-update-info): Always return nil.
17267
17268 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17269
17270         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17271
17272 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17273
17274         * message.el (message-beginning-of-line): Change the behavior when
17275         invoked between BOL and : so that it first moves backward.
17276
17277 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17278
17279         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17280         article buffer when editing of the article is discarded.
17281         (gnus-article-prepare): Revert.
17282
17283 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17284
17285         * gnus-art.el (gnus-article-prepare):
17286         Remove message-strip-forbidden-properties from the local hook.
17287
17288 2005-01-27  Simon Josefsson  <jas@extundo.com>
17289
17290         * password.el (password-cache-add): Only start one timer per key.
17291         Reported by Derek Atkins <warlord@MIT.EDU>.
17292
17293 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17294
17295         * run-at-time.el: Remove.  It is no longer needed as
17296         timer-funcs.el in the xemacs-base package has a working version of
17297         `run-at-time'.
17298
17299         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17300
17301         * password.el: Require timer-funcs instead of run-at-time in
17302         XEmacs.
17303         Remove `password-run-at-time' macro.
17304         (password-cache-add): Use `run-at-time' instead of
17305         `password-run-at-time'.
17306
17307         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17308         Remove `nnheader-cancel-function-timers' alias,
17309         `cancel-function-timers' exists in XEmacs in timer-funcs.
17310
17311         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17312         for `run-with-idle-timer'.
17313
17314         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17315         for `run-at-time'.
17316
17317         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17318         for `with-timeout'.
17319
17320         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17321         the same as for XEmacs 21.4.
17322         No need to ignore `run-with-idle-timer', this function exists in
17323         XEmacs now in timer-funcs.el in the xemacs-base package.
17324         (dgnushack-compile): No need to delete
17325         run-at-time.el from the list of files to compile because it
17326         doesn't exist anymore.
17327
17328 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17329
17330         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17331         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17332
17333 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17334
17335         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17336         sensitively.
17337
17338 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17339
17340         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17341
17342 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17345         which will be inserted according to the multibyteness of a buffer
17346         rather than the type of contents.  Suggested by ARISAWA Akihiro
17347         <ari@mbf.ocn.ne.jp>.
17348
17349         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17350         of string which old xml.el may return rather than a string.
17351
17352 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17353
17354         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17355
17356 2005-01-16  Simon Josefsson  <jas@extundo.com>
17357
17358         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17359         idn/idna.el isn't available.
17360         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17361         <michael@waxrat.com>.
17362
17363         * hashcash.el: Remove non-FSF copyright header.
17364
17365         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17366         (hashcash-generate-payment): Use it.
17367         (hashcash-generate-payment-async): Use it.
17368
17369 2005-01-15  Simon Josefsson  <jas@extundo.com>
17370
17371         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17372         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17373
17374         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17375         gnus-summary-idna-message.
17376         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17377         (gnus-summary-idna-message): New function.
17378
17379 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17380
17381         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17382         gnus-novice-user.
17383
17384 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * nnrss.el (nnrss-request-delete-group): Delete entries in
17387         nnrss-group-alist as well.
17388         (nnrss-save-server-data): Insert newline.
17389
17390 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17391
17392         * gnus.el (gnus-user-agent): Use list of symbols instead of
17393         symbols.  Display full version number for (S)XEmacs.
17394         Optionally display (S)XEmacs codename.
17395
17396         * gnus-util.el (gnus-emacs-version): Update for new
17397         `gnus-user-agent'.
17398
17399         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17400         Gnus version.
17401
17402 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17403
17404         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17405         which is unreadable in some setups.
17406
17407 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * gnus-spec.el (gnus-update-format-specifications): Flush the
17410         group format spec cache if it doesn't support decoded group names.
17411
17412 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17413
17414         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17415         Allow to apply decay on score files matching a regexp.
17416
17417 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17418
17419         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17420         compatibility in %g and %c.
17421
17422 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17425         name for only %g and %c.
17426         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17427         of gnus-tmp-group to decoded group name.
17428         (gnus-group-make-rss-group): Exclude `/'s from group names.
17429
17430 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * nnrss.el (nnrss-get-encoding): Fix regexp.
17433
17434 2004-12-27  Simon Josefsson  <jas@extundo.com>
17435
17436         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17437         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17438         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17439
17440 2004-12-17  Kim F. Storm  <storm@cua.dk>
17441
17442         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17443
17444         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17445
17446 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17447
17448         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17449
17450 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17451
17452         * nnrss.el: Require rfc2047 and mml.
17453         (nnrss-file-coding-system): New variable.
17454         (nnrss-format-string): Redefine it as an inline function.
17455         (nnrss-decode-group-name): New function.
17456         (nnrss-string-as-multibyte): Remove.
17457         (nnrss-retrieve-headers): Decode group name; don't use
17458         nnrss-format-string.
17459         (nnrss-request-group): Decode group name.
17460         (nnrss-request-article): Decode group name; allow a Message-ID as
17461         well as an article number; don't use nnrss-format-string; encode a
17462         Message-ID string which may contain non-ASCII characters; use
17463         mml-to-mime to compose a MIME article.
17464         (nnrss-request-expire-articles): Decode group name.
17465         (nnrss-request-delete-group): Decode group name.
17466         (nnrss-fetch): Clarify error message.
17467         (nnrss-read-server-data): Use insert-file-contents instead of load;
17468         bind file-name-coding-system; use multibyte buffer.
17469         (nnrss-save-server-data): Bind coding-system-for-write to the
17470         value of nnrss-file-coding-system; bind file-name-coding-system;
17471         add coding cookie.
17472         (nnrss-read-group-data): Use insert-file-contents instead of load;
17473         bind file-name-coding-system; use multibyte buffer.
17474         (nnrss-save-group-data): Bind coding-system-for-write to the
17475         value of nnrss-file-coding-system; bind file-name-coding-system.
17476         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17477         make it work with non-ASCII text.
17478         (nnrss-find-el): Make it work with old xml.el as well.
17479
17480 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17481
17482         * nnrss.el (nnrss-get-encoding): New function.
17483         (nnrss-fetch): Use unibyte buffer initially; bind
17484         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17485         decode contents according to the encoding attribute.
17486         (nnrss-save-group-data): Add coding cookie.
17487         (nnrss-mime-encode-string): New function.
17488         (nnrss-check-group): Use it to encode subject and author.
17489
17490 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
17491
17492         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
17493         imaginary variable.
17494
17495 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17496
17497         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17498         correctly even if there are wide characters.
17499
17500 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17501
17502         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17503         downcased symbol names; make a new cache instead of reusing
17504         bbdb-hashtable.
17505
17506 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17507
17508         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17509         concatenating segments rather than before concatenating them.
17510         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17511
17512         * message.el (message-get-reply-headers): Bind `extra'.
17513
17514 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17515
17516         * message.el (message-extra-wide-headers): New variable.
17517         (message-get-reply-headers): Use it.
17518
17519 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17522         (gnus-agent-group-pathname): Ditto.
17523
17524         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17525
17526         * gnus-group.el (gnus-group-make-group): Decode group name.
17527         (gnus-group-make-rss-group): Register the group data after opening
17528         the nnrss group.
17529
17530 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17531
17532         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17533         by expiry now get marked as read.
17534
17535 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17536
17537         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17538
17539 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17540
17541         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17542         unify Latin characters in XEmacs.
17543         (mm-find-mime-charset-region): Use it.
17544
17545 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * gnus-util.el (gnus-delete-directory): New function.
17548
17549         * gnus-agent.el (gnus-agent-delete-group): Use it.
17550
17551         * gnus-cache.el (gnus-cache-delete-group): Use it.
17552
17553 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17554
17555         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17556         names.
17557
17558 2004-12-16  Simon Josefsson  <jas@extundo.com>
17559
17560         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17561
17562 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17565
17566         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17567         (gnus-group-set-current-level): Decode group name.
17568
17569 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17570
17571         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17572         failed.
17573
17574 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * gnus-group.el (gnus-group-delete-group): Decode group name.
17577         (gnus-group-make-rss-group): Encode group name.
17578         (gnus-group-catchup-current): Decode group name.
17579         (gnus-group-kill-group): Decode group name.
17580
17581 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17582
17583         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17584
17585 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * gnus-group.el (gnus-group-make-rss-group):
17588         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17589
17590         * gnus-start.el (gnus-setup-news): Honor user's setting to
17591         gnus-message-archive-method.  Suggested by Lute Kamstra
17592         <lute@gnu.org>.
17593
17594 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17595
17596         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17597         global counterparts of the buffer-local variables.
17598
17599 2004-11-16  Romain Francoise  <romain@orebokech.com>
17600
17601         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17602         counterparts of the buffer-local variables.
17603
17604 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17605
17606         * message.el (message-forbidden-properties): Fix typo in doc
17607         string.
17608
17609 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17610
17611         * gnus-util.el (gnus-replace-in-string): Add doc string.
17612
17613         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17614         to avoid problems when splitting mails with many recipients.
17615
17616 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17617
17618         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17619         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17620
17621 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17622
17623         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17624         if there is no hashtable in memory or file modification time is
17625         newer than cached timestamp.
17626
17627 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17628
17629         * gnus-sum.el (gnus-summary-limit-to-recipient):
17630         Implement not-matching option.
17631
17632 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17633
17634         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17635         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17636         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17637         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17638         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17639         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17640
17641 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * message.el (message-forward-make-body-mml): Remove headers
17644         according to message-forward-ignored-headers if a message is decoded.
17645
17646 2004-12-02  Romain Francoise  <romain@orebokech.com>
17647
17648         * message.el (message-forward-make-body-plain): Always remove
17649         headers according to message-forward-ignored-headers.
17650
17651 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17652
17653         * spam.el (spam-summary-prepare-exit): Remove the
17654         gnus-summary-limit pop for now, it has problems with ham marks for
17655         me.
17656
17657 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17658
17659         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17660         correctly.
17661
17662 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17663
17664         * format-spec.el (format-spec): Message the char.
17665
17666 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17667
17668         * gnus-art.el (gnus-split-methods): Reformat comments.
17669
17670         * spam.el (spam-summary-prepare-exit): Remove article limits
17671         before exiting the summary buffer.
17672
17673 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17676         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17677
17678         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17679         order to silence the byte compiler.
17680
17681         * spam.el: Fix the way to silence the byte compiler, which
17682         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17683         bbdb-search-simple, spam-BBDB-register-routine,
17684         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17685         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17686         spam-stat-buffer-is-spam, spam-stat-load,
17687         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17688         spam-stat-save and spam-stat-split-fancy.
17689
17690 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17693         which may confuse users.
17694         (canlock-password-for-verify): Ditto.
17695
17696         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17697
17698         * gnus-art.el (gnus-emphasis-alist): Ditto.
17699
17700         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17701
17702         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17703
17704         * gnus-start.el (gnus-save-killed-list): Ditto.
17705
17706         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17707         (gnus-sum-thread-tree-root): Ditto.
17708         (gnus-sum-thread-tree-false-root): Ditto.
17709         (gnus-sum-thread-tree-single-indent): Ditto.
17710
17711         * message.el (message-courtesy-message): Ditto.
17712         (message-archive-note): Ditto.
17713         (message-subscribed-address-file): Ditto.
17714         (message-user-fqdn): Ditto.
17715
17716         * spam-report.el (spam-report-gmane-regex): Ditto.
17717
17718         * spam.el (spam-blackhole-good-server-regex): Ditto.
17719
17720 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * mml.el (mml-preview): Widen the message buffer before copying
17723         the contents to the preview buffer; sort headers before previewing.
17724
17725         * message.el (message-hidden-headers): Fix the way to avoid a bug
17726         in the `repeat' widget in Emacs 21.3 or earlier.
17727
17728 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * message.el (message-hidden-headers): Default to "^References:".
17731         Improve customization type.  Suggested by Reiner Steib
17732         <Reiner.Steib@gmx.de>.
17733
17734 2004-11-25  Romain Francoise  <romain@orebokech.com>
17735
17736         * message.el (message-strip-forbidden-properties): Remove check for
17737         obsolete `message-hidden' text property, hidden headers are not
17738         accessible in the buffer anymore.
17739
17740 2004-11-22  Romain Francoise  <romain@orebokech.com>
17741
17742         * message.el (message-header-format-alist): Add `From' in list
17743         so that it can be sorted.
17744         (message-fix-before-sending): Widen and sort headers before
17745         sending.
17746         (message-hide-headers): Use narrowing to hide headers by moving
17747         them to the top of the buffer and narrowing to the region
17748         underneath.
17749
17750 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17751
17752         * message.el (message-strip-forbidden-properties):
17753         Bind buffer-read-only (etc) to nil.
17754
17755 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17756
17757         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17758         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17759
17760 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17761
17762         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17763
17764 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17765
17766         * dns.el (query-dns): Use sit-for to time instead of
17767         accept-process-output, since that doesn't seem to work on udp
17768         sockets.
17769
17770 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17773
17774 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17775
17776         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17777         doc string.  Improve doc string.
17778
17779 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17780
17781         * nntp.el (nntp-request-update-info): Return nil if
17782         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17783         may not call gnus-activate-group which uselessly issues the GROUP
17784         commands for all nntp groups and wastes time.  Reported by Romain
17785         Francoise <romain@orebokech.com>.
17786
17787         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17788
17789 2004-11-15  Simon Josefsson  <jas@extundo.com>
17790
17791         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17792         headers separately.
17793         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17794         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17795
17796 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17797
17798         * gnus-start.el (gnus-convert-old-newsrc):
17799         Assign legacy-gnus-agent to 5.10.7.
17800
17801 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17802
17803         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17804         start of the lines.
17805
17806 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17807
17808         * hashcash.el (hashcash-default-payment): Change default to 20.
17809         (hashcash-default-accept-payment): Change default to 20.
17810         (hashcash-process-alist): New variable.
17811         (hashcash-generate-payment-async): Add.
17812         (hashcash-already-paid-p): Add.
17813         (hashcash-insert-payment): Don't generate payments twice.
17814         (hashcash-insert-payment-async): Add.
17815         (hashcash-insert-payment-async-2): Add.
17816         (hashcash-cancel-async): Add.
17817         (hashcash-wait-async): Add.
17818         (hashcash-processes-running-p): Add.
17819         (hashcash-wait-or-cancel): Add.
17820         (mail-add-payment): New optional argument.  Conditionally start
17821         asynchronous calculation.
17822         (mail-add-payment-async): Add.
17823
17824         * message.el (message-send-mail): Wait for asynchronous hashcash
17825         results.  Don't clobber existing X-Hashcash headers.
17826         (message-setup-1): Call mail-add-payment-async when
17827         message-generate-hashcash is non-nil.
17828
17829 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17830
17831         * message.el (message-use-alternative-email-as-from): Examine the
17832         From header as well; use message-make-from in order to include a
17833         user's full name.
17834
17835 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17836
17837         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17838         default; improve customization type.
17839         (gnus-emphasis-custom-with-format): New macro.
17840         (gnus-emphasis-custom-value-to-external): New function.
17841         (gnus-emphasis-custom-value-to-internal): New function.
17842
17843 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17844
17845         * dns.el (query-dns): Resolve reverse addresses.
17846
17847 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17848
17849         * gnus-group.el (gnus-group-get-new-news): Use it.
17850
17851         * gnus-start.el (gnus-check-reasonable-setup): New function.
17852
17853 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17854
17855         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17856         "Args out of range" error.  Reported by Arnaud Giersch
17857         <arnaud.giersch@free.fr>.
17858
17859 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17860
17861         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17862
17863 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17864
17865         * spam.el (spam group): Add :version.
17866
17867         * pgg-def.el (pgg group): Add :version.
17868
17869 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * gnus-art.el (gnus-article-edit-article): Don't associate the
17872         article buffer with a draft file.  This is a temporary measure
17873         against the 2004-08-22 change to gnus-article-edit-mode.
17874
17875 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17876
17877         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17878         (html2text-format-tags): Remove unused variable `attr'.
17879
17880 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17881
17882         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17883
17884         * tls.el (tls-process-connection-type, tls-success)
17885         (tls-certtool-program): Add :version.
17886
17887         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17888         (starttls-extra-arguments, starttls-process-connection-type)
17889         (starttls-connect, starttls-failure, starttls-success): Add :version.
17890
17891         * spam-stat.el (spam-stat): Add :version.
17892
17893         * sieve.el (sieve): Add :version.
17894
17895         * sha1.el (sha1): Add :version.
17896         (sha1-use-external): Remove redundant version.
17897
17898         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17899         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17900         (nnmail-split-fancy-match-partial-words)
17901         (nnmail-split-lowercase-expanded): Add :version.
17902
17903         * nndiary.el (nndiary): Add :version.
17904
17905         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17906
17907         * mml-sec.el (mml-default-sign-method)
17908         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17909         Add :version.
17910
17911         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17912
17913         * mm-url.el (mm-url-use-external, mm-url-program)
17914         (mm-url-arguments): Add :version.
17915
17916         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17917         (mm-attachment-file-modes, mm-decrypt-option)
17918         (mm-w3m-safe-url-regexp): Add :version.
17919
17920         * message.el (message-cite-prefix-regexp)
17921         (message-sendmail-envelope-from, message-minibuffer-local-map)
17922         (message-user-fqdn, message-completion-alist): Add :version.
17923
17924         * gnus-win.el (gnus-configure-windows-hook)
17925         (gnus-use-frames-on-any-display): Add :version.
17926
17927         * gnus-art.el (gnus-article-address-banner-alist)
17928         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17929         (gnus-treat-from-picon, gnus-treat-mail-picon)
17930         (gnus-treat-x-pgp-sig): Add :version.
17931
17932         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17933         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17934         (gnus-summary-article-delete-hook)
17935         (gnus-summary-display-while-building): Add :version.
17936
17937         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17938         (gnus-get-top-new-news-hook): Add :version.
17939
17940         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17941         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17942
17943         * gnus-registry.el (gnus-registry): Add :version.
17944
17945         * gnus-spec.el (gnus-use-correct-string-widths)
17946         (gnus-make-format-preserve-properties): Add :version.
17947
17948         * gnus.el (gnus-group-charter-alist)
17949         (gnus-group-fetch-control-use-browse-url)
17950         (gnus-install-group-spam-parameters): Add :version.
17951
17952         * gnus-diary.el (gnus-diary): Add :version.
17953
17954         * gnus-delay.el (gnus-delay): Add :version.
17955
17956         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17957         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17958         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17959         Add :version.
17960
17961         * gnus-agent.el (gnus-agent-max-fetch-size)
17962         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17963         (gnus-agent-prompt-send-queue): Add :version.
17964
17965         * deuglify.el (gnus-outlook-deuglify): Add :version.
17966
17967         * html2text.el: Beautify code.  Improve doc strings.
17968         Some checkdoc cleanup.
17969         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17970
17971 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17972
17973         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17974
17975 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17976
17977         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17978         when package is loaded.
17979
17980         * spam.el (spam-summary-score-preferred-header): Add global preference
17981         for people who want to override the default SpamAssassin over
17982         Bogofilter preference (when both are set).
17983         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17984         (spam-user-format-function-S):
17985         Check spam-summary-score-preferred-header.
17986         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17987         (spam-user-format-function-S): Format the score correctly.
17988
17989 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17992         signature file.  Suggested by Manoj Srivastava
17993         <srivasta@golden-gryphon.com>.
17994
17995         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17996         iso-2022-jp even in the Japanese language environment.
17997         Suggested by Jason Rumney <jasonr@gnu.org>.
17998
17999 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18000
18001         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18002         use the same characters as the dummy marks; make it free from
18003         getting affected by the language environment.
18004         (gnus-summary-read-group-1): Update mark positions only when the
18005         format spec is updated.
18006
18007         * gnus-spec.el (gnus-update-format-specifications): Return a list
18008         of updated types.
18009
18010 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18011
18012         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18013         of boundp to check if display-warning is available.
18014
18015 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18016
18017         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18018
18019 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18020
18021         * nnspool.el (nnspool-spool-directory): Use news-path if the
18022         news-directory variable is not bound.
18023
18024         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18025         function instead of display-warning if it is not available.
18026
18027 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18028
18029         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18030         v5-10: Use `point-at-bol'.
18031
18032 2004-10-26  Simon Josefsson  <jas@extundo.com>
18033
18034         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18035         <chenggao@gmail.com>.
18036
18037 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18038
18039         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18040         instead.
18041
18042 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18043
18044         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18045         to remove a server from the nnimap-server-buffer-alist.
18046         (nnimap-open-connection, nnimap-close-server): Use it.
18047
18048         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18049
18050 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18053         running the major-mode function.
18054
18055 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18058         dummy marks in the right way.
18059
18060 2004-10-18  David Edmondson  <dme@dme.org>
18061
18062         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18063         excessively.
18064
18065 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18066
18067         * gnus-util.el (gnus-split-references): Accept a nil references
18068         string and go on blissfully.
18069
18070         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18071         cases where the references string is non-nil but has no references.
18072
18073         * encrypt.el: Add autoload tags.
18074
18075         * spam.el (spam-resolve-registrations-routine): Remove article
18076         from unregistration list too.  Reported by David Hanak
18077         <dhanak@isis.vanderbilt.edu>
18078
18079 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18080
18081         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18082         nil.  Change custom type.
18083
18084 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18085
18086         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18087
18088         * gnus-sum.el (gnus-summary-move-article): Use it.
18089
18090 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18091
18092         * encrypt.el: Add autoload cookies.
18093
18094         * spam.el (spam-backend-article-list-property)
18095         (spam-backend-get-article-todo-list)
18096         (spam-backend-put-article-todo-list)
18097         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18098         Resolve registrations separately.
18099         (spam-register-routine): Format comments.
18100         (spam-unregister-routine, spam-register-routine): Always call with
18101         specific-articles, no default list.
18102         (spam-summary-prepare-exit): Use the spam-classifications function.
18103
18104         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18105         gnus-encrypt.el.
18106
18107         * encrypt.el: Copied from gnus-encrypt.el.
18108
18109         * gnus-encrypt.el: Commented that it's obsolete.
18110
18111 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18112
18113         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18114         (gnus-score-save): Use it.
18115
18116         * message.el (message-bury): Use `window-dedicated-p'.
18117
18118 2004-10-15  Simon Josefsson  <jas@extundo.com>
18119
18120         * pop3.el (top-level): Don't require nnheader.
18121         (pop3-read-timeout): Add.
18122         (pop3-accept-process-output): Add.
18123         (pop3-read-response, pop3-retr): Use it.
18124
18125 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18126
18127         * spam.el (spam-register-routine): Move comment.
18128         (spam-verify-bogofilter): Use 'unknown for the initial
18129         spam-bogofilter-valid state, not 'never.
18130
18131         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18132         for netrc-machine.
18133
18134         * nnimap.el (nnimap-open-connection):
18135         Use netrc-machine-user-or-password.
18136
18137 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18138
18139         * gnus-registry.el (gnus-registry-unload-hook):
18140         Set as a variable with add-hook.
18141
18142         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18143         of news-path.
18144
18145         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18146
18147         * spam.el: Delete duplicate `provide'.
18148         (spam-unload-hook): Set as a variable with add-hook.
18149
18150 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18151
18152         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18153         in the doc string.
18154
18155         * message.el (message-ignored-news-headers)
18156         (message-ignored-supersedes-headers)
18157         (message-ignored-resent-headers)
18158         (message-forward-ignored-headers): Improve custom type.
18159
18160 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18161
18162         * message.el (message-tokenize-header): Fix 2004-09-06 change
18163         which used point-min in the wrong place.
18164
18165 2004-10-12  Simon Josefsson  <jas@extundo.com>
18166
18167         * tls.el (tls-certtool-program): New variable.
18168         (tls-certificate-information): New function, based on
18169         ssl-certificate-information.
18170
18171 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18172
18173         * compface.el: Move the version of ELisp-based uncompface program
18174         to the contrib directory because of the copyright problem.
18175
18176 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18177
18178         * message.el (message-kill-buffer): Raise the current frame.
18179
18180 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18181
18182         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18183
18184         * gnus.el (message-y-or-n-p): Autoload.
18185
18186         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18187         (pop3-password-required, pop3-authentication-scheme)
18188         (pop3-leave-mail-on-server): Make customizable.
18189         (pop3): New custom group.
18190         (pop3-retr): Remove `sleep-for' statements.
18191         Suggested by Dave Love <fx@gnu.org>.
18192
18193         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18194         Windows/DOS.
18195
18196         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18197         (imap-parse-body): Fix incorrect use of `assert'.
18198         Suggested by Dave Love <fx@gnu.org>.
18199
18200         * mml.el (mml-minibuffer-read-disposition): Require match.
18201         Suggested by Dave Love <fx@gnu.org>.
18202
18203 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18204
18205         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18206         doc string.
18207
18208 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18211
18212 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18213
18214         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18215         instead of calling `mm-insert-inline', to decode text/* parts
18216         before displaying them.
18217
18218 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * mm-uu.el (mm-uu-text-plain-type): New variable.
18221         (mm-uu-pgp-signed-extract-1): Use it.
18222         (mm-uu-pgp-encrypted-extract-1): Use it.
18223         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18224         bind mm-uu-text-plain-type with that value.
18225         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18226         mm-uu-dissect.
18227
18228 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18229
18230         * gnus-group.el (gnus-update-group-mark-positions):
18231         * gnus-sum.el (gnus-update-summary-mark-positions):
18232         * message.el (message-check-news-body-syntax):
18233         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18234         of string-as-multibyte.
18235
18236 2004-10-05  Juri Linkov  <juri@jurta.org>
18237
18238         * gnus-group.el (gnus-update-group-mark-positions):
18239         * gnus-sum.el (gnus-update-summary-mark-positions):
18240         * message.el (message-check-news-body-syntax):
18241         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18242         8-bit unibyte values to a multibyte string for search functions.
18243
18244 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18247         (mm-uu-dissect-text-parts): New function.
18248
18249         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18250         dissect text parts.
18251
18252         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18253         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18254
18255         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18256
18257         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18258         Use gnus-current-topics instead of gnus-current-topic.
18259
18260 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18261
18262         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18263
18264 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18265
18266         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18267         where approriate.
18268
18269         * nnml.el (nnml-generate-active-info): do.
18270
18271         * nndiary.el (nndiary-generate-active-info): do.
18272
18273         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18274         (gnus-topic-move): do.
18275
18276         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18277         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18278
18279         * gnus-srvr.el (gnus-server-prepare)
18280         (gnus-server-open-all-servers): do.
18281
18282         * gnus-msg.el (gnus-summary-cancel-article)
18283         (gnus-summary-resend-message)
18284         (gnus-summary-mail-crosspost-complaint): do.
18285
18286         * gnus-move.el (gnus-change-server): do.
18287
18288         * gnus-group.el (gnus-group-unmark-all-groups)
18289         (gnus-group-set-current-level): do.
18290
18291 2004-10-04  Simon Josefsson  <jas@extundo.com>
18292
18293         * message.el (message-generate-hashcash): Doc fix.
18294
18295 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18296
18297         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18298         avoid infinite recursion via gnus-get-function.
18299
18300 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18301
18302         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18303
18304         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18305
18306         * nnmail.el (nnmail-split-history): do.
18307
18308         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18309         (nnml-request-delete-group): do.
18310
18311         * nnslashdot.el (nnslashdot-read-groups): do.
18312
18313         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18314         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18315
18316         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18317         (nnspool-sift-nov-with-sed): Use last.
18318         (nnspool-retrieve-headers-with-nov): Use mapc.
18319         (nnspool-request-newgroups): Use dolist.
18320         (nnspool-request-group): Use last.
18321
18322         * nntp.el (nntp-read-server-type): Use dolist.
18323
18324         * nnvirtual.el (nnvirtual-create-mapping)
18325         (nnvirtual-update-read-and-marked): Use dolist.
18326         (nnvirtual-convert-headers): Simplify.
18327
18328 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18329
18330         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18331         Add support for sync'ing tick marks.
18332
18333 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18334
18335         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18336         there's no visible header.
18337
18338 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18339
18340         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18341         When necessary, pass full group name to gnus-request-set-marks.
18342
18343 2004-10-01  Simon Josefsson  <jas@extundo.com>
18344
18345         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18346         acroread.
18347
18348 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18349
18350         * spam-report.el (spam-report-gmane): Fix interactive.
18351
18352         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18353
18354         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18355         when writing file.
18356         (gnus-agent-synchronize-flags): Don't default to being
18357         interactive.
18358
18359 2004-09-30  Simon Josefsson  <jas@extundo.com>
18360
18361         * message.el (message-generate-hashcash): Add.
18362         (message-send-mail): Use it, call mail-add-payment.
18363
18364 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18365
18366         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18367
18368 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18369
18370         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18371         gnus-requst-update-info with explicit code to sync the in-memory
18372         info read flags with the marks being sync'd to the backend.
18373
18374         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18375
18376 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18377
18378         * spam.el (spam-verify-bogofilter): Add new function.
18379         (spam-check-bogofilter)
18380         (spam-bogofilter-register-with-bogofilter): Use it.
18381         (spam-verify-bogofilter): Add small fixes.
18382
18383 2004-09-28  Simon Josefsson  <jas@extundo.com>
18384
18385         * hashcash.el (hashcash-generate-payment): Revert.
18386
18387 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18388
18389         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18390         Use gnus-extract-references instead of gnus-split-references.
18391
18392         * gnus-util.el (gnus-extract-references): Add new function, analogous
18393         to gnus-split-references but extracts only the message-ID without
18394         anything extra.
18395
18396         * hashcash.el (hashcash-generate-payment)
18397         (hashcash-check-payment): Do the right thing if hashcash-path is
18398         nil (because the hashcash program could not be found).
18399
18400         * spam.el (spam-use-hashcash): Remove comment.
18401
18402 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18403
18404         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18405         (gnus-cache-enter-article, gnus-cache-remove-article)
18406         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18407
18408         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18409
18410         * gnus-art.el (article-hide-boring-headers)
18411         (article-translate-strings, article-display-face)
18412         (gnus-article-mime-match-handle-first)
18413         (gnus-article-highlight-headers)
18414         (gnus-article-add-buttons-to-head): do.
18415
18416 2004-09-27  Simon Josefsson  <jas@extundo.com>
18417
18418         * hashcash.el: New version, from
18419         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18420         ../contrib/.
18421
18422 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18425
18426 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18427
18428         * gnus-dup.el (gnus-dup-open): Use mapc.
18429         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18430
18431         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18432         Reported by Stefan Wiens <s.wi@gmx.net>.
18433
18434         * gnus.el (gnus-shutdown): Use dolist.
18435
18436         * gnus-undo.el (gnus-undo): Use mapc.
18437
18438         * nnrss.el (nnrss-generate-active): do.
18439
18440         * message.el (message-cite-original-without-signature)
18441         (message-cite-original): Use mapc.
18442         (message-do-actions, message-make-forward-subject): Use dolist.
18443
18444 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18445
18446         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18447         deletion to remove entire duplicate line.  Fixes merged article
18448         number bug.
18449
18450 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18451
18452         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18453         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18454         first ask if you want to open a server and then, even when you
18455         responded with no, asking if you want to synchronize the server's
18456         flags.
18457         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18458         multi-line expressions.
18459         (gnus-agent-synchronize-group-flags): New internal function.
18460         Updates marks in memory (in the info structure) AND in the
18461         backend.
18462
18463         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18464
18465         * nnagent.el (nnagent-request-set-mark):
18466         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18467         method, to ensure that synchronization updates marks in the
18468         backend and in the info (in memory) structure.
18469
18470 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18471
18472         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18473         convention fully; don't miss the root article of a thread; make
18474         the X-Draft-From header with correct article numbers.
18475
18476 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18477
18478         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18479         unless plugged.  Disable the agent so that an open failure causes
18480         an error.
18481
18482         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18483         Revert 2004-09-21 change.  The backend must be opened while
18484         synchronizing flags even when the backend stores the flags
18485         locally.
18486
18487 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18488
18489         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
18490         in `header' match.  Reported by Svend Tollak Munkejord.
18491
18492         * message.el (message-cite-original): Fix use of
18493         `message-cite-articles-with-x-no-archive'.
18494
18495 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18498         (gnus-window-to-buffer): Ditto.
18499
18500         * mml.el (mml-preview-buffer): New variable.
18501         (mml-preview): Manage window layout with gnus-buffer-configuration.
18502
18503         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18504         X-Draft-From header even if those articles aren't quoted.
18505
18506 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18507
18508         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18509         (gnus-request-set-mark, gnus-request-update-mark): Use new
18510         g-s-t-u-l-m to decide to use backend even when unplugged.
18511
18512 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18513
18514         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18515         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18516
18517 2004-09-20  Simon Josefsson  <jas@extundo.com>
18518
18519         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18520         "utf-16-le".
18521
18522 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18523
18524         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18525
18526 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18527
18528         * uudecode.el (uudecode-use-external): Add :version.
18529
18530         * smime.el (smime-CA-file, smime-encrypt-cipher)
18531         (smime-dns-server): Add :version.
18532
18533         * smiley.el (gnus-smiley-file-types): Add :version.
18534
18535         * sha1.el (sha1-use-external): Add :version.
18536
18537         * pgg-def.el (pgg-query-keyserver): Add :version.
18538
18539         * nnmail.el (nnmail-fancy-expiry-targets)
18540         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18541         Add :version.
18542
18543         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18544         (nnimap-retrieve-groups-asynchronous): Add :version.
18545         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18546
18547         * mml.el (mml-content-disposition-parameters)
18548         (mml-insert-mime-headers-always): Add :version.
18549
18550         * mm-util.el (mm-coding-system-priorities): Add :version.
18551
18552         * mm-decode.el (mm-inline-text-html-with-images)
18553         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18554         (mm-verify-option): Add :version.
18555         (mm-text-html-renderer): Change :version.
18556
18557         * message.el (message-fcc-externalize-attachments)
18558         (message-required-headers, message-draft-headers)
18559         (message-subject-trailing-was-query)
18560         (message-subject-trailing-was-ask-regexp)
18561         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18562         (message-mark-insert-end, message-archive-header)
18563         (message-archive-note, message-cross-post-default)
18564         (message-cross-post-note, message-followup-to-note)
18565         (message-cross-post-note-function, message-use-mail-followup-to)
18566         (message-subscribed-address-functions)
18567         (message-subscribed-address-file, message-subscribed-addresses)
18568         (message-subscribed-regexps, message-allow-no-recipients)
18569         (message-yank-cited-prefix, message-signature-insert-empty-line)
18570         (message-hidden-headers, message-hierarchical-addresses)
18571         (message-mail-user-agent, message-use-idna)
18572         (message-valid-fqdn-regexp)
18573         (message-strip-special-text-properties, message-header-synonyms)
18574         (message-beginning-of-line, message-tab-body-function): Add :version.
18575         (message-insert-canlock, message-wide-reply-confirm-recipients):
18576         Change :version.
18577
18578         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18579         and :version.
18580         (mail-source-delete-old-incoming-confirm)
18581         (mail-source-movemail-program): Add :version.
18582
18583         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18584         (gnus-agent-cache, gnus-agent): Change :version.
18585
18586         * gnus-util.el (gnus-use-byte-compile): Change :version.
18587
18588         * gnus-sum.el (gnus-summary-make-false-root-always)
18589         (gnus-summary-default-high-score)
18590         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18591         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18592         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18593         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18594         (gnus-sum-thread-tree-single-indent)
18595         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18596         (gnus-sum-thread-tree-leaf-with-other)
18597         (gnus-sum-thread-tree-single-leaf): Add :version.
18598         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18599         (gnus-article-loose-mime): Change :version.
18600
18601         * gnus-start.el (gnus-backup-startup-file)
18602         (gnus-save-startup-file-via-temp-buffer): Add :version.
18603
18604         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18605         (gnus-server-offline-face): Add :version.
18606
18607         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18608
18609         * gnus-msg.el (gnus-gcc-externalize-attachments)
18610         (gnus-debug-files, gnus-debug-exclude-variables)
18611         (gnus-discouraged-post-methods): Change :version.
18612         (gnus-confirm-mail-reply-to-news)
18613         (gnus-confirm-treat-mail-like-news): Add :version.
18614
18615         * gnus-int.el (gnus-server-unopen-status): Add :version.
18616
18617         * gnus-group.el (gnus-group-jump-to-group-prompt)
18618         (gnus-large-ephemeral-newsgroup)
18619         (gnus-fetch-old-ephemeral-headers): Add :version.
18620
18621         * gnus-fun.el (gnus-x-face-directory)
18622         (gnus-convert-pbm-to-x-face-command)
18623         (gnus-convert-image-to-x-face-command)
18624         (gnus-convert-image-to-face-command): Add :version.
18625
18626         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18627
18628         * gnus-cite.el (gnus-cite-blank-line-after-header)
18629         (gnus-article-boring-faces): Add :version.
18630
18631         * gnus-art.el (gnus-buttonized-mime-types)
18632         (gnus-inhibit-mime-unbuttonizing)
18633         (gnus-treat-display-face)
18634         (gnus-treat-body-boundary): Change :version.
18635         (gnus-body-boundary-delimiter, gnus-picon-databases)
18636         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18637         (gnus-treat-date-english, gnus-treat-fold-headers)
18638         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18639         (gnus-treat-mail-picon, gnus-treat-wash-html)
18640         (gnus-article-encrypt-protocol)
18641         (gnus-use-idna, gnus-article-over-scroll)
18642         (gnus-mime-display-multipart-alternative-as-mixed)
18643         (gnus-mime-display-multipart-related-as-mixed)
18644         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18645         (gnus-ctan-url, gnus-button-ctan-handler)
18646         (gnus-button-handle-ctan-bogus-regexp)
18647         (gnus-button-ctan-directory-regexp)
18648         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18649         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18650         (gnus-button-man-level, gnus-button-emacs-level)
18651         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18652
18653         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18654         (gnus-agent-go-online): Change :version.
18655         (gnus-agent-expire-unagentized-dirs)
18656         (gnus-agent-auto-agentize-methods): Add :version.
18657
18658         * flow-fill.el (fill-flowed-display-column)
18659         (fill-flowed-encode-column): Add :version.
18660
18661         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18662         (gnus-outlook-deuglify-unwrap-max)
18663         (gnus-outlook-deuglify-cite-marks)
18664         (gnus-outlook-deuglify-unwrap-stop-chars)
18665         (gnus-outlook-deuglify-no-wrap-chars)
18666         (gnus-outlook-deuglify-attrib-cut-regexp)
18667         (gnus-outlook-deuglify-attrib-verb-regexp)
18668         (gnus-outlook-deuglify-attrib-end-regexp)
18669         (gnus-outlook-display-hook): Add :version.
18670
18671         * binhex.el (binhex-use-external): Add :version.
18672
18673 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18674
18675         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18676         and `invisible'.
18677
18678 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18679
18680         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18681         in gnus-registry-trim.
18682
18683 2004-09-13  Simon Josefsson  <jas@extundo.com>
18684
18685         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18686
18687         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18688
18689         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18690         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18691         <yamaoka@jpl.org>.
18692         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18693         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18694         <yamaoka@jpl.org>.
18695
18696         * sieve.el (sieve-manage-mode): Ditto.
18697
18698 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18701
18702 2004-09-11  Simon Josefsson  <jas@extundo.com>
18703
18704         * dns-mode.el: Add.
18705
18706         * mm-view.el (mm-display-dns-inline): Add.
18707
18708         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18709         (mm-automatic-display): Ditto.
18710
18711         * mailcap.el (mailcap-mime-data): Add text/dns.
18712         (mailcap-mime-extensions): Map .soa to text/dns.
18713
18714 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18715
18716         * gnus-art.el (article-decode-mime-words, article-babel)
18717         (gnus-article-highlight-signature, gnus-article-add-buttons)
18718         (gnus-signature-toggle): Remove unnecessary bindings of
18719         `inhibit-read-only' inherited from v5.10 merge.
18720
18721 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18722
18723         * nntp.el (nntp): New customization group.
18724         (nntp-authinfo-file): Add customization group.
18725
18726         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18727
18728         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18729
18730         * gnus.el (to-address, to-list, subscribed)
18731         (large-newsgroup-initial): Ditto.
18732
18733         * flow-fill.el (fill-flowed-display-column)
18734         (fill-flowed-encode-column): Ditto.
18735
18736 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18737
18738         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18739         Use point-min rather than 1.
18740         (message-send-mail): Use buffer-size rather than point-max.
18741
18742         * gnus-sum.el (gnus-summary-search-article-forward):
18743         Signal a specific `search-failed' rather than a generic `error'.
18744
18745         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18746         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18747         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18748
18749 2004-09-10  Simon Josefsson  <jas@extundo.com>
18750
18751         * nndb.el (require): Remove tcp and duplicate cl.
18752
18753 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18754
18755         * gnus-agent.el (directory-files-and-attributes): Move forward.
18756
18757 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18758
18759         * gnus-agent.el (directory-files-and-attributes):
18760         Optionally defined to support XEmacs.
18761
18762 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18763
18764         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18765         to avoid run-time CL dependencies.
18766         (gnus-agent-unfetch-articles): New function.
18767         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18768         article numbers even when local .overview file is missing.
18769         (gnus-agent-read-article-number): New function.  Only accepts
18770         27-bit article numbers.
18771         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18772         Use gnus-agent-read-article-number.
18773         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18774         from backend while recognizing that article numbers in .overview
18775         must be valid.
18776         (gnus-agent-update-files-total-fetched-for):
18777         Use directory-files-and-attributes to improve performance.
18778         * gnus-int.el (gnus-request-move-article):
18779         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18780         improve performance.
18781
18782         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18783         some users confused by references to .newsrc when they only have a
18784         .newsrc.eld file.
18785         (gnus-convert-mark-converter-prompt)
18786         (gnus-convert-converter-needs-prompt): Fix use of property list.
18787         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18788         New function.  Used internally to only display 'gnus converting
18789         files' message when actually necessary.
18790
18791         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18792         methods now autoloaded.
18793
18794 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18795
18796         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18797         identifiers.
18798
18799 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18800
18801         * gnus-picon.el: Fix indentation and closing parenthesis.
18802
18803 2004-09-01  Simon Josefsson  <jas@extundo.com>
18804
18805         * message.el (message-canlock-generate): Require sha1, not
18806         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18807         to require within a function.  Sadly, if sha1.el isn't loaded, the
18808         let binding in m-c-g will hide the defcustom definition, which is
18809         bad.)
18810
18811         * canlock.el: Require sha1, not sha1-el.
18812
18813         * message.el: Don't autoload sha1 (there is a autoload cookie in
18814         sha1.el).
18815
18816         * sha1-el.el: Rename to sha1.el.
18817
18818 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18819
18820         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18821
18822 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18823
18824         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18825
18826 2004-08-30  Kim F. Storm  <storm@cua.dk>
18827
18828         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18829
18830         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18831         Add :group 'nnimap.
18832
18833 2004-08-30  Andreas Schwab  <schwab@suse.de>
18834
18835         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18836         ?* and ?\;.
18837
18838         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18839         and ?\' to symbol instead of whitespace.
18840
18841 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18844
18845         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18846         instead of re-search-forward.
18847
18848         * gnus-uu.el (gnus-uu-save-article): Ditto.
18849         (gnus-uu-post-encode-uuencode): Ditto.
18850
18851         * html2text.el (html2text-clean-list-items): Ditto.
18852         (html2text-clean-dtdd): Ditto.
18853         (html2text-format-tags): Ditto.
18854
18855         * message.el (message-send-mail-with-sendmail): Fix regexp.
18856         (message-fill-field-general): Use search-forward instead of
18857         re-search-forward.
18858         (unbold-region): Ditto.
18859
18860         * nnrss.el (nnrss-request-article): Ditto.
18861
18862         * nnslashdot.el (nnslashdot-request-article): Ditto.
18863
18864         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18865
18866         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18867         "Unrecognized menu descriptor" error in XEmacs.
18868
18869 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18870
18871         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18872         parent article of a sparse article in the thread hashtb.
18873
18874 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18875
18876         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18877         (nnmail-expand-newtext): Lowercase expanded entries if
18878         nnmail-split-lowercase-expanded is non-nil.
18879
18880 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18881
18882         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18883
18884         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18885         of gnus-tmp-news-method into string under XEmacs.  It will be
18886         passed to gnus-correct-length which takes only a string argument.
18887
18888 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18889
18890         * gnus-util.el (gnus-bind-print-variables): New macro.
18891         (gnus-prin1): Use it.
18892         (gnus-prin1-to-string): Use it.
18893         (gnus-pp): New function.
18894         (gnus-pp-to-string): New function.
18895
18896         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18897         Replace pp-to-string with gnus-pp-to-string.
18898         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18899         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18900         * gnus-msg.el (gnus-debug): Ditto.
18901         * gnus-score.el (gnus-score-save): Ditto.
18902         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18903         gnus-pp-to-string.
18904         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18905         with gnus-pp.
18906         * score-mode.el (gnus-score-pretty-print): Ditto.
18907         * webmail.el (webmail-debug): Ditto.
18908
18909 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18910
18911         * gnus-art.el (article-display-face, article-display-x-face):
18912         Use buffer-read-only.
18913
18914 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18915
18916         * gnus-art.el (article-hide-list-identifiers):
18917         Bind inhibit-read-only as t.
18918
18919 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18920
18921         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18922
18923 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18924
18925         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18926         (gnus-narrow-to-page): Don't assume point-min == 1.
18927         (gnus-article-edit-mode): Derive from message-mode.
18928
18929         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18930         point-min == 1.
18931
18932         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18933         Disable incorrect use of `assert'.
18934
18935         * message.el (message-mode): Set comment-start-skip.
18936
18937
18938 2004-08-22  Sam Steingold  <sds@gnu.org>
18939
18940         * pop3.el (pop3-leave-mail-on-server): New user variable.
18941         (pop3-movemail): Delete mail only when it is nil.
18942
18943 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18944
18945         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18946
18947         * mml.el (mml-preview): Use `pop-to-buffer'.
18948
18949         * message.el (message-goto-mail-followup-to): Insert after "To".
18950         (message-carefully-insert-headers): Add comment.
18951
18952         * gnus.el: Remove unused variable `gnus-article-check-size'.
18953
18954         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18955
18956         * gnus-art.el (gnus-button-alist):
18957         Improve `gnus-button-handle-library' entry.
18958
18959 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18960
18961         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18962         Use downcase, since XEmacs capitalizes error messages differently.
18963
18964 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18965
18966         * nntp.el: Add (require 'gnus) due to reference to
18967         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18968
18969 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18970
18971         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18972         Bind `mm-fill-flowed'.
18973
18974         * mm-decode.el (mm-dissect-singlepart): Check it.
18975
18976 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18977
18978         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18979         'imap' for netrc parsing.
18980
18981 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18982
18983         * mailcap.el (mailcap-mime-data): Mark as risky.
18984
18985 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18986
18987         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18988         may be included in the encoded word.
18989         (rfc2047-encode): Don't append a space if the encoded word
18990         includes close parenthesis.
18991
18992 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18993
18994         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18995         of text within parentheses.
18996
18997 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18998
18999         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19000         (gnus-encrypt-write-file-contents): Make the password key the file
19001         name PLUS the cipher, not just the cipher.  Also remove failed
19002         passwords from the cache.
19003
19004 2004-08-06  Simon Josefsson  <jas@extundo.com>
19005
19006         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19007         Doc fix.
19008
19009 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19012         LWSP.
19013
19014 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19015
19016         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19017         Try to append in-reply-to: data to the references: header.
19018
19019         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19020         (netrc-parse): Use gnus-encrypt.el functions.
19021
19022         * gnus-encrypt.el: Add new file for encryption support; currently
19023         does only a few GPG ciphers and an internal XOR cipher.
19024
19025         * password.el: Add comments on using password-read-and-add.
19026         (password-read-and-add): Add function to read and add the
19027         password to the cache at once.
19028
19029 2004-07-28  Simon Josefsson  <jas@extundo.com>
19030
19031         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19032         parameter (but don't use it, for now).
19033
19034         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19035         instead of hard coding to nil.
19036
19037 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19038
19039         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19040         as mm-inline-image-xemacs does.
19041
19042 2004-07-26  Simon Josefsson  <jas@extundo.com>
19043
19044         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19045         Revert part of 2004-07-17 change below.
19046
19047 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19048
19049         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19050         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19051
19052 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19053
19054         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19055         quotes that actually start with ">" at the beginning of the
19056         lines.
19057
19058 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19059
19060         * rfc2047.el (rfc2047-encode-region): Fix last change.
19061         (rfc2047-encode-parameter): Remove useless concat.
19062
19063 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19064
19065         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19066         encode special characters; fix some kind of misconfigured headers;
19067         signal a real error if debug-on-quit or debug-on-error is non-nil.
19068         (rfc2047-encode-max-chars): New variable.
19069         (rfc2047-encode-1): Use it.
19070         (rfc2047-encode-parameter): New function.
19071
19072         * mml.el (mml-insert-parameter): Remove an excessive space.
19073
19074 2004-07-17  Simon Josefsson  <jas@extundo.com>
19075
19076         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19077         Kai Grossjohann <kai@emptydomain.de>.
19078         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19079         (gnus-group-make-menu-bar): Ditto.
19080
19081         * gnus-util.el (gnus-group-server): Add.
19082
19083 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19084
19085         * message.el (message-clone-locals): Clone sendmail and smtp
19086         variables.
19087
19088 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19089
19090         * rfc2047.el (rfc2047-encode-region): Fix last change.
19091
19092 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19093
19094         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19095         characters as non-special.
19096
19097 2004-07-09  Simon Josefsson  <jas@extundo.com>
19098
19099         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19100         Users will lose all flag changes made while unplugged with
19101         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19102         good default.  See numerous reports on ding mailing list.
19103
19104 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19105
19106         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19107         add generate-head-function and generate-article-function to the
19108         rfc822-forward entry.
19109         (nndoc-rfc822-forward-generate-article): New function.
19110         (nndoc-rfc822-forward-generate-head): New function.
19111
19112         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19113
19114 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19115
19116         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19117         respect display group parameter and gnus-summary-expunge-below.
19118         (gnus-articles-to-read): Remove unused reference to display group
19119         parameter.
19120
19121 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19122
19123         * nnheader.el (nnheader-uniquify-message-id): New experimental
19124         variable.
19125         (nnheader-nov-read-message-id): Use it.
19126
19127         * spam-report.el (spam-report-gmane): Add interactive.
19128
19129 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * mm-encode.el (mm-content-transfer-encoding-defaults):
19132         Use qp-or-base64 for the application/* types.
19133
19134 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19135
19136         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19137
19138 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19139
19140         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19141         trim value.
19142
19143 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19144
19145         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19146         New macro and function.
19147         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19148
19149 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19150
19151         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19152         after-load-alist.
19153
19154 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19155
19156         * gnus-group.el (gnus-group-get-new-news-this-group):
19157         Don't update info that isn't there.
19158
19159 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19160
19161         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19162         entry.
19163
19164 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * mm-view.el (mm-inline-render-with-function): Use multibyte
19167         buffer; decode html source by charset.
19168
19169         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19170
19171         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19172         Mule-UCS is loaded under XEmacs.
19173         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19174
19175 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19176
19177         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19178
19179 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19180
19181         * mm-util.el (mm-coding-system-p): Return a coding-system.
19182         (mm-mime-mule-charset-alist): Use shift_jis instead of
19183         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19184         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19185         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19186         instead of japanese-shift-jis and iso-latin-1 respectively in
19187         order to share the default value with both Emacs and XEmacs-mule.
19188         (mm-mule-charset-to-mime-charset):
19189         Make mm-coding-system-priorities effective.
19190         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19191         while predicating of candidates upon the priorities.
19192
19193 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19194
19195         * gnus-sum.el (gnus-summary-make-menu-bar):
19196         Add gnus-uu-invert-processable.
19197
19198         * gnus.el: Autoload gnus-uu-invert-processable.
19199
19200 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19201
19202         * mm-util.el (mm-with-multibyte-buffer): New macro.
19203
19204         * rfc2047.el (rfc2047-encode-string): Use it.
19205         (rfc2047-encode-region): Move point to the end of the region after
19206         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19207
19208 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19209
19210         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19211         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19212
19213 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19214
19215         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19216         (gnus-cite-parse): Ignore quoted envelope From_.
19217         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19218
19219 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19220
19221         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19222         invalid addresses.
19223
19224 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19225
19226         * spam.el: Change section markers, revise TODO list.
19227         (spam-backends): Make new master list of all installed backends.
19228         (spam-summary-exit-behavior): Add new variable to determine how
19229         messages moves are done at summary exit.
19230         (spam-move-spam-nonspam-groups-only)
19231         (spam-process-ham-in-nonham-groups)
19232         (spam-process-ham-in-spam-groups): Remove variables, the
19233         spam-summary-exit-behavior variable should be used to manage this
19234         behavior.
19235         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19236         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19237         and spam-old-spam-articles.
19238         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19239         Add empty variables, placeholders for the backends they represent.
19240         (spam-set-difference): Move, unchanged.
19241         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19242         unless the user has a processor variable.
19243         (spam-classifications, spam-classification-valid-p)
19244         (spam-backend-properties, spam-backend-property-valid-p)
19245         (spam-backend-function-type-valid-p)
19246         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19247         (spam-report-articles-gmane, spam-report-articles-resend):
19248         Remove functions, they are not needed.
19249         (spam-install-backend-super, spam-backend-list)
19250         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19251         (spam-backend-function, spam-backend-ham-registration-function)
19252         (spam-backend-spam-registration-function)
19253         (spam-backend-ham-unregistration-function)
19254         (spam-backend-spam-unregistration-function)
19255         (spam-backend-statistical-p, spam-backend-mover-p)
19256         (spam-install-backend-alias, spam-install-checkonly-backend)
19257         (spam-install-mover-backend, spam-install-nocheck-backend)
19258         (spam-install-backend, spam-install-statistical-backend)
19259         (spam-install-statistical-checkonly-backend): Add backend installation
19260         support.
19261         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19262         (spam-group-processor-p): Use the new backend code and respect the
19263         summary exit behavior.
19264         (spam-mark-spam-as-expired-and-move-routine): Remove.
19265         (spam-summary-prepare): Change to use the new spam-old-articles
19266         variable.
19267         (spam-copy-or-move-routine, spam-copy-spam-routine)
19268         (spam-move-spam-routine, spam-copy-ham-routine)
19269         (spam-move-ham-routine): Add code to copy/move ham or spam.
19270         (spam-fetch-field-fast): Improve doc and code, plus allow the
19271         'number request.
19272         (spam-list-of-checks, spam-list-of-statistical-checks):
19273         Remove variables.
19274         (spam-split, spam-find-spam): Use the new backend code.
19275         (spam-registration-functions): Remove variable.
19276         (spam-unregister-routine): Add convenience wrapper.
19277         (spam-log-undo-registration, spam-register-routine)
19278         (spam-log-processing-to-registry)
19279         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19280         where possible.
19281         (spam-check-gmane-xref, spam-check-regex-headers)
19282         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19283         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19284         (spam-check-bogofilter-headers, spam-check-spamoracle)
19285         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19286         (spam-check-crm114-headers): Use the spam-split-group that
19287         spam-split prepares, no need to determine it every time.
19288
19289         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19290         to the nnheader-parse-naked-head call.
19291
19292         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19293
19294         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19295         the nnheader-nov-read-message-id call.
19296
19297 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19298
19299         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19300         gnus-activate-group twice.  Suggested by Markus Peter
19301         <warp@spin.de>.
19302
19303 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19304
19305         * gnus-art.el (gnus-article-time-format): Exchange the order of
19306         day and month in the default value; fix customization type.
19307         (article-date-ut): Use add-text-properties.
19308         (article-make-date-line): Use message-make-date instead of
19309         current-time-string.
19310
19311         * message.el (message-fetch-field): Don't use set-text-properties.
19312         (message-make-date): Simplify.
19313
19314         * messagexmas.el (message-xmas-make-date): New function.
19315         (message-xmas-redefine): Defalias message-make-date to it.
19316
19317 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19318
19319         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19320         (rfc2047-encode-region): Treat text within parentheses as special;
19321         show the original text when error has occurred.
19322
19323         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19324         already-computed method to gnus-activate-group.
19325
19326         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19327         same select-methods identical Lisp objects.
19328
19329         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19330         object when modifying the info.
19331
19332 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19333
19334         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19335         gnus-opened-servers since it has never been opened with the new
19336         configuration yet.
19337
19338 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19339
19340         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19341         arg to nnheader-generate-fake-message-id.
19342
19343 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19344
19345         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19346         number and build a fake message ID localized to a group and
19347         article number (so it's repeatable from that point on).
19348         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19349         ID format.
19350
19351         * gnus-sum.el (gnus-get-newsgroup-headers):
19352         Call nnheader-generate-fake-message-id with the article number.
19353
19354 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19355
19356         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19357         end-of-buffer.
19358
19359 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19360
19361         * message.el (message-ignored-supersedes-headers): Add Approved.
19362
19363 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19366         goto-char.
19367         (rfc2047-encode): Fold the line before encoding.
19368
19369 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19370
19371         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19372         folding -- not all headers can be folded, and this should be done
19373         by the message composition mode.  Probably.  I think.
19374
19375 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19376
19377         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19378         fast.
19379
19380         * gnus-ems.el (gnus-remove-image): Don't use
19381         message-text-with-property; remove only the image found first.
19382
19383         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19384         found first.
19385
19386 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19387
19388         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19389
19390 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * message.el (message-text-with-property): Make it fast and accept
19393         optional arguments.
19394         (message-strip-forbidden-properties): Use it.
19395         (message-fix-before-sending): Follow the m-t-w-p change.
19396
19397         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19398
19399 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19400
19401         * gnus-art.el (article-hide-headers): Don't change the buffer
19402         mistakenly when performing mml-preview even if
19403         gnus-single-article-buffer is nil.
19404
19405 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19406
19407         * message.el (message-expand-name-databases): New user option.
19408         (message-expand-name): Use it.
19409
19410 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19411
19412         * spam.el (spam-report-articles-resend)
19413         (spam-report-resend-register-routine): Allow ham reporting.
19414         (spam-report-resend-register-ham-routine): Add wrapper.
19415         (spam-registration-functions): Add ham resending functions.
19416         (spam-list-of-processors): Add ham resend processor.
19417
19418         * gnus.el (ham-resend-to): Add new group parameter.
19419         (spam-process): Add ham resend option.
19420
19421         * spam-report.el (spam-report-resend): Allow reporting ham.
19422         (spam-report-resend-ham): Add wrapper.
19423
19424 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19425
19426         * message.el (message-cite-articles-with-x-no-archive):
19427         New variable.
19428         (message-cite-original): Use it.
19429
19430 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19431
19432         * message.el (message-cite-original): Respect X-No-Archive.
19433
19434 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19435
19436         * gnus-art.el (article-hide-headers): Refer to the values for
19437         gnus-ignored-headers and gnus-visible-headers in the summary
19438         buffer since a user may have set them as group parameters.
19439
19440 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19441
19442         * assistant.el (assistant-node-name): Add convenience function.
19443         (assistant-render-text, assistant-render-node): Add error handling,
19444         plus handle multiple next nodes.
19445         (assistant-find-next-node): Comment out for now.
19446         (assistant-find-next-nodes): Add function, returns list of next
19447         nodes.
19448
19449 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19450
19451         * mail-source.el (mail-source-directory): Fix doc-string.
19452
19453 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19454
19455         * assistant.el (assistant-render-text, assistant-eval): Add :set
19456         widget type, which is different because it takes and returns a
19457         list.  Much hilarity ensues.
19458
19459 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19460
19461         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19462
19463         * gnus-group.el (gnus-group-get-new-news-this-group):
19464         Add doc-string.
19465
19466         * gnus-start.el (gnus-activate-group): Add doc-string.
19467
19468 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19471
19472 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19473
19474         * assistant.el (assistant-render-text): Try to add a :set
19475         widget, more to come.
19476
19477         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19478         strings.
19479         (spam-report-articles-resend)
19480         (spam-register-routine): Do registration iff any articles warrant
19481         it.
19482         (spam-summary-prepare-exit): Change log message for nil group
19483         destinations.
19484
19485 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19486
19487         * spam.el (spam-report-resend-register-routine):
19488         Allow spam-report-resend-to to be a group parameter or a global value.
19489
19490 2004-05-26  Simon Josefsson  <jas@extundo.com>
19491
19492         * starttls.el: Merge with my GNUTLS based starttls.el.
19493         (starttls-gnutls-program, starttls-use-gnutls)
19494         (starttls-extra-arguments, starttls-process-connection-type)
19495         (starttls-connect, starttls-failure, starttls-success):
19496         New variables.
19497         (starttls-program, starttls-extra-args): Doc fix.
19498         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19499         New functions.
19500         (starttls-negotiate, starttls-open-stream):
19501         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19502         function if it is set.
19503
19504 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19505
19506         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19507         structured fields.
19508
19509 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19510
19511         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19512
19513 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19514
19515         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19516         Add variable.
19517         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19518         assigning the spam-mark to new messages.
19519
19520 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19521
19522         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19523
19524 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19525
19526         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19527
19528         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19529         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19530         default.
19531
19532 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19533
19534         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19535         correct data.
19536
19537 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19538
19539         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19540         (spam-group-processor-p): Fix function.
19541         (spam-group-processor-multiple-p)
19542         (spam-group-spam-processor-report-gmane-p)
19543         (spam-group-spam-processor-report-resend-p)
19544         (spam-group-spam-processor-bogofilter-p)
19545         (spam-group-spam-processor-blacklist-p)
19546         (spam-group-spam-processor-ifile-p)
19547         (spam-group-ham-processor-ifile-p)
19548         (spam-group-spam-processor-spamoracle-p)
19549         (spam-group-spam-processor-crm114-p)
19550         (spam-group-ham-processor-bogofilter-p)
19551         (spam-group-spam-processor-stat-p)
19552         (spam-group-ham-processor-stat-p)
19553         (spam-group-ham-processor-whitelist-p)
19554         (spam-group-ham-processor-BBDB-p)
19555         (spam-group-ham-processor-spamoracle-p)
19556         (spam-group-ham-processor-copy-p): Remove functions with some
19557         prejudice against unneeded code.
19558         (spam-report-articles-resend)
19559         (spam-report-resend-register-routine): Allow the group/topic
19560         spam-resend-to value to override spam-report-resend-to.
19561         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19562         properly now.
19563
19564         * gnus.el (spam-resend-to): Add group/topic parameter.
19565         (spam-process): Move the OBSOLETE processors to the end of the
19566         choices.
19567
19568 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19569
19570         * spam-report.el (spam-report-resend-to, spam-report-resend):
19571         Start with resend-to set to nil, and then ask the user if necessary.
19572         (spam-report-resend): spam-report-resend takes a list of articles, not
19573         separate article numbers.
19574
19575 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19576
19577         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19578         addition to emacs-w3m.
19579
19580 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19581
19582         * assistant.el (assistant-authinfo-data): New function.
19583         (assistant-eval): Eval for entire assistant.
19584
19585         * netrc.el (netrc-services-file): New variable.
19586         (netrc-parse-services): New function.
19587         (netrc-find-service-name): New function.
19588         (netrc-find-service-number): New function.
19589         (netrc-port-equal): New function.
19590         (netrc-machine): Use it.
19591
19592         * nnimap.el (nnimap-open-connection): Use netrc.
19593
19594         * gnus-util.el (gnus-netrc-get): Remove aliases.
19595
19596         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19597
19598         * assistant.el (wid-edit): Fix compilation.
19599
19600         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19601
19602 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19603
19604         * gnus-util.el (gnus-set-file-modes): New function.  (small
19605         patch).
19606
19607 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19608
19609         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19610
19611         * assistant.el (assistant-render-node): Fix up rendering and
19612         read-only text.
19613         (assistant-render-node): Reset.
19614         (assistant-make-read-only): Not sticky.
19615
19616 2004-05-20  Danny Siu  <dsiu@adobe.com>
19617
19618         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19619         centered even when gnus-auto-center-summary is t.
19620
19621 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19622
19623         * dns.el (dns-get-txt-answer): New function.
19624         (dns-read-txt): Ditto.
19625         (query-dns): Use it.
19626
19627 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19628
19629         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19630         active for foreign groups even if the group level is higher than
19631         the specified value.
19632
19633 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19634
19635         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19636         non-active groups.
19637
19638         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19639
19640 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19641
19642         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19643
19644 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19645
19646         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19647         (spam-crm114-header, spam-crm114-spam-switch)
19648         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19649         (spam-crm114-positive-spam-header)
19650         (spam-crm114-database-directory, spam-list-of-processors)
19651         (spam-group-spam-processor-crm114-p)
19652         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19653         (spam-generic-score, spam-list-of-checks)
19654         (spam-list-of-statistical-checks, spam-registration-functions)
19655         (spam-check-crm114-headers, spam-crm114-score)
19656         (spam-check-crm114, spam-crm114-register-with-crm114)
19657         (spam-crm114-register-spam-routine)
19658         (spam-crm114-unregister-spam-routine)
19659         (spam-crm114-register-ham-routine)
19660         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19661         From asjo@koldfront.dk (Adam Sjøgren).
19662
19663         * gnus.el: Add spam-use-crm114.
19664
19665         * spam.el (spam-list-of-processors, spam-registration-functions):
19666         Add spam-use-resend.
19667         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19668         (spam-report-articles-gmane): Add doc fix.
19669         (spam-report-articles-resend, spam-report-resend-register-routine):
19670         Add wrappers around spam-report-resend-to.
19671
19672         * spam-report.el (spam-report-resend-to, spam-report-resend):
19673         Add support for resending spam.
19674         (spam-report-gmane): Fix line length >80.
19675
19676         * gnus.el (spam-process): Add spam-use-resend.
19677
19678 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19679
19680         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19681         number of processed spam messages.
19682         (spam-ham-copy-or-move-routine): Return the number of processed
19683         ham messages.
19684         (spam-summary-prepare-exit): Use the above values to decide
19685         whether status messages shouled be displayed.
19686
19687 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19690         `rfc2047-encoding-function-alist' in order to avoid conflicting
19691         with the old version.
19692         (rfc2047-encode-region): Concatenate words containing non-ASCII
19693         characters in structured fields; don't encode space-delimited
19694         ASCII words even in unstructured fields; don't break words at
19695         char-category boundaries.
19696         (rfc2047-encode-1): New function.
19697         (rfc2047-encode): Use it; encode text so that it occupies the
19698         maximum width within 76-column; work correctly on Q encoding for
19699         iso-2022-* charsets.
19700         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19701         sure not to break a line just after the header name.
19702         (rfc2047-b-encode-region): Remove.
19703         (rfc2047-b-encode-string): New function.
19704         (rfc2047-q-encode-region): Remove.
19705         (rfc2047-q-encode-string): New function.
19706
19707         * mm-util.el (mm-replace-in-string): New function.
19708
19709 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19710
19711         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19712         Really get it right.
19713         (gnus-inews-make-draft): Really.
19714
19715 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19716
19717         * nnmh.el (nnmh-request-list-1): Don't check the link count
19718         before descending.  (small patch)
19719
19720 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19721
19722         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19723         stuff.
19724
19725         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19726         Match on real group name.
19727
19728         * gnus-art.el (gnus-signature-limit): Doc fix.
19729
19730         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19731
19732         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19733
19734 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19735
19736         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19737         isn't a string.
19738
19739 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19740
19741         * gnus-draft.el (gnus-draft-send):
19742         Bind rfc2047-encode-encoded-words.
19743
19744         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19745         (rfc2047-encodable-p): Say that =? needs encoding.
19746         (rfc2047-encode-encoded-words): New variable.
19747
19748         * gnus-group.el (gnus-group-select-group): Doc fix.
19749
19750         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19751
19752         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19753         to nil.
19754
19755         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19756
19757         * nnheader.el (nnheader-get-lines-and-char): New function.
19758
19759 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19760
19761         * gnus-msg.el (gnus-summary-followup-with-original):
19762         Document yanking of region when active.
19763
19764 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19765
19766         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19767         groups if the group level is higher than the specified value.
19768
19769 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19770
19771         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19772         (gnus-group-jump-to-group): Add prefix argument using
19773         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19774         non-active group.
19775
19776         * compface.el (uncompface): Be verbose when changing
19777         `uncompface-use-external'.
19778
19779         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19780         handle manual section.
19781
19782 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19783
19784         * gnus-art.el (gnus-button-alist): Revert previous change.
19785
19786 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19787
19788         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19789
19790 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19791
19792         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19793         whether backend can accept message.
19794
19795         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19796
19797 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19798
19799         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19800         Avoid creating directory when nntp-marks-is-evil is true.
19801         Reported by Reiner Steib.
19802
19803 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19804
19805         * gnus-picon.el (gnus-picon-style): New variable.
19806         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19807         (gnus-picon-transform-address): Support `gnus-picon-style'.
19808         From Jesper Harder <harder@ifa.au.dk>.
19809
19810 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19811
19812         * message.el (message-fill-field): Return point.
19813         (message-generate-headers): Go to end of field.
19814
19815         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19816         stuff for non-living groups.
19817
19818 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19819
19820         * gnus-art.el (gnus-article-followup-with-original)
19821         (gnus-article-reply-with-original): gnus-mark-active-p ->
19822         gnus-region-active-p.
19823
19824 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19825
19826         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19827         only when there is spam or ham to be processed.
19828
19829 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19830
19831         * mail-source.el (mail-source-delete-crash-box): Refactor.
19832         (mail-source-fetch): Use it.
19833         (mail-source-fetch-file): Ditto.
19834         (mail-source-fetch-directory): Run postscript in loop.
19835         (mail-source-fetch-pop): Delete.
19836         (mail-source-fetch-maildir): Ditto.
19837         (mail-source-fetch-imap): Ditto.
19838
19839         * imap.el (imap-authenticators): Comment out sasl.
19840
19841         * message.el (message-skip-to-next-address): New function.
19842         (message-fill-header-address): Refactor.
19843         (message-fill-address): Use it.
19844         (message-delete-address): Use it.
19845         (message-fill-header-general): Refactor.
19846         (message-fill-field-address): Rename.
19847         (message-narrow-to-field): Find the start of the header.
19848         (message-header-format-alist): Don't pre-fill.
19849         (message-fill-header): Remove.
19850         (message-insert-header): New function.
19851         (message-shorten-references): Use it.
19852
19853         * rfc2047.el (rfc2047-field-value): Strip props.
19854
19855         * mail-parse.el (mail-header-make-address): New alias.
19856
19857         * ietf-drums.el (ietf-drums-make-address): New function.
19858
19859         * imap.el: Add compiler directives.
19860
19861         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19862
19863         * gnus-art.el (article-decode-idna-rhs): Don't use
19864         message-idna-inside-rhs-p.
19865
19866 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19867
19868         * message.el (message-idna-inside-rhs-p): Remove.
19869         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19870
19871         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19872         false positives.
19873
19874 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19875
19876         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19877
19878 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19879
19880         * nneething.el (nneething-file-name): Don't create spurious
19881         files.
19882
19883         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19884         (gnus-inews-do-gcc): Remove sleep.
19885
19886         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19887         part under point.
19888
19889         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19890         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19891
19892 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19893
19894         * spam.el (spam-summary-prepare-exit): Fix (length).
19895
19896 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19897
19898         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19899         as expired without moving it" message when there are spam
19900         messages left.
19901
19902 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19903
19904         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19905         header is not nil.
19906
19907 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19908
19909         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19910         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19911         (nntp-marks-changed-p): New arg SERVER.
19912         (nntp-request-update-info): Adjust caller.
19913
19914 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19915
19916         * nntp.el (nntp-save-marks): Pass missing arg.
19917
19918 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19919
19920         * nntp.el: Support marks.
19921         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19922         (nntp-marks-modtime, nntp-marks-directory): New variables.
19923         (nntp-request-set-mark, nntp-request-update-info)
19924         (nntp-possibly-create-directory, nntp-marks-changed-p)
19925         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19926         New functions.
19927
19928 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19929
19930         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19931         (gnus-xmas-redefine): Rename.
19932
19933         * gnus-score.el (gnus-score-insert-help):
19934         Use gnus-select-lowest-window.
19935
19936         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19937         appt-select-lowest-window and rename to gnus-select-lowest-window.
19938
19939         * gnus.el: do.
19940
19941 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19942
19943         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19944         encodings of MIME-encoded words, in order to improve
19945         interoperability with several broken MUAs.
19946
19947 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19948
19949         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19950         tags, only when charsets are not specified in headers.
19951         (mm-inline-text-html-render-with-w3m): Ditto.
19952
19953         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19954         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19955
19956 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19957
19958         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19959         instead of MIME-decoded from fields when checking
19960         `gnus-article-address-banner-alist'.
19961
19962 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19963
19964         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19965         description rather than subject.
19966
19967 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19968
19969         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19970
19971 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19972
19973         * gnus.el (gnus-version-number): Bump.
19974
19975 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19976
19977         * gnus.el: No Gnus v0.2 is released.
19978
19979 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19980
19981         * gnus-agent.el (gnus-agent-read-agentview):
19982         Inline gnus-uncompress-range.
19983
19984 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19985
19986         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19987         `exec-installed-p'.
19988
19989 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19990
19991         * gnus.el (spam-process, spam-autodetect-methods):
19992         Add bsfilter and bsfilter-headers.
19993
19994         * spam.el (spam-bsfilter): New customize group.
19995         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19996         (spam-bsfilter-header, spam-bsfilter-probability-header)
19997         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19998         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19999         (spam-bsfilter-database-directory): New options.
20000         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20001         (spam-list-of-statistical-checks, spam-registration-functions):
20002         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20003         (spam-bsfilter-score): New command.
20004         (spam-check-bsfilter-headers, spam-check-bsfilter)
20005         (spam-bsfilter-register-with-bsfilter)
20006         (spam-bsfilter-register-spam-routine)
20007         (spam-bsfilter-unregister-spam-routine)
20008         (spam-bsfilter-register-ham-routine)
20009         (spam-bsfilter-unregister-ham-routine): New functions.
20010         (spam-generic-score): Support bsfilter; Accept an optional argument
20011         to recalcurate spam score even if scoring header has already been
20012         added.
20013         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20014         optional argument to recalcurate spam score even if scoring header
20015         has already been added.
20016
20017 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20018
20019         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20020         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20021         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20022         link is missing.
20023
20024 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20025
20026         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20027         (html2text-get-attr): Rewrite.
20028
20029         * message.el (message-setup-1): Remove redundant put-text-property
20030         on mail-header-separator.
20031
20032 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20033
20034         * gnus-registry.el (gnus-registry-cache-whitespace)
20035         (gnus-registry-action, gnus-registry-spool-action)
20036         (gnus-registry-split-fancy-with-parent): Change message levels
20037         from 5 to 3 or 7, as needed.
20038
20039         * spam.el (spam-summary-prepare-exit)
20040         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20041         (spam-split, spam-find-spam, spam-log-undo-registration)
20042         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20043         level from 5 to 6.
20044
20045 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20046
20047         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20048         2004-03-04 change).
20049
20050 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20051
20052         * sieve-manage.el (sieve-manage-open):
20053         * nnweb.el (nnweb-insert-html):
20054         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20055         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20056         * nnspool.el (nnspool-request-group):
20057         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20058         * nnml.el (nnml-request-update-info):
20059         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20060         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20061         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20062         (nnimap-request-set-mark):
20063         * nnfolder.el (nnfolder-request-update-info):
20064         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20065         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20066         * gnus-uu.el (gnus-uu-find-articles-matching):
20067         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20068         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20069         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20070         * gnus-nocem.el (gnus-nocem-scan-groups):
20071         * gnus-int.el (gnus-start-news-server):
20072         * gnus-group.el (gnus-group-make-kiboze-group)
20073         (gnus-group-browse-foreign-server):
20074         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20075         Use mapc when appropriate.
20076
20077 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20078
20079         FIXME: Make separate entries for each person.
20080
20081         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20082         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20083         <shields@msrl.com>:
20084
20085         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20086         may need for spam sorting and scoring.
20087         (spam-user-format-function-S): Add user format function suitable for
20088         general use.
20089         (spam-article-sort-by-spam-status): Add sorting function for summary
20090         sorting.
20091         (spam-extra-header-to-number): Add function to get a score from a
20092         header.
20093         (spam-summary-score): Add function to get a numeric score from the
20094         headers.
20095         (spam-generic-score): Fix function doc, was in wrong place.
20096         (spam-initialize): Take symbols when it's run, and install the
20097         extra headers that spam-necessary-extra-headers thinks we need.
20098
20099 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20100
20101         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20102         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20103
20104 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20105
20106         * gnus-sum.el (gnus-set-global-variables)
20107         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20108         (gnus-article-get-xrefs, gnus-summary-best-group)
20109         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20110         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20111         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20112         Use with-current-buffer.
20113
20114 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20115
20116         * spam.el (spam-summary-prepare-exit): Simplify logic.
20117         (spam-fetch-article-header): Read the article header if it's not
20118         available.
20119         (spam-list-articles): Simplify logic.
20120         (spam-filelist-register-routine): Fix bug with unregister-list.
20121
20122         * gnus-registry.el: Fix comments at beginning.
20123
20124 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20125
20126         * message.el (message-cater-to-broken-inn): Remove.
20127         (message-shorten-references): Make sure the total folded length of
20128         References is shorter than 998 characters to cater to a bug in INN
20129         2.3.  Also, don't pretend that references aren't folded -- this
20130         hasn't worked for a while.
20131
20132 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20133
20134         * gnus-agent.el (gnus-agentize):
20135         gnus-agent-send-mail-real-function no longer set to current value
20136         of message-send-mail-function but rather a lambda that calls
20137         message-send-mail-function.  The change makes the agent real-time
20138         responsive to user changes to message-send-mail-function.
20139
20140 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20141
20142         * legacy-gnus-agent.el
20143         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20144         help from Florian Weimer <fw@deneb.enyo.de>
20145
20146 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20147
20148         * nnmail.el (nnmail-cache-insert): Revert last change.
20149
20150 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20151
20152         * nnmail.el (nnmail-cache-insert): Always check whether
20153         nnmail-cache-ignore-groups matches a group name.
20154
20155 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20156
20157         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20158         (spam-find-spam, spam-log-processing-to-registry)
20159         (spam-log-registered-p, spam-log-unregistration-needed-p)
20160         (spam-log-undo-registration): Use gnus-message instead of
20161         gnus-error, none of these errors are fatal.
20162
20163         * gnus-registry.el (gnus-registry-clean-empty-function)
20164         (gnus-registry-clean-empty): Remove only empty entries without
20165         extra data.
20166
20167 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20168
20169         * spam-stat.el (spam-stat-buffer-change-to-spam)
20170         (spam-stat-buffer-change-to-non-spam): Change (error) to
20171         (gnus-message 8) invocation.
20172
20173 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20174
20175         * nntp.el (nntp-via-netcat-command): New variable.
20176         (nntp-via-netcat-switches): New variable.
20177         (nntp-open-via-rlogin-and-netcat): New function.
20178         (nntp-open-connection-function): Doc fix.
20179         (nntp-telnet-command): Doc fix.
20180         (nntp-end-of-line): Doc fix.
20181         (nntp-via-rlogin-command): Doc fix.
20182         (nntp-via-user-name): Doc fix.
20183         (nntp-via-address): Doc fix.
20184
20185 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20186
20187         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20188         error in Emacs 21.1.
20189
20190 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20191
20192         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20193
20194 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20195
20196         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20197         (gnus-agent-with-refreshed-group): New macro.
20198         (gnus-agent-rename-group): New function.
20199         (gnus-agent-delete-group): New function.
20200         (gnus-agent-save-group-info): Use gnus-command-method when
20201         `method' parameter is nil.  Don't write nil entries into the
20202         active file.
20203         (gnus-agent-get-group-info): New function.
20204         (gnus-agent-fetch-articles):
20205         Use gnus-agent-update-files-total-fetched-for to increment disk space
20206         used.
20207         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20208         Use gnus-agent-update-view-total-fetched-for to increment disk space
20209         used.
20210         (gnus-agent-get-local): Add optional parameters to avoid calling
20211         gnus-group-real-name and gnus-find-method-for-group.
20212         (gnus-agent-set-local): Delete stored entry if either min, or max,
20213         are nil.
20214         (gnus-agent-fetch-session): Reworded error/quit messages.
20215         On quit, use gnus-agent-regenerate-group to record existance of any
20216         articles fetched to disk before the quit occurred.
20217         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20218         gnus-agent-update-view-total-fetched-for, and
20219         gnus-agent-update-files-total-fetched-for to decrement disk space
20220         used.
20221         (gnus-agent-retrieve-headers):
20222         Use gnus-agent-update-view-total-fetched-for to increment disk space
20223         used.
20224         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20225         with gnus-agent-update-files-total-fetched-for to decrement disk
20226         space and fresh group buffer.
20227         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20228         (gnus-agent-need-update-total-fetched-for): New variable.
20229         (gnus-agent-update-files-total-fetched-for): New function.
20230         (gnus-agent-update-view-total-fetched-for): New function.
20231         (gnus-agent-total-fetched-for): New function.
20232
20233         * gnus-cache.el (gnus-cache-save-buffers):
20234         Use gnus-cache-update-overview-total-fetched-for to change disk space
20235         used by this group.
20236         (gnus-cache-possibly-enter-article):
20237         Use gnus-cache-update-file-total-fetched-for to increment disk space
20238         used by this group.
20239         (gnus-cache-possibly-remove-article):
20240         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20241         used by this group.
20242         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20243         (gnus-cache-rename-group): New function.
20244         (gnus-cache-delete-group): New function.
20245         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20246         (gnus-cache-need-update-total-fetched-for): New variable.
20247         (gnus-cache-with-refreshed-group): New macro.
20248         (gnus-cache-update-file-total-fetched-for): New function.
20249         (gnus-cache-update-overview-total-fetched-for): New function.
20250         (gnus-cache-rename-group-total-fetched-for): New function.
20251         (gnus-cache-delete-group-total-fetched-for): New function.
20252         (gnus-cache-total-fetched-for): New function.
20253
20254         * gnus-group.el: Require gnus-sum and autoload functions to
20255         resolve warnings when gnus-group.el compiled alone.
20256         (gnus-group-line-format): Documented new %F.
20257         (size of Fetched data) group line format; identifies disk space
20258         used by agent and cache.
20259         (gnus-group-line-format-alist): Defined new F format.
20260         (gnus-total-fetched-for): New function.
20261         (gnus-group-delete-group): No longer update
20262         gnus-cache-active-altered as gnus-request-delete-group now keeps
20263         the cache in sync.
20264         (gnus-group-list-active): Let the agent store a server's active
20265         list if currently plugged.
20266
20267         * gnus-int.el (gnus-request-delete-group):
20268         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20269         local disk in sync with the server.
20270         (gnus-request-rename-group):
20271         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20272         local disk in sync with the server.
20273
20274         * gnus-start.el (gnus-get-unread-articles):
20275         Cosmetic simplification to logic.
20276
20277         * gnus-util.el (gnus-rename-file): New function.
20278
20279 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20280
20281         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20282
20283 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20284
20285         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20286         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20287
20288 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20289
20290         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20291         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20292
20293 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20294
20295         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20296
20297 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20298
20299         * spam.el (spam-set-difference): Add function to replace
20300         gnus-set-difference in spam.el.
20301         (spam-summary-prepare-exit): Use spam-set-difference.
20302
20303 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20304
20305         * gnus-registry.el (gnus-registry-cache-file): Update to use
20306         gnus-dribble-directory OR gnus-home-directory OR ~.
20307         (gnus-registry-split-fancy-with-parent): Fix doc.
20308
20309 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20310
20311         * message.el (message-exchange-point-and-mark):
20312         Use message-mark-active-p.  Suggested by Jesper Harder
20313         <harder@ifa.au.dk>.
20314
20315 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20316
20317         * message.el (message-exchange-point-and-mark): Don't activate
20318         region if it was inactive.  Suggested by Hiroshi Fujishima
20319         <pooh@nature.tsukuba.ac.jp>.
20320
20321 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20322
20323         * gnus-art.el (article-display-face): Display Faces in the same
20324         order as X-Faces.
20325
20326 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20327
20328         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20329
20330 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20331
20332         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20333         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20334         (gnus-article-mime-hierarchy): Remove.
20335         (gnus-article-mime-hierarchy-next): Remove.
20336         (gnus-article-mode): Revert 2004-03-19 change.
20337         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20338         (gnus-insert-mime-button): Revert 2004-03-19 change.
20339         (gnus-mime-accumulate-hierarchy): Remove.
20340         (gnus-mime-enter-multipart): Remove.
20341         (gnus-mime-leave-multipart): Remove.
20342         (gnus-mime-display-part): Revert 2004-03-19 change.
20343         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20344
20345         * mml.el (mml-preview): Revert 2004-03-19 change.
20346
20347 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20348
20349         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20350
20351 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20354         t while entering a file name using the mm-with-multibyte macro.
20355         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20356
20357         * mm-util.el (mm-with-multibyte): New macro.
20358
20359 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20360
20361         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20362         New user option.
20363         (gnus-mime-multipart-functions): Doc and customization fix.
20364         (gnus-article-mime-hierarchy): New variable.
20365         (gnus-article-mime-hierarchy-next): New variable.
20366         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20367         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20368         gnus-article-mime-hierarchy-next to nil.
20369         (gnus-insert-mime-button): Show hierarchy numbers.
20370         (gnus-mime-accumulate-hierarchy): New function.
20371         (gnus-mime-enter-multipart): New function.
20372         (gnus-mime-leave-multipart): New function.
20373         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20374         (gnus-mime-display-alternative): Show hierarchy numbers.
20375
20376         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20377         gnus-article-mime-hierarchy-next to nil.
20378
20379 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20380
20381         * dns.el: Don't require gnus-xmas.
20382
20383 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20384
20385         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20386         inline PGP.
20387         (mml-menu): Disable mml-quote-region if mark is inactive.
20388
20389 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20390
20391         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20392         when the group's active is not available.
20393
20394 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20395
20396         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20397         error.
20398
20399 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20400
20401         * imap.el (imap-store-password): New variable.
20402         (imap-interactive-login): Use it.
20403         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20404
20405 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20406
20407         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20408         window-start and hscroll to summary window.
20409
20410 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20411
20412         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20413         conversion message to newsrc-dribble when an actual conversion is
20414         performed.
20415
20416 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20417
20418         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20419
20420 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20421
20422         * mm-decode.el (mm-complicated-handles): New function reviving
20423         former definition of mm-multiple-handles.
20424
20425         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20426         (gnus-mime-delete-part): Use it.
20427
20428 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20429
20430         * gnus-agent.el (gnus-agent-read-local):
20431         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20432         avoid the implicit assumption that they will always be equal.
20433         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20434         coding-system-for-write, as the with-temp-file macro first prints
20435         to a buffer then saves the buffer.
20436
20437 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20438
20439         * gnus-art.el (gnus-article-edit-part): New function.
20440         (gnus-mime-save-part-and-strip): Use it; do query instead of
20441         signaling an error; don't use mm-multiple-handles.
20442         (gnus-mime-delete-part): Ditto.
20443
20444 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20445
20446         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20447         old file versions.
20448         (gnus-group-prepare-hook): Remove function that converted list
20449         form of gnus-agent-expire-days to group properties.
20450
20451         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20452         (gnus-request-accept-article): Re-indented.
20453
20454         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20455         converters to handle old agent file formats.  Add logic for a
20456         "backup before upgrading warning".
20457         (gnus-convert-mark-converter-prompt): Developers can mark
20458         functions as needing (default), or not needing,
20459         gnus-convert-old-newsrc's "backup before upgrading warning".
20460         (gnus-convert-converter-needs-prompt): Tests whether the user
20461         should be protected from potentially irreversable changes by the
20462         function.
20463
20464         * legacy-gnus-agent.el: New.  Provides converters that are only
20465         loaded when gnus-convert-old-newsrc needs to call them.
20466
20467 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20468
20469         * mail-source.el (mail-source-touch-pop): Doc fix.
20470
20471         * message.el (message-smtpmail-send-it): Doc fix.
20472
20473 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20474
20475         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20476
20477         * nnmail.el (nnmail-split-fancy): do.
20478
20479         * gnus-kill.el (gnus-kill, gnus-execute): do.
20480
20481 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20482
20483         * gnus-sum.el (gnus-widget-reversible-match)
20484         (gnus-widget-reversible-to-internal)
20485         (gnus-widget-reversible-to-external): New functions.
20486         (gnus-widget-reversible): New widget.
20487         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20488
20489 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
20490
20491         * gnus-sum.el (gnus-thread-sort-functions)
20492         (gnus-article-sort-functions): Document `(not F)' items.
20493
20494 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
20495
20496         * spam.el (spam-use-gmane-xref): Add new backend.
20497         (spam-gmane-xref-spam-group): Add variable to control the name of the
20498         Gmane spam group.
20499         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20500         (spam-regex-headers-spam, spam-regex-headers-ham)
20501         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20502         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20503         backends and checks.
20504         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20505
20506         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20507         an autodetect method.
20508
20509 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20510
20511         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20512         articles are being added to a group.
20513         (gnus-request-replace-article): Inform the agent that articles
20514         need to be uncached as the cached contents are no longer valid.
20515
20516 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20517
20518         * binhex.el: Don't autoload executable-find.
20519
20520         * canlock.el: Don't autoload mail-fetch-field.
20521
20522         * dgnushack.el: Autoload c-mode for XEmacs.
20523
20524         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20525
20526         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20527         rmail-dont-reply-to and rmail-output.
20528
20529         * gnus-score.el: Don't autoload ffap-string-at-point.
20530
20531         * gnus-setup.el: Don't autoload sc-cite-original.
20532
20533         * imap.el: Don't autoload base64-decode-string,
20534         base64-encode-string and md5.
20535
20536         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20537         and rmail-msg-restore-non-pruned-header.
20538
20539         * mm-decode.el: Don't autoload executable-find.
20540
20541         * mm-url.el: Don't autoload executable-find.
20542
20543         * mm-view.el: Don't autoload diff-mode.
20544
20545         * nndb.el: Don't autoload news-reply-mode, news-setup,
20546         cancel-timer and telnet.
20547
20548         * password.el: Don't autoload run-at-time for Emacs.
20549
20550         * sha1-el.el: Don't autoload executable-find.
20551
20552         * sieve-mode.el: Don't autoload c-mode.
20553
20554         * uudecode.el: Don't autoload executable-find.
20555
20556 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20557
20558         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20559         (gnus-agent-possibly-alter-active): Avoid null in numeric
20560         comparison.
20561         (gnus-agent-set-local): Refuse to save null in local object table.
20562         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20563         list of articles that will be marked as unread.
20564
20565 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20566
20567         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20568
20569 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20570
20571         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20572         language tags.
20573
20574 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20575
20576         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20577         Don't bind "obarray".
20578
20579         * gnus-sum.el (gnus-thread-sort-functions):
20580         Add `gnus-thread-sort-by-most-recent-number' and
20581         `gnus-thread-sort-by-most-recent-date'.
20582         Reported by Kai Grossjohann <kai@emptydomain.de>.
20583
20584 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20585
20586         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20587
20588 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20589
20590         * gnus-cus.el (gnus-agent-customize-category):
20591         Remove ignore-errors macro reference that required cl to be loaded at
20592         run-time.
20593
20594         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20595         single-interval range of the form (min . max).  Previously the
20596         range had to look like ((min . max)).  Likewise, return
20597         (min . max) rather than ((min . max)).
20598         (gnus-range-map): Use gnus-range-normalize to accept
20599         single-interval range.
20600
20601         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20602         the cache, but not the agent, now appear with their usual face.
20603
20604         * dgnushack.el (loaddir): New variable that is bound to the
20605         directory containing the dgnushack.el file. Use loaddir, rather
20606         than srcdir, to update load-path. Change lets dgnushack compile
20607         code in directories other than GNUS/lisp.
20608
20609 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20610
20611         * lpath.el: Don't bind w3m-safe-url-regexp.
20612
20613         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20614         w3m-safe-url-regexp variable buffer-local.
20615
20616         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20617
20618 2004-02-27  Simon Josefsson  <jas@extundo.com>
20619
20620         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20621         gnus-group-real-prefix.
20622         (gnus-summary-move-article): Use it, instead of
20623         gnus-group-real-prefix.
20624
20625 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20626
20627         * lpath.el: Bind w3m-safe-url-regexp.
20628
20629         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20630         w3m-safe-url-regexp variable buffer-local and set it as the value
20631         of mm-w3m-safe-url-regexp.
20632
20633         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20634
20635         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20636         parsing gnus-posting-styles when the message is not for replying.
20637
20638         * dgnushack.el: Autoload sgml-mode for XEmacs.
20639
20640         * nnrss.el (nnrss-opml-export):
20641         Use mm-set-buffer-file-coding-system instead of
20642         set-buffer-file-coding-system.
20643
20644 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20645
20646         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20647         of checkdoc.el).
20648         * nnrss.el: do.
20649         * gnus-mlspl.el: do.
20650         * gnus-ml.el: do.
20651         * gnus-srvr.el: do.
20652
20653         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20654
20655 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20656
20657         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20658         Corrections to custom-manual links.
20659
20660         * gnus-art.el (gnus-article): Ditto.
20661
20662         * mm-decode.el (mime-display, mime-security): Ditto.
20663
20664 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20665
20666         * flow-fill.el: Typo.
20667
20668 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20669
20670         * spam-wash.el: New file.
20671
20672 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20673
20674         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20675
20676 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20677
20678         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20679         to be run with new-articles as LIST1, not LIST2.
20680         (spam-registration-functions): Add spam-use-ham-copy as a nil
20681         registration backend.
20682
20683 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20684
20685         * spam-stat.el (spam-stat-washing-hook): New option.
20686         (spam-stat-buffer-words): Use it.
20687         (spam-stat-process-directory, spam-stat-test-directory):
20688         Use insert-file-contents-literally.
20689         (spam-stat-coding-system): New variable.
20690         (spam-stat-load, spam-stat-save): Use it.
20691
20692 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20693
20694         * spam-report.el (spam-report-plug-agent):
20695         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20696
20697 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20698
20699         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20700         Allow / in mailto URLs.
20701
20702 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20703
20704         * spam-report.el (spam-report-process-queue): Fix interactive use.
20705         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20706         (spam-report-unplug-agent): Doc fixes.
20707         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20708         (spam-report-agentize, spam-report-deagentize): Autoload.
20709
20710 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20711
20712         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20713
20714         * message.el (message-setup-fill-variables): Add mml tags to
20715         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20716         <ajk@iu.edu>.
20717         (message-mode): Don't modify paragraph-separate there.
20718
20719 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20720
20721         * compface.el (uncompface-use-external): Default to undecided.
20722         (uncompface-use-external-threshold): New variable.
20723         (uncompface-float-time): New macro.
20724         (uncompface): Determine whether to use the external decoder if
20725         uncompface-use-external is undecided.
20726
20727 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20728
20729         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20730         after images.
20731
20732         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20733
20734 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20735
20736         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20737
20738         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20739
20740         * gnus-sum.el (gnus-summary-limit-to-age)
20741         (gnus-summary-limit-children): do.
20742
20743         * gnus-int.el (gnus-request-scan): do.
20744
20745         * gnus-group.el (gnus-group-suspend): do.
20746
20747         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20748
20749         * gnus-cite.el (gnus-cite-parse-attributions): do.
20750
20751         * gnus-agent.el (gnus-summary-set-agent-mark)
20752         (gnus-agent-regenerate-group): do.
20753
20754         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20755
20756         * binhex.el (binhex-decode-region-internal): do.
20757
20758 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20759
20760         * gnus-fun.el (gnus-face-properties-alist): New user option.
20761         (gnus-display-x-face-in-from): Use it.
20762
20763         * gnus-art.el (article-display-face): Ditto.
20764
20765         * compface.el (uncompface-use-external): Default to nil.
20766
20767 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20768
20769         * nntp.el (nntp-erase-buffer): New function.
20770         (nntp-retrieve-data, nntp-send-command)
20771         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20772         (nntp-possibly-change-group): Use it.
20773
20774         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20775         Use with-current-buffer.
20776
20777 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20778
20779         * compface.el: Merge the ELisp-based uncompface program.
20780         (compface): New customization group.
20781         (uncompface-use-external): New user option.
20782         (uncompface): Call uncompface-internal if uncompface-use-external
20783         is nil.
20784         (uncompface-internal): New function.  Note that there are also
20785         some other functions and variables added for this function.
20786
20787 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20788
20789         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20790         if necessary.
20791
20792 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20793
20794         * spam-report.el (spam-report-unplug-agent)
20795         (spam-report-plug-agent, spam-report-deagentize)
20796         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20797         Add support for the Agent in spam-report: when unplugged, report to a
20798         file; when plugged, submit all the requests.
20799
20800         * spam.el (spam-register-routine): Fix message about
20801         registration.
20802
20803 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20804
20805         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20806         dependencies.
20807         (rfc2047-encode): Use it.
20808
20809         * gnus-art.el (gnus-button-marker-list): Move before first
20810         reference.
20811
20812         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20813         (imap-parse-body): Fix format string mismatch.
20814
20815         * gnus-score.el (gnus-summary-increase-score): do.
20816
20817         * nnrss.el (nnrss-close): New function.
20818
20819 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20820
20821         * nnrss.el (nnrss-make-filename): New function.
20822         (nnrss-request-delete-group, nnrss-read-server-data)
20823         (nnrss-save-server-data, nnrss-read-group-data)
20824         (nnrss-save-group-data): Use it.
20825         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20826         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20827         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20828
20829 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20830
20831         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20832
20833 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20834
20835         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20836         files.
20837
20838         * message.el (message-generate-headers-first): Don't quote nil
20839         and t in docstrings.
20840
20841         * imap.el (imap-id): do.
20842
20843         * gnus-agent.el (gnus-agent-consider-all-articles)
20844         (gnus-agent-queue-mail): do.
20845
20846 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20847
20848         * spam-report.el (spam-report-process-queue): New function.
20849         Process requests from `spam-report-requests-file'.
20850         (spam-report-process-queue): Doc fix.
20851
20852 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20853
20854         * spam.el (spam-register-routine)
20855         (spam-log-processing-to-registry, spam-log-registered-p)
20856         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20857         Change "check" to "spam-check" for semi-clarity.
20858
20859 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20860
20861         * pop3.el: Require nnheader.
20862
20863         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20864
20865         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20866
20867         * gnus-picon.el: Require cl.
20868
20869         * gnus-fun.el: Require gnus-ems and gnus-util.
20870
20871         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20872
20873         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20874
20875         * gnus-art.el (gnus-article-edit-mode): Define before first
20876         reference.
20877
20878 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20879
20880         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20881         (gnus-uu-post-encoded): Use point-at-bol.
20882
20883         * gnus-topic.el (gnus-group-active-topic-p): do.
20884
20885         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20886
20887         * gnus-group.el (gnus-group-kill-region): do.
20888
20889         * gnus-art.el (article-date-ut): do.
20890
20891         * message.el (message-fetch-field): Remove redundant
20892         case-fold-search binding.
20893         (message-narrow-to-field): Simplify.
20894
20895 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20896
20897         * spam.el (spam-directory): Derive from `gnus-directory'.
20898
20899         * spam-report.el (spam-report-url-to-file)
20900         (spam-report-requests-file): New function and variable for offline
20901         reporting.
20902         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20903         and user defined function.
20904         (spam-report-url-ping-mm-url): Remove doubled slash.
20905
20906 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20907
20908         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20909
20910 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20911
20912         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20913         Fix format string mismatch.
20914
20915         * sieve.el (sieve-deactivate-all): do.
20916
20917         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20918
20919         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20920
20921         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20922
20923         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20924
20925 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20926
20927         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20928         the list of checks.
20929
20930 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20931
20932         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20933         padding.
20934
20935 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20936
20937         * mm-view.el (mm-fill-flowed): New variable.
20938         (mm-inline-text): Use it.
20939
20940 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20941
20942         * spam.el (spam-spamassassin-register-ham-routine)
20943         (spam-spamassassin-register-spam-routine): Fix function names.
20944
20945 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20946
20947         * gnus.el (gnus-tmp-grouplens): Remove.
20948         (gnus-summary-line-format): Remove grouplens.
20949
20950         * gnus-group.el (gnus-group-line-format): Ditto.
20951
20952         * gnus-spec.el (gnus-format-specs): Ditto.
20953         (gnus-update-format-specifications): Flush the group format spec
20954         cache if there's the grouplens stuff.
20955         (gnus-parse-simple-format): Replace %l with the empty string.
20956
20957 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20958
20959         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20960         omission.
20961
20962 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20963
20964         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20965         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20966
20967 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20968
20969         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20970         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20971         New macros and functions.
20972         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20973         Handle > NLINK_MAX messages.
20974         * nnmaildir.el (nnmaildir-request-set-mark):
20975         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20976
20977 2004-01-25  Alex Schroeder  <alex@gnu.org>
20978
20979         * spam-stat.el (spam-stat-process-directory-age): New option.
20980         (spam-stat-process-directory): Use it.
20981
20982 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20983
20984         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20985         (spam-stat-save): Accept prefix argument.
20986
20987 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20988
20989         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20990         links" error.
20991
20992 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20993
20994         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20995         the rest of the and/or forms.
20996
20997 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20998
20999         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21000         compatibility with old .newsrc.eld files.
21001
21002         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21003
21004         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21005
21006         * gnus-start.el (gnus-1): do.
21007
21008         * gnus-group.el (gnus-group-line-format-alist): do.
21009
21010         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21011
21012         * gnus-gl.el: Remove.
21013
21014 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21015
21016         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21017         marks consisting of a single range {for example, (3 . 5)} rather
21018         than a list of a single range { ((3 . 5)) }.
21019
21020 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21021
21022         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21023         Use with-current-buffer.
21024         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21025         avoid consing a string.
21026
21027         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21028         Remove obsolete entries for big5 and gb2312.
21029
21030 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21031
21032         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21033         uncompressed list.
21034
21035 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21036
21037         * spam-stat.el (spam-stat-strip-xref): New function.
21038         (spam-stat-process-directory): Use it.
21039
21040         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21041         here -- it's done in message-fetch-field.
21042
21043 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21044
21045         * gnus-agent.el (gnus-agent-queue-mail)
21046         (gnus-agent-prompt-send-queue): New variables.
21047         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21048         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21049         "nndraft:queue" along to gnus-draft-send.
21050         Use gnus-agent-prompt-send-queue.
21051         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21052         is "nndraft:queue".  Suggested by Gaute Strokkenes
21053         <gs234@srcf.ucam.org>
21054
21055         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21056         (agent-enable-undownloaded-faces): Add.
21057         (gnus-agent-cat-groups): Use eval-and-compile, not
21058         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21059         method of gnus-agent-cat-groups even when the buffer has been
21060         evaled.
21061         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21062         delete gnus-agent-save-active-1.
21063         (gnus-agent-save-groups): Delete.  Identical to
21064         gnus-agent-save-active.
21065         (gnus-agent-write-active): No longer adjust agent's copy of active
21066         file as agent's adjustments are now stored in their own
21067         file.  Remove optional parameter.
21068         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21069         servers.  Add use of min/max range limits from server's local
21070         file.
21071         (gnus-agent-save-alist): Remove unused optional argument.
21072         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21073         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21074         (gnus-agent-set-local): A per-server file that keeps min/max range
21075         limits for articles known to the agent.  Provides a fast mechanism
21076         for altering many active ranges.
21077         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21078         active file (local makes it unnecessary).
21079         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21080
21081         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21082         (agent-enable-undownloaded-faces): Add.
21083
21084         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21085         disable it when sending to "nndraft:queue".
21086         (gnus-group-send-queue): Add safety check to avoid sending queue
21087         when unplugged.
21088
21089         * gnus-group.el (gnus-group-catchup): Use new
21090         gnus-sequence-of-unread-articles, not
21091         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21092         numbers of articles.  Use gnus-range-map to avoid having to
21093         uncompress the unread list.
21094         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21095         Fix invalid ange-ftp reference.
21096
21097         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21098         (gnus-sorted-range-intersection): Intersection of two ranges
21099         without requiring that they first be uncompressed.
21100
21101         * gnus-start.el (gnus-activate-group): Unless blocked by the
21102         caller, possibly expand the active range to include both cached
21103         and agentized articles.
21104         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21105         multiple version-dependent converters.
21106         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21107         gnus-agent-save-active.
21108         (gnus-save-newsrc-file): Save dirty agent range limits.
21109
21110         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21111         gnus-agent-possibly-alter-active.
21112         (gnus-adjust-marked-articles): Faster handling of simple lists.
21113
21114 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21115
21116         * spam-stat.el (spam-stat-test-directory): New optional argument
21117         displays a list of files detected.  Suggested by Andrew Cohen
21118         <cohen@andy.bu.edu>.
21119         (spam-stat-buffer-words-with-scores): Don't narrow and change
21120         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21121
21122 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21123
21124         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21125         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21126         (spam-spamassassin-arguments)
21127         (spam-spamassassin-spam-flag-header)
21128         (spam-spamassassin-positive-spam-flag-header)
21129         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21130         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21131         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21132         (spam-list-of-processors, spam-list-of-checks)
21133         (spam-list-of-statistical-checks, spam-registration-functions)
21134         (spam-check-spamassassin-headers, spam-check-spamassassin)
21135         (spam-spamassassin-score)
21136         (spam-spamassassin-register-with-sa-learn)
21137         (spam-spamassassin-register-spam-routine)
21138         (spam-spamassassin-register-ham-routine)
21139         (spam-assassin-register-spam-routine)
21140         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21141         (spam-bogofilter-score): Fix to show article before scoring.
21142
21143 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21144
21145         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21146         default scoring function.
21147         (spam-generic-score): Call spam-spamassassin-score if
21148         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21149         spam-bogofilter-score otherwise.
21150
21151         * gnus.el (spam-process, spam-autodetect-methods):
21152         Add spamassassin and spamassassin-headers.
21153
21154 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21155
21156         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21157         Suppress unnecessary messages.
21158
21159 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21160
21161         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21162         make-hash-table.
21163
21164 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21165
21166         * canlock.el (base64-encode-string): Don't autoload it.
21167
21168 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21169
21170         * run-at-time.el: Remove useless (require 'itimer),
21171         eval-and-compile and (featurep 'xemacs).
21172
21173 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21174
21175         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21176         GROUP is a virtual group.
21177
21178 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21179
21180         * gnus.el: Autoload `message-y-or-n-p'.
21181
21182 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21183
21184         * pgg-parse.el: Remove unnecessary (require 'custom).
21185
21186         * pgg-def.el: do.
21187
21188         * nnmail.el: do.
21189
21190         * gnus-undo.el: do.
21191
21192         * gnus-picon.el: do.
21193
21194         * gnus-util.el: do.
21195
21196 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21197
21198         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21199
21200 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21201
21202         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21203         handle, as well as a list.
21204
21205         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21206         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21207         (mm-w3m-cid-retrieve): Simplify.
21208
21209 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21210
21211         * message.el (message-kill-to-signature): Allow prefix arg to
21212         specify number of lines to keep before signature.
21213
21214 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21215
21216         * message.el (message-kill-to-signature): Change docstring.
21217
21218 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21219
21220         * canlock.el: Always require sha1-el.
21221         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21222
21223         * message.el: Autoload sha1 only when compiling.
21224
21225         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21226         eudc-expand-inline for XEmacs.
21227
21228 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21229
21230         * message.el (message-canlock-generate): Require sha1-el.
21231
21232 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21233
21234         * message.el (message-expand-name): Silence the byte compiler.
21235
21236         * lpath.el: Add detect-coding-system.
21237
21238         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21239         cus-edit.
21240
21241 2004-01-13  Simon Josefsson  <jas@extundo.com>
21242
21243         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21244         Invoke gnus-score-mode.
21245         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21246
21247         * gnus-range.el (gnus-compress-sequence): Doc fix.
21248         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21249
21250 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21251
21252         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21253
21254 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21255
21256         * spam.el (spam-get-article-as-string): Update to use
21257         gnus-request-article-this-buffer, much simpler.
21258         (spam-get-article-as-buffer): Remove.
21259
21260 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21261
21262         * message.el (message-expand-name): Use EUDC if the user uses that.
21263
21264 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21265
21266         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21267         character for the encoding to avoid consing a string.
21268
21269         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21270         unnecessarily.
21271
21272         * mm-util.el (mm-replace-chars-in-string): Remove.
21273
21274         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21275         of mm-replace-chars-in-string.
21276
21277 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21278
21279         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21280
21281         * mm-util.el (mm-subst-char-in-string): Support inplace.
21282
21283         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21284         a new string in every iteration.  Use shy groups.
21285
21286 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21287
21288         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21289         * gnus-soup.el (gnus-soup-group-brew):
21290         * gnus-msg.el (gnus-put-message):
21291         * gnus-move.el (gnus-group-move-group-to-server):
21292         * gnus-kill.el (gnus-batch-score):
21293         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21294         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21295         (gnus-group-update-group, gnus-group-read-group)
21296         (gnus-group-make-group, gnus-group-make-help-group)
21297         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21298         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21299         (gnus-group-sort-by-unread, gnus-group-catchup)
21300         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21301         (gnus-group-yank-group, gnus-group-set-info)
21302         (gnus-group-list-groups):
21303         * gnus.el (gnus-generate-new-group-name):
21304         * gnus-delay.el (gnus-delay-send-queue):
21305         * nnvirtual.el (nnvirtual-catchup-group):
21306         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21307         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21308         (gnus-group-prepare-topics, gnus-topic-check-topology):
21309         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21310         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21311         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21312         (gnus-group-make-articles-read):
21313         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21314         (gnus-group-change-level, gnus-kill-newsgroup)
21315         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21316         (gnus-get-unread-articles, gnus-make-articles-unread)
21317         (gnus-make-ascending-articles-unread): Use accessor
21318         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21319         to get group information for improved readability.
21320
21321
21322 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21323
21324         * gnus-art.el (article-decode-mime-words, article-babel)
21325         (gnus-article-highlight-signature, gnus-article-add-buttons)
21326         (gnus-signature-toggle): Use gnus-with-article-buffer.
21327
21328         * gnus-art.el (gnus-article-highlight-headers)
21329         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21330
21331         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21332         (gnus-article-set-globals, gnus-request-article-this-buffer)
21333         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21334         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21335         (gnus-mime-display-alternative): Use with-current-buffer.
21336
21337 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21338
21339         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21340         also under 80 char limit, and call gnus-error if needed.
21341         (spam-fetch-article-header): Fix - it was a
21342         buffer-local variable (gnus-newsgroup-data).
21343         (spam-find-spam): Use spam-generate-fake-headers, forget about
21344         spam-insert-fake-headers.
21345         (spam-insert-fake-headers): Remove.
21346
21347 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21348
21349         * deuglify.el (gnus-article-outlook-unwrap-lines)
21350         (gnus-outlook-rearrange-article)
21351         (gnus-outlook-repair-attribution-outlook)
21352         (gnus-outlook-repair-attribution-block)
21353         (gnus-outlook-repair-attribution-other): Remove redundant
21354         save-excursion.
21355
21356 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21357
21358         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21359         (spam-fetch-field-subject-fast)
21360         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21361         (spam-fetch-article-header): Add functions to deal with Gnus
21362         internals for fast retrieval of article header data.
21363         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21364
21365 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21366
21367         * pop3.el (pop3-md5): Remove.
21368         (pop3-apop): Replace pop3-md5 with md5.
21369
21370         * mm-bodies.el: base64 is always built-in.
21371
21372         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21373         Use with-current-buffer.
21374
21375 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21376
21377         * canlock.el (canlock-insert-header): Remove excessive grouping in
21378         regexp.
21379
21380         * gnus-sum.el (gnus-summary-read-document): Ditto.
21381
21382         * gnus-uu.el (gnus-uu-part-number): Ditto.
21383
21384         * html2text.el (html2text-remove-tags): Ditto.
21385         (html2text-format-tags): Ditto.
21386         (html2text-format-single-elements): Ditto.
21387
21388         * mml.el (mml-parse-1): Ditto.
21389
21390 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21391
21392         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21393
21394         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21395
21396         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21397
21398         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21399
21400 2003-11-15  Simon Josefsson  <jas@extundo.com>
21401
21402         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21403         (pgg-gpg-lookup-key): Use regexp match instead of
21404         split-string (split-string is different between emacs 21.2 and
21405         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21406
21407 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21408
21409         * gnus-art.el (gnus-mime-view-all-parts)
21410         (gnus-article-part-wrapper, gnus-article-view-part):
21411         Use with-current-buffer.
21412
21413 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21414
21415         * spam.el (spam-disable-spam-split-during-ham-respool)
21416         (spam-spamoracle-database, spam-cache-lookups)
21417         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21418         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21419         (spam-group-ham-marks, spam-group-spam-marks)
21420         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21421         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21422         also add spam-use-blackholes to the statistical checks.
21423         (spam-fetch-field-fast): Add interface to fetching fields, may
21424         become a macro.
21425         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21426         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21427         (spam-insert-fake-headers): Fake an article when needed.
21428         (spam-find-spam): Fake article when possible.
21429         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21430         (spam-check-bogofilter-headers): Use message-fetch-field instead
21431         of nnmail-fetch-field.
21432
21433 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21434
21435         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21436
21437 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21438
21439         * spam.el (spam-split): Do not require spam-use-CHECK to be
21440         enabled if that check is passed to spam-split explicitly; also
21441         fix so 'spam doesn't get converted to spam-split-group when
21442         spam-split-symbolic-return is t.
21443         (spam-find-spam): Find registrations of the article and use those
21444         instead of re-running spam-split to find the spam/ham
21445         classification of the article.
21446         (spam-log-processing-to-registry, spam-log-registered-p)
21447         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21448         Use gnus-error instead of gnus-message.
21449         (spam-log-registration-type): Add function to determine the
21450         classification of a message based on registry entries; will
21451         return nil if both 'spam and 'ham are found.
21452         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21453         a reasonably fast local cache without the loading errors.
21454         (spam-cache-lookups): Set to t by default.
21455         (spam-find-spam): Don't try to guess spam-cache-lookups.
21456         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21457         spam-caches entry.
21458         (spam-filelist-build-cache, spam-filelist-check-cache):
21459         Fix caching of whitelist/blacklist entries.
21460         (spam-check-whitelist, spam-check-blacklist):
21461         Invoke spam-from-listed-p with a type, not a cache variable.
21462         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21463
21464 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21465
21466         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21467
21468         * nnmail.el (nnmail-split-fancy): do.
21469
21470         * mml.el (mml-parse): do.
21471
21472         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21473         (gnus-score-adaptive): do.
21474
21475 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21476
21477         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21478         (gnus-mime-button-map): Don't set keymap parent.
21479         (gnus-button-ctan-directory-regexp): Use shy grouping.
21480         (gnus-prev-page-map): Don't set keymap parent.
21481         (gnus-prev-page-map): Remove duplicated one.
21482         (gnus-next-page-map): Don't set keymap parent.
21483         (gnus-mime-security-button-map): Ditto.
21484
21485         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21486         version number.
21487
21488         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21489
21490 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21491
21492         * canlock.el (canlock-sha1-function): Remove.
21493         (canlock-sha1-function-for-verify): Remove.
21494         (canlock-openssl-program): Remove.
21495         (canlock-openssl-args): Remove.
21496         (canlock-ignore-errors): Remove.
21497         (canlock-sha1-with-openssl): Remove.
21498         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21499         (canlock-verify): Don't use canlock-ignore-errors.
21500
21501         * sha1-el.el (sha1-string-external): Make it can return a string
21502         in binary form.
21503         (sha1-region-external): Ditto.
21504         (sha1-string-internal): Ditto.
21505         (sha1-region-internal): Ditto.
21506         (sha1-region): Ditto.
21507         (sha1-string): Ditto.
21508         (sha1): Ditto.
21509
21510 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21511
21512         * spam.el (spam-report-articles-gmane): New command.
21513
21514 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21515
21516         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21517
21518         * run-at-time.el (run-at-time-saved): Remove.
21519         (run-at-time): Doc fix.
21520
21521 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21522
21523         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21524         (gnus-summary-limit-map): Add it.
21525         (gnus-summary-make-menu-bar): do.
21526
21527 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21528
21529         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21530         Make attempt at some caching support (done for BBDB only now).
21531         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21532         addresses to be checked.
21533         (spam-clear-cache-BBDB): Add function, to be invoked by
21534         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21535         (spam-check-BBDB): Check and use the caches, if
21536         spam-cache-lookups is on, remove superfluous (provide).
21537
21538 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21539
21540         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21541
21542 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21543
21544         * run-at-time.el (run-at-time-saved): Move to after the definition
21545         of `run-at-time'.
21546
21547         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21548
21549 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21550
21551         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21552         mm-w3m-local-map-property.
21553
21554         * mm-view.el (mm-w3m-mode-map): Remove.
21555         (mm-w3m-local-map-property): Remove.
21556         (mm-inline-text-html-render-with-w3m): Don't use
21557         mm-w3m-local-map-property.
21558
21559 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21560
21561         * run-at-time.el: New file.
21562
21563         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21564         under Emacs.
21565
21566         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21567         of gnus-set-text-properties.
21568
21569         * gnus-uu.el (gnus-uu-save-article): Ditto.
21570
21571         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21572
21573         * gnus-cite.el (gnus-cite-parse): Ditto.
21574
21575         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21576         of gnus-.
21577
21578         * gnus-xmas.el (run-at-time): Require run-at-time.
21579
21580         * gnus.el: Change calls to nnheader-run-at-time and
21581         password-run-at-time throughout to use run-at-time directly.
21582
21583         * password.el: Remove definition of run-at-time.
21584
21585         * nnheaderxm.el: Remove definition of run-at-time.
21586
21587 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21588
21589         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21590         in prompt.
21591
21592 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21593
21594         * messagexmas.el (message-xmas-redefine): Alias
21595         `message-make-caesar-translation-table' to
21596         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21597         version.
21598
21599         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21600         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21601         `gnus-xmas-set-text-properties'.
21602         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21603         `gnus-xmas-completing-read'.
21604         (gnus-xmas-completing-read): Removed.
21605         (gnus-xmas-open-network-stream): Removed.
21606
21607         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21608         XEmacs version.
21609
21610         * dns.el (dns-make-network-process): Use `open-network-stream'
21611         instead of `gnus-xmas-open-network-stream'.
21612
21613         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21614
21615         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21616
21617 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21618
21619         * gnus-art.el (gnus-mime-display-alternative)
21620         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21621         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21622         Don't use gnus-local-map-property.
21623
21624         * gnus-util.el (gnus-local-map-property): Remove.
21625
21626         * mm-view.el (mm-view-pkcs7-decrypt):
21627         Replace gnus-completing-read-maybe-default with completing-read.
21628
21629         * gnus-util.el (gnus-completing-read): do.
21630         (gnus-completing-read-maybe-default): Remove.
21631
21632 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21633
21634         * password.el: Only autoload `run-at-time' if not XEmacs.
21635         Only autoload the itimer functions if XEmacs.
21636
21637 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21638
21639         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21640         XEmacsen.
21641
21642         * dgnushack.el: Autoload executable-find for XEmacs.
21643
21644 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21645
21646         * gnus-art.el (gnus-read-string): Remove.
21647         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21648         read-string.
21649
21650 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21651
21652         * netrc.el: Autoload password-read.
21653         (netrc): Add configuration group.
21654         (netrc-encoding-method, netrc-openssl-path):
21655         Add variables for encoding and decoding of files with symmetric
21656         ciphers.
21657         (netrc-encode): Add assistant function to encode a file with
21658         netrc-encoding-method.
21659         (netrc-parse): Add interactive parameter, added optional
21660         decoding if netrc-encoding-method is non-nil but otherwise
21661         behavior is standard.
21662         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21663         Do s/encode/encrypt/ everywhere.
21664
21665         * spam.el: Remove executable-find autoload.
21666
21667 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21668
21669         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21670
21671         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21672
21673 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21674
21675         * gnus-art.el (gnus-treat-ansi-sequences)
21676         (article-treat-ansi-sequences): New variable and function.
21677         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21678
21679         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21680         Use it.
21681
21682 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21683
21684         * mm-util.el (mm-quote-arg): Remove.
21685
21686         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21687         shell-quote-argument.
21688
21689         * gnus-uu.el (gnus-uu-command): do.
21690
21691         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21692
21693         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21694         with make-char.
21695
21696         * mm-util.el (mm-make-char): Remove.
21697
21698         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21699         add-minor-mode.
21700
21701         * gnus-undo.el (gnus-undo-mode): do.
21702
21703         * gnus-topic.el (gnus-topic-mode): do.
21704
21705         * gnus-sum.el (gnus-dead-summary-mode): do.
21706
21707         * gnus-start.el (gnus-slave-mode): do.
21708
21709         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21710
21711         * gnus-ml.el (gnus-mailing-list-mode): do.
21712
21713         * gnus-gl.el (gnus-grouplens-mode): do.
21714
21715         * gnus-draft.el (gnus-draft-mode): do.
21716
21717         * gnus-dired.el (gnus-dired-mode): do.
21718
21719         * gnus-ems.el (gnus-add-minor-mode): Remove.
21720
21721         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21722         Replace gnus-char-width with char-width.
21723
21724         * gnus-ems.el (gnus-char-width): Remove.
21725
21726         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21727         Replace gnus-char-width with char-width.
21728
21729         * gnus-ems.el (gnus-char-width): Remove.
21730
21731         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21732         definition.
21733         Remove Emacs 20 hash table compatibility code.
21734
21735         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21736         20 compatibility code.
21737
21738         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21739
21740         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21741
21742         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21743         Replace with point-at-{eol,bol}.
21744
21745         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21746
21747         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21748
21749         * flow-fill.el (fill-flowed-point-at-bol)
21750         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21751
21752         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21753         Replace with point-at-{eol,bol} throughout all files.
21754
21755 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21756
21757         * ntlm.el (ntlm-string-as-unibyte): New macro.
21758         (ntlm-build-auth-response): Use it.
21759
21760         Remove Emacs 20 stuff:
21761         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21762         (butlast, mapc, remove): Remove the compiler macros.
21763         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21764         of delq and copy-sequence.
21765         * gnus-art.el (popup-menu): Remove the compiler macro.
21766         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21767         Emacs 20.
21768
21769 2004-01-05  Simon Josefsson  <jas@extundo.com>
21770
21771         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21772         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21773         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21774         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21775         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21776         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21777         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21778         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21779         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21780         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21781         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21782         string-xor into ntlm-string-xor.
21783         Suggested by Jesper Harder <harder@myrealbox.com>.
21784
21785         * ntlm.el: Don't include poem.
21786
21787         * md4.el (print-int32, print-string-hexa): Remove.
21788         Suggested by Jesper Harder <harder@myrealbox.com>.
21789
21790         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21791
21792         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21793         probably breaks emacs with DL patch, but do we care? Is anyone
21794         still using the DL stuff?)
21795
21796         * sieve-manage.el: Use the password package.
21797         (sieve-manage-read-passwd): Remove.
21798         (sieve-manage-interactive-login): Use password.  Re-add
21799         condition-case around loop.
21800
21801         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21802         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21803         Use the password package.
21804
21805 2003-02-19  Simon Josefsson  <jas@extundo.com>
21806
21807         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21808         token.
21809
21810 2002-08-07  Simon Josefsson  <jas@extundo.com>
21811
21812         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21813         (sieve-manage-authenticators):
21814         (sieve-manage-authenticator-alist): Add some SASL mechs.
21815         (sieve-sasl-auth): New function.
21816         (sieve-manage-cram-md5-auth):
21817         (sieve-manage-plain-auth): Rewrite using SASL library.
21818         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21819         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21820         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21821         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21822
21823 2004-01-05  Simon Josefsson  <jas@extundo.com>
21824
21825         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21826         New files.
21827
21828 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21829
21830         * gnus-group.el (gnus-no-groups-message): Update.
21831
21832         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21833
21834 2003-11-09  Simon Josefsson  <jas@extundo.com>
21835
21836         * imap.el: Support for ID IMAP extension (RFC 2971).
21837         (imap-local-variables): Add imap-id.
21838         (imap-id): New variable.
21839         (imap-id): New function.
21840         (imap-parse-response): Parse untagged ID response.
21841         * nnimap.el (nnimap-id): New variable.
21842         (nnimap-open-connection): Use it.
21843
21844 2003-12-28  Simon Josefsson  <jas@extundo.com>
21845
21846         * gnus-score.el (gnus-score-edit-all-score): New.
21847         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21848
21849 2004-01-04  Simon Josefsson  <jas@extundo.com>
21850
21851         * password.el: Add.
21852
21853 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21854
21855         * dns.el (dns-query-types): Fix typo.
21856         (dns-query-types): New function.
21857         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21858         PTR and SOA replies, see RFC 1035.
21859
21860 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21861
21862         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21863
21864         * Move to Changelog.2.
21865
21866 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21867
21868         * gnus.el (gnus-version-number): Bump version.
21869
21870 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21871
21872         * gnus.el: No Gnus v0.1 is released.
21873
21874 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21875
21876         * gnus.el: No Gnus v0.0 is released.
21877
21878 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21879
21880         * gnus.el (gnus-version-number): Bump.
21881         (gnus-version): No.
21882
21883 See ChangeLog.2 for earlier changes.
21884
21885   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21886
21887   This file is part of GNU Emacs.
21888
21889   GNU Emacs is free software: you can redistribute it and/or modify
21890   it under the terms of the GNU General Public License as published by
21891   the Free Software Foundation, either version 3 of the License, or
21892   (at your option) any later version.
21893
21894   GNU Emacs is distributed in the hope that it will be useful,
21895   but WITHOUT ANY WARRANTY; without even the implied warranty of
21896   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21897   GNU General Public License for more details.
21898
21899   You should have received a copy of the GNU General Public License
21900   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21901
21902 ;; Local Variables:
21903 ;; coding: utf-8
21904 ;; fill-column: 79
21905 ;; add-log-time-zone-rule: t
21906 ;; End: