XEmacs 21.5 compilation fix
[gnus] / lisp / ChangeLog
1 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
4         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
5
6         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
7         string-prefix-p in Emacs >=23.2.
8
9         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
10         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
11         instead of string-match-p.
12         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
13
14 2012-09-06  Kenichi Handa  <handa@gnu.org>
15
16         * qp.el (quoted-printable-decode-region): Fix previous change; handle
17         lowercase a..f.
18
19 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
20
21         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
22
23 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
24
25         * nnimap.el (nnimap-request-move-article): Decode the group name when
26         doing internal moves to avoid charset issues.
27
28         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
29         TIME is set.
30
31 2012-09-05  Juri Linkov  <juri@jurta.org>
32
33         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
34         than one group at a time (bug#11961).
35
36 2012-09-05  Julien Danjou  <julien@danjou.info>
37
38         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
39         this hide the real reason with a message giving absolutely no hint.
40
41 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
42
43         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
44         to the backend (bug#11804).
45
46         * message.el (message-insert-newsgroups): Don't insert newsgroup
47         duplicates (bug#12275).
48
49 2012-09-05  John Wiegley  <johnw@newartisans.com>
50
51         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
52         sieve rules.
53
54 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
55
56         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
57         function.
58
59         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
60
61         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
62
63 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
64
65         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
66         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
67         This should make nnmaildir more usable with offlineimap.
68
69 2012-09-05  Julien Danjou  <julien@danjou.info>
70
71         * nnimap.el (nnimap-request-list): Revert change that made listing
72         synchronous.
73         (nnimap-get-responses): Restore.
74
75 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
76
77         * dgnushack.el: XEmacs 21.5 compilation fix.
78
79         * gnus-notifications.el (gnus-notifications-notify): Use it.
80
81         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
82         warnings on XEmacs.
83
84 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
85
86         Better seeds for (random).
87         * gnus-sync.el (gnus-sync-lesync-setup):
88         * message.el (message-canlock-generate, message-unique-id):
89         Change (random t) to (random), now that the latter is more random.
90
91 2012-08-31  Dave Abrahams  <dave@boostpro.com>
92         * nnimap.el (nnimap-change-group): Document result value
93
94         * auth-source.el (auth-sources): Fix macos keychain access.
95
96         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
97         allow the backend `request-head' function to determine the group
98         name on its own.
99         (gnus-request-expire-articles): Filter out negative article numbers
100         during expiry (Bug#11980).
101
102         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
103         O(N^2) to O(N).  This makes warping into huge groups tolerable.
104
105         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
106         you've found the article when you haven't.
107
108         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact that
109         nnimap-change-group can return t
110
111 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
112
113         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
114
115 2012-08-30  Julien Danjou  <julien@danjou.info>
116
117         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
118         `gnus-notifications-timeout'.
119         (gnus-notifications-timeout): Add.
120         (gnus-notifications-action): New function.
121         (gnus-notifications-notify): Add :action using
122         `gnus-notifications-action'.
123         (gnus-notifications-id-to-msg): New variable.
124         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
125         notifications id to messages.
126
127 2012-08-30  Kenichi Handa  <handa@gnu.org>
128
129         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
130         once.
131
132 2012-08-29  Julien Danjou  <julien@danjou.info>
133
134         * gnus-notifications.el: New file.
135         (gnus-notifications-notify): New function.
136         (gnus-notifications): Use `gnus-notifications-notify'.
137
138 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
141         transfer encoding first; bind gnus-newsgroup-charset to the charset
142         that the article specifies (Bug#12209).
143
144 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
147         (gnus-group-customize-done): Encode values posting-style holds.
148
149         * gnus-msg.el (gnus-summary-resend-message)
150         (gnus-configure-posting-styles): Decode values posting-style group
151         parameter holds.
152
153 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
156         `name' and `address' in Resent-From header.
157
158 2012-08-14  Chong Yidong  <cyd@gnu.org>
159
160         * gnus-art.el (article-display-face): Handle failure in
161         gnus-create-image (Bug#11802).
162
163 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
164
165         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
166         Use defsetf.
167
168 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
169
170         * auth-source.el: (auth-source-plstore-search)
171         (auth-source-secrets-search): Ignore :require and :type in search spec.
172
173 2012-08-06  Julien Danjou  <julien@danjou.info>
174
175         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
176         `nnimap-request-move-article'.
177
178         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
179         Remove autoload, already handled by gnus.el.
180
181         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
182
183         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
184         supported by nnimap actually. Reverts previous change.
185
186         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
187         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
188         to-buffer argument that is already supported.
189
190 2012-08-05  Julien Danjou  <julien@danjou.info>
191
192         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
193         Add autoload.
194
195 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * gnus.el (gnus-valid-select-methods): Fix custom type.
198
199 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
200
201         * auth-source.el (auth-sources, auth-source-backend-parse)
202         (auth-source-macos-keychain-search)
203         (auth-source-macos-keychain-search-items)
204         (auth-source-macos-keychain-result-append)
205         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
206         auth-source.el through the /usr/bin/security utility.
207         (auth-sources): Fix syntax error.
208         (auth-source-macos-keychain-result-append): Fix variable name.
209         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
210
211 2012-07-27  Julien Danjou  <julien@danjou.info>
212
213         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
214         Emacs < 24.1
215
216 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * message.el (message-kill-address): Don't kill last newline.
219         (message-skip-to-next-address): Don't move to the next header.
220         (message-fill-field-address): Work properly.
221
222 2012-07-25  Julien Danjou  <julien@danjou.info>
223
224         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
225
226 2012-07-24  Julien Danjou  <julien@danjou.info>
227
228         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
229
230         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
231         (nntp-async-timer-handler): Remove, unused.
232
233         * nnimap.el (nnimap-get-responses): Remove, unused.
234
235         * nnheader.el (mail-header-set-extra): Remove, unused.
236
237         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
238         unused.
239
240         * mm-view.el (mm-view-sound-file): Remove, unused.
241
242         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
243         (mm-url-encode-multipart-form-data): Remove, unused.
244
245         * message.el (message-remove-signature, message-make-host-name)
246         (message-fill-address): Remove, unused.
247
248         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
249         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
250         unused.
251
252         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
253         (gnus-xmas-call-region): Remove, unused.
254
255         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
256
257         * gnus-util.el (gnus-extract-address-component-name)
258         (gnus-extract-address-component-email, gnus-sortable-date)
259         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
260         (gnus-process-live-p): Remove, unused.
261
262         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
263
264         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
265         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
266         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
267         function.
268
269         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
270
271         * gnus-score.el (gnus-summary-score-crossposting)
272         (gnus-score-regexp-bad-p): Remove, unused.
273
274         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
275
276         * gnus-range.el (gnus-sublist-p): Remove, unused.
277
278         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
279         unused.
280
281         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
282
283         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
284         (gnus-request-associate-buffer): Remove, unused.
285
286         * gnus-group.el (gnus-group-set-method-info)
287         (gnus-group-set-params-info): Remove, unused.
288
289         * gnus-fun.el (gnus-shell-command-to-string)
290         (gnus-shell-command-on-region): Remove, unused.
291
292         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
293
294         * gnus-art.el (gnus-article-text-type-exists-p)
295         (article-translate-characters, gnus-article-hide-text-of-type)
296         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
297         Remove, unused.
298
299 2012-07-22  Andrew Cohen  <cohen@bu.edu>
300
301         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
302
303 2012-07-21  Julien Danjou  <julien@danjou.info>
304
305         * message.el (message-dont-reply-to-names): Replace deprecated
306         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
307         (message-get-reply-headers): Ditto.
308
309 2012-07-18  Julien Danjou  <julien@danjou.info>
310
311         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
312         `sieve-upload-and-kill'.
313
314         * sieve.el (sieve-bury-buffer): Remove function.
315         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
316         (sieve-upload-and-kill): New function, mapped to C-c C-c.
317
318 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
319
320         * shr.el (shr-expand-url): Handle URL starting with `//'.
321
322 2012-07-13  Chong Yidong  <cyd@gnu.org>
323
324         * smime.el (smime-certificate-info): Set buffer-read-only directly,
325         instead of calling toggle-read-only with a (bogus) argument.
326
327 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
328
329         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
330         of initial input when reading the author to restrict the summary to.
331
332 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * mm-decode.el (mm-shr):
335         Allow overriding charset by mm-charset-override-alist.
336
337 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
338
339         * gnus-art.el (gnus-article-view-part):
340         Toggle subparts of multipart/alternative part.
341
342 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
343
344         * shr.el (shr-render-buffer): New command.
345         (shr-visit-file): Use it.
346
347 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
348
349         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
350         Set no-byte-compile and no-update-autoloads.
351
352 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
353
354         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
355
356 2012-06-25  Julien Danjou  <julien@danjou.info>
357
358         * nnimap.el (nnimap-request-articles-find-limit): Rename from
359         `nnimap-request-move-articles-find-limit' since we do not use it only
360         for move operations.
361         (nnimap-request-accept-article): Use
362         `nnimap-request-articles-find-limit' to limit search by message-id.
363
364 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
365
366         Support higher-resolution time stamps (Bug#9000).
367
368         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
369         VARLIST.  It's optional, for backward compatibility.
370         (encode-time-value): New optional arg PICO.  New type 3.
371         (time-to-seconds) [!float-time]: Support the new picoseconds
372         component if it's used.
373         (seconds-to-time, time-subtract, time-add):
374         Support ps-resolution time stamps as well.
375
376 2012-06-19  Julien Danjou  <julien@danjou.info>
377
378         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
379
380         * nnimap.el (nnimap-log-buffer): Check that
381         `window-point-insertion-type' is boundp, since it's not available in
382         XEmacs.
383
384 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
385
386         * nnimap.el (nnimap-log-buffer): Add this, setting
387         `window-point-insertion-type' in the buffer to t.
388         (nnimap-log-command): Use nnimap-log-buffer.
389
390 2012-06-19  Julien Danjou  <julien@danjou.info>
391
392         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
393         argument to be able to limit the search.
394         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
395         (nnimap-request-move-articles-find-limit): Add this to limit the search
396         by Message-Id after a message move.
397         (nnimap): Add defgroup.
398
399 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
400
401         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
402
403 2012-06-15  Julien Danjou  <julien@danjou.info>
404
405         * nnimap.el (nnimap-find-article-by-message-id): Use
406         `nnimap-possibly-change-group' rather than its own EXAMINE call.
407         (nnimap-possibly-change-group): Add read-only argument.
408         (nnimap-request-list): Use nnimap-possibly-change-group rather than
409         issuing EXAMINE manually.
410         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
411         with read-only argument.
412         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
413         cannot possibly change because we need to be sure that it's either
414         read-write or read-only.
415
416 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
419         being bound to a lambda form.
420
421 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
422
423         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
424         articles when fetch-old is non-nil (bug#11370).
425
426 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
427
428         * gnus-picon.el (gnus-picon-properties): New defcustom.
429         (gnus-picon-create-glyph): Use it.
430
431 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-group.el (gnus-group-get-new-news): Respect
434         `gnus-group-use-permanent-levels', as documented (bug#11638).
435
436 2012-06-10  Dave Abrahams  <dave@boostpro.com>
437
438         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
439         groups (bug#11641).
440
441 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
442
443         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
444         is an integer to avoid later problems.
445
446 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
449         locales.
450
451         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
452         on a handle.
453
454         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
455         address as the default.
456         (gnus-summary-insert-old-articles): Don't include unexistent messages.
457
458         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
459         makes no sense to query the user about internal files.
460
461         * gnus-spec.el: Remove all the byte-compilation stuff, since
462         benchmarking shows that it doesn't help when entering large summary
463         buffers.
464
465         * gnus-xmas.el (gnus-xmas-define): Remove.
466
467         * gnus-util.el (gnus-byte-code): Remove.
468
469         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
470         grouplens stuff.
471
472 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
475         (bug#11514).
476
477 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
478
479         * message.el (message-buffers): Return all buffers derived from Message
480         to make `gnus-dired-attach' work with mu4e.
481
482 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
483
484         * nntp.el: Stop the `letf' madness.
485         (nntp--report-1): New var.
486         (nntp-report): Merge nntp-report-1 into it.
487         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
488         the nntp-report function.
489
490         * auth-source.el: Fix comment-style to follow the convention.
491
492 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
493
494         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
495         (mm-dissect-singlepart): Don't guess the MIME type of
496         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
497         set.
498         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
499         toplevel MIME type is multipart/encrypted.
500
501 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
504         a string so that Gcc works (bug#11514).
505
506 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
507
508         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
509         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
510
511 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
512
513         * gnus-win.el (gnus-configure-frame): Don't signal an error when
514         jumping to *Server* from a dedicated *Group* window.
515         (gnus-configure-frame): CSE.
516
517         * gnus-registry.el: Minor style cleanup.
518         (gnus-registry--set/remove-mark): New function, extracted from
519         gnus-registry-install-shortcuts.
520         (gnus-registry-install-shortcuts): Use it.
521
522 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * nnspool.el (news-path): Use eval-and-compile.
525
526 2012-05-24  Glenn Morris  <rgm@gnu.org>
527
528         * nnspool.el (news-directory, news-path, news-inews-program):
529         Move here from paths.el.  Don't see a need for these to be autoloaded.
530
531         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
532         Merge in doc from paths.el version.  Don't see any need for this to be
533         autoloaded, or for the warning about users not setting it.
534
535 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
536
537         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
538         format.  In particular, add an optional argument and a docstring.
539
540         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
541
542         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
543         current before calling `gnus-groups-to-gnus-format'.
544         Note that this was already the case for `gnus-active-to-gnus-format'.
545
546 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
547
548         Fix minor Y10k bug.
549         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
550
551 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
552
553         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
554         message once it's actually open.
555
556 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
557
558         * gnus.el: Ma Gnus v0.5 is released.
559
560 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
561
562         * auth-source.el (auth-source--aput-1, auth-source--aput)
563         (auth-source--aget): New functions and macros.
564         Use them instead of aput/aget.
565
566 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
567
568         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
569
570 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
571
572         * plstore.el (plstore-called-interactively-p): New compat macro copied
573         from message.el.
574         (plstore-mode): Use it.
575
576 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
577
578         * plstore.el: Revive the editing feature.
579         (plstore-mode): New mode to edit plstore file.
580         (plstore-mode-toggle-display, plstore-mode-original)
581         (plstore-mode-decoded): New command.
582         (plstore--encode, plstore--decode, plstore--write-contents-functions)
583         (plstore--insert-buffer, plstore--make): New function.
584         (plstore-open, plstore-save): Simplify by using them.
585
586 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
587
588         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
589
590 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
591
592         * tls.el (open-tls-stream): Remove unused binding.
593
594 2012-04-16  Glenn Morris  <rgm@gnu.org>
595
596         * nndraft.el (nndraft-request-list): Fix declaration.
597
598 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * mm-decode.el (mm-dissect-buffer): Doc fix.
601
602         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
603         don't have a current group.
604
605         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
606         buffer if it doesn't exist.
607
608         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
609         given, mark the group as ephemeral with the current window conf.
610
611         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
612         buffer exists, which it doesn't if we haven't started Gnus.
613         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
614
615 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * mml.el (mml-generate-mime): Allow specifying what the top-level part
618         type is.
619
620         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
621         `unexists' entries.
622         (gnus-clean-old-newsrc): Fix last checkin.
623
624         * nnimap.el (nnimap-update-info): None of the articles below the active
625         low-water mark exist.
626
627         * dgnushack.el: Get rid of XEmacs compilation warning.
628
629         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
630         would have gotten if we posted to the group, and use that to compare
631         against the message we want to cancel (bug#10808).
632
633         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
634         on XEmacs.
635
636 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
637
638         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
639         `scroll-margin'.
640
641 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
642
643         * gnus-cite.el (gnus-dissect-cited-text): A single line without
644         citation prefix within a block of cited text should be considered part
645         of that block *only* if it is a blank line.
646
647 2012-04-09  Chong Yidong  <cyd@gnu.org>
648
649         * binhex.el, hashcash.el, uudecode.el:
650         Remove * characters from the front of variable docstrings.
651
652 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
655         before kinsoku-bol characters nor within kinsoku-eol characters.
656
657 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
660         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
661         (gnus-sync-read): Use mapc instead of mapcar.
662
663         * mm-archive.el: Require mm-decode for some macros.
664         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
665         the byte compiler.
666         (mm-archive-decoders): New function that returns the value of
667         the mm-archive-decoders variable.
668
669         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
670         instead.
671         (mm-dissect-singlepart): Use the function mm-archive-decoders.
672
673         * nnimap.el (gnus-refer-thread-use-nnir):
674         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
675
676 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
679
680 2012-03-12  Peter Münster  <pmrb@free.fr>
681
682         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
683         (gnus-demon-cancel): Ditto.
684         (gnus-demon-run-callback): When function cannot be called due to low
685         idleness, call it when idleness reaches the expected value, instead of
686         waiting another timer period.
687         (gnus-demon-init): Add `time' to arguments of call-back.
688
689 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
690
691         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
692
693         * gnus.el: Register gnus-registry functions.
694
695         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
696         indent.
697
698         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
699         enabled before warping.
700
701 2012-03-22  Dave Abrahams  <dave@boostpro.com>
702
703         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
704         registry about each article retrieved.
705
706         * gnus-int.el (gnus-select-group-with-message-id): New function.
707         (gnus-try-warping-via-registry): Ditto.
708         (gnus-warp-to-article): Fall back on the registry.
709
710 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
711
712         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
713         inboxes.
714
715 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
718
719 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
720
721         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
722         gnus-gcc-self-resent-messages may be a group parameter.
723         (gnus-summary-resend-message): Don't encode encoded words in header
724         when Gcc'ing resent message.
725
726 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * shr.el (shr-insert): Treat non-breaking space just like normal
729         space.  This seems to produce more pleasing results.
730         (shr-insert): Only insert a blank line if we're starting from an image.
731         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
732         (shr-ensure-paragraph): Consider lines with white space to be blank.
733
734 2012-03-15  Elias Pipping  <pipping@lavabit.com>
735
736         * Makefile.in: Respect DESTDIR.
737
738 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
739
740         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
741         and gnus-gcc-post-body-encode-hook.
742
743 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744
745         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
746         messages that don't exist.
747
748         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
749
750 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
753         a string so that Gcc works (bug#11514).
754
755 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
756
757         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
758
759 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
762         don't have a current group.
763
764 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
765
766         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
767         Remove.
768
769         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
770
771         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
772
773 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
776         have a group name.
777
778         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
779         a multibyte buffer (bug#7410).
780         (article-wash-html): Parse the original article buffer to get the
781         unencoded data (bug#7410).
782
783         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
784         .newsrc.el files.
785
786 2012-04-05  Bastien Guerry  <bzg@altern.org>
787
788         * color.el (color-lighten-name): Fix typo.
789
790 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
793         "#" to avoid having them interpreted as comments.
794
795 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * shr.el (shr-insert): Update the text state properly to avoid
798         inserting spurious paragraph starts.
799
800 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
801
802         * shr.el (shr-table-widths): Divide the extra width more fairly over
803         the TDs (bug#10973).
804         (shr-render-td): Don't delete too much padding.
805         (shr-natural-width): Compute the natural width more correctly.
806         (shr-insert): Allow the natural width to be computed for tables again.
807         (shr-tag-table-1): Rework how the natural widths are computed by
808         rendering the table a third time.
809         (shr-natural-width): Removed.
810         (shr-buffer-width): New function.
811         (shr-expand-newlines): Use it.
812
813         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
814         using a `gnus-use-full-window' setup (bug#11013).
815
816 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817
818         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
819         24.1 release.
820
821 2012-03-10  David Edmondson  <dme@dme.org>
822
823         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
824         'Forwarded Message' header and the start of the message.
825
826 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
827
828         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
829         isn't running (bug#10897).
830
831 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
832
833         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
834         This is inconsistent with all the other stream functions, which leave
835         the setting up to the higher levels (if so wanted) (bug#10931).
836
837 2012-02-28  Glenn Morris  <rgm@gnu.org>
838
839         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
840         mm-decode.el: Standardize possessive apostrophe usage.
841
842 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843
844         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
845
846 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
847
848         * parse-time.el (parse-time-string): Allow extractor to return nil.
849
850 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
853
854 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
857
858 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
859
860         * mm-decode.el (mm-shr): Remove "soft hyphens".
861
862         * nnimap.el (nnimap-request-list): Return the group names encoded as
863         utf8.  Otherwise non-European group names don't work.
864         (nnimap-request-newgroups): Ditto.
865
866         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
867         the default in `read-string' (bug#10757).
868
869         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
870         topics (bug#10843).
871
872         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
873         buffer.  Suggested by Herbert Valerio Riedel.
874         (nnimap-request-move-article): Delete the message from the correct IMAP
875         server.
876
877 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
878
879         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
880         Reported by Peter Münster.
881
882 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
883
884         * shr.el (shr-image-fetched): Make sure we really kill the right
885         buffer.
886
887 2012-02-16  Leo Liu  <sdl.web@gmail.com>
888
889         * gnus-start.el (gnus-1): Avoid duplicate entries.
890
891 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
892
893         * imap.el: Remove.
894
895         * nntp.el (nntp-coding-system-for-read): Remove.
896         (nntp-coding-system-for-write): Ditto.
897         (nntp-open-connection): Just use `binary' directly.
898
899         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
900         Gnus 0.3.
901
902 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
903
904         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
905         application/octet-stream parts really is.
906
907         * gnus-sum.el (gnus-propagate-marks): Remove.
908
909 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
910
911         * shr.el (shr-rescale-image): Undo previous change; see
912         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
913
914 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
915
916         * gnus.el: Ma Gnus v0.3 is released.
917
918 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-sum.el (gnus-summary-local-variables): Make
921         `gnus-newsgroup-unexist' into a local variable.
922
923 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
924
925         * registry.el (registry-usage-test, registry-persistence-test): Move to
926         tests/gnustest-registry.el.
927         (registry-make-testable-db, registry-match-test)
928         (registry-instantiation-test): Move to tests/gnustest-registry.el.
929
930         * gnus-registry.el (gnus-registry-misc-test)
931         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
932
933         * tests/gnustest-registry.el: New file with the registry and
934         gnus-registry ERT tests.
935
936 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-msg.el (gnus-summary-resend-message): Make
939         gnus-summary-resend-message-insert-gcc be last item in
940         message-header-setup-hook.
941
942 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
943
944         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
945         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
946         Remove.
947         (nnfolder-open-server): Don't use marks.
948         (nnfolder-request-delete-group): Ditto.
949         (nnfolder-request-rename-group): Ditto.
950         (nnfolder-request-set-mark, nnfolder-request-marks)
951         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
952         (nnfolder-save-marks, nnfolder-open-marks): Remove.
953
954         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
955         (nnml-marks-modtime): Remove.
956         (nnml-request-delete-group): Don't use marks.
957         (nnml-request-rename-group): Ditto.
958         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
959         (nnml-save-marks, nnml-open-marks): Remove.
960
961         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
962         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
963         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
964         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
965         (nntp-server-to-method-cache): Remove.
966
967         * shr.el (shr-rescale-image): Fix wrong merge.
968
969 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
970
971         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
972         too-wide lines.
973
974 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
975
976         * nnimap.el (nnimap-record-commands): New variable.
977         (nnimap-log-command): Use it.
978         (nnimap-make-process-buffer): Add a space to the process buffer.
979         (nnimap-transform-headers): Don't bug out on header lines containing
980         stuff that look like IMAP length encodings.
981
982         * shr.el (shr-rescale-image): Allow viewing large images.
983
984 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
985
986         * nnml.el (nnml-request-compact-group): Delete the marks file after
987         compaction (bug#10800).
988
989         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
990         group exit.
991
992         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
993         QRESYNC/FETCH output.
994
995 2012-02-11  Glenn Morris  <rgm@gnu.org>
996
997         * sieve-manage.el (sieve-manage-default-stream):
998         * shr.el (shr):
999         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1000         (nnir-retrieve-headers-override-function)
1001         (nnir-imap-default-search-key, nnir-notmuch-program)
1002         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1003         (nnir-method-default-engines):
1004         * message.el (message-cite-reply-position):
1005         * gssapi.el (gssapi-program):
1006         * gravatar.el (gravatar):
1007         * gnus-sum.el (gnus-refer-thread-use-nnir):
1008         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1009         (gnus-registry-max-pruned-entries):
1010         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1011         * gnus-int.el (gnus-after-set-mark-hook)
1012         (gnus-before-update-mark-hook):
1013         * gnus-async.el (gnus-async-post-fetch-function):
1014         * auth-source.el (auth-source-cache-expiry):
1015         Add missing :version tags to new defcustoms and defgroups.
1016
1017 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
1018
1019         * gnus-sum.el (gnus-adjust-marked-articles): Add to
1020         `gnus-newsgroup-unexist'.
1021
1022         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
1023         marks.
1024         (gnus-article-special-mark-lists): Put the `unexist' in the special
1025         marks list instead.
1026
1027         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
1028         articles in the list of articles to be selected.
1029
1030         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
1031         articles.
1032         (nnimap-update-info): Keep track of unexisting articles.
1033         (nnimap-update-qresync-info): Ditto.
1034
1035 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1036
1037         * message.el (message-default-send-mail-function): Made into own
1038         function for reuse by emacsbug.el.
1039
1040 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1041
1042         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1043         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1044
1045 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1046
1047         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1048         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1049
1050         * gnus-compat.el: Define `timer-set-function'.
1051
1052         * mm-decode.el (mm-display-external): Output the text from the command
1053         in the buffer after the command finished.  This makes text-based
1054         commands behave better.
1055
1056 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1057
1058         * gnus-compat.el: Add a compat for the old `url-retrieve'.
1059
1060 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1061
1062         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
1063         23.1.
1064
1065 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1068
1069 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1070
1071         * message.el (smtpmail-smtp-user): Silence compiler warning.
1072
1073 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1074
1075         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1076         SMTP user name.
1077
1078 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1079
1080         * gnus-sum.el (gnus-summary-show-thread):
1081         next-single-char-property-change may return nil in XEmacs.
1082         (gnus-summary-article-map): Fix typo.
1083
1084 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1085
1086         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1087         running.
1088
1089         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1090
1091         * gnus.el (gnus-server-extend-method): Don't add an -address component
1092         if the method already has one (bug#9676).
1093
1094 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1095
1096         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1097         of an initial-input for consistency (bug#10757).
1098
1099         * dgnushack.el: Fix XEmacs compilation warning.
1100
1101         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1102
1103         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1104
1105 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1106
1107         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1108         lines that are narrower than the window width.  Otherwise background
1109         "blocks" will look less readable.
1110
1111 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1112
1113         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1114         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1115         have newlines within the strings, and where the UID comes after the
1116         BODYSTRUCTURE element (bug#10537).
1117
1118         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1119         (bug#10732).
1120
1121         * shr.el (shr-insert-document): Add doc string.
1122         (shr-visit-file): Ditto.
1123         (shr-remove-trailing-whitespace): New function.
1124         (shr-insert-document): Use it to clean up trailing whitespace as the
1125         final step (bug#10714).
1126
1127 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1128
1129         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1130         buffer if `gnus-kill-summary-on-exit' is nil.
1131
1132 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1133
1134         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1135         when just reading a single group from "without" Gnus.
1136
1137 2012-02-06  Chong Yidong  <cyd@gnu.org>
1138
1139         * gnus-sum.el (gnus-summary-show-thread):
1140         next-single-char-property-change never returns nil (Bug#8657).
1141
1142 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1143
1144         * message.el (message-multi-smtp-send-mail): New function.
1145         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1146         header to implement multi-SMTP functionality.
1147
1148         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1149         (gnus-agentize): Don't set it.
1150         (gnus-agent-send-mail): Don't use it.
1151
1152         * gnus-sum.el (gnus-summary-widget-backward): New function and
1153         keystroke.
1154
1155         * gnus-compat.el: More the compat functions more compatible.
1156
1157         * shr.el (shr-put-image): Remove underlines from sliced images.
1158         (shr-zoom-image): Compute the region to be replaced more correctly.
1159
1160 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1163         (gnus-summary-resend-message-insert-gcc): New function.
1164         (gnus-summary-resend-message): Modify message-header-setup-hook and
1165         message-sent-hook to make it work for Gcc.
1166         (gnus-inews-do-gcc): Update the number of unread articles of groups
1167         that messages are Gcc'd to.
1168
1169         * message.el (message-resend): Run message-sent-hook to do Gcc.
1170
1171 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1172
1173         * lpath.el: Fix an XEmacs compilation warning.
1174
1175         * gnus-compat.el: Require `help-fns' to fix compilation error.
1176
1177         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1178         a higher level to silence compilation.
1179
1180         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1181         parameter to allow controlling the scaling.
1182
1183         * shr.el (shr-zoom-image): New command and keystroke.
1184         (shr-put-image): Take a `size' flag to say how to scale the image.
1185
1186         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1187         deletion unless already defined.
1188
1189         * gnus.el (gnus-compat): Require it.
1190
1191         * gnus-compat.el: New file.
1192
1193         * gnus-start.el (gnus-clean-old-newsrc): New function.
1194         (gnus-read-newsrc-file): Use it.
1195
1196         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1197         Use recursive deletion.
1198         (mm-dissect-archive): Add support for zip files.
1199
1200         * gnus-util.el (gnus-recursive-directory-files): New function.
1201
1202         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1203         (mm-archive-decoders): Add tgz support.
1204
1205         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1206         Otherwise inserting text into the Gnus buffer can look odd.
1207
1208         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1209
1210         * mm-archive.el (mm-archive-decoders): Add support for tar.
1211
1212         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1213
1214         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1215
1216 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1217
1218         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1219
1220         * mm-archive.el: New file.
1221
1222         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1223
1224         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1225
1226         * message.el (message-goto-*): Make all the `message-goto-*' commands
1227         push the mark before moving point.  This makes it easier to go back to
1228         where you came from after editing whatever you jumped to.
1229
1230 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1231
1232         * gnus.el: Ma Gnus v0.1 is released.
1233
1234 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1235
1236         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1237         without reconnecting.
1238         (nnimap-possibly-change-group): Ditto.
1239         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1240         connection has died before being called.
1241
1242 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1243
1244         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1245         an initial sync unless we're really doing one.
1246
1247         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1248         address parameter if one already exists (bug#9676).
1249
1250         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1251         not the prefix, as documented (bug#10689).
1252
1253 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1254
1255         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1256         the "server".
1257
1258         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1259         the real error message with the useless "previously known to be down".
1260         Which isn't even correct.
1261
1262         * nntp.el (nntp-open-connection): Report the error message if the nntp
1263         server can't be reached.
1264
1265         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1266         groups we do a total scan for.
1267         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1268         doing that.
1269
1270 2012-01-31  Jim Meyering  <jim@meyering.net>
1271
1272         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1273         Correct a comment (insert "not") and hide nominally-doubled "to".
1274
1275 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1276
1277         * gnus.el (gnus-version): Change name to "Ma Gnus".
1278
1279 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1280
1281         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1282         section in the manual.
1283
1284 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1285
1286         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1287         words.
1288         (rfc2047-encode-string): Ditto.
1289         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1290         understand folded filename="..." parameters, for instance.
1291
1292         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1293         the message for greater debuggability.
1294
1295 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1296
1297         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1298         instead of setting it locally, since the latter doesn't seem to have
1299         any effect (most of the time).
1300
1301 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1302
1303         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1304         function call.
1305
1306 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1307
1308         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1309         seconds, and make the repeat clause with HH:MM specs work as
1310         documented.
1311
1312 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1313
1314         * proto-stream.el (proto-stream-capability-open): Fall back on
1315         :end-of-command if :end-of-capability doesn't exist.
1316
1317 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1320         bound globally in old Emacsen and XEmacsen.
1321
1322 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1323
1324         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1325         so that previous errors don't prohibit getting new news.
1326
1327         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1328
1329         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1330
1331 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1332
1333         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1334         buffer, not of the string which is its name.
1335
1336 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1337
1338         * proto-stream.el (proto-stream-capability-open): Wait for
1339         :end-of-capability, not :end-of-command.
1340
1341         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1342         non-server-marks groups.
1343         (gnus-group-make-articles-read): Ditto.
1344
1345         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1346         methods (bug#9676).
1347
1348         * gnus.el (gnus-method-ephemeral-p): New function.
1349
1350 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1353         left-to-right.
1354
1355 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1356
1357         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1358         warning.
1359
1360 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1361
1362         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1363         macroexpand the nnir things, since they haven't been defined yet, and
1364         nnir requires gnus-sum.
1365
1366 2012-01-24  Julien Danjou  <julien@danjou.info>
1367
1368         * color.el (color-rgb-to-hsl): Fix value computing.
1369         (color-hue-to-rgb): New function.
1370         (color-hsl-to-rgb): New function.
1371         (color-clamp, color-saturate-hsl, color-saturate-name)
1372         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1373         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1374
1375 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1378
1379 2012-01-19  Julien Danjou  <julien@danjou.info>
1380
1381         * color.el (color-name-to-rgb): Use the white color to find the max
1382         color component value and return correctly computed values.
1383         (color-name-to-rgb): Add missing float conversion for max value.
1384
1385 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1386
1387         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1388         logical server name in addition to the actual machine address.
1389
1390         * auth-source.el (auth-source-user-and-password): Add convenience
1391         wrapper to search by just host and optionally user.
1392
1393 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1396         after rendering.
1397
1398 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1399
1400         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1401         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1402         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1403
1404 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405
1406         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1407         (bug#9693).
1408         (gnus-summary-setup-buffer): Document return value (bug#9697).
1409
1410         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1411         since ido doesn't work on symbols (bug#9632).
1412
1413         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1414         when getting a single value as when getting all the values.  This means
1415         that atoms like `gcc-self' work cumulatively, like variable settings,
1416         instead of getting the value from the last matching clause.
1417         (gnus-group-find-parameter): Protect against the group buffer not
1418         existing (bug#9585).
1419
1420 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * gnus-start.el (gnus-activate-group): Document more parameters
1423         (bug#9694).
1424
1425         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1426         (bug#9692).
1427
1428         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1429         article was fetched, so that it can be expired later (bug#9958).
1430         (gnus-agent-summary-fetch-series): Add doc string.
1431         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1432         (bug#9517).
1433
1434         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1435         retrieval is happening.
1436
1437         * gnus.el (gnus-parameters): Doc fix.
1438
1439 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1440
1441         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1442         show the thread after expansion.
1443
1444 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1445
1446         * gnus-art.el (article-narrow-to-head): If the head is completely
1447         empty, narrow to the empty region (bug#9764).
1448
1449         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1450         read, and then mark them as unread only when the unread mark is used.
1451         This makes `C-- T k' actually work, even though it's confusing.
1452
1453         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1454         alive before we try to find its window.
1455
1456 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1457
1458         * mm-decode.el (mm-display-external): Use a longer timeout for the
1459         deletion to allow slow programs to display the file.
1460
1461 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462
1463         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1464         prompt to be less confusing.
1465
1466         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1467         argument to `message-reply'.  This broke `special-display-*' frame
1468         pop-uping (bug#10238).
1469
1470 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471
1472         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1473         systems, since these allegedly don't work there.
1474
1475 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1476
1477         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1478         live buffer.
1479
1480 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * nnir.el (nnir-retrieve-headers): Protect against the article not
1483         existing on the server (bug#10335).
1484
1485 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1486
1487         * gnus-agent.el (gnus-agent-load-local): Recompute
1488         gnus-agent-article-local on changing method.
1489
1490 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1491
1492         * gnus.el (gnus-parameters): Note precedence.
1493
1494 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1495
1496         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1497         in the group buffer.
1498
1499 2012-01-04  Julien Danjou  <julien@danjou.info>
1500
1501         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1502         change.
1503
1504 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1505
1506         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1507         too.
1508
1509         * nntp.el (nntp-retrieve-group-data-early): Use it.
1510
1511 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1512
1513         * nntp.el (nntp-retrieval-in-progress): New variable.
1514         (nntp-make-process-buffer): Make it buffer-local.
1515
1516         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1517         2010.
1518         (gnus-demon-init): Use it to compute the time if time is on the form
1519         "04:23".
1520
1521         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1522
1523         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1524         status in the correct buffer.
1525
1526 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1527
1528         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1529         when opening topics (bug#10407).
1530
1531 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1532
1533         * gnus-cus.el (gnus-score-customize):
1534         * gnus-sum.el (gnus-sort-gathered-threads):
1535         * message.el (message-shorten-references):
1536         * nnmairix.el (nnmairix-request-group):
1537         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1538
1539 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1540
1541         * gnus-agent.el (gnus-agent-regenerate-group):
1542         * gnus-int.el (gnus-retrieve-group-data-early):
1543         * mm-util.el (mm-codepage-ibm-list):
1544         * nndiary.el (Commentary, nndiary-get-new-mail):
1545         * nnir.el (nnir):
1546         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1547
1548 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * mm-view.el (mm-display-inline-fontify): Add comment.
1551
1552 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1553
1554         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1555         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1556
1557 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1558
1559         * gnus-art.el (gnus-split-methods):
1560         * gnus-msg.el (gnus-configure-posting-styles):
1561         * gnus-spec.el (gnus-parse-simple-format):
1562         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1563         * message.el (message-do-actions): Spelling fix.
1564
1565 2011-12-15  Juri Linkov  <juri@jurta.org>
1566
1567         * mm-decode.el (mm-inline-media-tests): Add missing
1568         `mm-handle-media-subtype'.
1569
1570 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1571
1572         * gnus-group.el (gnus-group-tool-bar):
1573         * gnus-sum.el (gnus-summary-tool-bar):
1574         * message.el (message-tool-bar):
1575         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1576
1577 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1578
1579         * plstore.el (plstore--insert-buffer): Spelling fix.
1580
1581 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1582
1583         * message.el (message-valid-fqdn-regexp): Update with newly approved
1584         top-level domain names ".tel" and ".asia".
1585
1586 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1589         unconditionally.
1590
1591 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1594         pop-to-buffer-same-window for old Emacsen.
1595
1596 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1597
1598         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1599
1600 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1601
1602         * netrc.el (netrc-credentials): Spelling fix.
1603
1604 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1605
1606         * gnus-fun.el (gnus-fun-ppm-change-string):
1607         * gnus-msg.el (gnus-inews-do-gcc):
1608         * gnus-sum.el (gnus-summary-find-for-reselect):
1609         * gnus.el (gnus-summary-cancelled):
1610         * message.el (message-cancel-hook, message-send-news):
1611         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1612         * nnir.el (nnir-run-hyrex):
1613         * nntp.el (nntp-with-open-group-function):
1614         * pgg.el (pgg-pending-timers): Spelling fix.
1615
1616 2011-12-04  Chong Yidong  <cyd@gnu.org>
1617
1618         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1619         change (Bug#10200).
1620
1621 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * compface.el (uncompface):
1624         * gnus-art.el (gnus-article-x-face-command): Update the header format
1625         of icon data for the most recent icontopbm program.
1626
1627 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * gnus-msg.el (gnus-inews-do-gcc):
1630         * message.el (message-send-mail):
1631         * mml.el (mml-generate-mime): Share the value of the buffer-local
1632         `message-options' variable between a draft buffer and temprary working
1633         buffers.
1634
1635 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1636
1637         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1638
1639 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1642         for Cygwin.
1643
1644 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1645
1646         * gnus-group.el (gnus-group-prepare-flat):
1647         * mm-bodies.el (mm-encode-body):
1648         * mml.el (mml-preview):
1649         * nnml.el (nnml-request-compact-group):
1650         * pop3.el (pop3-stream-type): Spelling fix.
1651
1652 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1653
1654         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1655
1656 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1657
1658         * color.el (color-rgb-to-hsl):
1659         * gmm-utils.el (gmm-tool-bar-style):
1660         * gnus-group.el (gnus-group-prepare-flat):
1661         * gnus-topic.el (gnus-topic-prepare-topic):
1662         * mm-decode.el (mm-discouraged-alternatives):
1663         * rfc2047.el (rfc2047-encode-1):
1664         * starttls.el: Spelling fix.
1665
1666 2011-11-24  Glenn Morris  <rgm@gnu.org>
1667
1668         * binhex.el (binhex-begin-line): Give it basic doc-string.
1669
1670         * starttls.el, tls.el: Fix case of "GnuTLS".
1671
1672 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1673
1674         * gnus-group.el (gnus-group-highlight): Fix typo.
1675
1676 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1677
1678         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1679         value of `delete-file', that returns nil for a local file but returns t
1680         for a remote file using ssh.
1681
1682 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1683
1684         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1685
1686 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1687
1688         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1689         avoid later breakage.
1690
1691 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1694         article buffers' name.
1695
1696 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1699         by Paul Eggert's spellfixes two days ago.
1700
1701 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1704         doesn't have it.
1705
1706         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1707         buffer-local instead of binding them to avoid warnings.  Also demote
1708         errors (bug#10063).
1709         (font-lock-mode-hook): Shut up byte compiler.
1710
1711 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1712
1713         * mm-util.el (mm-charset-after):
1714         * nnir.el (nnir-run-hyrex):
1715         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1716         (ntlm-get-password-hashes, ntlm-md4hash):
1717         * smime.el: Fix typo.
1718
1719 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1720
1721         * gnus-agent.el (gnus-agent-expire-group-1):
1722         * nndiary.el (nndiary-last-occurence):
1723         * nnimap.el (nnimap-request-set-mark):
1724         * nnmairix.el (nnmairix-only-use-registry):
1725         * gnus-group.el (gnus-group-prepare-flat):
1726         * gnus-sum.el (gnus-decode-encoded-word-methods):
1727         * message.el (message-wash-subject):
1728         * nntp.el (nntp-retrieve-headers-with-xover):
1729         * smime.el (smime-certificate-directory): Spelling fix.
1730
1731 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1732
1733         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1734
1735         * color.el:
1736         * gnus-agent.el (gnus-agent-possibly-alter-active):
1737         * gnus-dired.el (gnus-dired-print):
1738         * mail-parse.el:
1739         * nnmairix.el (nnmairix-request-group):
1740         * shr.el (shr-image-displayer):
1741         * sieve-manage.el:
1742         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1743
1744 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1745
1746         * gnus-sum.el (gnus-auto-select-subject):
1747         * spam-report.el (spam-report-resend): Spelling fix.
1748
1749 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1750
1751         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1752         * gnus-art.el (gnus-default-article-saver):
1753         * gnus-srvr.el (gnus-server-copy-server):
1754         * gnus.el (gnus-sloppily-equal-method-parameters):
1755         * html2text.el (html2text-format-tag-list):
1756         * message.el (message-narrow-to-head):
1757         * nndiary.el:
1758         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1759         * sieve.el: Spelling fix.
1760
1761 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1762
1763         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1764         * gnus-sum.el (gnus-summary-make-menu-bar):
1765         * gnus-uu.el (gnus-uu-decode-postscript)
1766         (gnus-uu-decode-postscript-and-save):
1767         * mailcap.el (mailcap-print-command):
1768         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1769         Fix typos.
1770
1771 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1772
1773         * gnus-art.el (gnus-article-part-wrapper):
1774         * html2text.el (html2text-fix-paragraphs):
1775         * mm-decode.el (mm-image-fit-p):
1776         * rfc2047.el (rfc2047-encode-message-header):
1777         * shr-color.el (shr-color-visible-distance-min)
1778         (shr-color-relative-to-absolute, set-minimum-interval)
1779         (shr-color-visible): Fix typos.
1780
1781 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1782
1783         * gmm-utils.el (gmm-tool-bar-item):
1784         * gnus-art.el (gnus-treat-body-boundary):
1785         * gnus-diary.el (gnus-user-format-function-d):
1786         * gnus-start.el (gnus-get-unread-articles):
1787         * pgg-gpg.el (pgg-gpg-update-agent):
1788         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1789
1790 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1791
1792         * gnus-topic.el (gnus-group-prepare-topics):
1793         * gnus-uu.el (gnus-extract-view):
1794         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1795
1796 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1797
1798         * spam.el: Move BBDB autoloads.
1799         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1800         BBDB 2 and 3.
1801         (spam-check-BBDB): Use it.
1802         (spam-enter-ham-BBDB): Use it.
1803
1804 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1805
1806         * smime.el (smime-draw-buffer): Spelling fix.
1807
1808 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1809
1810         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1811         for scanning exactly one level.
1812         * gnus-start.el (gnus-get-unread-articles): Ditto.
1813
1814 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1817         slightly clearer.
1818
1819 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1820
1821         * gnus-sync.el: More commentary about setup.
1822
1823 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824
1825         * message.el (message-send-and-exit): Document `arg'.
1826
1827 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1828
1829         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1830
1831 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1832
1833         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1834
1835         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1836         we don't use `bound-and-true-p'.
1837
1838 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1839
1840         * gnus-util.el (gnus-bound-and-true-p): Remove.
1841         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1842         * nnir.el: Use it.
1843         * nnmairix.el: Use it.
1844
1845 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1846
1847         * gnus-sync.el: Improve docs about CouchDB admins.
1848
1849         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1850         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1851         for reasons unknown.
1852         * nnir.el: Use it.
1853         * nnmairix.el: Use it.
1854
1855         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1856         * nnir.el: Ditto.
1857         * nnmairix.el: Ditto.
1858
1859         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1860
1861 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1862
1863         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1864         not needed.  Provide xmlplistread list function to produce XML plist
1865         output for non-Gnus LeSync clients.
1866
1867 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1868
1869         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1870
1871         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1872         and save against it.  Group subscriptions, read marks, other marks,
1873         subscription levels, topic names, and topic offsets (the group's
1874         position within the topic) are saved.  This is an experimental backend
1875         and may change significantly.  Load json.el from the gnus-fallback-lib
1876         if it's not available otherwise.
1877         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1878
1879 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1880
1881         * message.el (message-completion-function): Make sure
1882         message-tab-body-function is not attempted if one of
1883         message-completion-alist fails to find a completion (bug#9158).
1884
1885 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1886
1887         * mml.el (mml-quote-region): Quote <#secure> tag.
1888         (mml-generate-mime-1): Unquote <#secure> tag.
1889
1890 2011-10-20  Chong Yidong  <cyd@gnu.org>
1891
1892         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1893         calling a minor mode from Lisp with nil arg enables it, so we have to
1894         make the wording a bit ambiguous here).
1895
1896 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1897
1898         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1899         * nnir.el (nnir-mode): Use it.
1900         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1901         Use it.
1902
1903         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1904         * nnmairix.el (gnus-registry-enabled): Ditto.
1905
1906 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1907
1908         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1909         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1910         only while we need to find out if it should be t or nil.
1911         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1912         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1913         the registry is installed.  Set it to nil when it's unloaded.
1914         (gnus-registry-install-p): Provide user guidance for the initial value
1915         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1916         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1917         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1918         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1919         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1920         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1921         `gnus-registry-install'.
1922
1923 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1924
1925         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1926         previous change.
1927         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1928         primary key is marked as disabled.
1929
1930 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1931
1932         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1933         primary key is marked as disabled.
1934
1935 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1936
1937         * html2text.el (html2text-clean-anchor): Check for quotes around
1938         `href' value.
1939
1940 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1941
1942         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1943         searching.  Drop `bbdb-cache'.
1944
1945 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * message.el (message-signed-or-encrypted-p): Exclude header when
1948         checking if there is signed or encrypted body in text/plain message.
1949
1950 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1951
1952         * html2text.el (html2text-get-attr): Correctly handle attribute values
1953         containing "=".
1954
1955 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1956
1957         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1958         handle bindings.
1959
1960 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961
1962         * gnus-win.el (gnus-configure-windows): Protect against reading
1963         ephemeral groups outside of Gnus.
1964
1965 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1966
1967         * shr.el (shr-tag-img): Don't get images displayed in tables.
1968
1969 2011-10-03  Glenn Morris  <rgm@gnu.org>
1970
1971         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1972         the "maintainer" version of debbugs.gnu.org reports.
1973
1974 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1975
1976         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1977         make asynchronous adjacent image insertion work better.
1978
1979 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1980
1981         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1982         documentation.
1983
1984 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1987         `gnus-asynchronous' isn't shadowed.
1988
1989 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1992
1993         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1994         (nnimap-insert-partial-structure): The charset parameter isn't
1995         case-sensitive.
1996
1997         * nnheader.el (nnheader-message-maybe): New function.
1998
1999         * shr.el (shr-tag-table): Render totally broken tables better.
2000
2001         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2002         computing the boundary.
2003
2004 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * pop3.el (pop3-number-of-responses): Remove.
2007         (pop3-wait-for-messages): Rewrite to take linear time instead of
2008         exponential time.
2009
2010 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2013         re-fetch images.
2014
2015         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2016         re-fetch images when hitting `g' in Gnus.
2017
2018 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2021         (mml-compute-boundary): Don't check collision if it is non-nil.
2022         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2023         before checking collision.
2024
2025 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2026
2027         * message.el (message-indent-citation): Really make sure there's a
2028         newline at the end.
2029
2030         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2031         Fix suggested by John Wiegley.
2032
2033         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2034
2035         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2036
2037         * message.el (message-default-send-rename-function): Break out into its
2038         own function.
2039
2040         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2041         doesn't work under XEmacs.
2042
2043         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2044         of "imaps" to word around Windows problems.
2045         (nnimap-open-connection-1): Use it.
2046
2047         * message.el (message-indent-citation): Revert last change which made
2048         `F' not work.
2049
2050 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2051
2052         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2053         terminal as well.
2054
2055 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2058         because it displays images using overlays that aren't easy to copy to
2059         the article buffer.
2060
2061 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2062
2063         * message.el (message-indent-citation): Fix empty line removal at the
2064         end of the citation.
2065
2066 2011-09-20  Julien Danjou  <julien@danjou.info>
2067
2068         * auth-source.el (auth-source-netrc-create): Use default value for
2069         password if specified.  Evaluate default.
2070         (auth-source-plstore-create): Ditto.
2071         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2072         value evaluation.
2073         (auth-source-netrc-create): Typo fix.
2074         (auth-source-plstore-create): Ditto.
2075
2076         * password-cache.el (password-cache-remove): Remove entries even if the
2077         value is nil, so that password with a nil value (negative caching) is
2078         possible to invalidate.
2079
2080         * auth-source.el (auth-source-format-cache-entry): New function.
2081
2082 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2083
2084         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2085
2086 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2089
2090 2011-09-19  Julien Danjou  <julien@danjou.info>
2091
2092         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2093         which work with things that are not ASCII.
2094
2095 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2098
2099 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2102         message level.
2103
2104 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2105
2106         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2107
2108 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2111
2112 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2113
2114         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2115         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2116
2117 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2118
2119         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2120         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2121         articles.
2122
2123 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2124
2125         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2126         (message-mail-other-window, message-mail-other-frame)
2127         (message-news-other-window, message-news-other-frame):
2128         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2129         instead of setting buffer display varibles.
2130
2131 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2134
2135         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2136
2137 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2140         duplicates" to a higher level.
2141
2142         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2143         most egregious messages.
2144
2145 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2148
2149 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2150
2151         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2152         up the file (bug#9351).
2153
2154 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2157         it does with all other backends, but decode the names immediately after
2158         getting them.
2159
2160         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2161         decoding nnimap groups.
2162
2163         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2164         newsrc file.  It doesn't seem like an important optimization any more.
2165
2166 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2167
2168         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2169         overflows.
2170
2171 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2174         (gnus-interactive-exit): Extend to `quiet'.
2175
2176         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2177
2178         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2179         string.
2180
2181         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2182         renaming function arguments from `this'.
2183
2184         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2185
2186         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2187         has been renamed.
2188         (gnus-lrm-string-p): Include RLM and PDF, too.
2189
2190         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2191         (bug#9225).
2192
2193 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2194
2195         Add autoload cookies for functions used by sendmail.el.
2196         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2197
2198         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2199
2200 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2201
2202         * gnus-art.el (article-date-ut): Work properly even when there are
2203         things like Date header in the body; work for forwarded parts.
2204
2205 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2206
2207         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2208         original-article-buffer.
2209
2210 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2211
2212         * nnir.el (nnir-compose-result): Fix matching of server type.
2213         (nnir-run-swish++): Ditto.
2214         (nnir-run-namazu): Ditto.
2215         (nnir-run-notmuch): Ditto.
2216
2217 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2220         (bug#9405).
2221
2222         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2223         (bug#9421).
2224
2225         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2226         (bug#9425).
2227
2228         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2229         thing (bug#9426).
2230
2231 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2234         the error message.
2235
2236 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2237
2238         * message.el (message-setup-1): Return t (Bug#9392).
2239
2240 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2241
2242         * gnus-sum.el: When adding article headers to a summary buffer also
2243         update gnus-newsgroup-articles (bug#9386).
2244
2245 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * auth-source.el: Autoload help-mode.
2248
2249 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2250
2251         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2252         names.
2253
2254 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2255
2256         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2257         mm-replace-in-string for compatibility issues.
2258         * mml2015.el (mml2015-epg-verify): Ditto.
2259
2260 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2263
2264         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2265
2266 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2269         continue on and do the clean-up phase (bug#9188).
2270
2271         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2272         just ignore groups that can't be opened instead of erroring out
2273         (bug#9225).
2274
2275         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2276         nil since some many people are fuddy-duddies.
2277
2278         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2279         images.
2280
2281         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2282         instead.
2283
2284         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2285
2286         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2287
2288         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2289         processing.
2290
2291         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2292         buffer to avoid warnings.
2293
2294 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2295
2296         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2297         specified to reduce precision.
2298
2299 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2302         bodystructures (bug#9314).
2303
2304 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2305
2306         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2307         Make button keymap non-sticky after buttons.
2308
2309 2011-08-18  David Engster  <dengste@eml.cc>
2310
2311         * nnmairix.el (nnmairix-request-set-mark)
2312         (nnmairix-goto-original-article): Remove adding of article to registry,
2313         since `gnus-registry-add-group' isn't available anymore.
2314         (nnmairix-determine-original-group-from-registry):
2315         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2316         available anymore.
2317
2318 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2319
2320         * starttls.el (starttls-any-program-available): Define as obsolete
2321         function.
2322
2323 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2326         versions which Gnus use when appropriate.
2327
2328         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2329         a pretty destructive command.
2330
2331         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2332
2333 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * message.el (message-fix-before-sending): Make a different warning
2336         about NUL characters (bug#9270).
2337
2338         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2339         from custom (bug#9260).
2340
2341         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2342         things work in Emacs 22 and XEmacs, too.
2343
2344         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2345         default From.
2346
2347         * gnus-spec.el (gnus-lrm-string-p): New macro.
2348         (gnus-lrm-string): New constant.
2349         (gnus-summary-line-format-spec): LRM-ify the from.
2350         (gnus-tilde-max-form): LRM-ify string chopping.
2351
2352         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2353
2354         * message.el (message-is-yours-p): Allow disabling canlock checking
2355         (bug#9295).
2356         (message-shoot-gnksa-feet): Add `canlock-verify'.
2357         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2358         message directory isn't writable (bug#9304).
2359
2360         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2361         non-world-readable.
2362
2363 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2366         articles.
2367
2368 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2369
2370         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2371         copy-list.
2372
2373 2011-08-12  Sam Steingold  <sds@gnu.org>
2374
2375         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2376         in the reverse order to avoid modifying the cache with `nreverse'.
2377         (gnus-all-score-files): Do not modify the value returned by
2378         `gnus-score-find-alist' because it lives in a cache variable.
2379         (gnus-current-home-score-file): No need to `nreverse' the return value
2380         of `gnus-score-find-alist', it is already in the correct order.
2381
2382 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2383
2384         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2385         type MESSAGE and subtype RFC822 is slightly different from those of
2386         type TEXT.
2387
2388 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2389
2390         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2391         This allows article-referral to work from an nnir group.
2392
2393 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2394
2395         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2396
2397 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2398
2399         * mml1991.el (mml1991-epg-find-usable-key)
2400         (mml1991-epg-find-usable-secret-key): New function.
2401         (mml1991-epg-sign): Check if signing key is usable.
2402         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2403
2404 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2405
2406         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2407         server-variables only.  This should fix a bug introduced with commit
2408         e1889675b7f4adf057833c5513c9374134c4e053.
2409         (nnir-run-query): 'nnir-search-engine should not be set from the global
2410         environment.
2411
2412 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2413
2414         * nnir.el (nnir-search-thread): Position point on referring article
2415         line.
2416         (nnir-warp-to-article): Clean up summary buffers.
2417
2418         * nnimap.el (nnimap-request-thread): Whitespace fix.
2419
2420 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2421
2422         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2423
2424 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * starttls.el (starttls-available-p): Rename from
2427         `starttls-any-program-available' and changed return convention.
2428
2429 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2430
2431         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2432         `unix-sync' unless it's defined.
2433
2434 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2435
2436         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2437         `aref' for XEmacs compatibiltiy.
2438
2439 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2442
2443 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2444
2445         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2446         closures, quote the form properly (bug#9194).
2447
2448 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2451         (gnus-summary-insert-new-articles): Protect against servers that are
2452         down.
2453
2454 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2455
2456         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2457         in mm handle if none is specified.
2458
2459 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2460
2461         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2462
2463 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2464
2465         * nnir.el (nnir-search-thread): New function to make an nnir group
2466         based on a thread query.
2467
2468         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2469         of nnir in thread referral.
2470         (gnus-summary-refer-thread): Use it.
2471
2472         * nnimap.el (nnimap-request-thread): Use it.
2473
2474 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * shr.el (shr-tag-comment): Ignore HTML comments.
2477
2478 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2479
2480         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2481         argument.
2482         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2483         Use `nnir-address' to handle server info rather than passing an arg.
2484
2485         * nnimap.el (nnimap-make-thread-query): New utility function to format
2486         an imap thread search query.
2487         (nnimap-request-thread): Use it.
2488
2489         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2490         right select-method if we are not going back to the group buffer.
2491
2492 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493
2494         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2495         enter invalid buffer configurations into the quit form (bug#9107).
2496         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2497         unplugged/plugged.
2498
2499         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2500         keep track of which ones are unread (bug#9061).
2501
2502         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2503         (bug#9055).
2504
2505         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2506         (bug#9041).
2507
2508         * gnus-html.el (mm-util): Require (bug#9073).
2509
2510         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2511         (gnus-summary-refer-thread): Use it to remove duplicates in the
2512         un-threaded view (bug#9053).
2513         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2514
2515 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2516
2517         * nnir.el (nnir-read-server-parm): Use default value from global
2518         variable.  Without this the default search engine parameters aren't
2519         used at all.
2520
2521 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522
2523         * message.el (message-unique-id): Don't use the undocumented return
2524         value from (random t) (bug#9118).
2525
2526 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * message.el (message-auto-save-directory): If the ~/Mail directory
2529         doesn't exist, use ~ as the auto-save directory (bug#4432).
2530
2531         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2532         hasn't already been started.
2533
2534 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2537
2538         * message.el (message-reply): Work around mysterious bug where
2539         `message-mode' seems to overwrite the locally bound `subject' variable.
2540
2541 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2542
2543         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2544         correct group.
2545
2546         * gnus-int.el (gnus-request-thread): Add group argument.
2547
2548         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2549
2550 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2553
2554         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2555         renamed to `debbugs-gnu-*'.
2556
2557 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2558
2559         * plstore.el: Revert the editing feature since it is not urgent.
2560         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2561         (plstore-mode-decoded): Remove.
2562
2563 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2566         isn't very interesting any more, and it leaks potentially secret data.
2567         (gnus-debug): Remove.
2568
2569         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2570         use of :custom-show.
2571
2572 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2573
2574         * plstore.el: Add documentation.
2575         (plstore-mode): New mode to edit plstore file.
2576         (plstore-mode-toggle-display, plstore-mode-original)
2577         (plstore-mode-decoded): New command.
2578         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2579         (plstore--insert-buffer, plstore--make): New function.
2580         (plstore-open, plstore-save): Simplify by using them.
2581
2582 2011-07-06  Glenn Morris  <rgm@gnu.org>
2583
2584         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2585
2586 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2589         no longer is much used.
2590         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2591         Articles".
2592
2593 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2594
2595         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2596         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2597         `notmuch' backend.
2598
2599 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * mm-decode.el (mm-text-html-renderer): Doc fix.
2602
2603         * gnus-msg.el (gnus-bug): Fix the MML tag.
2604
2605         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2606
2607 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2608
2609         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2610         secondary methods if started with `gnus-no-server'.
2611
2612 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2613
2614         * message.el (message-return-action): Fix typo in docstring.
2615
2616 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2617
2618         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2619         bug reports at once.
2620
2621         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2622
2623 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * nndraft.el: Require gnus-group.
2626         (nndraft-request-list): Declare.
2627
2628         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2629         no unread article unless it matches gnus-permanently-visible-groups.
2630
2631         * nndraft.el (nndraft-update-unread-articles): New function.
2632         (nndraft-request-associate-buffer): Use it to update the number of
2633         unread articles for the nndraft groups in the group buffer when saving
2634         or killing a draft message.
2635
2636 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637
2638         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2639         systems to binary before writing and reading the mbox files.
2640
2641         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2642         instead of trying to list them all (bug#8978).
2643
2644 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2645
2646         * pop3.el (pop3-open-server): Use :end-of-capability.
2647
2648 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2651         the id is always a number.
2652
2653         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2654
2655         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2656         debbugs mode, if possible.
2657
2658 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2659
2660         * auth-source.el (auth-source-token-passphrase-callback-function):
2661         Reindent.
2662         (epg-context-operation): Remove unnecessary autoload.
2663
2664 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * gnus.el (gnus-list-debbugs): New command.
2667
2668         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2669         mboxstat instead of the maintbox, since the stat seems to be fuller.
2670
2671         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2672         summary buffers.
2673
2674         * message.el (message-get-reply-headers): Delete all duplicates,
2675         instead of the first.
2676         (message-get-reply-headers): Ensure that we have progress while
2677         deleting duplicates.
2678
2679         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2680         gnus-posting-style value from the summary buffer to make it easier to
2681         make that a per-buffer conf.
2682
2683 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2684
2685         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2686         found by setting `shortcut' in 'query.
2687         (nnir-request-article): Use `shortcut' setting when requesting article
2688         by Message-ID.
2689
2690 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2691
2692         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2693         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2694         Bring the pseudo-headers back too.
2695
2696 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2697
2698         * auth-source.el (auth-source-token-passphrase-callback-function):
2699         Simplify and remove EPA dependency.
2700
2701 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2702
2703         * nnir.el (nnir-request-article): Fix error message text.
2704
2705 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2706
2707         * auth-source.el (plstore-delete): Autoload.
2708         (auth-source-plstore-search): Support delete operation.
2709         * plstore.el (plstore-delete): New function.
2710
2711 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2714         mark actually existing articles as unread rather than the ones that
2715         active asserts.
2716
2717 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2718
2719         * nntp.el (nntp-record-command):
2720         * gnus-util.el (gnus-message-with-timestamp-1):
2721         Use format-time-string rather than decoding time stamps by hand.
2722         This is simpler and insulates the code from potential changes to
2723         current-time format.
2724
2725 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2728
2729 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2730
2731         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2732         (plstore-save): Support public key encryption.
2733         (plstore--init-from-buffer): New function.
2734         (plstore-open): Use it; fix error when opening a non-existent file.
2735         (plstore-revert): Use plstore--init-from-buffer.
2736
2737 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2738
2739         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2740
2741 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2744         for old Emacsen.
2745
2746 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2747
2748         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2749         is not fully working.
2750
2751 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * dgnushack.el: Autoload sha1 on XEmacs.
2754
2755         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2756         quit window configuration.
2757
2758         * auth-source.el (epg-context-set-passphrase-callback):
2759         Remove duplicate autoload.
2760
2761 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2762
2763         * nnir.el (nnir-request-article): Allow requesting articles by
2764         Message-ID with nnimap.
2765
2766         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2767         current server.
2768
2769 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2770
2771         * auth-source.el: Autoload EPA/EPG functions.
2772         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2773         changed when EPA/EPG is not available.
2774         (auth-source-backend): Rename "arg" member to "data".
2775         (auth-source-backend-parse, auth-source-plstore-search)
2776         (auth-source-plstore-create): Use it.
2777
2778 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2779
2780         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2781         `gnus-refer-article-methods'.
2782
2783 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         * auth-source.el: Require EPA and EPG.
2786         (auth-source-passphrase-alist): New variable.
2787         (auth-source-passphrase-callback-function)
2788         (auth-source-token-passphrase-callback-function): Callbacks for the
2789         netrc field encryption (GPG tokens).
2790         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2791         Symmetric encryption and decryption of the netrc GPG tokens.
2792         (auth-source-netrc-normalize): Use them, simplifying the closure.
2793
2794 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2797         is available.
2798
2799 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800
2801         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2802         non-nil, and `nnimap-split-methods' is nil, use the former.
2803
2804 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2805
2806         * plstore.el (plstore-revert): New function.
2807         (plstore-open): Use it; hide the buffer from user.
2808
2809 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2810
2811         * auth-source.el (auth-source-backend): New member "arg".
2812         (auth-source-backend-parse): Handle new backend 'plstore.
2813         * plstore.el: New file.
2814
2815 2011-06-30  Glenn Morris  <rgm@gnu.org>
2816
2817         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2818
2819 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820
2821         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2822         expiring articles to.
2823
2824         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2825         variations as ASCII (bug#5458).
2826
2827 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2830
2831 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * message.el (message-point-in-header-p): Tweak the function to default
2834         to saying that we're not in the headers if there is no separator at
2835         all.  This makes it possible to use the Message version of `M-q' in
2836         buffers with no headers (bug#7987).
2837         (message-point-in-header-p): Fix last checkin to work with an empty
2838         mail-header-separator, too.
2839
2840         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2841         again, save the choice via customize.
2842
2843 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2846
2847         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2848         ended the connection, bail out before waiting infinitely on a new
2849         connection.
2850
2851 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2852
2853         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2854         reports.
2855
2856         * gnus.el (gnus-bug-package): Use "gnus."
2857         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2858
2859 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * dgnushack.el: Make the timer warning go away on XEmacs.
2862
2863         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2864         animations going on at article exit time.
2865
2866         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2867         since removing it breaks people upgrading.
2868
2869         * shr.el (shr-put-image): Use the new interface for animating images.
2870         (shr-put-image): Animate for 60 seconds.
2871
2872         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2873         avoid compiler warnings.
2874
2875         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2876         error with `find-file-hooks' on Emacs 22.
2877         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2878         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2879         on all architectures.
2880
2881         * spam.el (spam-stat): Require in a normal fashion without binding
2882         `spam-stat-install-hooks' to avoid compilation warnings.
2883
2884         * spam-stat.el (spam-stat-install-hooks): Remove.
2885         (spam-stat-install-hooks): Don't run automatically.
2886
2887 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2888
2889         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2890         and keystroke.
2891
2892 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * auth-source.el (auth-source-netrc-cache): Move forward.
2895
2896 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2897
2898         * proto-stream.el (proto-stream-open-starttls): Use
2899         `gnutls-available-p' to see whether we have built-in support.
2900
2901         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2902         we already know.
2903         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2904         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2905
2906 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2909         %S format, since that looks odd.
2910         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2911         file, especially when saving.
2912
2913 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2914
2915         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2916         article found.
2917
2918 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2919
2920         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2921         `auth-source-save-secrets' with a more sensitive alist that can be
2922         configured per file.  Experimental, so defaults to 'never.
2923         (auth-source-netrc-create): Use it.  Still experimental code.
2924         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2925         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2926
2927 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2928
2929         * auth-source.el (auth-source-save-secrets): New variable to control if
2930         secret tokens should be saved encrypted.
2931         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2932         to `auth-source-netrc-normalize'.
2933         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2934         on the EPA variables being defined.
2935         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2936         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2937         the lexical-let closure.
2938         (auth-source-netrc-create): Create "gpg:" tokens according to
2939         `auth-source-save-secrets'.
2940
2941 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * gnus-group.el (gnus-group-update-group): Add new argument
2944         `info-unchanged' that stops updating dribble buffer.
2945
2946         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2947         deletes lines matching to it in dribble buffer.
2948
2949         * gnus-agent.el (gnus-agent-fetch-group-1):
2950         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2951         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2952         * gnus-start.el (gnus-group-change-level):
2953         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2954
2955         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2956         if newsgroup info is not changed.
2957
2958         * gnus-group.el (gnus-group-get-new-news-this-group):
2959         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2960         Don't update dribble buffer.
2961
2962 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2963
2964         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2965         remove entries with groups we ignore.
2966
2967 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2970         the underline comes at the bottom.
2971
2972 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2973
2974         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2975         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2976         (gnus-registry-article-marks-to-names): Rename from
2977         `gnus-registry-user-format-function-M2'.
2978
2979 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2982         ephemeral group.
2983
2984 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * shr.el (shr-browse-image): Copy the URL if called interactively.
2987
2988 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989
2990         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2991         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2992         done, then unselected articles may be marked as read.
2993
2994         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2995         since not doing this seems to lead to a race condition in pop3-logon.
2996
2997         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2998         so that the call chain it correct when we call "upwards".
2999
3000         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3001         in read-only groups.
3002
3003         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3004
3005         * message.el (message-cite-reply-position): Doc string fix.
3006
3007         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3008         avoid regexp overflow.
3009         (nnimap-transform-split-mail): Ditto.
3010
3011         * pop3.el (pop3-retr): Error out if the server closes the connection.
3012
3013 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3014
3015         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3016         mm-with-unibyte-current-buffer.  The buffer should not contain any
3017         multibyte chars anyway at this stage.
3018
3019 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3020
3021         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3022         at the end of lines.
3023
3024 2011-05-29  Julien Danjou  <julien@danjou.info>
3025
3026         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3027
3028 2011-05-27  Glenn Morris  <rgm@gnu.org>
3029
3030         * gnus-group.el (gnus-bug-group-download-format-alist):
3031         Use the "maintainer" version of debian reports as well.
3032
3033 2011-05-26  Glenn Morris  <rgm@gnu.org>
3034
3035         * gnus-group.el (gnus-bug-group-download-format-alist):
3036         Use the "maintainer" version of debbugs.gnu.org reports.
3037
3038 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3041
3042 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3043
3044         * gnus-cus.el (gnus-agent-customize-category):
3045         * gnus-delay.el (gnus-delay-send-queue):
3046         * gnus.el (gnus-other-frame):
3047         Don't quote lambda expressions with `quote'.
3048
3049 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3050
3051         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3052         the thread moves us backwards and so we loop forever.
3053
3054 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3057         whitespace in base64 data lines.
3058
3059 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3060
3061         * gnus-registry.el (gnus-registry-user-format-function-M):
3062         Use `mapconcat'.
3063         (gnus-registry-user-format-function-M2): Use to see the full text of
3064         the marks.  Make "," the mark text separator.
3065
3066         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3067         authentication with auth-source.
3068
3069 2011-05-17  Glenn Morris  <rgm@gnu.org>
3070
3071         * gnus-group.el (gnus-import-other-newsrc-file):
3072         Use insert-file-contents.
3073
3074 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3075
3076         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3077         1000 iterations.
3078
3079 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * nntp.el (nntp-open-connection): Check if process-type is available.
3082
3083 2011-05-16  Julien Danjou  <julien@danjou.info>
3084
3085         * shr.el (shr-tag-del): Add support for del tag.
3086
3087 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3088
3089         * gnus-html.el (gnus-html-put-image): Register a displayer.
3090
3091         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3092
3093 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3094
3095         * registry.el (prune-factor): New initialization parameter defaulting
3096         to 0.1.
3097         (registry-prune-hard): Use it.
3098
3099         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3100         0.1 expicitly.
3101
3102 2011-05-13  Glenn Morris  <rgm@gnu.org>
3103
3104         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3105         is bound, since this function requires sendmail.
3106
3107 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3108
3109         * registry.el (registry-usage-test): Disable pruning test.
3110
3111 2011-05-11  David Engster  <dengste@eml.cc>
3112
3113         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3114         Bind set-network-process-option for XEmacs.
3115
3116 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3117
3118         * registry.el (registry-prune-hard-candidates)
3119         (registry-prune-soft-candidates): Helper methods for registry pruning.
3120         (registry-prune): Use them.  Make the sort function optional.
3121
3122 2011-05-10  Jim Meyering  <meyering@redhat.com>
3123
3124         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3125
3126 2011-05-10  Julien Danjou  <julien@danjou.info>
3127
3128         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3129         symbol and not a list.
3130
3131 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * gnus-art.el (gnus-article-mode): Move binding of
3134         shr-put-image-function here from gnus-article-prepare-display.
3135
3136         * shr.el (shr-put-image-function): New variable.
3137         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3138         (shr-put-image): Return scaled image.
3139
3140         * gnus-art.el (gnus-shr-put-image): New function.
3141         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3142
3143         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3144         original ones, as deletable.
3145
3146 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3147
3148         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3149
3150 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3151
3152         * registry.el (registry-full): Add convenience method.  Fix logic.
3153         (registry-insert): Use it.  Fix logic here too.
3154
3155         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3156         `registry-prune' if `registry-full' returns t.
3157         (gnus-registry-handle-action)
3158         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3159         (gnus-registry-usage-test): Use it.
3160
3161 2011-05-07  Julien Danjou  <julien@danjou.info>
3162
3163         * shr.el (shr-link): Make shr-link inherit from link by default.
3164
3165 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3166
3167         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3168
3169 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3170
3171         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3172         error out because the face is not a list.
3173
3174 2011-05-05  Glenn Morris  <rgm@gnu.org>
3175
3176         * proto-stream.el (gnutls-negotiate): Fix declarations.
3177
3178         * gnus-start.el (gnus-propagate-marks): Declare.
3179
3180 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3181
3182         * registry.el (registry-reindex): Fix percentage message.
3183
3184         * proto-stream.el (network-stream-open-starttls): Adjust to call
3185         `gnutls-negotiate' with :process and :hostname arguments.
3186
3187 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3188
3189         * shr.el: Add shr-link face for links.
3190         (shr-urlify): Use it.
3191
3192         * registry.el (registry-insert): Make error message more helpful.
3193
3194 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3195
3196         * gnus-html.el (gnus-html-schedule-image-fetching):
3197         Use url-queue-retrieve, if it exists.
3198
3199         * shr.el (shr-tag-img): Ditto.
3200
3201         * gnus.el: Autoload more gnus-agent functions.
3202
3203         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3204         agent if we haven't already (bug#8502).
3205
3206         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3207         into the Agent, too.
3208
3209         * gnus-agent.el (gnus-agent-store-article): New function.
3210
3211         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3212         and moved from that file for reuse.
3213
3214         * pop3.el (pop3-open-server): Error messages are "-ERR".
3215
3216 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3219         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3220
3221 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3222
3223         * gnus.el: No Gnus v0.17 is released.
3224
3225 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3226
3227         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3228         buffer has moved to a different frame.
3229
3230 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3231
3232         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3233         to get the conversion from unibyte to multibyte buffers to work on
3234         Emacs 22.
3235
3236         * nntp.el (nntp-request-article): Slight clean-up.
3237
3238 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * shr.el (shr-strike-through): New face.
3241         (shr-tag-s): Use it to provide <s> support.
3242         (shr-tag-s): Remove duplicate definition.
3243
3244 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3245
3246         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3247         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3248
3249 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3250
3251         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3252         `gnutls-negotiate'.
3253         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3254
3255 2011-04-23  Glenn Morris  <rgm@gnu.org>
3256
3257         * gnus-sum.el (gnus-extra-headers): Bump :version.
3258
3259 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3260
3261         * shr.el (shr-tag-sup): New function.
3262         (shr-tag-sub): Ditto.
3263
3264 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3265
3266         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3267         for the case where `gnus-registry-ignored-groups' is a list of lists,
3268         and don't call `gnus-parameter-registry-ignore' otherwise.
3269
3270 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3271
3272         * nnimap.el (nnimap-user): New backend variable.
3273         (nnimap-open-connection-1): Use it.
3274         (nnimap-credentials): Accept user parameter so it's explicit what user
3275         name is desired.
3276
3277         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3278         default.
3279
3280         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3281         not gnus-registry.el.
3282
3283         * gnus-registry.el: Mention in comments how to modify
3284         `gnus-extra-headers' for proper recipient tracking and that it may
3285         already have To and Cc recently, which it does as of this commit.
3286         (gnus-registry-ignored-groups): Remove defcustom.
3287         Explain why in comments.
3288         (gnus-registry-action): Fix data-header reference to use the extra
3289         headers.  Explain in package commentary how to add To and Cc headers to
3290         the gnus-extra-headers.
3291         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3292         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3293         parameter list or a string list in `gnus-registry-ignored-groups'.
3294         Fix logic error.
3295
3296 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * shr.el (shr-expand-url): Protect against null urls.
3299
3300 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3301
3302         * shr.el (shr-base): New binding.
3303         (shr-tag-base): Keep track of <base>.
3304         (shr-expand-url): New function used throughout.
3305
3306 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3307
3308         * gnus-registry.el
3309         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3310         (gnus-registry-ignored-groups): New variable.
3311         (gnus-registry-ignore-group-p): Use it.
3312         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3313         set the destination group to nil (same as delete) if it's ignored.
3314
3315 2011-04-20  David Engster  <dengste@eml.cc>
3316
3317         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3318
3319         * Makefile.in (test-nntp): New rule.
3320         (check): Add it.
3321         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3322
3323 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-registry.el (gnus-registry-action)
3326         (gnus-registry-fetch-header-fast):
3327         Don't use mail-header that looks an internal function of mailheader.el.
3328
3329 2011-04-19  Glenn Morris  <rgm@gnu.org>
3330
3331         * time-date.el (time-to-days): Remove unused local variables.
3332
3333 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * gnus-registry.el: Eliminate cl functions.
3336         (gnus-registry-sort-addresses): New function that replaces mapcan.
3337         (gnus-registry-action, gnus-registry-spool-action)
3338         (gnus-registry-split-fancy-with-parent)
3339         (gnus-registry-fetch-recipients-fast): Use it.
3340         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3341
3342         * registry.el (initialize-instance, registry-lookup)
3343         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3344         (registry-lookup-secondary-value, registry-search, registry-delete)
3345         (registry-insert, registry-reindex, registry-size, registry-prune):
3346         Use eval-and-compile.
3347
3348 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3349
3350         * registry.el (registry-reindex): New method to recreate the secondary
3351         registry indices.
3352
3353         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3354         tracked field changes.
3355         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3356         (gnus-registry-action, gnus-registry-spool-action)
3357         (gnus-registry-handle-action)
3358         (gnus-registry--split-fancy-with-parent-internal)
3359         (gnus-registry-split-fancy-with-parent)
3360         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3361         move, and delete actions, and for fancy splitting with parent.
3362         (gnus-registry-extract-addresses)
3363         (gnus-registry-fetch-recipients-fast)
3364         (gnus-registry-fetch-header-fast): Convenience functions.
3365         (gnus-registry-misc-test): ERT test of
3366         `gnus-registry-extract-addresses'.
3367
3368 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3369
3370         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3371         Track by subject first, then sender.
3372
3373 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3374
3375         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3376
3377         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3378         Lisp.
3379
3380         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3381         (gnus-draft-send): Use it to avoid popping
3382         up frames from gnus-group-send-queue.
3383
3384 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3385
3386         * gnus-registry.el: Updated gnus-registry docs.
3387
3388 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3389
3390         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3391         Fix logic bug.
3392         (gnus-registry-post-process-groups): Fix logging of no results and
3393         quote sender and subject.
3394
3395 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396
3397         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3398         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3399         gnutls-cli are too slow to be done opportunistically.
3400
3401         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3402         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3403         we had no early-data returned.
3404         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3405         two async commands to the same server at the same time.
3406
3407 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3408
3409         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3410
3411 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3414         "warning" level.
3415
3416         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3417         (mm-url-insert-file-contents): Don't set the package names.
3418
3419 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3420
3421         * gnus-registry.el (gnus-registry-action): Remove properties and
3422         simplify subject in `gnus-registry-handle-action'.
3423         (gnus-registry-spool-action): Get subject and sender from message if
3424         they are not passed in.
3425         (gnus-registry-handle-action): Remove properties and simplify subject
3426         consistently.
3427
3428 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3429
3430         * registry.el: Require CL before using defmacro*.
3431
3432 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * gnus-art.el (article-treat-date): Assume that
3435         gnus-article-date-headers may be a group parameter.
3436
3437 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3438
3439         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3440
3441         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3442         interactively so the newsrc file can contain foreign groups too.
3443         Useful for debugging but not much for users.
3444
3445 2011-04-07  David Engster  <dengste@eml.cc>
3446
3447         * registry.el (registry-usage-test): Only do
3448         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3449         lexical binding.
3450
3451 2011-04-07  David Engster  <dengste@eml.cc>
3452
3453         * Makefile.in (check, test-registry): New rules for test-suite.
3454
3455 2011-04-06  David Engster  <dengste@eml.cc>
3456
3457         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3458         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3459
3460 2011-04-06  David Engster  <dengste@eml.cc>
3461
3462         * registry.el (initialize-instance): Change :after to :AFTER to be
3463         compatible with old EIEIO version in XEmacs.
3464
3465 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3466
3467         * gnus-registry.el (gnus-registry-post-process-groups)
3468         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3469         and provide better messaging.
3470
3471 2011-04-06  David Engster  <dengste@eml.cc>
3472
3473         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3474         errors.
3475
3476         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3477         dgnushack-compile with error-on-warn enabled, and to signal an error if
3478         clean compilation failed.
3479         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3480         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3481
3482 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3483
3484         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3485         unconditionally anyway, discarding errors.
3486         (gnus-registry-delete-entries): New convenience function.
3487         (gnus-registry-import-eld): Import from old .eld registry.
3488
3489         * registry.el: Don't use ERT if it's not available.  Load it
3490         unconditionally anyway, discarding errors.
3491
3492         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3493         version from the Claudio Bley GnuTLS patch (extra optional parameters
3494         and host name).
3495
3496 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3497
3498         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3499         fixup the parameters that can be customized by the user between
3500         save/read cycles.
3501         (gnus-registry-read): Use it.
3502         (gnus-registry-make-db): Use it.
3503         (gnus-registry-spool-action, gnus-registry-handle-action):
3504         Fix messaging.
3505         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3506         Map references to actual group names with sender and subject tracking.
3507         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3508         (gnus-registry-usage-test): Add subject lookup test.
3509
3510         * registry.el (registry-db, initialize-instance): Set up constructor
3511         instead of :initform arguments for the sake of older Emacsen.
3512         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3513         pre-lexbind merge bug.
3514         (registry-usage-test): Use it.
3515         (initialize-instance, registry-db): Move the non-function initforms
3516         back to the class definition.
3517
3518 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3519
3520         * registry.el: New library to manage gnus-registry-style data.
3521
3522         * gnus-registry.el: Use it (major rewrite).
3523
3524         * nnregistry.el: Use it.
3525
3526         * spam.el: Use it.
3527
3528 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3531         marks on non-selected articles.
3532
3533 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3534
3535         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3536         parameter to open-protocol-stream.
3537
3538 2011-04-01  Julien Danjou  <julien@danjou.info>
3539
3540         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3541         fundamental-mode.
3542
3543 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3546         servers.
3547
3548 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3551         made marks not propagate, again.
3552
3553 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3554
3555         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3556         Make this the default type.
3557         (proto-stream-open-plain): Rename from proto-stream-open-default.
3558         (open-protocol-stream, proto-stream-open-starttls)
3559         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3560         with `plain'.
3561
3562         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3563         value.
3564
3565         * nntp.el (nntp-open-connection-function): Document the fact that some
3566         values are not functions but are instead handled specially.
3567         Recognize nntp-open-plain-stream value.
3568         (nntp-open-connection): Recognize that value.
3569
3570 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3573         where it seems to be needed.
3574
3575 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3576
3577         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3578         stuff.
3579
3580         * gnus-score.el (gnus-score-string): Fix calling convention of
3581         `gnus-simplify-buffer-fuzzy' after last patches.
3582
3583         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3584         server for articles we didn't get any headers for.  This is a sanity
3585         check.
3586
3587 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3588
3589         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3590         new CAPABILITY, use it.
3591
3592 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593
3594         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3595         downloading anything.
3596
3597         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3598
3599 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3600
3601         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3602         colors.
3603         (gnus-splash-svg-color-symbols): New function.
3604
3605 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3608         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3609         (gnus-simplify-subject-fuzzy): Use the local
3610         gnus-simplify-subject-fuzzy-regex instead of the global one.
3611         This makes using this variable in group parameters work.
3612
3613 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3614
3615         * gnus-registry.el (gnus-registry-unfollowed-groups):
3616         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3617         archive:sent-YYYY-MM-DD groups).
3618         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3619         tracking if there are more than `gnus-registry-max-track-groups'
3620         matches.
3621
3622 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3623
3624         * message.el (message--yank-original-internal): New function to do the
3625         insertion cleanly inside eval in `message-yank-original'.
3626         (message-yank-original): Use it.
3627
3628 2011-03-29  Julien Danjou  <julien@danjou.info>
3629
3630         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3631         local variables disabled rather than `normal-mode'.
3632
3633 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3634
3635         * imap.el (imap-shell-open, imap-process-connection-type):
3636         Use imap-process-connection-type for 'shell' streams as well as
3637         Kerberos, SSL, other subprocesses.
3638
3639 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3640
3641         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3642         with open-network-stream.
3643         (proto-stream-always-use-starttls): Option removed.
3644         (open-protocol-stream): Return a process object by default.  Provide a
3645         new parameter :return-list specifying a list-type return value, which
3646         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3647         :type `network' to `try-starttls', and `network-only' to `default'.
3648         Make `default' the default, for compatibility with open-network-stream.
3649         Handle the no-parameter case exactly as open-network-stream, with no
3650         additional stream processing.  Search plists using plist-get.
3651         Explicitly add :end-of-commend parameter if it is missing.
3652         (proto-stream-open-default): Rename from
3653         proto-stream-open-network-only.  Return 'default as the type.
3654         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3655         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3656         failed.  Always return a list with a (possibly dead) process as the
3657         first element, for compatibility with open-network-stream.
3658         (proto-stream-open-tls): Use plist-get.  Always return a list.
3659         (proto-stream-open-shell): Return `default' as connection type.
3660         (proto-stream-capability-open): Use plist-get.
3661         (proto-stream-eoc): Function deleted.
3662
3663         * nnimap.el (nnimap-stream, nnimap-open-connection)
3664         (nnimap-open-connection-1): Handle renaming of :type parameter for
3665         open-protocol-stream.
3666         (nnimap-open-connection-1): Pass a :return-list parameter
3667         open-protocol-stream to obtain a list return value.  Parse this list
3668         using plist-get.
3669
3670         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3671         for open-protocol-stream.  Accept open-protocol-stream return value
3672         that is a subprocess object instead of a list.  Handle the case of a
3673         dead returned process.
3674
3675 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3676
3677         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3678
3679         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3680
3681 2011-03-21  Julien Danjou  <julien@danjou.info>
3682
3683         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3684         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3685         query.
3686         (mm-inline-text): Render normal text with fontification whenever
3687         possible.
3688
3689         * gnus-sum.el (gnus-summary-save-parts-1):
3690         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3691         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3692         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3693         Use `mm-handle-filename'.
3694
3695         * mm-util.el (mm-handle-filename): New function, return the filename of
3696         an handle.
3697
3698 2011-03-18  Julien Danjou  <julien@danjou.info>
3699
3700         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3701         (gnus-buffer-live-p): Check that buffer is not nil.
3702
3703 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3704
3705         * gnus.el: No Gnus v0.15 is released.
3706
3707 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3710         avoid warning on XEmacs.
3711
3712         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3713         on XEmacs.
3714
3715         * gnus-art.el: Require mouse, which the build bot seems to say is
3716         needed.
3717
3718         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3719
3720         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3721         XEmacs, since it doesn't have url-retrieve-synchronously.
3722
3723         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3724         since assoc-string doesn't exist in XEmacs.
3725
3726 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3727
3728         * gnus-group.el (gnus-group-list-ticked): New function.
3729         (gnus-group-make-menu-bar): Provide a menu entry for it.
3730         (gnus-group-list-map): Provide a binding for it.
3731
3732 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * shr.el (shr-visit-file): New command.
3735
3736         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3737
3738 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3739
3740         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3741         servers.
3742
3743 2011-03-16  Julien Danjou  <julien@danjou.info>
3744
3745         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3746         inline.
3747
3748         * gnus-art.el (article-hide-list-identifiers):
3749         Use gnus-group-get-list-identifiers.
3750
3751         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3752         (gnus-summary-remove-list-identifiers):
3753         Use gnus-group-get-list-identifiers to get regexp.
3754         (gnus-select-newsgroup, gnus-summary-insert-subject)
3755         (gnus-summary-insert-articles):
3756         Call gnus-summary-remove-list-identifiers unconditionally.
3757
3758 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3761         we're selecting a group with unread articles.
3762
3763         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3764
3765         * gssapi.el: New file separated out from imap.el to provide a general
3766         Kerberos 5 connection facility for Emacs.
3767
3768         * message.el (message-elide-ellipsis): Document the format spec
3769         ellipsis.
3770
3771 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3772
3773         * message.el (message-elide-region): Allow the ellipsis to say how many
3774         lines were removed.
3775
3776 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3779         window configurations containing buffers that are now dead.
3780
3781         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3782         parsing to avoid integer overflows.
3783         (nnimap-parse-flags): Simplify the last change.
3784         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3785         too large for 32-bit Emacsen.
3786
3787 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3788
3789         * auth-source.el (auth-source-netrc-create):
3790         * message.el (message-yank-original): Fix use of `case'.
3791
3792 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3793
3794         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3795         XEmacs, which was one character too wide.
3796
3797 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3798
3799         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3800         default number of articles to display.
3801         (gnus-articles-to-read): Use pretty names for prompt.
3802
3803 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804
3805         * gnus-int.el (gnus-open-server): Ditto.
3806
3807         * gnus-start.el (gnus-activate-group): Give a backtrace if
3808         debug-on-quit is set and the user hits `C-g'.
3809         (gnus-read-active-file): Ditto.
3810
3811         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3812
3813 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3814
3815         * message.el (message-yank-original): Use cond instead of CL case.
3816
3817 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3818
3819         * auth-source.el (auth-source-netrc-create): Use usual format for the
3820         default in prompts.
3821
3822 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * lpath.el: Fbind read-char-choice for XEmacs.
3825
3826 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3827
3828         * auth-source.el (auth-source-netrc-create): Show the default in the
3829         prompt when prompting for token creation.
3830
3831 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3832
3833         * auth-source.el (auth-source-format-prompt): Always convert the value
3834         to a string to avoid evaluating non-string arguments.
3835         (auth-source-netrc-create): Offer default properly, not as initial
3836         content in `read-string'.
3837         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3838         of line to determine if we've been run before.  If so, don't run again,
3839         but print a trivial message to indicate the cache was hit instead.
3840
3841 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3842
3843         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3844         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3845         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3846         Gnus.
3847
3848 2011-03-11  Julien Danjou  <julien@danjou.info>
3849
3850         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3851         modified file".
3852
3853 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3854
3855         * auth-source.el (auth-source-read-char-choice): New function to read a
3856         character choice using `dropdown-list', `read-char-choice', or
3857         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3858         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3859         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3860         (auth-source-netrc-saver): Use it.
3861         (auth-source-pick-first-password): New convenience function.
3862
3863 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3864
3865         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3866         parameter in the credentials.
3867         (nnimap-open-connection-1): Use it after a successful login.
3868         (nnimap-credentials): Add IMAP-specific user and password prompt.
3869
3870         * auth-source.el (auth-source-search): Add :require parameter, taking a
3871         list.  Document it and the :save-function return token.  Pass :require
3872         down.  Change the CREATED message from a warning to a debug statement.
3873         (auth-source-search-backends): Pass :require down.
3874         (auth-source-netrc-search): Pass :require down.
3875         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3876         Change save prompt to indicate all modifications saved here are
3877         deletions.
3878         (auth-source-netrc-create): Take user login name as default in user
3879         prompt.  Move all the save functionality to a lexically bound function
3880         under the :save-function token in the returned list.  Set up clearer
3881         default prompts for user, host, port, and secret.
3882         (auth-source-netrc-saver): New function, intended to be wrapped for
3883         :save-function.
3884
3885 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886
3887         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3888         lines to be spaces instead.
3889
3890 2011-03-07  Julien Danjou  <julien@danjou.info>
3891
3892         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3893         (sieve-sasl-auth): Check that auth-source-search did return something,
3894         or just return an empty string.
3895
3896 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3897
3898         * gnus.el (gnus-interactive): Use read-directory-name.
3899
3900         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3901         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3902         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3903         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3904         Likewise.
3905
3906         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3907
3908 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3909
3910         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3911         onto the list of killed groups, too.  This makes killed nnimap groups,
3912         for instance, more reliably not reappear.
3913
3914         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3915         the parent.
3916
3917         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3918
3919         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3920         really have server-side marks.
3921
3922         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3923         since most backends do not usefully have server-side marks.
3924         (gnus-update-read-articles): Propagate marks to all backends that
3925         really have server-side marks.
3926
3927 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3928
3929         * message.el (message-cite-reply-position, message-cite-style):
3930         New variables.
3931         (message-yank-original): Use the new citation styles.
3932
3933 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3934
3935         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3936         buffer-local issue); don't mark it buffer-local when running under
3937         XEmacs.
3938
3939 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3940
3941         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3942         numbers too big to be `read'.
3943
3944 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3945
3946         * password-cache.el (password-in-cache-p): Add autoload.
3947
3948         * message.el (message-options): Make buffer-local two ways to attempt
3949         to fix a XEmacs bug.
3950
3951 2011-03-02  Julien Danjou  <julien@danjou.info>
3952
3953         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3954
3955 2011-03-01  Julien Danjou  <julien@danjou.info>
3956
3957         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3958         group.
3959         (article-hide-list-identifiers): Use list-identifier group parameter.
3960
3961 2011-02-28  Julien Danjou  <julien@danjou.info>
3962
3963         * sieve.el (sieve-buffer-script-name): New local variable to store
3964         sieve script name.
3965         (sieve-edit-script): Store sieve script name.
3966         (sieve-upload): Use sieve script name when uploading.
3967         (sieve-upload): Use substitute-command-keys.
3968         (sieve-edit-script): Use substitute-command-keys.
3969         (sieve-refresh-scriptlist): Use substitute-command-keys.
3970         (sieve-manage-mode-map): Define keymap properly.
3971         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3972         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3973         Remove commented code about cvs.
3974         (sieve-manage-quit): New function.
3975         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3976
3977 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3980
3981 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3982
3983         * auth-source.el (auth-source-search): Cache empty result sets.
3984
3985         * password-cache.el (password-in-cache-p): Convenience function to
3986         check if a key is in the cache, even if the value is nil.
3987
3988         * auth-source.el (auth-source-save-behavior): New variable to replace
3989         `auth-source-never-create'.
3990         (auth-source-netrc-create): Use it.
3991         (auth-source-never-save): Remove.
3992
3993 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3994
3995         * nnimap.el (nnimap-stream): Doc fix.
3996         (nnimap-open-connection-1): Reverse the order of the ports to that the
3997         prompted-for port is first.
3998
3999         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4000         retrieval by the no-group selection.
4001
4002         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4003         numerical parameters.
4004
4005 2011-02-25  Julien Danjou  <julien@danjou.info>
4006
4007         * gnus-gravatar.el: Use gnus-with-article-buffer.
4008
4009         * gnus-art.el (gnus-with-article-buffer): Check that the
4010         gnus-article-buffer is alive.
4011
4012 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4013
4014         * auth-source.el (auth-source-creation-prompts): New variable to manage
4015         creation-time prompts.
4016         (auth-source-search): Document it.
4017         (auth-source-format-prompt): Add utility function.
4018         (auth-source-netrc-create): Don't default the user name to
4019         user-login-name.  Use `auth-source-creation-prompts' and some default
4020         prompts for user, host, port, and password (the default generic prompt
4021         remains ugly).
4022         (auth-source-never-save): Add customizable option to never save info.
4023         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4024         mode excursion.
4025
4026 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4029         argument that XEmacs doesn't support.
4030
4031         * dgnushack.el (dgnushack-compile): Exclude color.el from being
4032         compiled for Emacsen having no `libxml-parse-html-region' support.
4033
4034         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
4035
4036         * lpath.el: Bind buffer-save-without-query for XEmacs.
4037
4038 2011-02-23  Julien Danjou  <julien@danjou.info>
4039
4040         * gnus-art.el (article-make-date-line): Ignore errors if time is
4041         invalid and not convertible.
4042         (article-make-date-line): Only add lapsed time if time is not nil.
4043
4044 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4045
4046         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4047         `read-char-choice' for backwards compatibility.
4048         (auth-source-netrc-element-or-first): New function to DTRT for
4049         parameter extraction.
4050         (auth-source-netrc-create): Use it and fix multiple parameter print
4051         bug.  Use the default passed from above (given-default) or the
4052         built-in (user-login-name for :user).
4053
4054 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4055
4056         * gnus-start.el (gnus-dribble-read-file):
4057         Set buffer-save-without-query, since we always want to save the dribble
4058         file, probably.
4059
4060         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4061         nnimap.
4062
4063         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4064         -summary- since it's a user-visible variable.
4065
4066         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4067         first time you use the new Gnus.
4068
4069 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4070
4071         * auth-source.el: Don't load netrc.el.
4072         (auth-sources): Search ~/.netrc as well by default.
4073         (auth-source-debug): Add 'trivia option for extra output.
4074         (auth-source-do-trivia): Use it.
4075         (auth-source-search): Simplify logic to use
4076         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4077         appropriate.  Don't keep a running count at this level.  Layer :create
4078         and :delete options appropriately on the first and second passes.
4079         Don't track the backend with the search results.
4080         (auth-source-search-backends): New function to search a list of
4081         backends for a processed spec.
4082         (auth-source-netrc-parse): Cache all netrc files, making
4083         auth-source-netrc-cache an alist keyed by the file name and using the
4084         file mtime as the caching criterion.  Keep the obfuscated data secret
4085         with a lexical bind.
4086         (auth-source-netrc-search): Don't calculate the length of the results
4087         unnecessarily.
4088         (auth-source-search-backends): Fix bug.
4089         (auth-source-netrc-create): Rework prompts.
4090
4091 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4092
4093         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4094         Lower case names of search constraints.
4095         (nnir-run-query): Cache and reuse search constraints for all imap
4096         servers.
4097
4098 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4099
4100         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4101         after exit.
4102         (gnus-setup-message): Define missing variable from last checkin.
4103
4104         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4105         value, show the raw article.
4106
4107 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4108
4109         * gnus.el: No Gnus v0.13 is released.
4110
4111 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4112
4113         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4114         auth-source now accepts numbers.
4115
4116         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4117         spec, too.
4118         (auth-source-ensure-strings): New function.
4119
4120         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4121         (gnus-article-setup-buffer): Always restart the date timer so that user
4122         changes to the frequency is respected.
4123
4124         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4125         port numbers, so make sure it gets that if nnimap-server-port is
4126         explicit.
4127
4128 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4129
4130         * nnimap.el (nnimap-inbox): Doc fix.
4131
4132 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4133
4134         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4135         Autoload.  Add optional arg FRAME, and pass it to color-values.
4136         (color-complement): Caller changed.  Doc fix.
4137         (color-gradient): Rewrite for better clarity and efficiency.
4138
4139 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4140
4141         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4142         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4143         color-lab-to-srgb.
4144
4145 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4146
4147         * color.el: First part of merge from hexrgb.el.
4148         (color-rgb-to-hex): Rename from color-rgb->hex.
4149         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4150         saturation to zero if the value is too small.
4151         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4152         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4153         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4154         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4155         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4156         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4157         (color-cie-de2000): Doc fix.
4158
4159 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4160
4161         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4162         given method as in the group name if we're using an extended method.
4163         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4164         command, if we're using that, instead of waiting for the beginning.
4165
4166         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4167         we're sure to get unique server names, and we don't output two async
4168         commands in the same buffer.  This fixes an NNTP hang for some users.
4169
4170 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4171
4172         * gnus.el: No Gnus v0.11 is released.
4173
4174 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4175
4176         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4177         summary buffer before reading going to the next buffer.  This avoids
4178         putting the point in the group buffer if you `C-g' the command.
4179
4180         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4181         cache (for now) to make ~/.authinfo.gpg files usable.
4182
4183         * nnfolder.el (copyright-update): Define for the compiler.
4184
4185         * auth-source.el (auth-source-search): Fix unbound variable.
4186
4187 2011-02-19  Glenn Morris  <rgm@gnu.org>
4188
4189         * gnus.el (gnus-meta): Doc fix.
4190
4191 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4192
4193         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4194         in case it's not yet loaded.
4195
4196 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4197
4198         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4199         line we're waiting for.
4200
4201 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4202
4203         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4204         face with line-width greater than zero will cause RET in gnus summary
4205         buffer to scroll down article page-wise because auto vscroll happens,
4206         it should be temporally disabled when doing a scroll-up.
4207
4208 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4209
4210         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4211         outputs from the server.
4212
4213 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4214
4215         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4216         later so that bbdb can hook in easier.
4217
4218 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4219
4220         * auth-source.el (auth-source-search): Don't try to create credentials
4221         if the caller doesn't want that.
4222         (auth-source-search): If we don't find a match, don't bug out on
4223         non-bound variables.
4224         (auth-source-search): Only ask a single backend to create the
4225         credentials.
4226
4227         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4228         logging.
4229         (nnimap-credentials): Protect against auth-source-search returning nil.
4230         (nnimap-request-list): Protect against not being able to open the
4231         server.
4232
4233 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4234
4235         * auth-source.el (auth-source-search): Do a two-phase search, one with
4236         no :create to get the responses from all backends.
4237
4238         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4239         when getting credentials.
4240
4241         * gnus-util.el (gnus-delete-duplicates): New function.
4242
4243 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4244
4245         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4246         a creation default, pass the whole port list down.  It will be
4247         completed.
4248
4249         * auth-source.el (auth-source-search): Updated docs to talk about
4250         multiple creation choices.
4251         (auth-source-netrc-create): Accept a list as a value (from the search
4252         parameters) and do completion on that list.  Keep a separate netrc line
4253         with the password obscured for showing the user.
4254
4255         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4256         first choice to `auth-source-search' so it will be used for entry
4257         creation instead of the server's Gnus-specific name.
4258         (nnimap-credentials): Rely on the auth-source library to select which
4259         port is actually wanted in the new netrc entry, so don't override
4260         `auth-source-creation-defaults'.
4261
4262         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4263         :protocol and accept a missing user, host, or port as a wildcard match.
4264         (auth-source-debug): Default to off.
4265
4266         (auth-source-netrc-search, auth-source-netrc-create)
4267         (auth-source-secrets-search, auth-source-secrets-create)
4268         (auth-source-user-or-password, auth-source-backend, auth-sources)
4269         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4270         instead of :protocol.
4271
4272         * nnimap.el (nnimap-credentials): Pass a port default to
4273         `auth-source-search' in case an entry needs to be created.
4274         (nnimap-open-connection-1): Use :port instead of :protocol.
4275
4276 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * auth-source.el: Bind load-path when loading EIEIO from
4279         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4280         21.4 doesn't support, to `require'.
4281         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4282         delete-dups that is not available in XEmacs 21.4.
4283
4284 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4285
4286         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4287         as EIEIO must also be loaded when auth-source.el is being
4288         byte-compiled.
4289
4290 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4291
4292         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4293
4294         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4295
4296         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4297
4298         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4299
4300         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4301
4302         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4303
4304         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4305
4306         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4307         necessary.
4308
4309 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4310
4311         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4312         nil means that nnimap doesn't get updated.
4313
4314 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4315
4316         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4317         result when the user doesn't want to write to the file.
4318         (auth-source-netrc-search): Expect a synthetic result and proceed
4319         accordingly.
4320         (auth-source-cache-expiry): New variable to override
4321         `password-cache-expiry'.
4322         (auth-source-remember): Use it.
4323
4324         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4325         parameter.  Create entry if necessary by using :create t.
4326         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4327
4328 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * auth-source.el (auth-source-debug): Enable by default and don't
4331         mention the obsolete `auth-source-hide-passwords'.
4332         (auth-source-do-warn): New function to debug unconditionally.
4333         (auth-source-do-debug): Use it.
4334         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4335         and for Secrets API entries when the secrets.el library is not
4336         available.
4337
4338 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4339
4340         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4341         (gnus-summary-exit): Kill the correct article buffer on exit from a
4342         `C-d' group.
4343
4344         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4345         gnus-propagate-marks.
4346
4347         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4348         before killing the buffers so that a non-full window conf gets handled
4349         correctly.
4350         (gnus-summary-exit): Ditto.
4351         (gnus-summary-read-group-1): Ditto.
4352
4353         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4354         async code again so that we can debug it properly.
4355
4356         * message.el (message-reply): Take an optional switch-buffer parameter
4357         so that Gnus window confs are respected better.
4358
4359 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4360
4361         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4362         `plist-get' to accept non-list parameters (XEmacs issue).
4363         Fix docstring.
4364         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4365         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4366         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4367         Login collection is "Login" and not "login".
4368
4369 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4370
4371         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4372         multiple headers.
4373
4374         * nnimap.el (nnimap-inhibit-logging): New variable.
4375         (nnimap-log-command): Don't log login commands.
4376
4377         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4378         to have more parameters.
4379
4380         * nnimap.el (nnimap-send-command): Mark the command time for each
4381         command, so that we don't get NOOPs stepping on our toes.
4382
4383         * gnus-art.el (article-date-ut): Get the date from the Date header on
4384         `t'.
4385
4386 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * auth-source.el (auth-source-search): Use copy-sequence instead of
4389         the cl.el copy-list.
4390
4391 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4392
4393         * imap.el: Bring it back (revert
4394         84d800cd31de3064f0ed39617d725709a2f8f42f).
4395
4396 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4397
4398         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4399         Improve prompt.
4400
4401 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4402
4403         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4404         washing status from the default format.  It isn't very informative.
4405
4406 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4407
4408         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4409         Fix Gcc processing on imap.
4410
4411 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4412
4413         * imap.el: Remove file.  All the functionality is in nnimap.el.
4414
4415 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4416
4417         * message.el (message-bury): Don't pop up a new window when selected
4418         window is dedicated.
4419
4420 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4421
4422         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4423
4424 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4425
4426         * sieve-manage.el: Autoload `auth-source-search'.
4427         (sieve-sasl-auth): Use it.
4428
4429 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4430
4431         * nnimap.el: Autoload `auth-source-forget+'.
4432         (nnimap-open-connection-1): Use it if the connection fails.
4433
4434         * auth-source.el: Require `password-cache'.
4435         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4436         obsolete.
4437         (auth-source-magic): Marker for `password-cache' keys.
4438         (auth-source-do-cache): Update docstring.
4439         (auth-source-search): Use and check cache.
4440         (auth-source-forget-all-cached, auth-source-remember)
4441         (auth-source-recall, auth-source-forget, auth-source-forget+)
4442         (auth-source-specmatchp): Caching support functions.
4443         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4444         Remove and obsolete.
4445         (auth-source-user-or-password): Remove caching to further discourage
4446         using it.  Always hide passwords.
4447
4448         * password-cache.el (password-cache-remove): Accept secrets that are
4449         not strings.
4450
4451 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4452
4453         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4454         code for now, since it doesn't work for all users.
4455
4456 2011-02-09  Julien Danjou  <julien@danjou.info>
4457
4458         * message.el (message-options): Make message-options really buffer
4459         local.
4460
4461 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4462
4463         * mail-source.el: Autoload `auth-source-search'.
4464         (mail-source-keyword-map): Note order matters.
4465         (mail-source-set-1): Get all the mail-source source values and
4466         defaults and search auth-source on those if needed.  This can all
4467         probably be simplified.
4468
4469         * nnimap.el: Autoload `auth-source-search'.
4470         (nnimap-credentials): Use it.
4471         (nnimap-open-connection-1): Ask for the virtual server and physical
4472         address in one shot.
4473
4474         * nntp.el: Autoload `auth-source-search'.
4475         (nntp-send-authinfo): Use it.  Note TODO.
4476
4477 2011-02-08  Julien Danjou  <julien@danjou.info>
4478
4479         * shr.el (shr-tag-body): Add support for text attribute in body
4480         markups.
4481
4482         * message.el (message-options): Make message-options a local variable.
4483
4484 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4485
4486         * auth-source.el (auth-source-secrets-search)
4487         (auth-source-user-or-password): Use `append' instead of `nconc'.
4488         (auth-source-user-or-password): Build return list better and protect
4489         against nil :secret.
4490
4491 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4492
4493         * nnimap.el (nnimap-update-info): Refactor slightly.
4494         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4495         (nnimap-update-info): Clean up slightly.
4496         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4497         characters.
4498         (nnimap-process-quirk): Rename function to avoid collision.
4499         (nnimap-update-info): Fix macrology bug-out.
4500         (nnimap-update-info): Simplify split history test.
4501
4502 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4503
4504         * auth-source.el (top): Require 'eieio unconditionally.
4505         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4506         (auth-source-secrets-search): Limit search when `max' is greater than
4507         number of results.
4508
4509 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4510
4511         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4512         part not returning any data.
4513
4514         * proto-stream.el (open-protocol-stream): Document the return value.
4515
4516 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4517
4518         * auth-source.el (auth-source-secrets-search): Add examples.
4519
4520 2011-02-06  Julien Danjou  <julien@danjou.info>
4521
4522         * message.el (message-setup-1): Handle message-generate-headers-first
4523         set to t.
4524
4525 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4526
4527         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4528         API with a string "secrets:collection-name" and with 'default.
4529         (auth-source-backend-parse): Parse "secrets:collection-name" and
4530         'default.  Recurse on parses instead of repeating code.  Use the
4531         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4532         message when ignoring a source.
4533         (auth-source-search): List ignored search keys at the top level.
4534         (auth-source-netrc-create): Use `case' instead of `cond'.
4535         (auth-source-secrets-search): Created with TODOs.
4536         (auth-source-secrets-create): Created with TODOs.
4537         (auth-source-retrieve, auth-source-create, auth-source-delete)
4538         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4539         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4540         (auth-source-user-or-password-sftp)
4541         (auth-source-user-or-password-smtp): Remove.
4542         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4543         around `auth-source-search'.  Not tested thoroughly.
4544
4545 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4546
4547         * auth-source.el: Bring in assoc and eioeio libraries.
4548         (secrets-enabled): New variable to track the status of the Secrets API.
4549         (auth-source-backend): New EIOEIO class to represent a backend.
4550         (auth-source-creation-defaults): New variable to set prompt defaults
4551         during token creation (see the `auth-source-search' docstring for
4552         details).
4553         (auth-sources): Simplify to allow a simple string as a netrc backend
4554         spec.
4555         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4556         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4557         (auth-source-search): Main auth-source API entry point.
4558         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4559         (auth-source-search-collection): Helper function for searching.
4560         (auth-source-netrc-parse, auth-source-netrc-normalize)
4561         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4562         Supports search, create, and delete.
4563         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4564         backend stubs.
4565         (auth-source-user-or-password): Call `auth-source-search' but it's not
4566         ready yet.
4567
4568 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4569
4570         * message.el (message-setup-1): Remove the read-only stuff, since it
4571         doesn't work under XEmacs, for some reason.
4572
4573         * gnus-sum.el (gnus-user-date): Rename back from
4574         gnus-summary-user-date since user code refers to it.
4575
4576         * shr.el (shr-render-td): Store the actual background color used.
4577
4578         * message.el (message-setup-1): Don't bind the constant
4579         -forbidden-properties.
4580         (message-setup-1): Revert previous change, since it needs to bind the
4581         props to insert them.
4582         (message-resend): Allow removing the read-only separator line.
4583
4584 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4585
4586         * nnimap.el (nnimap-request-accept-article): Give an error message if
4587         the APPEND wasn't successful.
4588
4589 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4590
4591         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4592         that have no groups.
4593
4594 2011-02-03  Julien Danjou  <julien@danjou.info>
4595
4596         * gnus-draft.el: Remove progn around gnus-draft-setup.
4597
4598 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4599
4600         * gnus-start.el (gnus-read-active-for-groups): This function is never
4601         called with a nil `infos', so clean that up.
4602         (gnus-get-unread-articles): Request active files from primary/secondary
4603         methods that have no groups (yet).
4604
4605 2011-02-03  Julien Danjou  <julien@danjou.info>
4606
4607         * message.el (message-setup-1): Always generate References first.
4608         (message-mail): Return the return value of message-setup, not always t.
4609         (message-setup-1): Insert mail-header-separator with read-only and
4610         intangible properties set.
4611
4612         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4613         user-date in docstring.
4614
4615         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4616
4617         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4618         docstring.
4619
4620         * gnus.el (gnus-user-date-format-alist): Change default value.
4621         Use defcustom, with type and group. Move from gnus-util.el.
4622         Rename to gnus-summary-user-date-format-alist.
4623
4624 2011-02-03  Glenn Morris  <rgm@gnu.org>
4625
4626         * nnimap.el (gnus-fetch-headers): Declare.
4627
4628         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4629
4630 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4631
4632         * message.el (message-forward-make-body-digest-plain)
4633         (message-followup, message-reply): Clean up things noted by Stefan.
4634
4635         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4636         gnus-article-update-date-headers is nil.
4637         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4638         it didn't really work with defcustom.
4639         (article-update-date-lapsed): Make sure the window start doesn't move,
4640         either.
4641
4642 2011-02-01  Julien Danjou  <julien@danjou.info>
4643
4644         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4645         format.
4646
4647         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4648         standard in Emacs nowadays.
4649
4650         * color.el (color-gradient): Add a color-gradient function.
4651
4652 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4653
4654         * message.el (message-expand-name): Don't trust the return value of
4655         bbdb-complete-name.
4656         (message-check-news-header-syntax): Remove unused var `start'.
4657         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4658         (message-inhibit-body-encoding): Move to before first use.
4659         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4660         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4661         (Organization, Message-ID, Date, mh-previous-window-config):
4662         Defvar the vars using dynamic scoping.
4663
4664 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4665
4666         * shr.el (shr-render-td): Only do colors at the final rendering.
4667         Should be slightly faster.
4668         (shr-insert-table): Fix up TD background colors when doing the
4669         vertical padding.
4670
4671         * gnus-art.el (article-date-ut): Protect against articles with no Date
4672         header.
4673         (article-update-date-lapsed): Don't use current-column to find the
4674         horizontal position.  It's fragile in the presence of \003 characters.
4675
4676         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4677
4678 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4679
4680         * gnus-art.el (article-transform-date): Rewrite to still work when
4681         there are several rfc2822 parts.
4682         (article-transform-date): Fix infinite recursion.
4683         (article-date-ut): Replace infinitely many Date headers with a single
4684         one when called interactively.
4685
4686         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4687         secure manner.
4688
4689         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4690         move around by not using save-window-excursion.  It seems to work...
4691
4692 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-art.el (article-make-date-line): Work for user-defined format.
4695
4696 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4697
4698         * nntp.el (nntp-retrieve-group-data-early)
4699         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4700         fetching functions.
4701
4702         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4703         thoroughly for all backends that have no known groups.  This should
4704         allow new nnml methods to retrieve mail.
4705
4706         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4707         that Gnus doesn't know exists again.
4708
4709         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4710         (gnus-treat-date-ut): Ditto.
4711         (gnus-article-update-date-header): Rename.
4712         (gnus-treat-date-local): Remove.
4713         (gnus-treat-date-english): Remove.
4714         (gnus-treat-date-lapsed): Remove.
4715         (gnus-treat-date-combined-lapsed): Remove.
4716         (gnus-treat-date-original): Remove.
4717         (gnus-treat-date-iso8601): Remove.
4718         (gnus-treat-date-user-defined): Remove.
4719         (gnus-article-date-headers): New variable to control all the date
4720         header options.
4721         (article-date-ut): Rewrite to allow using the new way to format date
4722         headers(s).
4723
4724 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4725
4726         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4727         method.
4728         (nnmail-article-group): A better test for fanciness.
4729
4730         * nnimap.el (nnimap-request-head): Protect against not finding the
4731         article by Message-ID.
4732
4733 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4734
4735         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4736         keep point at the "same place".
4737
4738 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4739
4740         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4741         data if the group is inactive.
4742
4743 2011-01-28  Julien Danjou  <julien@danjou.info>
4744
4745         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4746         (gnus-all-windows-visible-p): Remove old compatibility code.
4747         (gnus-window-top-edge): Add docstring.
4748
4749         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4750
4751 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4752
4753         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4754         older request-update-info.
4755
4756         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4757
4758 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4759
4760         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4761         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4762
4763 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4764
4765         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4766         groups.  This makes the nndraft:queue group pop up if it's not already
4767         there.
4768
4769         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4770         messages" logic, which was reversed.
4771
4772         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4773         the "same place" even if point is on the line being replaced.
4774         (article-update-date-lapsed): Allow updating both the combined lapsed
4775         and the lapsed headers.
4776         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4777         (article-make-date-line): Limit the number of segments dynamically to
4778         avoid too-long lines.
4779
4780 2011-01-27  Julien Danjou  <julien@danjou.info>
4781
4782         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4783         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4784
4785 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4788         Use plist-get instead of the cl function getf.
4789
4790 2011-01-27  Glenn Morris  <rgm@gnu.org>
4791
4792         * gnus-util.el (float-time): Get rid of compiler warning, again.
4793
4794 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4795
4796         * shr.el (shr-put-color): Special-case background colors: Do put them
4797         at the blank parts at the front of the lines.
4798
4799         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4800         exit hook to nix out all data on readedness on group exit.
4801
4802         * gnus-util.el (float-time): If float-time is bound, always use it on
4803         all Emacsen.  It's unclear why the subrp check was there.
4804         (time-date): Require to make some autoload issues on XEmacs go away.
4805
4806         * shr.el (shr-put-color): Don't do the box padding in tables, since
4807         they're already padded.
4808
4809 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4810
4811         * gnus-art.el (gnus-article-next-page): When the last line of the
4812         article is displayed, scroll down once more instead of going to the
4813         next article at once.
4814         (article-lapsed-string): Refactor out and allow specifying how many
4815         segments you want.
4816         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4817         (gnus-article-update-lapsed-header): New variable.
4818
4819         * shr.el: Revert change that made headings use different-sized faces.
4820         The Emacs display engine isn't advanced enough that, for instance,
4821         tables can comfortably use differently-sized faces.
4822
4823 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4824
4825         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4826         used.
4827         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4828         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4829         we're using an encrypted connection.
4830
4831         * proto-stream.el: Alter the interface functions to also return the
4832         actual stream type used: network or tls.
4833
4834 2011-01-25  Julien Danjou  <julien@danjou.info>
4835
4836         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4837         (mm-display-javascript-inline): New function.
4838
4839         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4840         viewing function.
4841
4842 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * shr.el (shr-expand-newlines): Fix variable name.
4845
4846 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4847
4848         * shr.el (shr-expand-newlines): Make nested boxes work.
4849
4850 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4851
4852         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4853         backgrounds.
4854         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4855         in a more sensible manner.
4856
4857 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4858
4859         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4860         if EPG is loaded.
4861
4862 2011-01-24  Julien Danjou  <julien@danjou.info>
4863
4864         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4865         tags.
4866
4867 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4868
4869         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4870         commands.
4871
4872         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4873         in the article buffer.
4874         (gnus-gravatar-insert): Use blank space from the current buffer to
4875         avoid breaking text properties.  This makes X-Sent updating work again.
4876
4877         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4878
4879 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4880
4881         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4882         fix the bug in url-http.el instead.
4883
4884         * shr.el (shr-image-fetched): Ditto.
4885
4886         * shr.el (shr-image-fetched): Avoid having point move in the article
4887         buffer.
4888
4889         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4890         buffer after being called.  It's apparently being killed by url.el, and
4891         killing it made point move to end-of-buffer in a random buffer.
4892
4893         * shr.el (shr-image-fetched): Ditto.
4894
4895 2011-01-23  Julien Danjou  <julien@danjou.info>
4896
4897         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4898
4899         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4900         text/x-org.
4901
4902 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4903
4904         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4905         (i.e., nnimap) returning nil as the article number.
4906
4907 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4908
4909         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4910         "DelSp" parameter in RFC3676.
4911
4912 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4913
4914         * message.el (message-check-recipients): Display the encoded version of
4915         the bogus address if they differ.
4916
4917         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4918         after sending.
4919
4920         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4921
4922         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4923
4924         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4925         group buffer after sending the queue.
4926
4927         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4928
4929 2011-01-22  Julien Danjou  <julien@danjou.info>
4930
4931         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4932
4933 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4934
4935         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4936         nested related parts.
4937
4938         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4939         unexpired articles.  This fixes the regression that led expiry marks to
4940         disappear from nnfolder groups.
4941
4942 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4943
4944         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4945         Don't confuse the "ret" of "retrograde" with RET.
4946
4947 2011-01-21  Julien Danjou  <julien@danjou.info>
4948
4949         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4950         than mm-insert-inline.
4951
4952 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4955         Widen article buffer.
4956
4957 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4958
4959         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4960         the temp buffer.
4961         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4962
4963 2011-01-20  Julien Danjou  <julien@danjou.info>
4964
4965         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4966
4967         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4968         than mm-insert-inline to insert inline part: this respect
4969         mm-inline-media-tests displayers.
4970
4971         * mm-view.el (mm-display-shell-script-inline): New function.
4972
4973         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4974
4975         * mm-uu.el (mm-uu-type-alist): Add org block.
4976         (mm-uu-org-src-code-block-extract): New function.
4977
4978         * mm-view.el (mm-display-org-inline): New function.
4979
4980         * mm-decode.el (mm-automatic-display): Add text/org.
4981
4982         * mailcap.el (mailcap-mime-extensions): Add .org.
4983
4984 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4987         gnus-article-add-buttons.
4988
4989 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4990
4991         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4992         From header with a date and "nobody" as the sender.
4993
4994 2011-01-19  Julien Danjou  <julien@danjou.info>
4995
4996         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4997         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4998         if you have the same regexp several times.
4999         (gnus-button-push): Fix matching when regexp is symbol.
5000
5001 2011-01-15  Glenn Morris  <rgm@gnu.org>
5002
5003         * message.el (message-mail): A compose-mail function should
5004         accept headers as strings.
5005
5006 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5007
5008         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5009         Add :vert-only tags.
5010         (message-mail): New arg RETURN-ACTION.
5011         (message-return-action): New var.
5012         (message-bury): Use it.
5013         (message-mode): Make it buffer-local.
5014         (message-send-and-exit): Always call message-bury.
5015
5016         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5017         message-mail.
5018
5019 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5020
5021         * nnimap.el (nnimap-convert-partial-article): Protect against
5022         zero-length body parts.
5023
5024         * mm-decode.el (mm-preferred-alternative-precedence):
5025         Discourage showing empty parts.
5026
5027         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5028         and stuff if the backend didn't return the article number.  This fixes
5029         an Exchange-related nnimap bug.
5030
5031         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5032         group window, because it does the wrong thing when a separate frame
5033         displays the group buffer.
5034
5035         * proto-stream.el (open-protocol-stream): Protect against the low-level
5036         transport functions returning nil.
5037
5038 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5039
5040         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5041         (mml2015-epg-find-usable-secret-key): New function.
5042         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5043         mml2015-epg-find-usable-key (Bug#7797).
5044         (mml2015-epg-encrypt): Ditto.
5045
5046 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * dgnushack.el (rot13-string): Fix the way to get the argument.
5049
5050 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5051
5052         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5053
5054 2011-01-03  Glenn Morris  <rgm@gnu.org>
5055
5056         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5057
5058         * sieve.el (sieve-open-server): Give a more explicit error if
5059         sieve-manage-open returns nil.  (Bug#7720)
5060
5061 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5062
5063         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5064
5065 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5066
5067         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5068         This avoids sending passwords in plain text over non-encrypted
5069         channels.
5070
5071         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5072
5073         * nnimap.el (nnimap-login): Refactored out into own function, and
5074         implement CRAM-MD5.
5075         (nnimap-wait-for-line): Refactored out.
5076
5077         * mm-view.el (mml-smime): Require.
5078
5079 2010-12-20  David Engster  <deng@eml.cc>
5080
5081         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5082         use EPG to decrypt S/MIME messages instead of openssl.
5083
5084 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5085
5086         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5087
5088         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5089         status is the group clearly is unreachable.
5090
5091         * auth-source.el (auth-source-create): Add the optional second
5092         parameter to `local-variable-p' to be compatible with XEmacs.
5093
5094 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5095
5096         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5097         work when using a compressed nnml folder.
5098
5099 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5100
5101         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5102         backends after sanitising on entry, because this never makes sense:
5103         If the articles have gone missing, then the data no longer exists on
5104         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5105         overwrite anything anyway.
5106
5107         * shr.el (shr-insert-document): Bind shr-width dynamically to
5108         window-width if it's nil.
5109
5110 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5111
5112         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5113         with the meaning of using the full emacs window width for rendering.
5114
5115 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5116
5117         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5118         case when sender is not given.
5119
5120 2010-12-23  Julien Danjou  <julien@danjou.info>
5121
5122         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5123         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5124         the addresses, otherwise we might misplaced the gravatar.
5125
5126 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5127
5128         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5129         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5130         obsolete in Emacs.
5131
5132 2010-12-20  Julien Danjou  <julien@danjou.info>
5133
5134         * gnus-util.el (gnus-rescale-image): Revert last change.
5135
5136 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5137
5138         * binhex.el: Improve commentary (Bug#7482).
5139
5140 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * gnus-group.el (gnus-group-delete-articles): New command.
5143
5144 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5145
5146         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5147
5148 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5151         here, since it's up to the backends to do CRLF removal if their
5152         protocol has it.
5153
5154         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5155
5156 2010-12-17  Julien Danjou  <julien@danjou.info>
5157
5158         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5159         they are from file.  Can also scale up.
5160
5161 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5162
5163         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5164         Restore gnus-use-agent.
5165         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5166
5167         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5168
5169 2010-12-17  Julien Danjou  <julien@danjou.info>
5170
5171         * gravatar.el (gravatar-retrieve-synchronously): New function.
5172         (gravatar-get-data): Make more robust.
5173
5174 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5177
5178 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5181         to really consider the last line.
5182
5183 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5184
5185         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5186         list of recipient keys, or use symmetric encryption if not a list.
5187         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5188         EPA override, replacing the call to `netrc-store-data'.
5189
5190 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5191
5192         * gnus-srvr.el: Avoid passing nil regexp argument to
5193         delete-matching-lines.
5194
5195 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5196
5197         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5198         fetching stops when Gnus exits.
5199
5200         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5201         function.
5202         (nnfolder-request-expire-articles): Save all the buffers after doing
5203         expiry.
5204
5205         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5206         the last article", since that led to serious performance regressions
5207         when expiring nnml groups.
5208
5209 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5210
5211         * nnir.el: Improve customizations.
5212
5213 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214
5215         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5216
5217         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5218         group has been killed.
5219         (gnus-group-yank-group): Ditto.
5220
5221         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5222
5223         * nnimap.el (nnimap-request-update-group-status): New function.
5224
5225         * gnus-int.el (gnus-request-update-group-status): New interface
5226         function.
5227
5228         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5229         copying read-ness to the backends.
5230
5231         * nnimap.el (nnimap-quirk): New function.
5232         (nnimap-retrieve-group-data-early): Use it.
5233         (nnimap-quirks): New alist.
5234
5235 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5236
5237         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5238         don't delete it within indentation.
5239
5240 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241
5242         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5243         previous line.
5244
5245 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5246
5247         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5248         QRESYNC command by deleting a superfluous space which broke Cyrus
5249         servers.  This change will break other servers that are buggy the other
5250         way around.
5251
5252 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5253
5254         * spam.el: Reindent and fix long lines.
5255         (spam-copy-or-move-routine): Exclude invalid move destinations.
5256
5257 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5258
5259         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5260         installed the registry.
5261
5262 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5265
5266 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5267
5268         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5269         groupname doesn't contain "gmane".
5270
5271 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5274         and netrc-bound-and-true-p bindings.
5275         (netrc-parse): Cache the netrc contents.
5276
5277         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5278         (gnus-1): Don't create the nndrafts group twice.
5279         (gnus-setup-news): There's no need to read the active file here, since
5280         that's done again later on a per-backend basis.
5281         (gnus-start-draft-setup): Make sure that the new group is started out
5282         empty.
5283
5284         * gnus-agent.el (gnus-agentize): Don't create the queue group
5285         automatically on startup.  It'll be created later, if needed.
5286
5287         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5288         of automatically subscribed groups.
5289         (gnus-auto-subscribed-categories): New variable.
5290         (gnus-matches-options-n): Use it.
5291         (gnus-default-subscribed-newsgroups): Remove unused variable.
5292         (gnus-start-draft-setup): Message a bit less.
5293
5294 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5295
5296         * nnir.el (nnir-run-imap): Return article list in order of increasing
5297         UID.
5298
5299 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5300
5301         * gnus-sum.el (gnus-summary-enter-digest-group):
5302         Mention gnus-auto-select-on-ephemeral-exit.
5303
5304         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5305         convention of the network-only option.
5306
5307 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5308
5309         * proto-stream.el (proto-stream-open-network-only): New function to
5310         have a way to specify non-STARTTLS upgrade connections.
5311
5312 2010-12-10  Julien Danjou  <julien@danjou.info>
5313
5314         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5315         email address is nil.
5316
5317         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5318
5319 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5320
5321         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5322         deletion.
5323         (nnir-run-imap): Only need to parse list once.
5324
5325 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5326
5327         * shr.el (shr-tag-script): Ignore <script>.
5328         (shr-tag-label): Add <label> support.
5329
5330 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5333
5334         * shr.el (shr-image-displayer): Work for images lined side by side.
5335
5336 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5337
5338         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5339         parameter, since XEmacs doesn't accept t as a parameter.
5340
5341 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5342
5343         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5344         ids.
5345         (nnir-run-gmane): Simplify groupspec formatting.
5346         (nnir-request-expire-articles): New function.
5347
5348 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5349
5350         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5351         overflow, possibly.
5352
5353         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5354         (shr-render-td): Handle td style="" better.
5355         (shr-tag-table): Use the color from the style sheet.
5356         (shr-render-td): Make sure we copy over all the overlays, too.
5357
5358 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5359
5360         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5361         (nnir-request-article): Improve article retrieval.
5362
5363 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * mm-util.el (mm-extra-numeric-entities): New variable.
5366
5367         * mm-url.el (mm-url-decode-entities):
5368         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5369
5370         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5371
5372 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5373
5374         * message.el: Use completion-at-point.
5375         (message-completion-function): New fun, extracted from message-tab.
5376         (message-mode): Use it for completion-at-point-functions.
5377         (message-tab): Use it and completion-at-point.
5378
5379 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5380
5381         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5382         character if a non-breakable character follows.
5383
5384 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5387         any stream.
5388
5389         * shr.el (shr-tag-font): Colorize the region.
5390         (shr-tag-body): Ditto.
5391         (shr-tag-font): Actually let the styles be inherited instead of
5392         overwriting them.
5393         (shr-tag-font): Get the background color right.
5394         (shr-tag-style): Ignore all <style> tags for the moment.
5395
5396         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5397         a Message-ID to avoid having nnimap depend on gnus-sum.
5398
5399         * shr.el (shr-descend): Only colorize something if we have a node that
5400         sets colors.
5401
5402 2010-12-06  Julien Danjou  <julien@danjou.info>
5403
5404         * shr.el (shr-render-td): Render td content with shr-descend, so style
5405         will be applied to <td> too.
5406         (shr-colorize-region): Colorize region even if we only have a background.
5407         (shr-tag-body): Fix color and background color inheritance.
5408         Do not recolorize after shr-generic.
5409         (shr-tag-font): Let shr-generic colorize via inheritance.
5410
5411 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5414
5415 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5416
5417         * nnir.el (nnir-request-move-article): Remove obsolete code.
5418
5419 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5422
5423 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * gnus-sum.el (gnus-summary-respool-article): The completion function
5426         expects a list instead of an alist.
5427
5428         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5429         string as the parameter.
5430
5431         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5432
5433         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5434         styles.
5435         (shr-colorize-region): New function.
5436         (shr-insert-background-overlay): Remove.
5437         (shr-render-td): Background setting should be taken care of on a higher
5438         level.
5439         (shr-tag-body): Use post-hoc colorizations.
5440         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5441         (shr-put-color-1): Don't overwrite old colors.
5442         (shr-colorize-region): When the background color isn't explicit, use
5443         a fixed background.
5444
5445         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5446         nnmail variables.
5447
5448 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5449
5450         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5451         unless necessary.
5452
5453 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5454
5455         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5456         server.
5457
5458 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5461         so that TAB works.
5462
5463         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5464         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5465
5466         * shr.el (shr-urlify): Show the URL before the title to avoid
5467         misleading URLs.
5468
5469 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5470
5471         * shr.el (shr-urlify): Display the title in <a> tags.
5472
5473 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5474
5475         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5476
5477 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5478
5479         * nnir.el: Rearrange code to allow macros to be autoloaded by
5480         gnus-sum.el.
5481         (nnir-retrieve-headers-override-function): Make this variable
5482         customizable.
5483         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5484
5485         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5486         from nnir.el.
5487
5488 2010-12-03  Julien Danjou  <julien@danjou.info>
5489
5490         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5491
5492 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5493
5494         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5495         allow optional argument `environment'.
5496
5497 2010-12-03  Glenn Morris  <rgm@gnu.org>
5498
5499         * mm-extern.el (message-goto-body): Update declaration.
5500
5501 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * gnus-util.el (gnus-macroexpand-all): New function.
5504
5505         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5506         instead of macroexpand-all that is unavailable in XEmacs.
5507
5508 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5509
5510         * nnir.el (nnir-summary-line-format): New variable.
5511         (nnir-mode): Use it.
5512         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5513         (nnir-article-ids): Reimplement as defsubst.
5514         (nnir-retrieve-headers): Don't mangle the subject header.
5515         (nnir-run-imap): Use 100 as RSV score.
5516         (nnir-run-find-grep): Fix for full server searching.
5517         (nnir-run-gmane): Better restriction to gmane groups.
5518
5519         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5520         summary buffers.
5521
5522 2010-12-02  Julien Danjou  <julien@danjou.info>
5523
5524         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5525
5526         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5527
5528         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5529         support.
5530
5531 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5532
5533         * nnir.el: Update to handle the registry better.
5534         (autoload): Silence byte-compiler.
5535         (nnir-open-server): Add a hook for nnir groups.
5536         (nnir-request-move-article): Don't mangle the header.  Better to use
5537         formatting variables (which will be added in the future).
5538         (nnir-registry-action): Update the registry using the original article
5539         group name.
5540         (nnir-mode): Install nnir-specific hooks for updating the registry.
5541
5542         * gnus-sum.el
5543         (gnus-article-original-subject,gnus-newsgroup-original-name):
5544         Remove obsolete variables.
5545         (gnus-summary-move-article): Remove use of obsolete variables.
5546         (gnus-summary-local-variables): Make move and delete hooks local to
5547         summary buffers.
5548
5549 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5550
5551         * rtree.el: New file.
5552
5553 2010-12-01  Julien Danjou  <julien@danjou.info>
5554
5555         * message.el (message-user-organization): Do not use
5556         gnus-local-organization.
5557
5558         * gnus.el: Remove gnus-local-organization.
5559
5560         * gnus-msg.el: Remove nastygram thing.
5561
5562 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5563
5564         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5565         funcall.
5566
5567 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5570         names.
5571
5572         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5573         characters.
5574
5575         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5576         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5577         Suggested by Štěpán Němec <stepnem@gmail.com>.
5578         (gnus-gravatar-transform-address): Use mail-extract-address-components
5579         that supports non-ASCII names rather than mail-header-parse-addresses.
5580
5581 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5582
5583         * proto-stream.el (open-protocol-stream): All starttls connections are
5584         handled by the network handler.
5585
5586 2010-11-30  Julien Danjou  <julien@danjou.info>
5587
5588         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5589         (nnimap-open-connection-1): Fix PREAUTH.
5590
5591         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5592
5593 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5596         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5597         (shr-insert): Use them.
5598         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5599
5600 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5601
5602         * nnir.el (nnir-request-move-article): Bail out if original group
5603         doesn't support article moves.
5604         (nnir-get-active): Improve active list retrieval.
5605
5606 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5609
5610 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5611
5612         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5613         seem to accept strings-with-numbers as port numbers.
5614
5615 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5616
5617         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5618         change the registry.
5619
5620 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5623         delete-dups that is not available in XEmacs 21.4.
5624
5625         * mm-util.el (mm-delete-duplicates): Add comment.
5626
5627 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5628
5629         * nnir.el (nnir-ignored-newsgroups): New variable.
5630         (nnir-get-active): Use it.
5631
5632 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5633
5634         * proto-stream.el (proto-stream-open-network): Add some comments.
5635
5636         * nntp.el (nntp-open-connection): Provide a :success condition.
5637
5638         * nnimap.el (nnimap-open-connection-1): Ditto.
5639
5640         * proto-stream.el (proto-stream-open-network): See what the response to
5641         the STARTTLS command is.
5642
5643         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5644         backwards compatibility).
5645         (nnimap-open-connection-1): Really respect nnimap-server-port.
5646
5647         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5648         TLS upgrades we don't really care about the identity of the peer.
5649         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5650         that what we've checked for.
5651         (proto-stream-always-use-starttls): Only default to t if
5652         open-gnutls-stream exists.
5653         (proto-stream-open-network): If STARTTLS failed, then just open a
5654         normal connection.
5655         (proto-stream-open-network): Wait until the greeting before doing
5656         STARTTLS.
5657
5658         * nntp.el (nntp-open-connection): Report what the connection error is.
5659
5660         * proto-stream.el (open-protocol-stream): Rename from
5661         open-proto-stream.
5662
5663 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5664
5665         * nnimap.el (nnimap-stream): Change default to `undecided'.
5666         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5667         first, and then network.
5668         (nnimap-open-connection-1): Respect nnimap-server-port.
5669         (nnimap-open-connection): Be more backwards-compatible.
5670
5671         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5672         (proto-stream-open-starttls): De-duplicate the starttls code.
5673         (proto-stream-open-starttls): Folded back into the main function.
5674         (proto-stream-open-network): Fix typo in the gnutls path.
5675         (proto-stream-command): Refactor out.
5676
5677         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5678
5679         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5680         starttls.el STARTTLS.
5681
5682         * color.el (color-lab->srgb): Fix function call name.
5683
5684         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5685         if we're using tls.el.
5686         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5687         built in, then don't try to establish a STARTTLS connection.
5688
5689         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5690         servers.
5691
5692         * proto-stream.el (open-proto-stream): Use network, not stream.
5693         (open-proto-stream): Add a way to specify what the end of a command is.
5694
5695         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5696         connections types.
5697         (nntp-open-network-stream): Remove.
5698         (nntp-open-ssl-stream): Remove.
5699         (nntp-open-tls-stream): Remove.
5700         (nntp-ssl-program): Remove.
5701
5702         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5703
5704 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5705
5706         * nnir.el: Fix typos.
5707         (nnir-retrieve-headers-override-function): Rename variable to reflect
5708         new semantics.
5709         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5710         macros.
5711         (nnir-request-article, nnir-request-move-article): Use them.
5712         (nnir-categorize): New function.
5713         (nnir-run-query): Use it.
5714         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5715         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5716         sorted.
5717         (nnir-group-full-name): Use gnus-group-full-name instead.
5718         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5719         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5720
5721 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5722
5723         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5724
5725         * proto-stream.el: New library to provide protocol-specific
5726         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5727         protocols.
5728         (open-proto-stream): Complete the documentation.
5729         (proto-stream-open-network): Fix some typos.
5730
5731         * nnimap.el (nnimap-open-connection): Use it.
5732
5733 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5734
5735         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5736         negotiation.
5737
5738 2010-11-26  Julien Danjou  <julien@danjou.info>
5739
5740         * color.el: Rename various rgb functions to srgb.
5741
5742 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5743
5744         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5745         names.
5746
5747 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * shr.el (shr-insert): Revert last change.
5750         (shr-find-fill-point): Never leave point being at bol;
5751         relax the kinsoku limitation when rendering tables.
5752
5753 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5754
5755         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5756         results from -accept-article.
5757
5758         * shr-color.el: Require cl when compiling.
5759
5760         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5761         checkin.
5762
5763         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5764
5765         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5766
5767         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5768         'add and 'delete to set backend marks.
5769
5770         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5771
5772         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5773
5774         * nntp.el (nntp-request-set-mark): Use it.
5775
5776         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5777
5778         * nnml.el (nnml-request-set-mark): Ditto.
5779
5780         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5781         introduces regressions in article selection.
5782         (nnimap-find-uid-response): New function.
5783         (nnimap-request-accept-article): Use the UID returned, if any.
5784         (nnimap-request-move-article): Use the UID returned, if any.
5785         (nnimap-get-groups): Reimplement to work with folded lines.
5786         (nnimap-find-uid-response): The UID is the last element in the list.
5787         (nnimap-request-set-mark): Extend syntax with 'set.
5788
5789         * nnml.el (nnml-request-set-mark): Ditto.
5790
5791         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5792
5793         * nntp.el (nntp-request-set-mark): Ditto.
5794
5795 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * message.el (message-called-interactively-p): A temporary macro.
5798         (message-goto-body): Use it temporarily.
5799
5800 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801
5802         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5803         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5804         (nnimap-last-response-string): Fix last unfolding fix.
5805
5806 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5807
5808         * shr.el (shr-insert): Fix the way to fold lines.
5809
5810 2010-11-25  Julien Danjou  <julien@danjou.info>
5811
5812         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5813
5814         * color.el: Rename from color-lab.el
5815         (color-rgb->hex): Add.
5816         (color-complement): Add.
5817         (color-complement-hex): Add.
5818
5819         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5820
5821 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5822
5823         * shr-color.el (shr-color-visible): Don't bug out if the color names
5824         don't exist.
5825
5826 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5829         assuming that article displaying or another mml-preview may be
5830         interrupted for an error or for the like.
5831
5832         * shr.el (shr-get-background): Fix argument name.
5833
5834 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5835
5836         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5837
5838         * gnus-sum.el (gnus-summary-include-articles): New function.
5839
5840         * message.el (message-goto-body): called-interactively-p needs a
5841         parameter, so use `any'.
5842
5843         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5844         clear marks before moving, since they're synced from the Gnus side
5845         first.
5846
5847         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5848         (gnus-summary-move-article): Copy over all marks before moving, so that
5849         IMAP doesn't think a new article has arrived.
5850
5851 2010-11-24  Julien Danjou  <julien@danjou.info>
5852
5853         * shr.el (shr-insert-background-overlay): Fix typo.
5854         (shr-render-td): Copy the background before rendering.
5855
5856         * shr-color.el (shr-color-visible): Fix docstring.
5857
5858         * shr.el (shr-tag-table): Add bgcolor support.
5859         (shr-render-td): Add bgcolor support.
5860         (shr-get-background): Add.
5861         (shr-insert-foreground-overlay): Use shr-get-background.
5862
5863         * message.el (message-goto-body): Use called-interactively-p.
5864         (message-in-body-p): message-goto-body returns point.
5865
5866 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5867
5868         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5869         Fixes something or other in Emacs 23, and is backwards compatible.
5870
5871         * message.el (message-goto-body): Remove the <#secure special-casing,
5872         which is too special.
5873
5874         * shr.el (shr-parse-style): Drop !important from styles.
5875
5876 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5877
5878         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5879         this function to return incorrect results when calling it with an
5880         explicit article argument different from
5881         (gnus-summary-article-number).
5882
5883 2010-11-24  Julien Danjou  <julien@danjou.info>
5884
5885         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5886         (shr-tag-body): Add background support.
5887         (shr-descend): Add background support.
5888         (shr-tag-title): Add.
5889
5890         * shr-color.el (shr-color-visible): Really return original background
5891         if fixed.
5892
5893 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5894
5895         * shr.el (shr-color-check): Protect against non-existent color names.
5896
5897 2010-11-24  Julien Danjou  <julien@danjou.info>
5898
5899         * color-lab.el: Require 'cl when compiling.
5900
5901         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5902
5903         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5904         matched part.
5905
5906         * color-lab.el: Fix all expt calls to use float type.
5907
5908 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5911         expression to shr-color-check as is.
5912
5913         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5914
5915         * color-lab.el: Add coding cookie.
5916         (float-pi): Use eval-and-compile.
5917
5918         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5919         compiled for Emacsen having no `libxml-parse-html-region' support.
5920
5921 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922
5923         * shr.el (shr-insert-color-overlay): Split stuff like
5924         "#444444 !important" to find the real color.
5925         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5926         parse <font color="red"> entries.
5927
5928 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5929
5930         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5931         point when parsing headers.
5932
5933         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5934         is positioned properly when parsing headers.
5935
5936 2010-11-23  Julien Danjou  <julien@danjou.info>
5937
5938         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5939
5940         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5941
5942         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5943
5944         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5945         Use shr-color-hue-to-rgb.
5946         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5947
5948 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5949
5950         * shr.el (shr-color->hexadecimal): Autoload.
5951         (shr-descend): Add color to all tags.
5952
5953 2010-11-22  Julien Danjou  <julien@danjou.info>
5954
5955         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5956         shr-color->hexadecimal.
5957
5958         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5959         RGB() or HSL() color representation.
5960
5961         * shr.el (shr-tag-font): Add.
5962         (shr-tag-color-check): New function to get better colors.
5963         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5964         tag-span.
5965
5966         * shr-color.el: New file.
5967
5968         * color-lab.el: New file.
5969
5970         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5971
5972 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5973
5974         * nnir.el: Fix typo in comments.
5975         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5976         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5977
5978 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5979
5980         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5981
5982         * nnimap.el (nnimap-get-capabilities): Refactor out.
5983         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5984
5985 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5986
5987         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5988         appearing when `mm-uu-hide-markers' is nil.
5989
5990 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5991
5992         * nnimap.el (nnimap-unselect-group): Make into its own function.
5993         (nnimap-request-rename-group): Unselect group before renaming.
5994         This had gotten lost somewhere.
5995         (nnimap-request-accept-article): Keep track of examined groups, and
5996         unselect the group before APPENDing to read-only groups.
5997         (nnimap-request-move-article): Clear flags before moving so that they
5998         can be re-set later.
5999
6000 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6003         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6004
6005 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * gnus-art.el (gnus-mime-display-single):
6008         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6009         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6010         parameter.
6011
6012 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6013
6014         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6015         (shr-table-vertical-line): New variable.
6016         (shr-insert-table): Use it.
6017
6018 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * gnus-html.el (gnus-html-wash-images): Don't display images if
6021         gnus-inhibit-images is non-nil; register displayer for cid images.
6022         (gnus-html-display-image): Work for cid image.
6023         (gnus-html-insert-image): Allow arguments.
6024         (gnus-html-put-image): Inhibit read-only.
6025         (gnus-html-prefetch-images): Don't prefetch images if
6026         gnus-inhibit-images is non-nil.
6027
6028 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6029
6030         * shr.el (shr-put-image): Break lines when inserting big pictures.
6031
6032 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6033
6034         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6035         sender, thanks Katsumi Yamaoka.
6036
6037 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6038
6039         * nnir.el (nnir-run-imap): Reverse the article list for each group
6040         rather than the whole list.
6041
6042 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * shr.el (shr-image-displayer): Protect function against non-existent
6045         image source.
6046
6047         * gnus-art.el (gnus-inhibit-images): New user option.
6048         (gnus-mime-display-single): Don't display image if it is non-nil.
6049
6050         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6051         gnus-inhibit-images.
6052
6053         * shr.el (shr-image-displayer): New function.
6054         (shr-tag-img): Use it.
6055
6056 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6057
6058         * mml2015.el (mml2015-epg-sign): Use From header.
6059
6060 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061
6062         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6063
6064         * gnus-util.el (gnus-find-text-property-region): Return markers.
6065
6066         * shr.el (shr-tag-img): Put a displayer in the text property.
6067
6068         * gnus-util.el (gnus-find-text-property-region): New utility function.
6069
6070         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6071         (gnus-html-show-images): Remove.
6072
6073         * gnus-art.el (gnus-article-show-images): New, more general function.
6074
6075         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6076         image url text properties.
6077
6078         * shr.el: Ditto.
6079
6080         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6081         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6082
6083 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6084
6085         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6086         work for two or more articles.
6087
6088 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6091         divide an image that's in an html article to two or more when washing
6092         non-ASCII characters in alt text of it.
6093
6094 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6097         smime-decrypt-region using function argument.
6098         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6099
6100         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6101
6102         * smime.el (smime-decrypt-region): Catch it.
6103
6104 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6105
6106         * smime.el (smime-mode-map): Move initialization into declaration.
6107         (gnus-run-mode-hooks): Don't autoload.
6108         (smime-mode): Use define-derived-mode.
6109
6110 2010-11-11  Glenn Morris  <rgm@gnu.org>
6111
6112         * smime.el (from): Restrict declaration to XEmacs.
6113
6114         * nnir.el (gnus-group-topic-name): Autoload.
6115
6116 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * shr.el (shr-insert): Don't break long line if it is because of
6119         kinsoku-bol characters in the line end.
6120
6121 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6122
6123         * nnir.el (nnir-request-move-article): Fix to provide original group
6124         and subject.
6125         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6126         been retrieved.
6127
6128         * gnus-sum.el (gnus-summary-move-article): Use original group and
6129         subject for virtual articles such as those in an nnir summary buffer.
6130
6131 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6134         least 21.5).
6135
6136         * smime.el (from): Declare it again for XEmacs.
6137
6138 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * message.el (message-resend): Don't disable encoding unless it's
6141         already encoded.
6142
6143         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6144         low-numbered articles.
6145
6146 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * rfc2047.el (rfc2047-syntax-table): Simplify.
6149
6150         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6151
6152         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6153         set-char-table-range for XEmacs.
6154
6155 2010-11-10  Glenn Morris  <rgm@gnu.org>
6156
6157         * time-date.el (time-to-seconds): Always an alias on Emacs,
6158         never a real function.
6159         (with-no-warnings): Remove compat stub, now unused.
6160         (time-less-p): Doc fix.
6161         (time-to-number-of-days): Simplify.
6162
6163         * smime.el (from): Remove unused declaration.
6164
6165         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6166         (gnus-float-time): On Emacs, always an alias.
6167
6168         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6169         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6170
6171 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6172
6173         * dgnushack.el: Don't use ignore-errors in the top level form since it
6174         is unavailable in XEmacs even if cl is loaded.
6175
6176         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6177
6178 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6179
6180         * shr.el (browse-url-mailto): Autoload.
6181
6182         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6183
6184         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6185         regexp doesn't need quoting.
6186
6187 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6188
6189         * message.el (message-subject-trailing-was-ask-regexp)
6190         (message-subject-trailing-was-regexp): Match was: in addition to was.
6191
6192 2010-11-09  Glenn Morris  <rgm@gnu.org>
6193
6194         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6195         (nnbabyl-check-mbox): Use point-at-bol.
6196
6197 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6198
6199         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6200
6201         * message.el (message-mailto): New function.
6202         (message-mailto): Should accept other parameters.
6203         (message-mailto): Remove since it duplicates browse-url-mailto
6204         functionality.
6205
6206 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6209         methods.
6210         (gnus-read-active-file): Ditto.
6211
6212         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6213         ": " from the prompt.
6214         (gnus-group-make-group): Ditto.
6215
6216 2010-11-07  Glenn Morris  <rgm@gnu.org>
6217
6218         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6219         (gnus-bookmark-kill-line): Use point-at-eol.
6220
6221 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6224         asterisks in From header.
6225
6226 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6229         string to avoid making the From headers syntactically invalid.
6230
6231         * message.el (message-send-mail): Don't insert courtesy messages if the
6232         message already has List-Post and List-ID messages.
6233
6234 2010-11-06  Glenn Morris  <rgm@gnu.org>
6235
6236         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6237         `condition', `type', `length' a prefix.
6238         (gnus-treat-predicate): Update for above name changes.
6239
6240 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6241
6242         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6243         binding.  Handled by `gnus-summary-refer-thread' instead.
6244         (nnir-warp-to-article): New backend function.
6245
6246         * nnimap.el (nnimap-request-thread): Force dependency updating.
6247
6248         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6249         (gnus-summary-refer-thread): Rework to improve thread-referral.
6250
6251         * gnus-int.el (gnus-warp-to-article): New function.
6252
6253         * gnus-sum.el (gnus-summary-article-map): Bind it.
6254
6255 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6256
6257         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6258         gnus-summary-refer-thread.
6259
6260         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6261         headers.
6262         (gnus-summary-limit-include-thread): Prevent articles in thread from
6263         being cut in gnus-cut-threads.
6264         (gnus-summary-refer-thread): Limit retrieved headers to those in
6265         thread.
6266
6267 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6268
6269         * message.el (message-send-mail): Use the value of
6270         message-courtesy-message from the message buffer.
6271
6272         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6273
6274         * shr.el (shr-browse-url): Implement mailto: URLs.
6275
6276         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6277         "raw".
6278
6279         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6280         if it's already selected.
6281
6282         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6283
6284 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6287         to measure the length and truncate alt text.
6288
6289 2010-11-03  Glenn Morris  <rgm@gnu.org>
6290
6291         * nndiary.el (nndiary-generate-nov-databases-1)
6292         (nndiary-generate-active-info): Rename dynamic variable `files' to
6293         something less generic.
6294
6295 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6296
6297         * nnir.el (nnir-request-move-article): Call the underlying backend to
6298         move articles from nnir.
6299
6300 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6303
6304 2010-11-02  Julien Danjou  <julien@danjou.info>
6305
6306         * nnir.el: Remove wais support.
6307
6308 2010-11-02  Glenn Morris  <rgm@gnu.org>
6309
6310         * gnus-html.el: Reorder requirements to quieten compiler.
6311
6312 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6313
6314         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6315         properly for XEmacs as well.
6316         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6317         (gnus-article-natural-long-line-p): Use window-width rather than
6318         frame-width.
6319
6320 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6321
6322         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6323         (nnir-read-parms): Don't modify query.
6324         (nnir-run-query): Add ability to search topic on current line.
6325         (nnir-get-active): Clean up.
6326
6327 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6328
6329         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6330         degenerate articles.
6331
6332         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6333         (gnus-print-buffer): Just print the buffer as is, without any copying
6334         to a buffer and then re-highlighting.
6335
6336         * nnimap.el (nnimap-request-group): Store the new updated info.
6337         (nnimap-request-group): Select the group when we don't know whether it
6338         exists or not.
6339
6340         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6341         groups.
6342
6343         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6344         groups.
6345
6346         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6347         groups.
6348
6349         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6350         long-lines case by only filling the long lines.
6351
6352         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6353         (bug #7311).
6354
6355 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * shr.el: No need to declare `declare-function' since shr.el is for
6358         only Emacsen that provide `libxml-parse-html-region'.
6359
6360         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6361         effective only in a file it is referred to.
6362
6363 2010-11-01  Glenn Morris  <rgm@gnu.org>
6364
6365         * mm-util.el (gnus-completing-read): Autoload.
6366         (mm-read-coding-system): Simplify Emacs definition.
6367
6368         * nnmail.el (gnus-activate-group):
6369         * nnimap.el (gnutls-negotiate):
6370         * nntp.el (netrc-parse): Fix declarations.
6371
6372 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6375         string-match-p in Emacs >=23.
6376
6377         * gnus-msg.el (gnus-configure-posting-styles):
6378         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6379
6380 2010-11-01  Glenn Morris  <rgm@gnu.org>
6381
6382         * nnir.el (declare-function): Add compat stub.
6383         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6384         (nnir-run-gmane): Require 'mm-url.
6385
6386         * mm-util.el (mm-string-to-multibyte): Simplify.
6387
6388         * shr.el (declare-function): Add compat stub.
6389         (url-cache-create-filename): Declare.
6390         (mm-disable-multibyte, widget-convert-button): Autoload.
6391
6392         * smime.el (ldap-search): Declare.
6393         (smime-cert-by-ldap-1): Require ldap on Emacs.
6394
6395         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6396         (nnimap-keepalive): Use gnus-float-time.
6397
6398         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6399         (mail-source-delete-crash-box): Use gnus-float-time.
6400
6401         * gnus-dired.el (gnus-completing-read): Autoload.
6402
6403         * mm-view.el (gnus-rescale-image): Autoload.
6404
6405         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6406
6407         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6408
6409         * sieve-manage.el: Require 'cl when compiling.
6410
6411         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6412         (gnus-iswitchb-completing-read): Require iswitchb.
6413         (gnus-select-frame-set-input-focus): Silence compiler.
6414
6415 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * message.el (message-subject-trailing-was-query): Change default to t,
6418         since I think that's what most people want.
6419
6420         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6421         appending for easier debugging.
6422         (nnimap-wait-for-connection): Take a regexp.
6423         (nnimap-request-accept-article): Wait for the continuation line before
6424         sending anything unless we're streaming.
6425
6426         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6427         leave the header washing to take place.
6428
6429 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6430
6431         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6432         regular expression match and replace in posting styles.
6433
6434 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6435
6436         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6437         an entire server.
6438         (nnir-get-active): New function.
6439         (nnir-run-imap): Use it.
6440         (nnir-run-gmane): Who knew, gmane search returns an article score!
6441
6442         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6443         server on the current line with nnir.
6444
6445 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6446
6447         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6448         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6449         left edge.
6450         (gnus-article-foldable-buffer): Skip past the prefix when determining
6451         raggedness.
6452
6453         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6454         the raw article, and change `C-u g' to show the article without doing
6455         treatments.
6456
6457         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6458         on to `gnus-treat-article'.
6459         (gnus-inhibit-article-treatments): New variable.
6460
6461         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6462
6463         * gnus-art.el (gnus-treatment-function-alist): Have
6464         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6465         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6466         sections.
6467
6468         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6469         parameter.
6470         (gnus-article-fill-cited-long-lines): New function.
6471         (gnus-article-fill-cited-article): Allow filling only long sections.
6472
6473         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6474         and non-punctuation (like after the apostrophe in "'We").
6475
6476         * gnus-sum.el (gnus-summary-select-article): Make sure
6477         gnus-original-article-buffer is alive.
6478
6479         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6480         reflect the order they're in in the digest.
6481
6482         * gnus.el (gnus-group-startup-message): Move point to the start of the
6483         buffer.
6484
6485         * nnimap.el (nnimap-capability): New function.
6486         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6487         is set.
6488
6489 2010-10-31  David Engster  <dengste@eml.cc>
6490
6491         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6492         conform with changes to gnus-completing-read.
6493
6494 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6495
6496         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6497
6498 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6499
6500         * nnir.el: Move defvar, defcustom around to keep file organized
6501         and keep byte-compiler quiet.
6502         (nnir-read-parms): Accept search-engine as arg.
6503         (nnir-run-query): Pass search-engine as arg.
6504         (nnir-search-engine): Remove.
6505
6506 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507
6508         * shr.el (shr-generic): The text nodes should be text, not :text.
6509
6510         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6511         later in the file.
6512
6513 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6514
6515         * nnir.el: General clean up.  Allow searching with multiple engines.
6516         Allow separate extra-parameters for each engine.
6517         Batch queries when possible.
6518         (nnir-imap-default-search-key,nnir-method-default-engines):
6519         Add customize interface.
6520         (nnir-run-gmane): New engine.
6521         (nnir-engines): Use it.  Qualify all prompts with engine name.
6522         (nnir-search-engine): Remove global variable.
6523         (nnir-run-hyrex): Restore for now.
6524         (nnir-extra-parms,nnir-search-history): New variables.
6525         (gnus-group-make-nnir-group): Use them.
6526         (nnir-group-server): Remove in favor of gnus-group-server.
6527         (nnir-request-group): Avoid searching twice.
6528         (nnir-sort-groups-by-server): New function.
6529
6530 2010-10-30  Julien Danjou  <julien@danjou.info>
6531
6532         * gnus-group.el: Remove gnus-group-fetch-control.
6533
6534         * gnus-start.el (gnus-find-new-newsgroups):
6535         Remove gnus-check-first-time-used.
6536
6537         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6538
6539 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6540
6541         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6542         set on groups that don't have \* permanentflags.
6543
6544 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6545
6546         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6547         control the background color.
6548         (shr-tag-img): Ignore very small web bug type images.
6549         (shr-put-image): Add help-echo alt texts to the images.
6550         (shr-tag-video): Show the video poster image.
6551
6552 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6553
6554         * shr.el (shr-table-depth): New variable.
6555         (shr-tag-table-1): Only insert the images after the top-level table.
6556
6557         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6558
6559         * gnus-util.el (gnus-list-memq-of-list): New function.
6560
6561         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6562         selected.
6563         (nnimap-unsplittable-articles): New slot.
6564         (nnimap-new-articles): Use it.
6565
6566 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6567
6568         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6569         move to the previous line on `M-g'.
6570
6571 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6572
6573         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6574         *-request-group, which seems unnecessary.
6575
6576         * nnimap.el (nnimap-quote-specials): Function copied over from
6577         imap.el.
6578         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6579         they support that.  Suggested by Tom Regner.
6580
6581 2010-10-29  Julien Danjou  <julien@danjou.info>
6582
6583         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6584         defalias.
6585         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6586
6587         * gnus.el: Remove `gnus-nntp-service' variable.
6588         (gnus-secondary-servers): Make obsolete.
6589         (gnus-nntp-server): Make obsolete.
6590
6591         * gnus-start.el (gnus-1): Remove x-splash calls.
6592
6593         * gnus-ems.el (gnus-x-splash): Remove.
6594
6595         * gnus.el (gnus-group-startup-message): Simplify/update code.
6596
6597         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6598         definition.
6599
6600         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6601         capability before doing anything.
6602         (gnus-group-insert-group-line): Remove useless
6603         gnus-group-remove-excess-properties.
6604
6605 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6608
6609 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6612         config after reselecting.
6613
6614 2010-10-28  Julien Danjou  <julien@danjou.info>
6615
6616         * shr.el (shr-put-image): Use point even if only inserting text.
6617         (shr-put-image): Save excursion when inserting alt text on non-graphic
6618         display, so the behavior is the same when we are on a graphic display.
6619
6620         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6621
6622 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6625         (gnus-mime-copy-part): Check coding system, not charset.
6626         (gnus-mime-view-part-externally): Never remove part.
6627         (gnus-mime-view-part-internally): Don't remove part here.
6628         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6629         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6630         multipart/alternative.
6631
6632         * mm-decode.el (mm-display-part): Take optional arg `force'.
6633
6634 2010-10-26  Julien Danjou  <julien@danjou.info>
6635
6636         * gnus-group.el (gnus-group-default-list-level): Add this function to
6637         compute the default list level.
6638         (gnus-group-default-list-level): Add possibility to use a function.
6639
6640 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6643
6644         * gnus-group.el (gnus-group-completing-read)
6645         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6646         gnus-replace-in-string.
6647
6648 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * shr.el (shr-tag-div): Add.
6651
6652         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6653
6654 2010-10-25  Julien Danjou  <julien@danjou.info>
6655
6656         * gnus-util.el: Remove `gnus-with-local-quit'.
6657
6658         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6659
6660 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6661
6662         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6663         the original article buffer.
6664
6665 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6666
6667         * nnimap.el (nnimap-request-head): New function.
6668         (nnimap-request-move-article): Try to be slightly faster by not
6669         requesting the entire message when moving.
6670         (nnimap-transform-headers): Don't bug out on bodiless articles.
6671         (nnimap-send-command): Have no outstanding messages if the IMAP server
6672         doesn't support streaming.
6673         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6674
6675 2010-10-24  Julien Danjou  <julien@danjou.info>
6676
6677         * message.el (message-default-headers): Fix type.
6678
6679 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6680
6681         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6682         prefetching images.
6683
6684         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6685         backend for unknown groups.  This is mainly useful for nnimap groups.
6686
6687         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6688         group isn't covered by the agent.
6689
6690 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6691
6692         * nnir.el (nnir-method-default-engines): New variable.
6693         (nnir-run-query): Use it.
6694         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6695         (gnus-summary-nnir-goto-thread): Change group if needed.
6696
6697         * gnus-group.el (gnus-group-group-map): Add key binding for
6698         gnus-group-make-nnir-group.
6699
6700 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6701
6702         * shr.el (shr-tag-object): Add.
6703
6704         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6705         original article buffer live.
6706         (gnus-summary-select-article-buffer):
6707         Mention gnus-widen-article-buffer.
6708
6709 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6710
6711         * shr.el (shr-tag-strong): Add.
6712
6713 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6714
6715         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6716         group names.  They mess up the group buffer badly.
6717
6718         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6719
6720         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6721         instead of the summary one.
6722
6723 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * mml.el (mml-preview): Work properly when editing article.
6726
6727         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6728         gnus-have-read-active-file if it's already been in.
6729
6730 2010-10-22  Tom Tromey  <tromey@redhat.com>
6731
6732         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6733         gnus-group-completing-read.
6734
6735 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6736
6737         * message.el (message-mode-map): Don't bind M-; to comment region, to
6738         allow the global comment-dwim to work.
6739
6740 2010-10-21  Julien Danjou  <julien@danjou.info>
6741
6742         * message.el (message-setup-1): Allow message-default-headers to be a
6743         function.
6744
6745 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * shr.el (shr-tag-table): Simplify.
6748
6749 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6750
6751         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6752         to avoid trying to snarf invalid stuff.
6753
6754         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6755
6756         * gnus.el (gnus-message-archive-group): Quote value.
6757         (gnus-message-archive-group): Mark as changed.
6758
6759         * shr.el (shr-add-font): Don't put the font properties on the newline
6760         or the indentation.
6761
6762         * message.el (message-fix-before-sending): Change options when sending
6763         non-printable characters.
6764
6765         * gnus.el (gnus-message-archive-method): Change the default to
6766         monthly outgoing groups.
6767
6768         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6769         that have gotten new numbers.
6770
6771         * nnimap.el (nnimap-request-replace-article): New function.
6772
6773 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6776         (nnrss-request-article): Don't use special html washing code.
6777
6778 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * shr.el (shr-tag-table): Remove useless nconc.
6781
6782 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * gnus-art.el (article-wash-html): Simplify and remove the charset
6785         stuff.  Use the normal html rendering code instead of the special html
6786         washing code.
6787
6788         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6789         `gnus-w3m' symbols.
6790         (mm-text-html-washer-alist): Remove.
6791
6792         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6793         (mm-inline-media-tests): Remove use.
6794         (mm-text-html-renderer): Change default to the `shr' symbol.
6795
6796         * mm-view.el (mm-inline-text-html): Remove use.
6797
6798         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6799         `gnus-blocked-images' to be a function.
6800         (gnus-article-wash-function): Remove.
6801
6802 2010-10-20  Julien Danjou  <julien@danjou.info>
6803
6804         * spam.el (spam-list-of-processors): Mark as obsolete.
6805
6806         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6807         (nnimap-insert-partial-structure): Fix boundary detection.
6808
6809 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6810
6811         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6812         run file-truename on remote files.  This can be expensive and even
6813         prevent one from editing drafts if some unrelated buffer has a stale
6814         connection.
6815
6816 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6819         kinsoku-eol regardless of shr-kinsoku-shorten.
6820         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6821         (shr-tag-table): Support caption, thead, and tfoot.
6822
6823 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6824
6825         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6826         lines.
6827         (shr-save-contents): New command and keystroke.
6828
6829         * nndoc.el (nndoc-type-alist): Add git support.
6830         (nndoc-git-type-p): New function.
6831         (nndoc-transform-git-article): Ditto.
6832         (nndoc-transform-git-headers): Ditto.
6833         (nndoc-transform-git-headers): Generate Subject headers.
6834
6835         * shr.el (shr-parse-style): New function.
6836         (shr-tag-span): Ditto.
6837
6838         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6839         to `G G' to avoid collisions.
6840
6841 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * shr.el: Load kinsoku if necessary.
6844         (shr-kinsoku-shorten): New internal variable.
6845         (shr-find-fill-point): Make kinsoku shorten text line if
6846         shr-kinsoku-shorten is bound to non-nil.
6847         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6848         shr-indentation too when testing if table is wider than frame width.
6849         (shr-insert-table): Use `string-width' instead of `length' to measure
6850         text width.
6851         (shr-insert-table-ruler): Make sure indentation is done at bol.
6852
6853 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6854
6855         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6856         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6857         undecoded network data.
6858
6859 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6860
6861         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6862         name in the mode line spec so that the mode line menu works
6863         (bug #2431).
6864
6865         * message.el (message-get-reply-headers): If we're fed `to-address',
6866         then always use that.
6867
6868         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6869         aren't so wide as to need to switch off the edit menu.
6870
6871         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6872         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6873
6874         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6875         `M-g'.
6876         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6877         the permanent marks.
6878
6879 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6880
6881         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6882         Splitting according to references/in-reply-to obeys the ignore-groups
6883         variable, while splitting by sender and subject do not.
6884
6885 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6886
6887         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6888         alist, so that we can look for non-Unicode chars.
6889         (article-translate-strings): Allow both character and string maps.
6890
6891 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * shr.el (shr-insert): Don't insert space behind a wide character
6894         categorized as kinsoku-bol, or between characters both categorized as
6895         nospace.
6896
6897 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6898
6899         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6900         headers to gnus-newsgroup-headers.
6901
6902 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6903
6904         * shr.el (shr-tag-img): Don't align images -- since we're not
6905         rescaling, this often leads to ugly displays.
6906
6907 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6908
6909         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6910         duplicates.
6911
6912 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6913
6914         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6915         call.
6916
6917 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918
6919         * gnus.el: Autoload gnus-html-show-images.
6920
6921         * nnimap.el: Use nnheader-message throughout.
6922
6923         * shr.el (shr-tag-img): Ignore images with no data.
6924
6925 2010-10-15  Julien Danjou  <julien@danjou.info>
6926
6927         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6928         a possibility to disable format=flow encoding when using hard newlines.
6929
6930 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * shr.el (shr-insert): Remove space inserted before or after a
6933         breakable character or at the beginning or the end of a line.
6934         (shr-find-fill-point): Do kinsoku; find the second best point or give
6935         it up if there's no breakable point.
6936
6937 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938
6939         * nnimap.el (nnimap-open-connection): Message when opening connection
6940         for debugging purposes.
6941
6942         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6943         on every setup buffer call to allow this to change from article to
6944         article.
6945
6946         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6947         buffers where we have a wide table.
6948
6949 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6950
6951         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6952         uses *-request-thread.
6953
6954 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6955
6956         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6957         incantation, which is no longer valid.
6958
6959 2010-10-14  Julien Danjou  <julien@danjou.info>
6960
6961         * shr.el: Fix defcustom type (char -> character).
6962
6963 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6964
6965         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6966         programs.
6967
6968 2010-10-14  Julien Danjou  <julien@danjou.info>
6969
6970         * shr.el (shr-tag-a): Use url-link as widget type.
6971
6972         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6973         `gnus-group-get-icon'.
6974
6975 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6976
6977         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6978         This should make server editing work better.
6979
6980         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6981
6982         * tls.el (tls-program): Remove spurious %s from openssl.
6983
6984         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6985         (nnimap-parse-flags): Fix regexp.
6986
6987         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6988         probably work for CJVK text, too.
6989
6990         * nnimap.el (nnimap-extend-tls-programs): Remove.
6991         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6992
6993         * tls.el (tls-starttls-switches): Remove starttls hack.
6994         (open-tls-stream): Ditto.
6995         (tls-find-starttls-argument): Ditto.
6996
6997 2010-10-13  Julien Danjou  <julien@danjou.info>
6998
6999         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7000         responses.
7001
7002 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7003
7004         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7005
7006         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7007         anything in Emacs.
7008
7009         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7010
7011 2010-10-13  Julien Danjou  <julien@danjou.info>
7012
7013         * shr.el (shr-width): Make shr-width a defcustom with default to
7014         fill-column.
7015         (shr-tag-img): Use shr-width rather than fill-column.
7016
7017 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * dgnushack.el (byte-optimize-apply):
7020         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7021
7022         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7023         position when (X-)Faces exist.
7024         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7025         avatars when called interactively.
7026
7027 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7030         gnus-article-x-face-too-ugly is bound.
7031
7032 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033
7034         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7035
7036         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7037         mailbox that doesn't exist.
7038
7039 2010-10-12  Julien Danjou  <julien@danjou.info>
7040
7041         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7042         (shr-get-image-data): Encode URL properly when fetching from cache.
7043         (shr-tag-img): Use aligned-to spaces to align correctly images.
7044
7045         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7046         before inserting the Gravatar.
7047
7048         * shr.el (shr-tag-img): Add align attribute support for <img>.
7049
7050 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7051
7052         * gnus-gravatar.el (gnus-art): Require.
7053
7054         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7055         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7056         Remove long obsoleted functions.
7057
7058 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
7061
7062         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7063
7064         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7065         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7066         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
7067         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7068         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7069         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7070         * sieve-manage.el, smime.el, spam.el:
7071         Fix comment for declare-function.
7072
7073 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7074
7075         * nnimap.el (nnimap-request-rename-group): Select group read-only
7076         before renaming it.
7077
7078         * shr.el (shr-insert): Fix up the white space only regexp.
7079
7080         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7081         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7082
7083         * shr.el (shr-current-column): New function.
7084         (shr-find-fill-point): New function.
7085
7086 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7087
7088         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7089         numbers.
7090
7091 2010-10-11  Julien Danjou  <julien@danjou.info>
7092
7093         * shr.el (shr-hr-line): Add.
7094         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7095         display hr lines.
7096         (shr-max-columns): Do not change state to nil if we just inserting
7097         spaces.
7098
7099 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100
7101         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7102         select the last group.
7103
7104 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7105
7106         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7107
7108 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7109
7110         * dig.el (dig-mode-map): Declare and define in one step.
7111
7112 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7115         for Gnus.
7116         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7117         (nnimap-update-qresync-info): Mark \Seen articles as read.
7118
7119         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7120         non-variable, too.
7121
7122         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7123         available.
7124         (nnimap-update-info): Rely more on the current active than the param
7125         active to avoid marking articles as read too much.
7126
7127         * auth-source.el (auth-source-create): Use (user-login-name) for the
7128         user name default.
7129
7130         * nnimap.el (nnimap-update-info): If the server doesn't return any
7131         useful info, just use the previous info.
7132         (nnimap-update-info): Prefer old info over start-article.
7133         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7134
7135 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7136
7137         * nnir.el (autoload): Clean up autoloads.
7138         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7139         Use key rather than value.
7140         (nnir-imap-search-other): New variable.
7141         (nnir-read-parm): Use it.
7142         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7143         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7144
7145 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7146
7147         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7148         the process, too.
7149
7150 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7151
7152         * spam.el (gnus-summary-mode-map): Bind to "$".
7153         Suggested by Russ Allbery.
7154
7155         * shr.el: Rework the way things are indented by <li> slightly.
7156
7157         * gnus.el (gnus-group-set-parameter): Fix typo.
7158
7159         * nnimap.el: Start implementing QRESYNC support.
7160
7161 2010-10-09  Julien Danjou  <julien@danjou.info>
7162
7163         * nnir.el (nnir-engines): Fix too many arguments.
7164
7165 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7166
7167         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7168         group is the "last", so that the backends like nnfolder actually save
7169         their folders.
7170
7171         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7172         try to use that for the tls stream.
7173         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7174         UIDVALIDITY and find out which groups are read-only and not.
7175         (nnimap-get-flags): Use the same marks parsing code as the rest of
7176         nnimap.
7177
7178 2010-10-09  Julien Danjou  <julien@danjou.info>
7179
7180         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7181
7182         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7183         retrieving gravatars.
7184
7185         * shr.el (shr-table-corner): Add.
7186         (shr-table-line): Add.
7187         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7188
7189 2010-10-08  Julien Danjou  <julien@danjou.info>
7190
7191         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7192
7193 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7194
7195         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7196
7197         * gnus-sum.el (gnus-mark-article-as-unread)
7198         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7199         (gnus-summary-set-bookmark): Use it.
7200
7201         * gnus-msg.el (gnus-setup-message): Use it.
7202
7203         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7204
7205         * gnus.el (gnus-group-remove-parameter): Use it.
7206
7207         * gnus-group.el (gnus-group-make-web-group): Use it.
7208
7209         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7210
7211         * nnregistry.el: Update docs to mention manual.
7212
7213         * gnus-registry.el: Update docs to mention nnregistry.el.
7214         (gnus-registry-initialize): Don't install nnregistry refer method
7215         automatically.
7216         (gnus-registry-install-nnregistry): Remove it.
7217
7218 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7219
7220         * shr.el (shr-insert): Don't insert double spaces.
7221
7222 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-gravatar.el (gnus-treat-from-gravatar)
7225         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7226         called interactively.
7227
7228         * gnus-art.el (gnus-mime-view-part-externally)
7229         (gnus-mime-view-part-internally): Make predicate function passed to
7230         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7231         of a mime type.
7232
7233         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7234
7235 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7236
7237         * shr.el (require): Require cl when compiling.
7238         (shr-tag-hr): New function.
7239
7240         * nnimap.el (nnimap-update-info): Remove double setting of high.
7241         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7242         This makes nnimap work properly on Courier again.
7243
7244         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7245         the variable for backwards compatibility.
7246
7247         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7248         the file name before using to avoid setting mm-default-directory to
7249         nil.
7250
7251         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7252         bidning gnus-agent variables.
7253
7254         * shr.el (shr-render-td): Use a cache for the table rendering function
7255         to avoid getting an exponential rendering behavior in nested tables.
7256         (shr-insert): Rework the line-breaking algorithm.
7257         (shr-insert): Don't leave trailing spaces.
7258         (shr-insert-table): Also insert empty TDs.
7259         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7260
7261 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7262
7263         * gnus-sum.el (gnus-number): Rename from `number'.
7264         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7265         (gnus-summary-limit-children): Update uses correspondingly.
7266
7267 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7270         (gnus-gravatar-transform-address): Don't show avatars of people of
7271         which mail addresses match gnus-gravatar-too-ugly.
7272
7273 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7274
7275         * shr.el (shr-table-widths): Expand TD elements to fill available
7276         space.
7277
7278 2010-10-07  Julien Danjou  <julien@danjou.info>
7279
7280         * nnimap.el (nnimap-request-rename-group): Add this method.
7281
7282 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7285         name from XEmacs' function-arglist.
7286
7287         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7288         gravatar under XEmacs.
7289
7290 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7291
7292         * auth-source.el: Update docs with TODO items.
7293
7294         * gnus-sync.el: Update docs to explain state and plans.
7295
7296         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7297         Hooks for mark updates.
7298         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7299
7300         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7301         hooks with arguments, which is needed for mark update hooks.
7302
7303 2010-10-06  Julien Danjou  <julien@danjou.info>
7304
7305         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7306         was matched.
7307
7308         * sieve-manage.el: Update example in `Commentary'.
7309
7310         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7311
7312         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7313         not 2000.
7314         (sieve-manage-authenticate): Re-add function.
7315
7316 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7317
7318         * shr.el (shr-insert): Get 'space transition right.
7319         (shr-render-td): Only delete space at the end of the TD.
7320
7321         * nnimap.el (nnimap-open-connection): Prepare to support
7322         open-gnutls-stream.
7323
7324         * shr.el: Rearrange function order to be more logical.
7325
7326 2010-10-06  Julien Danjou  <julien@danjou.info>
7327
7328         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7329         (nnrss-discover-feed): Remove 404 URL in docstring.
7330
7331         * nnir.el: Fix Swish-E URL.
7332         Fix Namazu URL.
7333
7334         * message.el (message-change-subject): Remove 404 URL in a comment.
7335
7336 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7339         called interactively.
7340
7341         * gnus-util.el (gnus-remove-if): Allow hash table.
7342         (gnus-remove-if-not): New function.
7343
7344         * gnus-art.el (gnus-mime-view-part-as-type):
7345         * gnus-score.el (gnus-summary-score-effect):
7346         * gnus-sum.el (gnus-read-move-group-name):
7347         Replace remove-if-not with gnus-remove-if-not.
7348
7349         * gnus-group.el (gnus-group-completing-read):
7350         Regard collection as a hash table if it is not a list.
7351
7352 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353
7354         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7355
7356         * shr.el: Document the table-rendering algorithm.
7357
7358 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7361         for Emacsen having no `libxml-parse-html-region' support.
7362
7363 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7364
7365         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7366         invalid URLs.
7367
7368         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7369         line-broken.
7370         (shr-tag-img): Ignore image fetching errors.
7371         (shr-overlays-in-region): Compute overlay positions correctly.
7372
7373         * mm-decode.el (mm-shr): Require shr.
7374
7375         * gnus-art.el (gnus-blocked-images): Move variable here.
7376
7377         * shr.el (shr-insert-table): Bind free variable.
7378
7379         * mm-decode.el (mm-shr): Bind shr-content-function.
7380
7381         * shr.el (shr-content-function): New variable.
7382
7383         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7384         added for symmetry.
7385
7386         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7387
7388         * gnus-group.el (gnus-group-make-group): Doc fix.
7389
7390         * nnimap.el (nnimap-request-newgroups): Return success.
7391
7392         * shr.el (shr-find-elements): New function.
7393         (shr-tag-table): Put all the images after the table.
7394         (shr-tag-table): Really inhibit images inside the table.
7395         (shr-collect-overlays): Copy over overlays from the TD elements to the
7396         main document.
7397
7398         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7399         gnus-blocked-images.
7400
7401 2010-10-05  Julien Danjou  <julien@danjou.info>
7402
7403         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7404
7405         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7406         (gnus-html-maximum-image-size): Add this function.
7407         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7408
7409         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7410         server-value of the capability is nil.
7411
7412 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7413
7414         * shr.el (shr-tag-em): Add <EM> tag.
7415
7416 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7417
7418         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7419         customizable.
7420
7421         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7422         handing broken links to browse-url.
7423
7424 2010-10-05  Julien Danjou  <julien@danjou.info>
7425
7426         * gnus-util.el (gnus-emacs-completing-read)
7427         (gnus-iswitchb-completing-read): Use autoload rather than require.
7428
7429 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7432         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7433         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7434         iswitchb-temp-buflist for XEmacs.
7435
7436         * gnus-util.el (gnus-completing-read-function): Exclude
7437         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7438         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7439         XEmacs.
7440
7441         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7442         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7443
7444         * gnus-html.el: Don't require help-fns under XEmacs.
7445         (gnus-html-schedule-image-fetching): Work for XEmacs.
7446
7447         * mm-decode.el (mm-shr): Decode contents by charset.
7448
7449 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7450
7451         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7452         unknown.
7453
7454         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7455         (shr-get-image-data): Ensure against the cache file missing.
7456
7457         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7458         for data.
7459
7460         * spam-report.el (spam-report-url-ping-plain): Don't query about
7461         killing the process.
7462
7463         * shr.el (shr-render-td): Protect against too-wide text.
7464
7465 2010-10-04  Julien Danjou  <julien@danjou.info>
7466
7467         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7468         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7469
7470         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7471         retrieved.
7472
7473 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7474
7475         * shr.el (browse-url): Require.
7476         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7477         lines.
7478         (shr-show-alt-text, shr-browse-image): New commands.
7479         (shr-browse-url, shr-copy-url): New commands.
7480
7481         * gnus-sum.el (gnus-widen-article-window): New variable.
7482         (gnus-summary-select-article-buffer): Use it.
7483
7484         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7485         without @ signs.
7486
7487 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7488
7489         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7490
7491 2010-10-04  Julien Danjou  <julien@danjou.info>
7492
7493         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7494         for XEmacs.
7495
7496 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7497
7498         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7499
7500         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7501         (nnimap-close-server): Implement.
7502
7503         * dgnushack.el (iswitchb): Require to shut up the compiler.
7504
7505         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7506         (shr-insert): Tweak line breaking.
7507         (shr-insert): Handle <pre> better.
7508         (shr-tag-li): Get <li> indentation right.
7509         (shr-tag-li): Get <li> indentation even righter.
7510         (shr-tag-blockquote): Ensure paragraph start.
7511         (shr-make-table): Tweak table generation.
7512         (shr-make-table): Fix typo.
7513
7514         * shr.el: Implement table rendering.
7515
7516 2010-10-04  Julien Danjou  <julien@danjou.info>
7517
7518         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7519
7520 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7521
7522         * shr.el (shr-insert): Use string anchors instead of line anchors.
7523
7524 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7525
7526         * shr.el: Add headings.
7527         (shr-ensure-paragraph): Actually work.
7528         (shr-tag-li): Make <ul> prettier.
7529         (shr-insert): Get white space at the beginning/end of elements right.
7530         (shr-tag-p): Collapse subsequent <p>s.
7531         (shr-ensure-paragraph): Don't insert double line feeds after blank
7532         lines.
7533         (shr-insert): \t is also space.
7534         (shr-tag-s): Fix "s" tag name function.
7535         (shr-tag-s): Fix face prop name.
7536
7537 2010-10-03  Julien Danjou  <julien@danjou.info>
7538
7539         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7540
7541         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7542         gnus-window-inside-pixel-edges.
7543
7544         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7545         gnus-ems.
7546
7547         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7548
7549         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7550         function.
7551
7552         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7553         resize choice.
7554
7555 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7556
7557         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7558         beginning of the buffer.
7559
7560         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7561         article buffer again.
7562
7563         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7564
7565         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7566         when it's at the start of the buffer.
7567
7568         * shr.el (shr-tag-blockquote): Convert name.
7569         (shr-rescale-image): Use the right image-size variant.
7570
7571         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7572         buffer isn't shown, then select the current article first instead of
7573         bugging out.
7574         (gnus-summary-select-article-buffer): Show both the article and summary
7575         buffers again.
7576
7577         * shr.el (shr-fontize-cont): Protect against regions with no text.
7578         Rename tag functions to shr-tag-* for enhanced security.
7579         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7580
7581 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7582
7583         * shr.el (shr-insert):
7584         * pop3.el (pop3-movemail):
7585         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7586         loaded.
7587
7588 2010-10-03  Glenn Morris  <rgm@gnu.org>
7589
7590         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7591
7592         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7593
7594         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7595
7596         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7597
7598         * gnus-util.el (gnus-make-local-hook): Simplify.
7599
7600 2010-10-02  Julien Danjou  <julien@danjou.info>
7601
7602         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7603         (gnus-ido-completing-read): New function.
7604         (gnus-emacs-completing-read): New function.
7605         (gnus-completing-read): Use gnus-completing-read-function.
7606         Add gnus-completing-read-function.
7607
7608 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7609
7610         * shr.el (shr-insert-document): Autoload.
7611         (shr-img): Be silent.
7612         (shr-insert): Add a newline after every picture before text.
7613         (shr-add-font): Use overlays for combining faces.
7614         (shr-insert): Pass upwards the text start point.
7615
7616         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7617         possible.
7618         (mm-shr): New function.
7619
7620 2010-10-02  Julien Danjou  <julien@danjou.info>
7621
7622         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7623         should go backward.
7624
7625 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7626
7627         * shr.el (shr): Fix typo in provide call.
7628
7629 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7630
7631         * shr.el: New file.
7632
7633         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7634
7635         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7636         completing read.
7637
7638 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7639
7640         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7641         we're being queried about.  Suggested by Dan Jacobson.
7642
7643         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7644         Suggested by Jason Eisner.
7645
7646         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7647         table, too.  Suggested by Stefan Wiens.
7648         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7649         the table unnecessary.  Suggested by Stefan Wiens.
7650
7651         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7652         longer needed, and probably doesn't work either, as pointed out by
7653         Stefan Wiens.
7654         (gnus-summary-exit): Remove call to the clearing function.
7655         (gnus-summary-exit-no-update): Ditto.
7656
7657         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7658         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7659         Reported by Stefan Monnier.
7660         (gnus-summary-save-in-rmail): Ditto.
7661
7662         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7663         article buffer, instead of both the article buffer and the summary
7664         buffer.  Sort of suggested by Dan Jacobson.
7665
7666         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7667
7668         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7669         Suggested by Dan Jacobson.
7670
7671         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7672         documentation clearer.
7673
7674         * message.el (message-shorten-references): Comment on the number "21".
7675         Suggested by Stefan Monnier.
7676
7677         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7678         Suggested by Dan Jacobson.
7679
7680         * gnus.el (gnus-large-newsgroup):
7681         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7682
7683         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7684         externalize attachments.  Bug reported by Steve Wen.
7685
7686         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7687         really message anything to the user.
7688
7689         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7690         directly.
7691
7692         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7693         messages in empty groups.
7694
7695 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7696
7697         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7698         non-UIDNEXT group.
7699
7700 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7701
7702         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7703         not the value from the collection.
7704
7705         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7706         values.  This sometimes happens on some groups that have no info.
7707         (nnimap-request-newgroups): New function.
7708
7709 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7710
7711         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7712         check into `gnus-registry-initialize'.
7713         (gnus-registry-initialize): Ditto.
7714         Fix and extend header docs.
7715
7716 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7717
7718         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7719         regexp backtrace overflows.
7720
7721         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7722         for starttls that tls.el implements; i.e. openssl.
7723
7724         * tls.el (tls-starttls-switches): Give up on using starttls with
7725         gnutls-cli.
7726         (tls-program): Add --insecure to be consistent with the defaults from
7727         openssl s_client.  Now all three commands are insecure.
7728
7729 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * lpath.el: Bind completion-styles-alist for XEmacs.
7732
7733         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7734         (gravatar-create-image): New function that's an alias to
7735         gnus-xmas-create-image, gnus-create-image, or create-image.
7736         (gravatar-data->image): Use it.
7737
7738 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7739
7740         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7741         install the nnregistry refer method.
7742         (gnus-registry-install-hooks): Use it.
7743         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7744         unfollowed groups.
7745
7746 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7747
7748         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7749         expanding threads.
7750
7751 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7752
7753         * nnir.el: Use the server names without suffixes (bug #7009).
7754
7755         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7756         unencrypted to STARTTLS, if possible.
7757
7758 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7759
7760         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7761         headers before superseding.
7762
7763 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7764
7765         * nnrss.el (nnrss-use-local): Add documentation.
7766
7767         * nnimap.el (nnimap-extend-tls-programs): New function.
7768         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7769         (nnimap-wait-for-connection): Accept the greeting from the stupid
7770         output from openssl s_client -starttls, too.
7771
7772         * tls.el (tls-starttls-switches): New variable.
7773         (tls-find-starttls-argument): Use it.
7774         (open-tls-stream): Ditto.
7775
7776         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7777         (netrc-machine): Ditto.
7778
7779         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7780         article number.
7781         (nnimap-split-fancy): New variable.
7782         (nnimap-split-incoming-mail): Use it.
7783
7784         * nntp.el (nntp-server-list-active-group): Document.
7785
7786         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7787         SELECT to get the message-id.
7788
7789         * mail-source.el (mail-sources): Remove webmail support.
7790         (defvar): Ditto.
7791         (mail-source-fetcher-alist): Ditto.
7792         (mail-source-fetch-webmail): Remove.
7793
7794         * webmail.el: Remove -- doesn't seem relevant any more.
7795
7796         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7797
7798         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7799         the \r.
7800
7801 2010-09-30  Julien Danjou  <julien@danjou.info>
7802
7803         * gnus-agent.el (gnus-agent-add-group): Fix call to
7804         gnus-completing-read.
7805
7806 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7807
7808         * nndoc.el (nndoc-retrieve-groups): New function.
7809
7810         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7811         `default', use nnmail-split-methods.
7812         (nnimap-request-article): Downcase the NILs so that they are nil.
7813
7814         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7815         symbol.
7816
7817         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7818         code, since if the user has requested network, that's what they ought
7819         to get.
7820         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7821         (nnimap-split-rule): Mark as obsolete.
7822
7823         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7824         New variable.
7825
7826         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7827         correct slot, too.
7828
7829 2010-09-29  Julien Danjou  <julien@danjou.info>
7830
7831         * gnus.el (gnus-local-domain): Declare variable obsolete.
7832
7833         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7834         Fix history computing.
7835         (gnus-ido-completing-read): Require ido.
7836
7837 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7840         build Gnus.
7841
7842         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7843         when interpreting the structures.
7844         (nnimap-request-accept-article): Add \r\n to the lines to make this
7845         work with Cyrus.
7846
7847         * nndraft.el (nndraft-request-expire-articles): Use the group name
7848         instead if "nndraft".  Fix found by Nils Ackermann.
7849
7850 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7851
7852         * nnregistry.el: Add.
7853
7854 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7855
7856         * nnmail.el (group, group-art-list, group-art):
7857         Remove unneeded directives.
7858
7859 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7862         (mm-mime-charset):
7863         * rfc2047.el (rfc2047-syntax-table):
7864         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7865
7866         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7867         rather than `insert-file-contents' and `eval-region'.
7868
7869         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7870         construction.
7871
7872         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7873
7874         * time-date.el: No need to require cl for Emacs 21.
7875
7876 2010-09-29  Julien Danjou  <julien@danjou.info>
7877
7878         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7879         replacement of `gnus-gravatar-relief' to mimic
7880         `gnus-faces-properties-alist'.
7881         Add :version property.
7882
7883 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * mail-source.el (mail-source-report-new-mail):
7886         * message.el (message-default-mail-headers):
7887         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7888
7889         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7890
7891 2010-09-28  Julien Danjou  <julien@danjou.info>
7892
7893         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7894         mail-address contains the same string as real-name.
7895
7896         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7897         non-blank in header, otherwise it'll get stripped.
7898
7899         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7900         real-name, and then for mail address rather than doing : or , search.
7901
7902 2010-09-27  Julien Danjou  <julien@danjou.info>
7903
7904         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7905         right completing-read function.
7906         (gnus-use-ido): New variable
7907         (gnus-completing-read-with-default): Remove.
7908         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7909         (gnus-agent-add-group):
7910         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7911         * mm-view.el (mm-view-pkcs7-decrypt):
7912         * mm-util.el (mm-codepage-setup):
7913         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7914         * mml-smime.el (mml-smime-openssl-sign-query):
7915         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7916         (mml-insert-multipart):
7917         * gnus-msg.el (gnus-summary-yank-message):
7918         * gnus-int.el (gnus-start-news-server):
7919         * mm-decode.el (mm-interactively-view-part):
7920         * gnus-dired.el (gnus-dired-attach):
7921         * gnus.el (gnus-read-method):
7922         * gnus-bookmark.el (gnus-bookmark-jump):
7923         * gnus-art.el (gnus-mime-view-part-as-type)
7924         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7925         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7926         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7927         * nnmairix.el (nnmairix-create-server-and-default-group)
7928         (nnmairix-update-groups, nnmairix-get-server)
7929         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7930         (nnmairix-get-group-from-file-path):
7931         * nnrss.el (nnrss-find-rss-via-syndic8):
7932         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7933         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7934         (gnus-group-browse-foreign-server):
7935         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7936         (gnus-summary-execute-command, gnus-summary-respool-article)
7937         (gnus-read-move-group-name):
7938         * gnus-score.el (gnus-summary-increase-score)
7939         (gnus-summary-score-effect):
7940         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7941
7942 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7945         x-focus-frame.
7946
7947         * nnimap.el (auth-source-forget-user-or-password)
7948         (auth-source-user-or-password): Autoload.
7949
7950         * message.el (message-from-style, message-interactive)
7951         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7952         (message-yank-prefix, message-indentation-spaces, message-signature)
7953         (message-signature-file): Add comment.
7954
7955 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956
7957         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7958         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7959         new articles.
7960
7961         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7962         parts.
7963         (nnimap-request-article): Work with the t setting, too.
7964
7965         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7966         that you don't get flashes of other buffers.
7967         (gnus-summary-show-complete-article): Intern before setting.
7968
7969 2010-09-27  David Engster  <dengste@eml.cc>
7970
7971         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7972         well as HEADERS.
7973         (nnmairix-retrieve-headers): Provide new argument for the above.
7974
7975 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7976
7977         * gnus-sum.el (gnus-summary-move-article): Don't alter
7978         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7979         group.
7980
7981         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7982
7983         * message.el (message-cite-prefix-regexp): Revert my last edit.
7984
7985         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7986         variable instead of the Gnus variable.
7987
7988         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7989
7990         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7991
7992         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7993         since some servers don't like it.
7994         (nnimap-open-connection): Forget credentials if the server says the
7995         password was wrong.
7996         (nnimap-parse-line): Protect against invalid data.
7997
7998         * gnus-sum.el (gnus-summary-move-article): Add comment.
7999         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8000         nothing alters it while scanning for new messages.
8001
8002         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8003         which may or may not help.
8004         (nnimap-open-connection): If we're doing a stream connection, and then
8005         discover we're on a STARTTLS-capable server, then open a STARTTLS
8006         connection instead.
8007
8008 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8009
8010         * nnimap.el (utf7): Require.
8011
8012         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8013         prefix.
8014
8015 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8016
8017         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8018
8019 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8020
8021         * nnimap.el (nnimap-request-accept-article): Message the error on
8022         error.
8023
8024 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8027
8028 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029
8030         * nndoc.el (nndoc-request-list): Return success always.
8031
8032         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8033         `fetch-old' -- we only want to fetch the articles we've requested.
8034         The rest are in the agent, probably.
8035         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8036         disappeared server" to something low.  It's not important.
8037
8038         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8039         arrived before the FETCH data.
8040
8041         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8042         target here, because we don't know the Gnus name of the group.
8043
8044         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8045         for the correct group.
8046
8047         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8048
8049         * gnus.el (gnus): Give a final warning after startup.
8050
8051         * gnus-util.el (gnus-action-message-log): New variable.
8052         (gnus-message): Use it.
8053         (gnus-final-warning): New function.
8054
8055         * nnimap.el (nnimap-open-connection): Record the greeting.
8056         (nnimap): Add greeting.
8057
8058 2010-09-26  Julien Danjou  <julien@danjou.info>
8059
8060         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8061         arguments.
8062         (gnus-html-wash-images): Fix spec computing to include start/end.
8063
8064         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8065
8066 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067
8068         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8069         deletion.
8070         (nnimap-retrieve-headers): Don't select the group, because that's
8071         already done by nnimap-possibly-change-group.
8072
8073         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8074         (gnus-picon-transform-address): Use it.
8075
8076         * mail-source.el (mail-source-value): Revert previous patch.
8077
8078         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8079         on failure.
8080         (nnimap-open-connection): Look up both virtual and physical server name
8081         credentials.
8082
8083         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8084
8085 2009-02-07  Dave Love  <fx@gnu.org>
8086
8087         * tls.el (open-tls-stream): Don't query killing process.
8088
8089 2009-02-08  Dave Love  <fx@gnu.org>
8090
8091         * gnus-win.el (gnus-window-to-buffer-helper)
8092         (gnus-all-windows-visible-p): Function needn't be a symbol.
8093
8094         * mail-source.el (mail-source-value): Function needn't be a symbol.
8095
8096 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8097
8098         * message.el (message-cite-prefix-regexp): Remove } from the cite
8099         prefix.
8100
8101         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8102         highlight again, so that the highlight is correct.
8103
8104         * gnus-picon.el (gnus-picon): Remove again.
8105         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8106
8107         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8108         doing the header highlightling, so that the background color of the
8109         picon is correct.
8110
8111         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8112         (gnus-picon): Ditto.
8113         (gnus-picon): Reinstate.  The background color for picons is white.
8114         (gnus-picon-insert-glyph): Make the background white.
8115
8116         * nnml.el (nnml-open-nov): Don't return dead buffers.
8117
8118         * auth-source.el (auth-source-create): Query the user for whether to
8119         store the credentials.
8120
8121         * netrc.el (netrc-store-data): New function.
8122
8123         * auth-source.el (auth-source-user-or-password): Use the existing auth
8124         sources, if any, for creation.
8125
8126         * gnus.el (gnus-group-fast-parameter): Return the last matching
8127         parameter instead of the first matching parameter.
8128
8129 2010-09-26  Julien Danjou  <julien@danjou.info>
8130
8131         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8132
8133 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * mml2015.el (mml2015-use): Remove gpg support.
8136
8137         * mml1991.el (mml1991-function-alist): Remove gpg function.
8138         (mml1991-gpg-sign): Remove.
8139
8140 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8141
8142         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8143         (gnus-browse-unsubscribe-current-group): Document it.
8144         (gnus-browse-unsubscribe-group): Use it.
8145
8146 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8147
8148         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8149         address to the To list for easier response.
8150
8151         * gnus.el (gnus-play-startup-jingle): Remove.
8152         (gnus-splash): Don't play jingle.
8153         (gnus): Silence gnus-load message.
8154
8155         * gnus-art.el (gnus-treat-play-sounds): Remove.
8156
8157         * gnus.el (gnus-play-jingle): Remove audio support.
8158
8159         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8160
8161         * earcon.el: Remove -- no users.
8162
8163         * gnus-audio.el: Remove -- no users of this package.
8164
8165         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8166
8167         * gnus-start.el (gnus-setup-news): Remove nocem support.
8168
8169         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8170
8171         * gnus.el (gnus-use-nocem): Remove.
8172
8173         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8174         Remove.
8175
8176         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8177         uses NoCeM any more.
8178
8179         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8180         (gnus-button-ctan-handler): Ditto.
8181         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8182         (gnus-button-ctan-directory-regexp): Ditto.
8183         (gnus-button-handle-ctan): Ditto.
8184         (gnus-button-tex-level): Ditto.
8185         (gnus-button-alist): Remove CTAN stuff.
8186
8187 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8188
8189         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8190         nnimap-streaming test.
8191
8192         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8193         servers twice.
8194
8195         * nnimap.el (nnimap-open-connection): Add more error reporting when
8196         nnimap fails early.
8197
8198         * nnheader.el (nnheader-get-report-string): New function.
8199         (nnheader-get-report): Use it.
8200
8201         * gnus-int.el (gnus-check-server): Say what the error was when opening
8202         failed.
8203
8204         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8205         using streaming.
8206
8207 2010-09-25  Julien Danjou  <julien@danjou.info>
8208
8209         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8210         gnus-window-inside-pixel-edges.
8211
8212 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8215
8216         * mm-decode.el (mm-save-part): Allow saving to other directories the
8217         normal Emacs way.
8218
8219         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8220         Suggested by Jay Berkenbilt.
8221
8222         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8223         there isn't a single byte.
8224
8225         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8226         just do it.  It doesn't really seem to matter what the user responds
8227         here, I think, so it's just a confusing question.
8228
8229         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8230         non-streaming case.
8231
8232         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8233         (gnus-article-encrypt-body): Use it.
8234
8235         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8236         keystroke.
8237
8238         * nnimap.el (nnimap-find-wanted-parts-1):
8239         Use gnus-fetch-partial-articles.
8240
8241         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8242
8243         * nnimap.el (nnimap-insert-partial-structure): New function.
8244         (nnimap-get-partial-article): New function.
8245         (nnimap-request-article): Use it.
8246         (nnimap-wait-for-response): Return whether the wait was successful.
8247         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8248         retrieval wasn't successful.
8249         (nnimap-retrieve-group-data-early): Allow throttling servers.
8250         (nnimap-streaming): New variable.
8251         (nnimap-fetch-partial-articles): Remove.
8252
8253         * mm-decode.el (mm-with-part): Protect against killed buffers.
8254
8255         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8256         for prettier summary display.
8257
8258 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8259
8260         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8261
8262 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8263
8264         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8265         apparently third-party libraries depend on it.
8266
8267         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8268         before starting negotiation.
8269
8270         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8271         privacy reasons.
8272         (gnus-treat-mail-gravatar): Ditto.
8273
8274         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8275         buffer when inserting images.  Inserting text into the headers, for
8276         instance, can make them invalid.
8277
8278 2010-09-25  Julien Danjou  <julien@danjou.info>
8279
8280         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8281         variables.
8282
8283         * nnheader.el: Remove useless variables news-reply-yank-from and
8284         news-reply-yank-message-id.
8285
8286         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8287         variables.
8288
8289         * mml1991.el: Remove useless mml1991-verbose.
8290
8291         * gnus.el: Remove useless variable gnus-use-generic-from.
8292         Remove obsolete variable gnus-topic-indentation.
8293
8294         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8295
8296         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8297
8298         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8299
8300         * gnus-group.el: Remove useless gnus-group-icon-cache.
8301         Remove useless gnus-ephemeral-group-server.
8302
8303         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8304
8305         * mml2015.el: Remove useless mml2015-verbose.
8306
8307         * mml-smime.el: Remove useless mml-smime-verbose.
8308
8309         * gnus.el: Remove useless gnus-local-domain.
8310
8311         * gnus-gravatar.el (gnus-gravatar-transform-address):
8312         Use gnus-gravatar-size.
8313
8314         * gnus-art.el: Remove useless gnus-treat-translate.
8315
8316 2010-09-24  Julien Danjou  <julien@danjou.info>
8317
8318         * gnus-sum.el: Add support for Gravatars.
8319
8320         * gnus-art.el: Add support for Gravatars.
8321
8322         * gnus-gravatar.el: Add this file.
8323
8324         * gravatar.el: Add this file.
8325
8326 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8327
8328         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8329
8330         * gnus-group.el (gnus-group-fetch-faq): Remove.
8331
8332         * gnus.el (gnus-group-faq-directory): Remove.
8333
8334         * gnus-group.el (gnus-group-fetch-charter): Remove.
8335
8336         * gnus.el (gnus-group-charter-alist): Remove.
8337
8338         * gnus-group.el (gnus-group-archive-directory): Remove.
8339         (gnus-group-recent-archive-directory): Ditto.
8340         (gnus-group-make-archive-group): Remove.
8341
8342         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8343
8344         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8345         use the same article number for all the cached articles.
8346
8347         * nnimap.el (nnimap-command): Register the last command time so
8348         that we can use it for idling NOOPs.
8349         (nnimap-open-connection): Start the keeplive timer.
8350         (nnimap-make-process-buffer): Store all the process buffers.
8351         (nnimap-keepalive): New function.
8352
8353         * starttls.el (starttls-open-stream): Add autoload cookie.
8354
8355 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8356
8357         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8358         handling.
8359
8360 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8363         its data structures.
8364
8365         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8366         instead of the cl.el copy-list.
8367         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8368         equalp.
8369
8370 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8373         and tool-bar-local-item-from-menu.
8374
8375         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8376         mode-line-highlight face for Emacs.
8377
8378         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8379         loading gnus-sum.elc; fix comment for canlock-verify.
8380         (gnus-article-jump-to-part): Use read-number.
8381         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8382         Remove Emacs pre-21 compatible code for help-echo.
8383         (gnus-article-next-page-1): No need to adjust the number of lines.
8384         (gnus-article-describe-bindings): Always use help-buffer.
8385
8386         * gnus-audio.el (gnus-audio-inline-sound):
8387         * gnus-cus.el (gnus-custom-mode):
8388         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8389
8390         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8391
8392         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8393         compatible code.
8394
8395 2010-09-24  Glenn Morris  <rgm@gnu.org>
8396
8397         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8398         visiting the fcc file in rmail-mode.
8399
8400         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8401
8402 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * nnir.el: Silence the byte compiler.
8405
8406         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8407         alias to browse-url-url-encode-chars if any.
8408         (gnus-html-encode-url): Use it.
8409
8410 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8411
8412         * gnus-start.el (gnus-use-backend-marks): New variable.
8413         (gnus-get-unread-articles-in-group): Use it.
8414
8415         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8416         makeover.
8417
8418 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8419
8420         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8421
8422 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8425         Remove.
8426         (gnus-setup-news-hook):
8427         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8428
8429         * gnus-int.el (gnus-request-update-info): Protect against backends not
8430         having the function.
8431
8432         * nnimap.el (nnimap-stream): Mention starttls.
8433         (nnimap-open-connection): Add starttls support.
8434
8435 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8436
8437         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8438
8439 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8440
8441         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8442         BODYSTRUCTUREs.
8443         (nnimap-transform-headers): Unfold quoted {42} headers.
8444
8445         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8446         the info.
8447         (gnus-get-unread-articles): Only call updatep on backends that support
8448         it.
8449
8450         * nnweb.el (nnweb-request-update-info): NOOP.
8451
8452         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8453
8454         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8455         since it only deals with marks.
8456
8457         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8458         gnus-request-marks, and make a new gnus-request-update-info.
8459
8460         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8461         the active instead of the high number, which is usually too low.
8462
8463 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8464
8465         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8466         * encrypt.el: Remove.
8467
8468 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8469
8470         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8471         server in symbolic form.
8472
8473         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8474
8475 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8476
8477         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8478         (nnimap-update-info): Fix up code slightly.
8479
8480         * gnus-int.el (gnus-open-server): Add tracing for performance
8481         debugging.
8482
8483         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8484         (gnus-group-insert-group-line): Pass the real group name so that it
8485         gets the right data.
8486
8487         * gnus-start.el (gnus-get-unread-articles): Don't have
8488         `gnus-get-unread-articles-in-group' update info, since that can be
8489         really slow and doesn't seem to be needed?
8490
8491 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8492
8493         * time-date.el (date-to-time): Try using parse-time-string first before
8494         using the slower timezone-make-date-arpa-standard.
8495
8496 2010-09-22  Julien Danjou  <julien@danjou.info>
8497
8498         * gnus-group.el (gnus-group-insert-group-line):
8499         Call gnus-group-highlight-line.
8500         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8501         default hook list.
8502         (gnus-group-update-eval-form): Add new function.
8503         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8504         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8505
8506 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8509         immediate, then expire all articles.
8510         (nnimap-update-info): Fix off-by-one errors.
8511         (nnimap-flags-to-marks): Would return no marks lists for group with no
8512         flags.  Instead return the other data.
8513
8514 2010-09-22  Julien Danjou  <julien@danjou.info>
8515
8516         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8517         Only return an icon.
8518         (gnus-group-insert-group-line): Compute icon to return.
8519
8520         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8521         (gnus-html-image-fetched): Only cache if
8522         gnus-html-image-automatic-caching is set.
8523         (gnus-html-image-fetched): Check for errors.
8524
8525 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8526
8527         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8528         once per method on `g'.  This ensures that backends like nnfolder don't
8529         open all their folders.
8530
8531         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8532         (nnimap-request-list): Nix out group in the correct buffer.
8533         (nnimap-parse-flags): Implement by using `read' instead of
8534         hand-parsing.
8535         (nnimap-flags-to-marks): Pass on permanent-flags.
8536         (nnimap-make-process-buffer): Record the server name.
8537         (nnimap-parse-flags): Fix typo.
8538         (nnimap-request-scan): Run split on the server in general, not just a
8539         single group.
8540
8541         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8542         parameter, and propagate this downwards.
8543
8544         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8545         since EXAMINE changes it on the server.
8546
8547         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8548         this command might take a while.
8549
8550 2010-09-22  Julien Danjou  <julien@danjou.info>
8551
8552         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8553         harmful if you have 2 images side-by-side, they can't be properly
8554         update on text deletion.  Using text-property is safer here.
8555         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8556         data.
8557
8558 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8559
8560         * nnimap.el (nnimap-expunge-inbox): Remove.
8561         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8562         (nnimap-expunge): Flip default to t.
8563
8564         * gnus.el (gnus-method-to-server): Don't push things to the cache
8565         unless it's unique.
8566         (gnus-server-to-method): Ditto.
8567
8568 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8569
8570         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8571
8572 2010-09-22  Julien Danjou  <julien@danjou.info>
8573
8574         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8575         get the start of data.
8576         (gnus-html-encode-url): Add this function to encode special chars in
8577         URL.
8578         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8579         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8580
8581         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8582         default.
8583         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8584
8585         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8586         images alt-text.
8587         (gnus-html-put-image): Put alt-text as help-echo.
8588
8589 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8592         * mm-util.el (mm-decompress-buffer):
8593         * nnir.el (nnir-run-find-grep):
8594         * pop3.el (pop3-list): Use 3rd arg of split-string.
8595
8596         * time-date.el (format-seconds): Comment fix.
8597
8598         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8599         and byte-optimize-form-code-walker.
8600         (dgnushack-make-auto-load): Don't advise make-autoload.
8601
8602         * lpath.el: Remove Emacs 21 stuff.
8603
8604 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8607         outside the active range.  Suggested by Dan Christensen.
8608
8609         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8610         slightly later to avoid double-getting it.
8611
8612         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8613         previous patch.
8614
8615         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8616
8617 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8618
8619         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8620
8621 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8622
8623         * gnus-int.el (gnus-open-server): Give a better error message in the
8624         "go offline" case.
8625
8626         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8627         marks for nnimap, which is seldom the right thing to do.
8628
8629         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8630         (gnus-same-method-different-name): New function.
8631
8632         * nnimap.el (parse-time): Require.
8633
8634         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8635         method in the presence of many similar methods.
8636
8637         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8638
8639         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8640         nnml-inhibit-expiry.
8641
8642         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8643         find out whether methods are equal.
8644
8645         * nnimap.el (nnimap-find-expired-articles): New function.
8646         (nnimap-process-expiry-targets): New function.
8647         (nnimap-request-move-article): Request the article before looking at
8648         what the Message-ID is.  Fix found by Andrew Cohen.
8649         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8650
8651         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8652         for oldness in addition to being a predicate.
8653
8654         * nnimap.el (nnimap-request-group): When we have zero articles, return
8655         the right data to Gnus.
8656         (nnimap-request-expire-articles): Only delete articles immediately if
8657         the target is 'delete.
8658
8659         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8660         method, this would bug out.
8661
8662         * gnus-group.el (gnus-group-expunge-group): Rename from
8663         gnus-group-nnimap-expunge, and implemented as a normal interface
8664         function.
8665
8666         * gnus-int.el (gnus-request-expunge-group): New function.
8667
8668         * nnimap.el (nnimap-request-create-group): Implement.
8669         (nnimap-request-expunge-group): New function.
8670
8671 2010-09-21  Julien Danjou  <julien@danjou.info>
8672
8673         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8674         (gnus-html-cache-expired): Add new function.
8675         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8676         wethever we should display image for fetch it.
8677         Compute alt-text earlier to pass it to the fetching function too.
8678         (gnus-html-schedule-image-fetching): Change function argument to only
8679         get one image at a time, not a list.
8680         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8681         cache.
8682         (gnus-html-get-image-data): New function to retrieve image data from
8683         cache.
8684         (gnus-html-put-image): Change buffer argument to use image data rather
8685         than file, and place image above region rather than inserting a new
8686         one.  Do not take alt-text as argument, since it's useless now: we place
8687         the image above alt-text.
8688         (gnus-html-prune-cache): Remove.
8689         (gnus-html-show-images): Start to fetch image when we find one, do not
8690         push into a temporary list.
8691         (gnus-html-prefetch-images): Only fetch image if they have expired.
8692         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8693         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8694
8695 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8698
8699 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8702         spec inser "*" if the group isn't active instead of 0.
8703
8704         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8705         opening the server.
8706         (nnimap-request-delete-group): Implement group deletion.
8707         (nnimap-transform-headers): Return the size of the entire message in
8708         the Bytes header, not just the size of the first part.
8709         (nnimap-request-move-article): When moving an article from nnimap,
8710         request the article first so the accepting form has an article to
8711         accept.  Reported by Dan Christensen.
8712         (nnimap-command): Make sure that the error message doesn't error out.
8713
8714 2010-09-20  David Edmondson  <dme@dme.org>
8715
8716         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8717         we haven't requested anything.
8718
8719 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8720
8721         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8722         "".  Fix found by Andrew Cohen.
8723
8724         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8725         instead of -encode-string.
8726
8727 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8730
8731         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8732         by mm-subst-char-in-string.
8733
8734 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8735
8736         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8737         waiting for the connection string.
8738
8739         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8740         arriving.
8741
8742         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8743         bogus characters.  This allows selecting certain Gmail groups.
8744
8745         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8746         (nnimap-fetch-partial-articles): New variable.
8747         (nnimap-open-connection): When looking for credentials, also use the
8748         nnimap-server-port.
8749         (nnimap-request-article): Return the group/article number, so that Gnus
8750         `^' works as expected.
8751         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8752
8753         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8754         comments.
8755         (gnus-methods-sloppily-equal): New function.
8756         (gnus): When using the development version of Gnus, load the gnus-load
8757         file.
8758
8759         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8760         `gnus-open-server' on each method before trying to scan them etc.
8761         This ensures that all the backend parameters are set correctly.
8762
8763         * nnimap.el (nnimap-authenticator): New variable.
8764         (nnimap-open-connection): Allow anonymous login.
8765         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8766         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8767
8768         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8769         patch, found by Knut Anders Hatlen.
8770
8771 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8772
8773         * gnus-agent.el (gnus-agent-batch-confirmation)
8774         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8775         to gnus-message.
8776         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8777         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8778         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8779         * gnus-int.el (gnus-open-server): Likewise.
8780         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8781         (gnus-score-check-syntax): Likewise.
8782         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8783         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8784         Likewise.
8785         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8786
8787 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8788
8789         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8790         calling conventions so that prefetch doesn't bug out.
8791
8792 2010-09-19  Julien Danjou  <julien@danjou.info>
8793
8794         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8795         rather than `subst-char-in-region' in order to be able to replace ASCII
8796         char by UTF-8 ones.
8797
8798         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8799         than curl.
8800         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8801         the right URL and ALT text on images.
8802         (gnus-html-wash-tags): Fix tag case.
8803         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8804         (gnus-article-html): Add -o display_ins_del=2 option.
8805         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8806
8807 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8808
8809         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8810         the extra mail headers, which sometimes seem to happen for unknown
8811         reasons.
8812
8813         * mail-parse.el (mail-header-encode-parameter): Define as
8814         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8815         (or most, perhaps?) mail readers don't understand the latter, but do
8816         understand the former.
8817
8818         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8819         to nil, so that no methods are automatically agentized.  I think this
8820         is probably what most users want.
8821
8822         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8823         from url-retrieve, for instance about invalid URLs.
8824
8825         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8826         groups that have no articles.
8827         (nnimap-request-article): Check that we really got an article when we
8828         requested one.
8829
8830         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8831         doesn't exist.
8832
8833         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8834         nntp buffer so the agent can save it.
8835         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8836         that CRLF doesn't get translated to \n.
8837         (nnimap-open-connection): Don't make 'shell commands only send \n.
8838
8839 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8840
8841         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8842         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8843         Update var name.
8844         (nnml-generate-nov-file): Use dolist.
8845         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8846         Use with-current-buffer.
8847
8848 2010-09-18  Julien Danjou  <julien@danjou.info>
8849
8850         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8851         parallel.
8852
8853 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8856         the range update right.
8857         (nnimap-request-group): Don't make `M-g' bug out on group with no
8858         marks.
8859         (nnoo): Require, so that other packages can require nnimap.
8860         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8861         command we're looking for.  This helps when the server sends more
8862         responses after we've gotten everything we expected.
8863         (nnimap): Add a `newlinep' field to keep track of end-of-line
8864         conventions.
8865         Don't send CRLF to things that don't want it.
8866         (nnimap-request-accept-article): Ditto.
8867
8868 2010-09-18  Julien Danjou  <julien@danjou.info>
8869
8870         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8871         than curl to retrieve images.
8872
8873 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8874
8875         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8876         the marks.
8877         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8878         (nnimap-wait-for-connection): New function.
8879         (nnimap-open-connection): If we have PREAUTH, don't query for login
8880         credentials.
8881         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8882         when doing a partial update.
8883
8884 2010-09-18  Julien Danjou  <julien@danjou.info>
8885
8886         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8887         tags.
8888
8889 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890
8891         * nnimap.el (nnimap-credentials): New function.
8892         (nnimap-open-connection): Use the new function to look for credentials
8893         also on the numeric equivalents of "imap" and "imaps".
8894
8895         * gnus-start.el (gnus-activate-group): Send the info to
8896         gnus-request-group.
8897
8898         * nnimap.el (nnimap-request-group): Have the "check" version of the
8899         function parse flags and update the info, so that a `M-g' get a total
8900         resync of all flags from the group.
8901
8902         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8903         to allow backends to alter the info on group selection.  Also alter all
8904         the backend -request-group functions to take the parameter.
8905
8906         * nnimap.el (nnimap-store-info): New function.
8907         (nnimap-update-info): Store the info for later usage.
8908         (nnimap-request-group): Use the stored info for the dont-check case, so
8909         that we don't retrieve all marks when we enter a group.
8910
8911         * nnimap.el: Use deffoo instead of defun for interface functions.
8912
8913         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8914         update the group info.  This makes the nndraft groups, for instance, go
8915         back to their old behavior.
8916
8917         * gnus-sum.el (gnus-select-newsgroup): Indent.
8918
8919         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8920         in.
8921         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8922         nothing.
8923
8924         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8925         from methods that are denied.
8926
8927         * gnus-int.el (gnus-method-denied-p): New function.
8928
8929         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8930         store the password instead of netrc.
8931         (nnimap-open-connection): Don't error out when we can't make a
8932         connections.
8933
8934         * auth-source.el (auth-source-create): In the password prompt, say what
8935         we're querying for.  Also prompt for user name if that hasn't been
8936         given.
8937
8938         * nnimap.el (nnimap-with-process-buffer): Remove.
8939
8940 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8941
8942         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8943         method when we're reading from the agent.
8944
8945         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8946
8947         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8948         that's probably most useful for users.
8949
8950         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8951         "failed" all the time.
8952
8953         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8954         ...)) with (with-current-buffer ... ).
8955
8956         * nntp.el (nntp-open-server): Return whether the open was successful or
8957         not.
8958
8959         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8960         select an unread unseen article first.
8961
8962         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8963         /etc/services, supply some sensible port defaults.
8964
8965         * dgnushack.el: Define netrc-credentials.
8966
8967 2010-09-17  Julien Danjou  <julien@danjou.info>
8968
8969         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8970
8971 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8972
8973         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8974         doesn't have any parameters.
8975
8976 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8977
8978         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8979         only upcased checks.
8980
8981         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8982
8983         * nnimap.el (nnimap-open-shell-stream): New function.
8984         (nnimap-open-connection): Use it.
8985         (nnimap-transform-headers): Get the number of lines in each message.
8986         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8987         number of lines.
8988         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8989         problem.
8990
8991         * utf7.el (utf7-encode): Autoload.
8992
8993         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8994         to allow the mail splitting to not return a default group.  This is
8995         useful for nnimap, which will leave unmatched mail in the inbox.
8996
8997         * nnimap.el: Rewritten.
8998
8999         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9000         nnimap usage.
9001
9002         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9003         if the move is internal, so that nnimap can do fast internal moves.
9004
9005         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9006         data.
9007         (gnus-read-active-for-groups): Support finishing the early retrieval of
9008         data.
9009
9010         * gnus-range.el (gnus-range-nconcat): New function.
9011
9012         * gnus-int.el (gnus-finish-retrieve-group-infos)
9013         (gnus-retrieve-group-data-early): New functions.
9014
9015 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9016
9017         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9018         (nnrss-retrieve-groups):
9019         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9020         (pop3-quit): Use with-current-buffer.
9021
9022 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9025         instead of nnheader-accept-process-output.
9026
9027         * dgnushack.el (dgnushack-compile): Add comment.
9028
9029         * lpath.el: No need to fbind propertize for XEmacs 21.4.
9030
9031         * gnus-html.el (gnus-html-schedule-image-fetching)
9032         (gnus-html-prefetch-images): Replace process-kill-without-query by
9033         gnus-set-process-query-on-exit-flag.
9034
9035 2010-09-16  Romain Francoise  <romain@orebokech.com>
9036
9037         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9038
9039 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9040
9041         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9042         parameter to unintern is mandatory-ish in Emacs 24.
9043
9044         * gnus-html.el (gnus-html-schedule-image-fetching)
9045         (gnus-html-prefetch-images): Check for curl before using it.
9046
9047         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9048         depend on curl, which isn't essential.
9049
9050         * imap.el: Revert back to version
9051         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9052         seem problematic.
9053
9054 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9055
9056         * gnus-registry.el (gnus-registry-install-shortcuts):
9057         Explicitly pass `obarray' to `unintern' to avoid a warning.
9058
9059 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9060
9061         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9062         change.
9063
9064         * nnrss.el (nnrss-request-list): Remove this function and related
9065         functions, including the moreover stuff.
9066
9067 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * nnrss.el (nnrss-retrieve-groups): New function.
9070
9071 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9072
9073         * .dir-locals.el: Add no-byte-compile cookie.
9074
9075 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * time-date.el (format-seconds): Comment fix.
9078
9079         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9080         for back end that doesn't support request-scan.
9081
9082 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9083
9084         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9085         then do request scans from the backends.
9086
9087         * netrc.el (netrc-credentials): New conveniency function.
9088
9089         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9090         avoid running a hook per line, since this takes a lot of time,
9091         profiling shows.
9092         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9093         directly if gnus-visual-p is true.
9094
9095 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9098         groups; replace mapcar with dolist which is a bit faster; pass groups
9099         info to gnus-read-active-file-1.
9100         (gnus-read-active-file-1): Scan only specified groups if the new
9101         optional arg `infos' is given.
9102
9103 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9104
9105         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9106
9107         * pop3.el (pop3-movemail): Remove.
9108         (pop3-streaming-movemail): Rename to pop3-movemail.
9109
9110         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9111         don't restrict end-tag searches to the end of the line.
9112
9113 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9116         articles of every unchecked group to t, which means unknown since the
9117         server has never been opened.
9118
9119 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120
9121         * gnus-html.el (gnus-html-show-alt-text): New command.
9122         (gnus-html-browse-image): Ditto.
9123         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9124         to browse the image directly.
9125         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9126         better.
9127
9128         * gnus-async.el (gnus-async-article-callback):
9129         Call `gnus-html-prefetch-images' unconditionally.
9130
9131         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9132         before feeding URLs to curl.
9133
9134 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9137         internal images as deletable by `W D D'.
9138
9139         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9140         (gnus-async-article-callback): Fix typo.
9141
9142 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9143
9144         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9145         current line to work around bugs in the output from w3m.
9146
9147         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9148         for groups that want that.
9149
9150         * nntp.el (nntp-wait-for-string): Supply a timeout for
9151         accept-process-output to ensure progress.
9152
9153         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9154         level to get unread articles from, then use that for foreign groups,
9155         too.
9156
9157         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9158         confuses the rest of the function.
9159
9160         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9161         for the methods that support -retrieve-groups, too.
9162
9163         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9164
9165 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9168         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9169
9170         * pop3.el: Require cl when compiling.
9171         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9172
9173 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9174
9175         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9176         that aren't going to be activated.
9177         (gnus-get-unread-articles): Fix up the last commit.
9178
9179         * gnus-html.el (gnus-article-html): Allow calling without specifying
9180         the handle.  In that case, dissect the buffer first.
9181
9182         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9183
9184         * nnimap.el (nnimap-open-connection): Revert the change that would look
9185         into authinfo for imaps instead of imap.
9186
9187         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9188         say that you don't want to call gnus-request-group with don-check, but
9189         do check the reponse.  This is for virtual groups only.
9190         (gnus-get-unread-articles): Count the archive groups as secondary, so
9191         that they're activated the same way as before.
9192
9193         * imap.el (imap-message-map): Removed optional buffer parameter, since
9194         no callers use it.
9195         (imap-message-get): Ditto.
9196         (imap-message-put): Ditto.
9197         (imap-mailbox-map): Ditto.
9198         (imap-mailbox-put): Ditto.
9199         (imap-mailbox-get): Ditto.
9200         (imap-mailbox-get): Revert last change for this function.
9201
9202         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9203         case-insensitively.
9204         (nnimap-debug): Remove.
9205
9206         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9207         callers to use `imap-fetch' instead.  According to the comments, this
9208         should be safe, since all other IMAP clients use the 1:* syntax.
9209         (imap-enable-exchange-bug-workaround): Remove.
9210         (imap-debug): Remove -- doesn't seem very useful.
9211
9212         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9213         mail from a file, and the file doesn't exist.
9214
9215         * imap.el (imap-log): New convenience function used throughout instead
9216         of repeating the same code all over the place.
9217
9218         * pop3.el (pop3-streaming-movemail): Return t for success.
9219
9220         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9221         .authinfo if we're using ssl connection.
9222
9223         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9224         already have if we're in a main Gnus `g' run.
9225
9226         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9227
9228 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9231
9232         * nnmh.el (nnmh-request-list-1): Bind `file'.
9233
9234         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9235         alias to set-process-query-on-exit-flag or process-kill-without-query.
9236         (pop3-open-server): Use it.
9237
9238 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239
9240         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9241         box to the Incoming file.  Fixes mistake in previous checkin.
9242
9243         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9244         request loop (for debugging purposes) removed.
9245
9246         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9247         culprit is more visible.
9248         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9249         (nnml-add-incremental-nov): New functions to do "incremental" nov
9250         updates, where we just append to the end of the existing nov files
9251         without reading/writing them in full.
9252
9253         * mail-source.el (mail-source-delete-crash-box): Really only check the
9254         incoming files once in a while.
9255
9256         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9257
9258         * mail-source.el (mail-source-delete-crash-box): Only check the
9259         incoming files for deletion once per day to save a lot of file
9260         accesses.
9261
9262         * pop3.el (pop3-logon): Fix up unbound variable typo.
9263
9264         * mail-source.el (pop3-streaming-movemail): Autoload.
9265
9266         * pop3.el (pop3-streaming-movemail):
9267         Respect pop3-leave-mail-on-server.
9268
9269         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9270         retrieval.
9271
9272         * pop3.el (pop3-process-filter): Remove unused function.
9273         (pop3-streaming-movemail, pop3-send-streaming-command)
9274         (pop3-wait-for-messages, pop3-write-to-file)
9275         (pop3-number-of-responses): New functions for streaming pop3
9276         retrieval.
9277
9278         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9279         come from no known methods.
9280         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9281         list.
9282
9283         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9284         message sizes.
9285         (pop3-movemail): Use erase-buffer instead of looping and deleting
9286         regions, which seems rather odd.
9287
9288         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9289         file once per `g' run.
9290
9291         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9292         directories.  This makes the draft queue directory work.
9293
9294         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9295         data from the backends, so that we only request the list of groups from
9296         each method once.  This should speed things up considerably.
9297
9298         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9299         detect that it's not implemented.
9300
9301         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9302         we actually do recurse down into the tree, but don't stat all leaf
9303         nodes.
9304
9305         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9306         then say so instead of bugging out.
9307
9308         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9309         files exist before trying to read them.
9310
9311         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9312         around <pre_int>.
9313
9314         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9315
9316         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9317
9318 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9319
9320         * mm-util.el (mm-image-load-path): Just return the image directories,
9321         not all directories in the path in addition to the image directories.
9322         (mm-image-load-path): Maintain a cache of the image directories so that
9323         the `g' command in Gnus doesn't have to stat dozens of directories each
9324         time.
9325
9326         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9327         (gnus-html-wash-tags): Add a new `i' command to insert images.
9328         (gnus-html-insert-image): New command and keystroke.
9329         (gnus-html-redisplay-with-images): New command and keystroke.
9330         (gnus-html-show-images): Rename command.
9331         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9332         spacers.
9333         (gnus-html-wash-tags): Decode entities at the end, so that entities
9334         inside the tags don't mess up the rest of the "parsing".
9335
9336         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9337         so that nnimap methods aren't agentized by default.  There's apparently
9338         many problems related to agent/imap behavior.
9339
9340         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9341
9342         * gnus-html.el: Doc fix.
9343
9344 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9347         specifier-spec-list for Emacs 21.
9348
9349         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9350         glyph-width and glyph-height instead of display-graphic-p and
9351         image-size; make avoidance of displaying small images work for XEmacs.
9352
9353         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9354         for XEmacs.
9355
9356         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9357         of symbol that holds plist data.
9358         (gnus-process-plist): Remove plist of process after getting it.
9359
9360 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9361
9362         * message.el (message-generate-hashcash): Change default to
9363         'opportunistic if hashcash is installed.
9364
9365         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9366         (gnus-html-put-image): Only call image-size once, since it's somewhat
9367         time-consuming on remote X servers.
9368
9369 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9370
9371         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9372         type on data, not a file name.
9373
9374         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9375         window-pixel-edges for Emacs 21.
9376
9377         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9378         decoded contents.
9379         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9380
9381 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9382
9383         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9384         group line format, since it isn't very interesting.
9385
9386         * gnus-agent.el (gnus-agent-short-article),
9387         (gnus-agent-long-article): Increase values for these two variables,
9388         since most people are likely to have more network connection and
9389         storage than before.
9390
9391         * gnus.el (gnus-refer-article-method): Change default to 'current.
9392         When referring an article, the common behavior is to refer it from the
9393         current select method, not the native select method.  The chances of
9394         the native select method having the message in question is rather slim
9395         these days.
9396
9397         * gnus-sum.el (gnus-auto-select-subject): Change default to
9398         `unseen-or-unread'.  I think it's likely that most people want to
9399         select an unseen article over a previously seen, but unread one.
9400
9401         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9402         means that in the article buffer none of the minor mode elements will
9403         be shown, usually, and this is not desirable in most cases.
9404
9405         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9406         that commands like `d' (and the like) go to the next line in the
9407         buffer, instead of the next unread article.  I think this is the
9408         behavior that is most natural for most users.
9409         (gnus-single-article-buffer): Change default to nil, so that people can
9410         have as many article buffers open as they have summary buffer.  I think
9411         this is the most natural way for the groups to behave.
9412
9413         * message.el (message-generate-new-buffers): Change default to
9414         `unsent', so that all new message buffers start their names with the
9415         string "*unsent", and it's easier to find the buffers if you move from
9416         them.
9417
9418 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9421         small.  They're probably tracking images.
9422         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9423         (gnus-html-rescale-image): Yet another try at getting the image sizing
9424         right.
9425
9426         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9427         nntp-marks-file-name is nil.
9428
9429 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9430
9431         * gnus-html.el (gnus-html-wash-tags)
9432         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9433         Better logging.
9434
9435 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9438
9439         * gnus-html.el (gnus-html-wash-tags): Check the value of
9440         gnus-blocked-images in the summary buffer.
9441
9442 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9443
9444         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9445
9446 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9447
9448         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9449         like "a", it seems like.
9450         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9451         since it needs to be picked from the correct buffer.
9452
9453         * nnwfm.el: Remove.
9454
9455         * nnlistserv.el: Remove.
9456
9457 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9458
9459         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9460         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9461
9462 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * nnkiboze.el: Remove.
9465
9466         * nndb.el: Remove.
9467
9468         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9469         alt text.
9470         (gnus-html-rescale-image): Try to get the rescaling logic right for
9471         images that are just wide and not tall.
9472
9473         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9474         overshadow variable bindings.
9475
9476 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9477
9478         * gnus-html.el (gnus-html-wash-tags)
9479         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9480         Add extra logging.
9481
9482 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9483
9484         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9485         (gnus-max-image-proportion): New variable.
9486         (gnus-html-rescale-image): New function.
9487         (gnus-html-put-image): Rescale images.
9488
9489 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9490
9491         Fix up some byte-compiler warnings.
9492         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9493         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9494         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9495         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9496         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9497         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9498         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9499
9500 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-html.el (gnus-article-html): Decode contents by charset.
9503
9504 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9507         (gnus-html-frame-width, gnus-blocked-images):
9508         * message.el (message-prune-recipient-rules): Add custom version.
9509         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9510
9511         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9512         functions.
9513
9514         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9515         gnus-process-get.
9516
9517 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9518
9519         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9520         instead of lsub directly.
9521
9522 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * nnwarchive.el: Remove.
9525
9526         * gnus-soup.el: Remove.
9527
9528         * nnsoup.el: Remove.
9529
9530         * nnultimate.el: Remove.
9531
9532         * gnus-html.el (gnus-blocked-images): New variable.
9533
9534         * message.el (message-prune-recipients): New function.
9535         (message-prune-recipient-rules): New variable.
9536
9537         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9538         guess whether a long line is natural text or not.
9539
9540         * gnus-html.el (gnus-html-schedule-image-fetching):
9541         Use gnus-process-plist and friends for compatibility.
9542
9543 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9544
9545         * gnus-html.el: Require packages that define macros used in this file.
9546         (gnus-article-mouse-face): Declare to silence byte-compiler.
9547         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9548         process-get.
9549         (gnus-html-put-image): Use plist-get to avoid getf.
9550         (gnus-html-prefetch-images): Use with-current-buffer.
9551
9552 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gnus-ems.el: Provide compatibility functions for
9555         gnus-set-process-plist.
9556
9557         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9558         header-line-format for XEmacs 21.4.
9559
9560         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9561         * gnus.el (gnus-valid-select-methods):
9562         * message.el (message-send-mail-partially-limit):
9563         * mm-decode.el (mm-text-html-renderer):
9564         * mml.el (mml-insert-mime-headers-always):
9565         * smiley.el (smiley-regexp-alist): Bump custom version.
9566
9567 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9568
9569         * gnus-html.el: require mm-url.
9570         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9571         with the url to `url'.
9572         (gnus-html-wash-tags): Support cid: URLs/images.
9573
9574 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9575
9576         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9577         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9578         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9579
9580         * gnus-move.el: Remove file, since it doesn't really work.
9581
9582         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9583         UTF-8.  This seems to fix problems with some German web feeds.
9584
9585         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9586         at the top so that the proper colors are applied.
9587
9588         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9589         don't have dots in their names.
9590
9591         * gnus-art.el (gnus-article-view-part): Doc fix.
9592
9593         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9594         XEmacs-compatible.
9595         (gnus-html-put-image): Don't do images on non-graphic displays.
9596
9597         * nnslashdot.el: Remove this unused backend.
9598
9599         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9600         actions.
9601         (gnus-undo-register-1): Revert last change.
9602
9603         * gnus-group.el (gnus-group-completing-read): Protect against not
9604         having completion-styles bound.
9605
9606         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9607         make broken recipients happier.
9608
9609         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9610
9611         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9612         point parameter.
9613
9614         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9615
9616         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9617         completion-styles for group selection.
9618
9619 2009-02-04  Andreas Schwab  <schwab@suse.de>
9620
9621         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9622         headers and regexp-quote the match if necessary.
9623
9624 2009-03-24  Miles Bader  <miles@gnu.org>
9625
9626         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9627         the blinking smiley.
9628
9629 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9630
9631         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9632         blink smiley.
9633
9634 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9635
9636         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9637         where the dribbel file lives exists.
9638
9639         * message.el (message-send-mail-partially-limit): Change the default to
9640         nil, since most people don't want this.
9641
9642         * mm-url.el (mm-url-decode-entities): Also decode entities like
9643         &#x3212.
9644
9645 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9646
9647         * gnus-sum.el (gnus-summary-idna-message):
9648         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9649         Hyperlink urls in docstrings with URL `...'.
9650
9651 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9652
9653         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9654         functions.
9655
9656 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9657
9658         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9659         say what the mouseover text should be.
9660
9661         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9662         version of the mm-w3m-safe-url-regexp variable to only download images
9663         in the groups where we want that to happen.
9664
9665         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9666
9667         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9668         easier debugging.
9669         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9670         big pictures in the article buffer.
9671
9672         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9673         gnus-article-html.
9674         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9675         w3m.
9676
9677         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9678
9679 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9680
9681         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9682         which doesn't exist.
9683
9684         * message.el (message-inhibit-ecomplete): New variable to allow some
9685         function to inhibit ecomplete address storage.
9686         (message-resend): Disable ecomplete message storage when resending
9687         messages.
9688
9689         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9690
9691 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9694         Save excursion while copying, moving, and deleting articles in order to
9695         prevent the cursor from jumping to unforeseen place.
9696
9697 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * lpath.el: No need to bind bookmark-current-buffer,
9700         bookmark-yank-point and bookmark-make-record-function.
9701
9702 2010-08-17  Glenn Morris  <rgm@gnu.org>
9703
9704         * gnus-sync.el: Require gnus components whose functions are used.
9705
9706         * gnus-art.el (bookmark-make-record-function):
9707         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9708         Declare for compiler.
9709
9710         * mm-url.el (mml-compute-boundary): Autoload.
9711
9712 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9715
9716 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9717
9718         Typo fix "hoo4a" -> "hook".
9719
9720         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9721
9722 2010-08-14  Glenn Morris  <rgm@gnu.org>
9723
9724         * gnus-sync.el (gnus-sync): Fix defgroup version.
9725
9726 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9727
9728         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9729
9730         * gnus-sync.el: Fix docs.
9731         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9732         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9733
9734 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9735
9736         Optimizations for gnus-sync.el.
9737
9738         * gnus-sync.el: Add docs about gnus-sync-backend
9739         possibilities.
9740         (gnus-sync-save): Remove unnecessary message.
9741         (gnus-sync-read): Optimize and show what groups were skipped.
9742
9743 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9744
9745         Minor bug fixes for gnus-sync.el.
9746
9747         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9748         Don't read the sync on get-new-news.
9749
9750         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9751         quiet.
9752
9753         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9754         (fix typo).
9755
9756 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9757
9758         Make saving and restoring of hidden threads work with overlays.
9759         Patch applied by Ted Zlatanov.
9760
9761         * gnus-sum.el (gnus-hidden-threads-configuration)
9762         (gnus-restore-hidden-threads-configuration): Update to deal with text
9763         properties, rather than searching for a magic character.
9764
9765 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9766
9767         New gnus-sync.el library for synchronization of marks.
9768
9769         * gnus-sync.el: New library for synchronization of marks.
9770
9771         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9772         renamed from `gnus-registry-grep-in-list'.
9773
9774         * gnus-registry.el (gnus-registry-follow-group-p):
9775         Use `gnus-grep-in-list'.
9776
9777         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9778
9779 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9782         determining charset of text fails.
9783
9784 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * nnmail.el (nnmail-get-new-mail-1): Revert.
9787
9788         * nnml.el (nnml-active-number): Make sure names of newly created groups
9789         in nnml-group-alist are encoded.
9790
9791 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9794         containing non-ASCII characters in active file for nnml back end.
9795
9796 2010-07-24  David Engster  <dengste@eml.cc>
9797
9798         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9799         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9800
9801 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9802
9803         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9804         tag (Bug#6654).
9805
9806 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9809         the article buffer, not the summary buffer.
9810
9811 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9814         Emacs 23 as well.
9815
9816 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9819         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9820
9821 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9822
9823         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9824         Patch applied by Karl Fogel.
9825
9826         * gnus-sum.el (gnus-summary-bookmark-make-record):
9827         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9828
9829 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9830
9831         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9832         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9833         C-w still not working correctly from Article buffers; Thierry's
9834         patch to fix that will be applied after this.
9835
9836         * gnus-art.el (bookmark-make-record-function): New local variable.
9837
9838         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9839         article buffer.
9840         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9841
9842 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9843
9844         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9845         on changes in bookmark.el.
9846
9847 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9850         `no-log' instead of message not to log prompt string.
9851
9852 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9853
9854         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9855         the *other* type of HTML form submission.
9856
9857 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9858
9859         * auth-source.el (auth-source-pick): If choice does not contain a
9860         questioned keyword, set the check to t.
9861
9862 2010-06-12  Romain Francoise  <romain@orebokech.com>
9863
9864         * gnus-util.el (gnus-date-get-time): Move up before first use.
9865
9866 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9869         (gnus-article-edit-part): Bind it to make last part that is substituted
9870         or deleted visible.
9871         (gnus-mime-display-single): Buttonize part of which id equals to
9872         gnus-mime-buttonized-part-id.
9873
9874 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9875
9876         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9877         (gnus-dd-mmm): Use gnus-date-get-time.
9878         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9879         simplify logic.
9880         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9881         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9882
9883 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9884
9885         * auth-source.el (top): Autoload `secrets-list-collections',
9886         `secrets-create-item', `secrets-delete-item'.
9887         (auth-sources): Fix tag string.
9888         (auth-get-source, auth-source-retrieve, auth-source-create)
9889         (auth-source-delete): New defuns.
9890         (auth-source-pick): Rewrite in order to avoid 2 passes.
9891         (auth-source-forget-user-or-password): New parameter USERNAME.
9892         (auth-source-user-or-password): New parameters CREATE-MISSING and
9893         DELETE-EXISTING.  Retrieve password interactively, if needed.
9894
9895 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9896
9897         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9898         deleting unused directories when gnus-expert-user is t.
9899
9900 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9903         for each temp file when gnus-article-browse-delete-temp is ask.
9904
9905 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9906
9907         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9908         Replace Lisp calls to delete-backward-char by calls to delete-char.
9909
9910 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9911
9912         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9913
9914 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9915
9916         * password-cache.el (password-cache-remove): Fix docstring.
9917
9918 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9921         article unless decoding article to be saved.
9922
9923 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9926         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9927         generated within the mm-with-unibyte-current-buffer macro.
9928
9929 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9932         to nil when we're in a mml-preview buffer and no group is selected.
9933
9934 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9935
9936         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9937         when catching the `C-g'.  Reported by "Leo".
9938
9939 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * message.el (message-forward-make-body-plain)
9942         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9943         multibyte-string-p.
9944
9945         * lpath.el: Revert.
9946
9947 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * message.el (message-forward-make-body-mml): Assume original message
9950         is multibyte string; error on unibyte.
9951         (message-forward-make-body-plain): Ditto; don't add excessive newline
9952         in body end.
9953
9954         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9955
9956 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9957
9958         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9959         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9960
9961 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * mm-extern.el (mm-extern-url): Don't use
9964         mm-with-unibyte-current-buffer.
9965         (mm-extern-cache-contents): Use with-current-buffer instead of
9966         save-excursion + set-buffer.
9967
9968 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * mm-util.el (mm-emacs-mule): Remove.
9971
9972 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9973
9974         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9975         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9976         change.
9977
9978 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9979
9980         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9981         bind the default value of enable-multibyte-characters to nil.
9982
9983 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9984
9985         * message.el (message-forward-make-body-plain)
9986         (message-forward-make-body-mml):
9987         Don't use mm-with-unibyte-current-buffer.
9988
9989 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9990
9991         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9992
9993 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9994
9995         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9996         (Bug#5592).
9997
9998 2010-05-07  Julien Danjou  <julien@danjou.info>
9999
10000         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10001         it to mm-pipe-part.
10002
10003         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10004         it is given.
10005
10006 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * binhex.el (binhex-decode-region-internal):
10009         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
10010         (dns-query):
10011         * nnweb.el (nnweb-gmane-search):
10012         * pgg-parse.el (pgg-parse-armor):
10013         * pgg.el (pgg-verify-region):
10014         * sha1.el (sha1-string-external):
10015         * uudecode.el (uudecode-decode-region-internal):
10016         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10017         XEmacs.
10018
10019         * gnus-art.el (gnus-article-browse-html-parts):
10020         * gnus-group.el (gnus-read-ephemeral-gmane-group):
10021         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10022         make-temp-file.
10023
10024         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10025         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10026         compiling.
10027
10028         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10029         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10030         XEmacs when compiling.
10031
10032         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10033         gnus-pick-mode-off-hook for XEmacs when compiling.
10034         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10035         gnus-binary-mode-off-hook for XEmacs when compiling.
10036
10037         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10038         Return nil if char-charset is not available.
10039
10040         * imap.el (imap-disable-multibyte)
10041         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
10042         macros.
10043
10044         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10045         instead of encode-coding-string.
10046
10047         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10048         'xemacs) instead of mm-emacs-mule to switch function definitions.
10049         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10050
10051         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
10052         bind temporary-file-directory for XEmacs;
10053         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
10054         timer-set-function for XEmacs 21.4 and SXEmacs;
10055         bind timer-list for XEmacs 21.4 and SXEmacs;
10056         fbind char-charset and find-charset-region for non-Mule XEmacs;
10057         fbind decode-coding-region, decode-coding-string, detect-coding-region,
10058         encode-coding-region and encode-coding-string for XEmacs having no
10059         file-coding feature.
10060
10061 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
10062
10063         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10064
10065 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10068         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10069
10070 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10071
10072         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10073         alias `jka-compr-delete-temp-file' no longer exists.
10074
10075 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10076
10077         Use define-minor-mode in Gnus where applicable.
10078         * mml.el (mml-mode): Use define-minor-mode.
10079         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10080         (gnus-undo-mode): Use define-minor-mode.
10081         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10082         (gnus-dead-summary-mode): Use define-minor-mode.
10083         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10084         Initialize in declaration.
10085         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10086         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10087         (gnus-mailing-list-mode): Use define-minor-mode.
10088         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10089         (gnus-draft-mode): Use define-minor-mode.
10090         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10091         (gnus-dired-mode): Use define-minor-mode.
10092
10093 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10094
10095         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10096         handles on recursive mml-to-mime translation and check them for
10097         boundary delimiter collisions.  Reported by Greg Troxel.
10098
10099 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10102
10103 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10104
10105         * mm-util.el (mm-find-buffer-file-coding-system):
10106         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10107
10108 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10109
10110         * message.el (message-generate-headers): Record insertion of optional
10111         headers as well.  Otherwise the check to prevent repeated insertion of
10112         optional headers is a no-op.
10113
10114 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10115
10116         * smime.el: Don't mention CVS.
10117
10118         * nnrss.el (nnrss-fetch): Don't mention CVS.
10119
10120         * nnir.el: Don't mention CVS.
10121
10122 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10123
10124         * gnus-sum.el (gnus-summary-bookmark-make-record):
10125         Add `location' field.
10126
10127 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * lpath.el: Fbind bookmark-default-handler,
10130         bookmark-get-bookmark-record, bookmark-make-record-default,
10131         bookmark-prop-get for Emacs <23 and XEmacs.
10132
10133 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10134
10135         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10136         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10137         Use with-current-buffer to silence the byte-compiler.
10138         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10139         bother to require `gnus'.
10140         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10141
10142 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10143
10144         * gnus-sum.el (gnus-summary-bookmark-make-record)
10145         (gnus-summary-bookmark-jump): New functions.
10146         (gnus-summary-mode): Setup bookmark support.
10147
10148 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10149
10150         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10151         if set.
10152
10153 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10156         gnus-article-browse-html-save-cid-image; make it work recursively for
10157         forwarded messages as well.
10158         (gnus-article-browse-html-parts): Work when prefix arg is given.
10159         (gnus-article-browse-html-article): Doc fix.
10160
10161 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10162
10163         * message.el (message-default-mail-headers):
10164         (message-default-headers): Carry the value mail-default-headers over
10165         into message-default-mail-headers, rather than message-default-headers.
10166
10167 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10168
10169         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10170         charset.
10171
10172         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10173         charset into the <meta> tag when the article is encoded to utf-8.
10174
10175 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-art.el (gnus-article-browse-delete-temp-files):
10178         Delete directories as well.
10179         (gnus-article-browse-html-parts): Work for images that do not specify
10180         file names; delete temp directory when quitting; insert header at the
10181         right place; use file: scheme for image files.
10182
10183 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10184
10185         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10186         (gnus-article-browse-html-parts): Use it to make temporary cid image
10187         files in addition to html file so that browser may display them.
10188
10189 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10192
10193 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10194
10195         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10196
10197 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10198
10199         * auth-source.el (auth-sources): Change default to be simpler.
10200         Explain about Secret Service API sources.  Improve Customize options.
10201         (auth-source-pick): Change to accept any number of search parameters.
10202         Implement fallbacks iteratively, not recursively.  Add scoring on the
10203         second pass and sort by score.  Call Secret Service API when needed.
10204         (auth-source-user-or-password): Use it.  Call Secret Service API
10205         directly when needed to get the user name and the password.
10206
10207 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10208
10209         * message.el (message-interactive): Doc fix.
10210         (message-qmail-inject-args): Reflow.
10211         (message-kill-to-signature): Fix typo in docstring.
10212
10213         * smiley.el (smiley-buffer): Fix typo in docstring.
10214
10215 2010-03-24  Glenn Morris  <rgm@gnu.org>
10216
10217         * mail-source.el (gnus-message): Declare.
10218         (mail-source-delete-old-incoming): Require gnus-util.
10219
10220 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10223
10224         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10225
10226         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10227         password-cache's default if it is not bound.
10228         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10229         password-cache-expiry's default if it is not bound.
10230
10231         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10232         available in Emacs 21.
10233
10234         * lpath.el: Suppress compiler warnings for:
10235         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10236         XEmacs;
10237         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10238         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10239         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10240
10241 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10242
10243         * auth-source.el (auth-sources): Fix up definition so extra parameters
10244         are always inline.
10245
10246 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10247
10248         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10249         wasn't updated after mismatch.  Clear cached mailbox info correctly
10250         when uidvalidity changes.
10251         (nnimap-group-prefixed-name): New function to avoid some code
10252         duplication.
10253         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10254         (nnimap-request-group): Use it.
10255         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10256         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10257         with many imap folders.  This is done by caching the group status from
10258         the imap server persistently in a group parameter `imap-status'.  (This
10259         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10260         but not persistently, so every Gnus startup was still very slow.)
10261
10262 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10263
10264         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10265         delete the extra newline.  Otherwise editing of :string and :number
10266         types don't work.
10267
10268 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10269
10270         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10271         secrets.el dependency.
10272         (auth-sources): Add optional user name.  Add secrets.el configuration
10273         choice (unused right now).
10274
10275 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10276
10277         * gnus-sum.el (gnus-summary-make-menu-bar):
10278         Let `gnus-registry-install-shortcuts' fill in the functions.
10279
10280         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10281         warnings.
10282         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10283         (gnus-registry-install-shortcuts): Populate and use it in a
10284         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10285
10286 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10287
10288         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10289         In-place substitutions for the group name encoding/decoding.
10290         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10291         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10292         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10293         (nnimap-update-unseen, nnimap-request-list)
10294         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10295         (nnimap-request-set-mark, nnimap-split-to-groups)
10296         (nnimap-split-articles, nnimap-request-newgroups)
10297         (nnimap-request-create-group, nnimap-request-accept-article)
10298         (nnimap-request-delete-group, nnimap-request-rename-group)
10299         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10300         `encoded-mbx' for consistency.
10301         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10302         variable `imap-current-mailbox'.
10303
10304         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10305         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10306
10307 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10308
10309         * pop3.el (pop3-display-message-size-flag): Display message size byte
10310         counts during POP3 download.
10311         (pop3-movemail): Use it.
10312         (pop3-list): Implement listing of available messages.
10313
10314 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10315
10316         * nnir.el (nnir-get-article-nov-override-function): New function to
10317         override the normal NOV retrieval.
10318         (nnir-retrieve-headers): Use it.
10319
10320 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10321
10322         * auth-source.el (netrc-machine-user-or-password): Autoload.
10323
10324 2010-03-19  Glenn Morris  <rgm@gnu.org>
10325
10326         Stop message.el from loading about 40 libraries it doesn't always need.
10327         The general approach is to autoload rather than require, and to
10328         require in the specific functions rather than the file.  (Bug#5642)
10329
10330         * gmm-utils.el: Don't require wid-edit.
10331         (widget-create-child-value, widget-convert, widget-default-get):
10332         Autoload.
10333
10334         * gnus-util.el: Don't require time-date, netrc.
10335         (message-fetch-field, gnus-group-name-decode): Declare rather than
10336         autoloading.
10337         (gnus-fetch-field): Require message.
10338         (gnus-decode-newsgroups): Require gnus-group.
10339
10340         * ietf-drums.el: Don't require time-date.
10341
10342         * message.el: Don't require hashcash, canlock, ecomplete.
10343         Do require mail-utils.  Require nnheader only when compiling.
10344         (smtpmail-default-smtp-server): Remove declaration.
10345         (message-send-mail-function): Check smtpmail-default-smtp-server
10346         is bound rather than requiring smtpmail.
10347         (message-auto-save-directory, message-insert-signature):
10348         Use expand-file-name rather than nnheader-concat.
10349         (nnheader-insert-file-contents): Autoload.
10350         (hashcash-wait-async): Declare.
10351         (message-send-mail): Only call gnus-setup-posting-charset if
10352         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10353         (message-send-mail-with-sendmail): Require sendmail.
10354         (canlock-password, canlock-password-for-verify): Declare.
10355         (message-canlock-password): Require canlock.
10356         (nnheader-get-report): Autoload.
10357         (gnus-setup-posting-charset): Declare.
10358         (message-send-news): Require gnus-msg.
10359         (message-make-references, message-make-in-reply-to): Use mail-header-id
10360         rather than the alias mail-header-message-id.
10361         (ecomplete-add-item, ecomplete-save): Declare.
10362         (message-put-addresses-in-ecomplete): Require ecomplete.
10363         (ecomplete-display-matches): Autoload.
10364
10365         * mm-decode.el: Don't require mailcap, gnus-util.
10366         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10367         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10368         Autoload.
10369         (mailcap-mime-extensions): Declare.
10370
10371         * mm-encode.el: Don't require mailcap.
10372         (mailcap-extension-to-mime): Autoload.
10373
10374         * mml-sec.el: Don't require password-cache.
10375
10376         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10377         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10378         (mml-minibuffer-read-type): Require mailcap.
10379         (mml-preview): Require gnus-msg.
10380
10381         * mml1991.el: Require password-cache.
10382         (password-cache-expiry): Remove declaration.
10383
10384         * mml2015.el: Require password-cache.
10385         (password-cache-expiry): Remove declaration.
10386
10387         * nneething.el (mailcap): Require mailcap.
10388
10389         * nnheader.el (declare-function): Add compatibility stub.
10390         (message-remove-header): Declare rather than autoload.
10391         (nnheader-replace-header): Require message.
10392
10393         * nnimap.el (declare-function): Add compatibility stub.
10394         (netrc-parse, netrc-machine-user-or-password): Declare.
10395         (nnimap-open-connection): Require netrc.
10396
10397         * nntp.el (declare-function): Add compatibility stub.
10398         (netrc-parse, netrc-machine, netrc-get): Declare.
10399         (nntp-send-authinfo): Require netrc.
10400
10401         * rfc2047.el: Don't require qp.
10402         (quoted-printable-encode-region, quoted-printable-decode-string):
10403         Autoload.
10404
10405         * sieve-mode.el: Don't require easymenu.
10406         (easy-menu-add-item): Autoload it.
10407
10408         * spam-stat.el (time-to-number-of-days): Autoload it.
10409
10410 2010-03-19  Glenn Morris  <rgm@gnu.org>
10411
10412         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10413
10414 2010-03-18  Glenn Morris  <rgm@gnu.org>
10415
10416         * hashcash.el (declare-function): Remove duplicate definition.
10417
10418 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10419
10420         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10421         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10422         value if any backslash escapes).
10423
10424 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10427         if it is available.  (bug#5647)
10428
10429         * lpath.el: Suppress compiler warning for coding-system-from-name for
10430         Emacs 21 and XEmacs.
10431
10432 2010-03-14  Juri Linkov  <juri@jurta.org>
10433
10434         * hmac-def.el:
10435         * hmac-md5.el:
10436         * netrc.el: Fix keywords.
10437
10438 2010-02-26  Glenn Morris  <rgm@gnu.org>
10439
10440         * message.el (message-send-mail-function): Change the default, so that
10441         it inherits from a customized send-mail-function.  (Bug#5643)
10442
10443 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10444
10445         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10446         shell-command-to-string signals an error (bug#5299).
10447
10448 2010-02-24  Glenn Morris  <rgm@gnu.org>
10449
10450         * message.el (message-smtpmail-send-it)
10451         (message-send-mail-with-mailclient): Doc fixes.
10452
10453 2010-02-16  Glenn Morris  <rgm@gnu.org>
10454
10455         * message.el (message-default-mail-headers): Change the default value
10456         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10457
10458 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10461         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10462
10463 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10464
10465         * time-date.el (date-to-time): Doc fix (Bug#5408).
10466
10467 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10468
10469         * message.el (message-mail): Just pass yank-action on to message-setup.
10470         (message-setup): Handle (FUN . ARGS) form of yank-action.
10471         (message-with-reply-buffer, message-widen-reply)
10472         (message-yank-original): Handle non-buffer values of
10473         message-reply-buffer (Bug#4080).
10474         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10475
10476 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10477
10478         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10479         Fix typo in docstring.
10480
10481 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10482
10483         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10484         response.
10485
10486 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10489
10490         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10491
10492         * message.el (message-check-news-header-syntax): Protect against a
10493         string that `rfc822-addresses' returns when parsing fails.
10494
10495 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10498         (gnus-previous-char-property-change): New functions.
10499
10500         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10501
10502 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10503
10504         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10505         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10506
10507 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10508
10509         * message.el (message-exchange-point-and-mark): Rework last change to
10510         avoid using optional arg of exchange-point-and-mark, for backward
10511         compatibility.
10512
10513 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10514
10515         * message.el (message-exchange-point-and-mark):
10516         Call exchange-point-and-mark with an argument rather than setting
10517         mark-active by hand (Bug#5175).
10518
10519 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * nntp.el (nntp-service-to-port): Work for service expressed with
10522         numeric string; replace [:digit:] with [0-9] for XEmacs.
10523
10524 2009-12-17  Glenn Morris  <rgm@gnu.org>
10525
10526         * gnus-group.el (gnus-bug-group-download-format-alist):
10527         Change emacs entry to debbugs.gnu.org.  Bump :version.
10528
10529 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10532
10533 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * message.el (message-info): Explain why we use `Info-goto-node'.
10536
10537 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10540
10541 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10542
10543         * message.el (message-completion-in-region): New compatibility function.
10544         (message-expand-group): Use it.
10545
10546 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10549         with no unread article should be listed if the 2nd arg `predicate' is
10550         given.
10551
10552 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10555
10556 2009-11-29  Juri Linkov  <juri@jurta.org>
10557
10558         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10559         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10560         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10561
10562 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10563
10564         * sha1.el (sha1-string-external): default-directory "/" in case
10565         otherwise non-existent.  process-connection-type pipe for touch of
10566         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10567
10568 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10569
10570         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10571         it's comms related and sgml-mode.el has "comm" on that basis too.
10572
10573 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10576         containing tspecial characters if they have been already quoted.
10577
10578 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10579
10580         * dns-mode.el (auto-mode-alist): Purecopy string.
10581
10582 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10583
10584         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10585
10586 2009-10-24  Glenn Morris  <rgm@gnu.org>
10587
10588         * gnus-art.el (help-xref-stack-item): Define for compiler.
10589
10590 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10591
10592         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10593
10594 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10597
10598 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10601         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10602
10603 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10604
10605         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10606         (gnus-overlays-in): New alias to overlays-in.
10607
10608         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10609         gnus-overlay-get, and gnus-delete-overlay.
10610         (gnus-summary-show-thread): Make it work as well for systems in which
10611         next-single-char-property-change is not available.
10612         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10613
10614         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10615         (gnus-overlay-get): New alias to extent-property.
10616         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10617
10618         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10619         SXEmacs.
10620
10621         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10622         SXEmacs.
10623
10624 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10627
10628 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10629
10630         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10631         and XEmacs that don't have `remove-overlays'.
10632
10633 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10634
10635         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10636         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10637         selective display.  Use overlays instead.
10638
10639 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10640
10641         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10642
10643 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10644
10645         * spam-stat.el (spam-stat-load): Fix typo in message.
10646
10647 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10648
10649         * dig.el (dig-invoke): Fix typo in docstring.
10650         (query-dig): Reflow docstring.
10651
10652 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10653
10654         * gnus-art.el (gnus-article-encrypt-body):
10655         * message.el (message-check-recipients):
10656         * mm-util.el (mm-codepage-setup):
10657         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10658         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10659
10660 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10661
10662         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10663         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10664         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10665         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10666         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10667
10668 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10669
10670         * dig.el: Add "Keywords: comm", as per net-utils.el.
10671
10672 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10673
10674         * dig.el (dig-mode): Use define-derived-mode.
10675
10676 2009-09-19  Glenn Morris  <rgm@gnu.org>
10677
10678         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10679
10680 2009-09-18  Glenn Morris  <rgm@gnu.org>
10681
10682         * gnus-diary.el (gnus-diary-check-message):
10683         * message.el (message-insert-formatted-citation-line):
10684         * nnbabyl.el (top-level):
10685         * nndiary.el (nndiary-schedule):
10686         Fix typos in condition-case handlers.
10687
10688 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10691         configuration that provides the sole article window in a frame;
10692         position point correctly after deleting a part.
10693
10694 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10695
10696         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10697         (spam-resolve-registrations-routine): Use it to unregister articles
10698         that change status.
10699
10700 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10701
10702         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10703         with XEmacs.
10704         (parse-time-string-chars): Use it.
10705
10706 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10707
10708         * imap.el (imap-interactive-login): Better messages.
10709         (imap-open): Fix bug with renamed buffer on reconnect.
10710         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10711         for easier debugging and cleaner code.  On successful (guessed based on
10712         server capabilities) secondary authentication, set imap-state
10713         correctly.
10714         (imap-last-authenticator): Define imap-last-authenticator as a variable
10715         to avoid warnings.
10716
10717 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * nnrss.el (nnrss-request-article): Remove binding of
10720         default-enable-multibyte-characters that has gotten needless by
10721         the 2007-07-13 change in rfc2047-encode-message-header.
10722
10723         * mml.el (mml-insert-multipart): Error on the message header.
10724         (mml-insert-part): Error on the message header; position point at
10725         the end of a MIME tag.
10726
10727 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * time-date.el (autoload): Expand define-obsolete-function-alias into
10730         defalias and make-obsolete for old Emacsen that Gnus supports.
10731         (with-no-warnings): Define it for old Emacsen.
10732         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10733         is available.
10734         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10735         float-time is available; suppress compile warning for time-to-seconds.
10736
10737         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10738         (gnus-float-time): Alias to float-time if it exists.
10739
10740         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10741         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10742         float-time is available; suppress compile warning for time-to-seconds.
10743
10744         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10745         XEmacs.
10746
10747 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10748
10749         * imap.el (imap-message-map): Docstring fix.
10750
10751 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10754         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10755         Add the optional argument `encoding' that overrides the default.
10756
10757         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10758         mm-encode-buffer.
10759
10760 2009-09-04  Glenn Morris  <rgm@gnu.org>
10761
10762         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10763         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10764         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10765         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10766         * mm-util.el (mm-with-unibyte-current-buffer)
10767         (mm-find-buffer-file-coding-system):
10768         * yenc.el (yenc-decode-region): Use default-value rather than
10769         default-enable-multibyte-characters.
10770
10771 2009-09-03  Glenn Morris  <rgm@gnu.org>
10772
10773         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10774         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10775         than default-enable-multibyte-characters.
10776
10777 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10778
10779         * gnus-art.el (gnus-article-read-summary-keys):
10780         Fix gnus-buffer-configuration's value temporarily used.
10781
10782 2009-09-02  Glenn Morris  <rgm@gnu.org>
10783
10784         * gnus-util.el (gnus-float-time): New function.
10785         * gnus-delay.el (gnus-delay-article):
10786         * gnus-sum.el (gnus-thread-latest-date):
10787         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10788         * nnspool.el (nnspool-request-newgroups):
10789         Use gnus-float-time rather than time-to-seconds.
10790         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10791
10792         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10793         (gnus-header-subject-face, gnus-header-newsgroups-face)
10794         (gnus-header-name-face, gnus-header-content-face):
10795         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10796         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10797         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10798         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10799         (gnus-cite-face-11):
10800         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10801         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10802         (gnus-server-closed-face, gnus-server-denied-face)
10803         (gnus-server-offline-face):
10804         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10805         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10806         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10807         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10808         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10809         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10810         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10811         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10812         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10813         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10814         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10815         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10816         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10817         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10818         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10819         (gnus-summary-high-undownloaded-face)
10820         (gnus-summary-low-undownloaded-face)
10821         (gnus-summary-normal-undownloaded-face)
10822         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10823         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10824         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10825         (gnus-splash-face):
10826         * message.el (message-header-to-face, message-header-cc-face)
10827         (message-header-subject-face, message-header-newsgroups-face)
10828         (message-header-other-face, message-header-name-face)
10829         (message-header-xheader-face, message-separator-face)
10830         (message-cited-text-face, message-mml-face):
10831         * sieve-mode.el (sieve-control-commands-face)
10832         (sieve-action-commands-face, sieve-test-commands-face)
10833         (sieve-tagged-arguments-face):
10834         * spam.el (spam-face):
10835         Mark face aliases with "-face" in the name as obsolete.
10836
10837 2009-09-01  Glenn Morris  <rgm@gnu.org>
10838
10839         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10840         than goto-line.
10841
10842 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10845         Don't move point if the command is invoked inside the message header.
10846
10847 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10848
10849         * imap.el (imap-send-command): Simplify.
10850         (imap-wait-for-tag): point-max -> buffer-size.
10851
10852 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10853
10854         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10855         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10856         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10857         * nnir.el (nnir-swish-e-index-file):
10858         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10859         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10860         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10861         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10862         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10863         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10864
10865 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10868         Don't save excursion.
10869
10870 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10871
10872         * nnheader.el (nnheader-find-file-noselect):
10873         * mm-util.el (mm-insert-file-contents):
10874         Use (default-value 'major-mode) instead of default-major-mode.
10875
10876 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10877
10878         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10879
10880 2009-08-26  Glenn Morris  <rgm@gnu.org>
10881
10882         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10883         than placing in files.el.
10884
10885 2009-08-25  Glenn Morris  <rgm@gnu.org>
10886
10887         * nnir.el (top-level): Don't require cl at run-time.
10888         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10889         Replace cl-function substitute with gnus-replace-in-string.
10890         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10891         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10892         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10893         simplified expansions.
10894
10895 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10896
10897         * dig.el (dig): Add autoload cookie.
10898
10899 2009-08-22  Glenn Morris  <rgm@gnu.org>
10900
10901         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10902         goto-line.
10903
10904 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10905
10906         * parse-time.el (parse-time-string-chars): Save match data.
10907
10908 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10909
10910         * parse-time.el (parse-time-string-chars): Compute using character
10911         classes, to handle non-ascii characters (Bug#3190).
10912
10913 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10914
10915         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10916
10917         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10918         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10919         (gnus-mm-display-part, gnus-mime-display-single)
10920         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10921         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10922
10923         * gnus-sum.el
10924         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10925         (gnus-summary-move-article): Add expirable mark to articles copied or
10926         moved to group that has auto-expire turned on if the option is non-nil.
10927
10928 2009-07-24  Glenn Morris  <rgm@gnu.org>
10929
10930         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10931         Fix typo.  (Bug#3903)
10932
10933 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10936         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10937         that should not be used for draft articles.
10938         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10939         that has no concern in minor mode keys.
10940         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10941         Abolish.
10942
10943 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10946         article without making inquiry to a user for unknown encoding.
10947
10948         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10949         (nnmaildir--scan): Assume i-node and device number that file-attributes
10950         returns might be cons-cell.
10951
10952         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10953
10954         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10955
10956 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10957
10958         * auth-source.el: Remove docs now in auth.texi.  Don't use
10959         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10960         `auth-source-hide-passwords' and use them.
10961
10962 2009-07-15  Glenn Morris  <rgm@gnu.org>
10963
10964         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10965
10966 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10969         excessive whitespace from the default values of title and description.
10970
10971 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10974         mail-fetch-field to fetch Content-Description header in order to
10975         exclude newlines.
10976
10977 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10978
10979         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10980         format used by GnuPG 2.0.11.
10981
10982 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10985         to deleted part.
10986
10987 2009-05-30  David Engster  <dengste@eml.cc>
10988
10989         * nnmairix.el: Remove old documentation in the commentary block.
10990         (nnmairix-request-group): Do not update active file for nnml back ends.
10991         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10992         end so that overview files are ignored.
10993         (nnmairix-update-groups): Make updating the groups more robust by using
10994         marks.
10995         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10996         with dollar characters in message-id.
10997
10998 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * spam.el: Use dns-query instead of query-dns.  Was renamed on
11001         2008-12-25 in dns.el.
11002
11003 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11004
11005         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11006         could happen if the text is only composed of spaces and/or tabs.
11007
11008 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
11009
11010         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11011         when sending a queued message to avoid extra mml tags.
11012
11013 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11016
11017 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
11020         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
11021         rmail-toggle-header for XEmacs;
11022         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
11023
11024 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11025
11026         * gnus-dired.el: Remove autoload for gnus-setup-message.
11027         (gnus-dired-attach): Fake this-command value to prevent Gnus from
11028         displaying Gnus logo; always use compose-mail.
11029
11030 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11033
11034 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11037         (gnus-nocem-issuers): List currently active issuers; fix custom type.
11038         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11039         available.
11040         (gnus-nocem-epg-verify): New function.
11041
11042 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11045
11046 2009-02-15  Glenn Morris  <rgm@gnu.org>
11047
11048         * gnus-util.el (rmail-insert-rmail-file-header)
11049         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11050         autoloads.
11051         (rmail-default-rmail-file): Remove unnecessary declaration.
11052         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11053
11054 2009-02-14  Glenn Morris  <rgm@gnu.org>
11055
11056         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11057         variable (only used in gnus-util, which declares it anyway).
11058         (rmail-output-to-rmail-file): Remove autoload of deleted function,
11059         which was only needed by gnus-art (changed to not use it any more).
11060         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11061         only used in gnus-util, which autoloads it itself.
11062         (rmail-update-summary): Fix autoload.
11063
11064         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11065         rather than rmail-output-to-rmail-file.
11066
11067 2009-02-07  Glenn Morris  <rgm@gnu.org>
11068
11069         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11070         autoload of function that no longer exists.
11071         (rmail-toggle-header): Declare.
11072         (message-forward-rmail-make-body): Handle mbox Rmail.
11073
11074 2009-01-31  Glenn Morris  <rgm@gnu.org>
11075
11076         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11077         2009-01-09 change.
11078
11079 2009-01-31  Dave Love  <fx@gnu.org>
11080
11081         * imap.el (imap-fetch-safe): Bind debug-on-error.
11082         (imap-debug): Add imap-fetch-safe.
11083
11084 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11085
11086         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11087         (auth-source-forget-all-cached): New convenience function.
11088         (auth-source-user-or-password): Accept list of modes or a single mode.
11089
11090         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11091         auth-source modes.
11092
11093         * netrc.el (netrc-machine-user-or-password): Use list of
11094         auth-source modes.
11095
11096         * nnimap.el (nnimap-open-connection): Use list of
11097         auth-source modes.
11098
11099         * nntp.el (nntp-send-authinfo): Use list of
11100         auth-source modes.
11101
11102 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11103
11104         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11105         now.
11106
11107 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11110         coding system in XEmacs; add a workaround for XEmacs.
11111
11112         * lpath.el: Fbind coding-system-aliasee.
11113
11114 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11117         of current-language-environment.
11118
11119 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11122         available at runtime.
11123
11124 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11127
11128 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11129
11130         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11131         the greatest positive fixnum value doesn't work under an XEmacs with
11132         bignum support; use the most-positive-fixnum constant instead,
11133         available since Emacs 21.1 with cl and XEmacs 21.1.
11134
11135 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11138         XEmacs gets not to work.
11139
11140 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11141
11142         * mm-util.el (mm-coding-system-priorities): Allow the value like
11143         "Japanese (UTF-8)" of current-language-environment.
11144
11145 2009-01-09  Glenn Morris  <rgm@gnu.org>
11146
11147         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11148         with last-command-event.
11149
11150 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11151
11152         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11153         in the doc string.
11154
11155         * message.el (message-fix-before-sending): Amend comment.
11156
11157 2009-01-08  Dave Love  <fx@gnu.org>
11158
11159         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11160
11161 2009-01-07  David Engster  <dengste@eml.cc>
11162
11163         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11164         simplified server definitions by converting it via
11165         gnus-server-to-method.
11166
11167 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11168
11169         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11170         parameter's operands.
11171
11172 2009-01-06  David Engster  <dengste@eml.cc>
11173
11174         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11175         primary select method (for gnus-group-mark-article-as-read).
11176
11177 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11178
11179         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11180         `(gnus)Face', not `(gnus)X-Face'.
11181
11182 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * mm-util.el (mm-ucs-to-char): New function.
11185
11186         * mm-url.el (mm-url-decode-entities): Use it.
11187
11188         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11189         unicode-to-char.
11190
11191 2009-01-05  Dave Love  <fx@gnu.org>
11192
11193         * time-date.el: Require cl for `declare'.
11194
11195 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11196
11197         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11198         Dave Love.
11199
11200 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * message.el (message-fix-before-sending): Add `eight-bit' to
11203         illegible-text check.
11204
11205 2009-01-03  Michael Olson  <mwolson@gnu.org>
11206
11207         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11208         `headers' is nil.  This can occur if the IMAP server does not have
11209         permissions to read messages from a folder, but can write new messages
11210         to the folder.
11211         (nnimap-request-article-part): Do not insert `data' if it is nil.
11212
11213         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11214         characters which will confuse `read', so skip past them.
11215
11216 2009-01-01  Dave Love  <fx@gnu.org>
11217
11218         * imap.el (imap-string-to-integer): Fix typo.
11219         (imap-fetch-safe): New function.
11220         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11221
11222         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11223
11224         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11225         (imap-parse-greeting): Fix doc strings.
11226         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11227         (imap-parse-flag-list): Make messages unique.
11228         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11229
11230         * nnimap.el: Fix author email.
11231         (nnimap-split-rule): Add FIXME comment.
11232         (nnimap-debug): Fix doc string.
11233
11234 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11235
11236         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11237
11238 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11241         nslookup if resolv.conf isn't available.
11242         (dns-query): Rename from query-dns.
11243         (dns-query-cached): Rename from query-dns-cached.
11244
11245 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11248         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11249         to check if those variables exist (first appeared in Emacs 18.50).
11250
11251 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11252
11253         * mm-util.el (mm-line-number-at-pos): New function.
11254
11255         * spam-report.el (spam-report-process-queue): Use it.
11256
11257 2008-12-24  David Engster  <dengste@eml.cc>
11258
11259         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11260         parameters that haven't existed as variables as buffer-local variables.
11261
11262 2008-12-23  Dave Love  <fx@gnu.org>
11263
11264         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11265         cadar.
11266
11267         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11268         imap-starttls-p.
11269         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11270
11271 2008-12-22  Dave Love  <fx@gnu.org>
11272
11273         * imap.el: Fix author email.  Doc fixes.
11274         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11275         reply.
11276
11277 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11278
11279         * spam-report.el (spam-report-gmane-max-requests): New constant.
11280         (spam-report-gmane-wait): New variable.
11281         (spam-report-gmane-ham, spam-report-gmane-spam)
11282         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11283         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11284         the server.
11285
11286         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11287         Add explanations.
11288
11289         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11290         nnheader-accept-process-output and nnheader-read-timeout if available.
11291         (pop3-movemail): Use it.
11292
11293         * message.el (message-check-news-body-syntax): Fix signature check if
11294         there's an attachment.
11295
11296 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * mm-util.el: Add comments to the mm- emulating functions.
11299
11300 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11303         Reported by Stephen Berman <stephen.berman@gmx.net>.
11304
11305 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * mm-util.el (mm-substring-no-properties): New function.
11308         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11309         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11310         (mm-string-to-multibyte): Doc fix.
11311
11312         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11313
11314 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * mml.el (mml-attach-file): Strip text properties from file name.
11317         (Bug#1574)
11318
11319 2008-12-16  Glenn Morris  <rgm@gnu.org>
11320
11321         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11322
11323 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11326         knows since the charset specified might be a bogus alias that
11327         mm-charset-synonym-alist provides.
11328
11329 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11332         "ISO_8859-1".
11333
11334         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11335
11336 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11337
11338         * mm-util.el (mm-charset-eval-alist):
11339         Define it before mm-charset-to-coding-system.
11340         (mm-charset-to-coding-system): Add optional argument `silent';
11341         define it before mm-charset-override-alist.
11342         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11343         default value if it can be used in Emacs currently running;
11344         silence mm-charset-to-coding-system.
11345
11346 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11349         `allow-override' which says whether to use `mm-charset-override-alist'.
11350         (rfc2047-decode-encoded-words): Use it.
11351
11352         * mm-util.el (mm-charset-override-alist): Fix custom type;
11353         add `(gb2312 . gbk)' to choices.
11354
11355 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11358         fast.
11359
11360         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11361
11362         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11363
11364 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11365
11366         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11367         on links.
11368
11369         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11370
11371 2008-12-03  Lute Kamstra  <lute@gnu.org>
11372
11373         * sha1.el: Remove leading * from docstrings of defcustoms,
11374         deffaces, defconsts and defuns.
11375
11376 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11379         users' addresses that don't have domain parts.
11380         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11381         rather than message-narrow-to-head since there will be the message
11382         header separator.
11383
11384 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11385
11386         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11387         since the result is inserted in a unibyte buffer anyway.
11388         (nnimap-demule-use-string-to-multibyte): Remove.
11389         (nnimap-demule): Alias it to mm-string-to-multibyte.
11390
11391 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11392
11393         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11394         variable for debugging bug#464 and bug#1174.
11395         (nnimap-demule): Use it.
11396
11397 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11398
11399         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11400         score calculation correctly.
11401
11402 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11403
11404         * message.el (message-send-mail): Just set the buffer to unibyte
11405         rather than use mm-with-unibyte-current-buffer which does a lot more.
11406         (message-send-mail-partially): Don't bother with
11407         mm-with-unibyte-current-buffer since it's already been made unibyte by
11408         message-send-mail.
11409
11410 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11411
11412         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11413
11414 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11415
11416         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11417
11418 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11421         require itself and to remove `with-no-warnings'.
11422
11423 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11424
11425         * starttls.el (starttls-any-program-available): Get the name of the
11426         available TLS layer program.
11427         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11428         well as the host name in the "opening" message.
11429
11430         * auth-source.el (auth-source-cache, auth-source-do-cache)
11431         (auth-source-user-or-password): Cache passwords and logins by default,
11432         allow override with `auth-source-do-cache'.
11433         (auth-source-forget-user-or-password): Allow users to remove cache
11434         entries if needed.
11435
11436 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11437
11438         * md4.el (md4-buffer): Fix typo in docstring.
11439         (md4, md4-64): Doc fixes.
11440         (md4-pack-int32): Reflow docstring.
11441
11442 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11443
11444         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11445         condition-case to only the forward-sexp call.
11446
11447 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11448
11449         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11450         quotes contained.  Make it more robust regardless by an extra
11451         condition-case wrapper.
11452
11453 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11454
11455         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11456
11457 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * nnml.el (nnml-request-expire-articles): Check if the function set to
11460         `nnmail-expiry-target' returns the symbol `delete'.
11461
11462         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11463
11464         * nnmail.el (nnmail-expiry-target): Fix custom type.
11465
11466 2008-10-02  Glenn Morris  <rgm@gnu.org>
11467
11468         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11469         Silence compiler warning.
11470
11471 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11472
11473         * tls.el (open-tls-stream): Show the actual command being
11474         executed, instead of the format string.
11475
11476 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * lpath.el: Fbind codepage-setup for Emacs 23.
11479
11480 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11481
11482         * mml.el (mml-menu): Don't assume mml2015 is bound.
11483
11484 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11485
11486         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11487         exists.
11488
11489 2008-09-27  Glenn Morris  <rgm@gnu.org>
11490
11491         * gnus-util.el (mail-header-remove-comments): Autoload it.
11492
11493 2008-09-27  Andreas Schwab  <schwab@suse.de>
11494
11495         * gnus-util.el (gnus-split-references): Strip comments.
11496         (gnus-parent-id): Likewise.
11497
11498 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11499
11500         * message.el (message-confirm-send): Fix version.
11501
11502 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * message.el (message-idna-to-ascii-rhs-1): Use
11505         mail-extract-address-components rather than mail-header-parse-addresses
11506         that is an alias by default to ietf-drums-parse-addresses that does not
11507         support non-ASCII names in headers' contents.
11508
11509 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11510
11511         * message.el (message-confirm-send): Fix variable documentation to
11512         avoid the "y/n" wording.
11513
11514 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11515
11516         * message.el (message-set-auto-save-file-name): Save to a different
11517         filename so multiple messages (especially drafts) can be recovered.
11518
11519 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11520
11521         * message.el (message-confirm-send): Add appropriate version.
11522
11523 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11524
11525         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11526         defvar.
11527
11528 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11529
11530         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11531         (mm-pkcs7-enveloped-magic): Ditto.
11532
11533 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11534
11535         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11536         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11537
11538 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11539
11540         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11541         default, it's better.
11542
11543 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11544
11545         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11546         summary line gnus-number property and ignore them (with a warning
11547         message).
11548
11549 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11552         macro caddr in the interactive form since it won't be expanded.
11553
11554 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11557         `charset'; fix name of function called recursively.
11558         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11559
11560 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11563         (gnus-mime-set-charset-parameters): New function.
11564         (gnus-mime-view-part-as-charset): Use it to correctly display part
11565         specifying wrong charset.
11566
11567 2008-09-08  David Engster  <dengste@eml.cc>
11568
11569         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11570         in completing-read for back end server.
11571
11572 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11573
11574         * message.el (message-confirm-send): New variable to confirm sending a
11575         message.
11576         (message-send): Use it.
11577
11578 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11579
11580         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11581
11582 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11585
11586 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11587
11588         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11589         prevent tracking too many groups.
11590         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11591         Use it.
11592
11593 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11594
11595         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11596         moving point to the bottom of the window in order to avoid recentering.
11597
11598 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11601
11602         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11603         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11604         (gnus-article-beginning-of-window): Fix calculation.
11605
11606 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * gnus-msg.el (gnus-summary-supersede-article)
11609         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11610         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11611         message header.
11612
11613 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11614
11615         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11616         pending output coming after the status change.
11617
11618 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11619
11620         * message.el:
11621         * gnus-start.el:
11622         * gnus-registry.el: Remove VMS support.
11623
11624 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11627         macro.
11628         (rfc2104-hash): Use it.
11629
11630 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11633         (gnus-summary-sort-by-most-recent-date): New commands.
11634         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11635         and menu entries.
11636
11637 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11638
11639         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11640         don't redisplay article for raw contents; remove plural articles stuff.
11641
11642         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11643         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11644         on gnus-summary-save-article; display results properly.
11645
11646 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * lpath.el: No need to fbind ns-focus-frame.
11649
11650 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11651
11652         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11653
11654 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-art.el (gnus-summary-save-in-pipe):
11657         Consider gnus-save-all-headers.
11658
11659 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11660
11661         * gnus-util.el (ns-focus-frame): Remove declaration.
11662         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11663         like x.
11664
11665 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11666
11667         * rfc2104.el (rfc2104-zero): Delete defconst.
11668         (rfc2104-hex-alist): Likewise.
11669         (rfc2104-hex-to-int): Delete func.
11670         (rfc2104-hexstring-to-bitstring): Likewise.
11671         (rfc2104-nybbles): New defconst.
11672         (rfc2104-hash): Rewrite for speed.
11673
11674 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * tls.el (open-tls-stream): Make it work with the 2nd argument
11677         BUFFER that is a string but does not exist as a buffer object, as
11678         mentioned in the doc-string.
11679
11680 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11683         SXEmacs.
11684
11685 2008-07-16  Glenn Morris  <rgm@gnu.org>
11686
11687         * gnus-util.el (ns-focus-frame): Declare for compiler.
11688
11689 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11692         set as a group parameter.
11693         (gnus-summary-save-in-pipe): Work when it is called independently.
11694         (gnus-summary-pipe-to-muttprint): Don't modify
11695         gnus-summary-pipe-output-default-command.
11696
11697 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11698
11699         * message.el (message-send-mail-with-sendmail):
11700         Display the error message.
11701
11702 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11703
11704         * gnus-art.el (gnus-default-article-saver):
11705         Add gnus-summary-save-in-pipe to choices.
11706         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11707         gnus-summary-pipe-output-default-command as the default command.
11708         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11709         instead of gnus-last-shell-command.
11710
11711         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11712         New user option.
11713         (gnus-summary-muttprint-program): Mention the value will be changed.
11714         (gnus-summary-save-article): Force showing of all headers.
11715         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11716
11717 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11718
11719         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11720
11721 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11722
11723         * nnimap.el (nnimap-id):
11724         * sieve-manage.el (sieve-manage-open): Doc fixes.
11725
11726 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11727
11728         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11729         if available.
11730
11731 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11732
11733         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11734
11735         * nnkiboze.el (nnkiboze-generate-group):
11736         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11737
11738         * nnmairix.el: Require CL.
11739
11740 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11741
11742         * dgnushack.el: Autoload get-display-table and put-display-table for
11743         XEmacs 21.5.
11744
11745         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11746         21.4 and SXEmacs.
11747
11748 2008-06-15  David Engster  <dengste@eml.cc>
11749
11750         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11751
11752 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11753
11754         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11755         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11756         runtime choice under XEmacs.
11757
11758         * gnus-sum.el (gnus-summary-set-display-table):
11759         Use `gnus-put-display-table', `gnus-get-display-table',
11760         `gnus-set-display-table' for the display table, instead of `aset'.
11761
11762         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11763         Use `gnus-put-display-table', `gnus-get-display-table',
11764         `gnus-set-display-table' for the display table.
11765
11766 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11767
11768         * nnmairix.el: Add autoloads.
11769
11770 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * nnmairix.el (nnmairix-delete-recreate-group)
11773         (nnmairix-update-and-clear-marks): Fix error messages.
11774
11775 2008-06-14  David Engster  <dengste@eml.cc>
11776
11777         * nnmairix.el: Upgrade to version 0.6.
11778         (nnmairix-group-toggle-propmarks-this-group)
11779         (nnmairix-group-toggle-readmarks-this-group)
11780         (nnmairix-group-delete-recreate-this-group)
11781         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11782         (nnmairix-remove-tick-mark-original-article): New commands.
11783         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11784         (nnmairix-propagate-marks-to-nnmairix-groups)
11785         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11786         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11787         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11788         functions needed for marks propagation and manipulation of read marks.
11789         (nnmairix-update-groups): New function.
11790         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11791         (nnmairix-determine-original-group-from-registry)
11792         (nnmairix-determine-original-group-from-path)
11793         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11794         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11795         New helper functions.
11796         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11797         keystrokes for new commands.
11798         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11799         (nnmairix-request-group): Check allow-fast group parameter.
11800         (nnmairix-request-create-group): Set allow-fast group parameter if
11801         nnmairix-allowfast-default is set.
11802         (nnmairix-close-group): Propagate marks upon closing if needed.
11803         (nnmairix-group-toggle-threads-this-group): Use new.
11804         nnmairix-group-toggle-parameter helper function.
11805         (nnmairix-search): Better check for empty search result.
11806         (nnmairix-goto-original-article): Use new helper functions for
11807         determining original article.
11808         (nnmairix-show-original-article): Make sure message-id is in brackets.
11809         (nnmairix-call-mairix-binary): Change variable name.
11810         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11811         helper function.
11812         (nnmairix-widget-toggle-activate): Fix doc string.
11813
11814 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * nnir.el: Require edmacro when compiling with XEmacs.
11817         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11818         available in Emacs 21.
11819
11820 2008-06-11  Glenn Morris  <rgm@gnu.org>
11821
11822         * gnus-util.el (x-focus-frame):
11823         * gnus.el (image-size):
11824         * mm-decode.el (image-size): Declare.
11825
11826         * gnus-picon.el (declare-function): Add compat definition.
11827         (image-size): Declare.
11828
11829         * gnus-group.el (tool-bar-map):
11830         * gnus-sum.el (tool-bar-map): Define for compiler.
11831
11832         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11833
11834         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11835
11836         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11837         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11838         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11839         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11840         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11841         * sieve-manage.el, spam-report.el, spam.el:
11842         Remove unnecessary eval-and-compile of autoloads.
11843
11844 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11845
11846         * auth-source.el: Precise Tramp doc.
11847
11848 2008-06-07  Glenn Morris  <rgm@gnu.org>
11849
11850         * nnmairix.el: Remove unnecessary eval-when-compile.
11851
11852 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * lpath.el: Fbind propertize for XEmacs 21.4.
11855
11856 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * nnir.el: Move here from ../contrib.
11859
11860 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11861
11862         * gnus-util.el (gnus-read-shell-command): New function.
11863         * mm-decode.el (mm-pipe-part):
11864         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11865
11866 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11867
11868         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11869
11870 2008-06-03  Glenn Morris  <rgm@gnu.org>
11871
11872         * pop3.el (nnheader-accept-process-output): Autoload it.
11873
11874 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11877         are not 2-digit hexadecimal characters that follow `%'s.
11878
11879 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * message.el (message-bogus-recipient-p): Fix type in doc string.
11882         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11883         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11884         Improve custom options.
11885         (message-bogus-recipient-p): Adjust accordingly.
11886
11887 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11888
11889         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11890         long-form month and day names.
11891
11892 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11893
11894         * dgnushack.el: Autoload debug, eudc-expand-inline and
11895         pgg-snarf-keys-region for XEmacs.
11896
11897         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11898
11899         * nnmairix.el: Require edmacro when compiling with XEmacs.
11900
11901 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11902
11903         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11904         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11905
11906 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11907
11908         * auth-source.el: Add more docs.
11909
11910         * netrc.el (netrc-machine): Always match if the port is not given.
11911
11912 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11913
11914         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11915         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11916         retrieval faster in some cases, but might make CPU usage larger.
11917         If this has any bad side effects, we might revert this change.
11918
11919         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11920         seems to make mail retrieval much, much faster.
11921         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11922         unconditionally.
11923
11924         * gnus-draft.el (gnus-group-send-queue):
11925         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11926
11927 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11930
11931         * message.el (message-bogus-address-regexp): Fix and improve custom
11932         type.
11933         (message-setup-hook): Add message-check-recipients as custom option.
11934
11935 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11936
11937         * message.el (message-cite-function): Remove bogus autoload which crept
11938         in during merge from v5-10.
11939
11940 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11941
11942         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11943
11944         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11945
11946         * auth-source.el: Preliminary Tramp docs.
11947         (auth-sources): Change the default auth-sources to use
11948         EPA .gpg files.
11949
11950 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11951
11952         * nntp.el: Autoload `auth-source-user-or-password'.
11953         (nntp-send-authinfo): Use it.
11954
11955         * nnimap.el: Autoload `auth-source-user-or-password'.
11956         (nnimap-open-connection): Use it.
11957
11958         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11959         for the gnus-message function.
11960         (auth-source-user-or-password): Use it.
11961
11962 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11963
11964         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11965         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11966         (rfc2104-hash): Use it.
11967
11968 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11969
11970         * gnus-art.el (gnus-article-toggle-truncate-lines):
11971         Don't use `iff' in docstring.
11972
11973 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11974
11975         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11976
11977         * gnus-util.el (gnus-extract-address-component-name)
11978         (gnus-extract-address-component-email): Convenience functions around
11979         `gnus-extract-address-components'.
11980
11981         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11982         Use `gnus-extract-address-component-email' to fix bug of comparing full
11983         sender name to `user-mail-address'.
11984
11985 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11986
11987         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11988         catch/throw to optimize.
11989         (gnus-registry-find-keywords): Just use member to find a keyword.
11990
11991 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11992
11993         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11994         is current before calling gnus-server-prepare.
11995         (gnus-server-setup-buffer, gnus-server-update-server)
11996         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11997
11998 2008-05-04  Juri Linkov  <juri@jurta.org>
11999
12000         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12001         (mailcap-file-default-commands): Use mailcap-replace-in-string
12002         instead of replace-regexp-in-string, and mailcap-delete-duplicates
12003         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
12004
12005 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
12006
12007         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12008
12009 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12010
12011         * gnus.el: Bump version to 0.11.
12012
12013 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12014
12015         * gnus.el: No Gnus v0.10 is released.
12016
12017 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12018
12019         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12020         hooks.
12021         (gnus-update-read-articles): Speed up non-marks-using users.
12022         (gnus-use-marks): Define gnus-use-marks.
12023         (gnus-propagate-marks): Rename variable to something more sensible.
12024
12025 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
12026
12027         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12028         (gmm-image-load-path-for-library): Fix typos in docstrings.
12029         (gmm-message): Reflow docstring.
12030
12031 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
12032
12033         * mail-source.el (mail-source-set-1, mail-source-bind):
12034         Move auth-source code out of the macro to clean it up and fix bugs.
12035
12036 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
12037
12038         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12039         by sender if it's equal to user-mail-address, it's likely to be
12040         useless.
12041
12042         * mail-source.el (mail-source-bind): Don't use user or password if they
12043         are not bound.  Unintern them if they are nil.  Don't use server unless
12044         it's bound, and default it to empty string otherwise.
12045
12046 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
12047
12048         * mail-source.el: Load auth-source.el.
12049         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
12050         get user name or password, if auth-sources is set up.
12051
12052         * gnus-registry.el (gnus-registry-split-strategy): New variable for
12053         strategy of splitting with parent.
12054         (gnus-registry-split-fancy-with-parent)
12055         (gnus-registry-post-process-groups): Use it and fix prior
12056         bug (returning a list as the split result).
12057
12058         * auth-source.el (auth-sources): Remove server parameter.
12059         (auth-source-pick, auth-source-user-or-password)
12060         (auth-source-user-or-password-imap)
12061         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12062         (auth-source-user-or-password-sftp)
12063         (auth-source-user-or-password-smtp): Remove server parameter.
12064
12065 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
12066
12067         * smime.el (smime-sign-region, smime-encrypt-region)
12068         (smime-decrypt-region):
12069         Remove redundant calls to `generate-new-buffer-name'.
12070
12071 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12072
12073         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12074         Don't use QP for message/rfc822.
12075         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12076
12077 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12078
12079         * sieve-manage.el (sieve-string-bytes): Remove.
12080         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12081         correct byte-length only if the process's coding-system is the same as
12082         the one used internally by Emacs to represent strings.
12083
12084 2008-04-22  Juri Linkov  <juri@jurta.org>
12085
12086         * mailcap.el (mailcap-file-default-commands): New function.
12087
12088 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12089
12090         * message.el (message-signature-separator, message-cite-function):
12091         Change custom version.
12092
12093 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12094
12095         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12096         commands.
12097         (tls-checktrust): Ditto.
12098
12099 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12100
12101         * mm-decode.el (mm-display-external): Make temp file read-only.
12102
12103 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12104
12105         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12106         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12107         `C-c C-f d'.
12108
12109 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12110
12111         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12112
12113 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * gnus.el: Bump version to 0.9.
12116
12117 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * gnus.el: No Gnus v0.8 is released.
12120
12121 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12122
12123         * mail-source.el (mail-source-value):
12124         Prefer fboundp to functionp so it works with macros as well.
12125
12126 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12127
12128         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12129         Fix last change in case the element is not even a symbol.
12130
12131 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12132
12133         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12134         Prefer fboundp to functionp so it works with macros as well.
12135
12136 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12137
12138         * auth-source.el: Add docs.
12139         (auth-sources): Modify format to support server.
12140         (auth-source-pick, auth-source-user-or-password)
12141         (auth-source-user-or-password-imap)
12142         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12143         (auth-source-user-or-password-sftp)
12144         (auth-source-user-or-password-smtp): Add server parameter.
12145
12146 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12147
12148         * gnus-registry.el: Initialize the registry when gnus-registry-install
12149         is t.
12150
12151 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * compface.el (uncompface): Make buffer unibyte.
12154
12155 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12156
12157         * mail-source.el (mail-source-value):
12158         Prefer fboundp to functionp so it works with macros as well.
12159
12160 2008-04-05  Glenn Morris  <rgm@gnu.org>
12161
12162         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12163
12164 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12165
12166         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12167         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12168
12169         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12170         multibyteness after rather than before erasing it.
12171
12172         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12173         mm-with-multibyte.
12174         (gnus-request-article-this-buffer): Make sure the proper decoding is
12175         used if gnus-original-article-buffer happens to be unibyte.
12176
12177         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12178         default-enable-multibyte-characters.
12179
12180         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12181         default-enable-multibyte-characters.
12182
12183         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12184
12185         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12186
12187 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12188
12189         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12190         Fix last change in case the element is not even a symbol.
12191
12192 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12193
12194         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12195         (imap-message-copyuid-1): Use it.
12196         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12197         J. Williams in
12198         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12199
12200         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12201         imap-enable-exchange-bug-workaround.
12202         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12203
12204 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12205
12206         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12207         a 100 byte status-checks into a 2-3MB transfer for each group.
12208         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12209         to enable bug workaround or not.
12210         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12211
12212 2008-03-31  Glenn Morris  <rgm@gnu.org>
12213
12214         * message.el (mml2015-use): Declare for compiler.
12215         (message-info): Require mml2015 when appropriate.
12216
12217 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12220         whitespace.
12221
12222 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12223
12224         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12225         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12226         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12227         (nntp-service-to-port): New function.
12228         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12229         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12230         (nntp-open-netcat-stream): New function.
12231         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12232
12233 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12234
12235         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12236
12237 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12238
12239         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12240
12241 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12242
12243         * dns.el (dns-write): Use set-buffer-multibyte.
12244
12245 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12246
12247         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12248
12249 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12250
12251         * message.el (message-signature-separator): Change default.
12252         Improve custom type.
12253         (message-cite-function): Change default to
12254         message-cite-original-without-signature.
12255
12256         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12257         toggle.
12258
12259         * message.el (message-check-news-body-syntax): Fix signature check.
12260         (message-setup-1): Mark buffer as unmodified _after_ running
12261         message-setup-hook and handling message-alternative-emails.
12262         (message-shorten-references): Be more strict when building list of
12263         valid references to comply with GNKSA.
12264
12265         * gnus-group.el (gnus-read-ephemeral-bug-group)
12266         (gnus-read-ephemeral-debian-bug-group)
12267         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12268
12269         * message.el (message-info): Don't use booleanp which isn't supported
12270         in Emacs 21 and XEmacs.
12271
12272 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12273
12274         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12275         gnus-group-gmane-group-download-format.
12276         (gnus-group-read-ephemeral-gmane-group): Rename from
12277         gnus-group-read-ephemeral-gmane-group.
12278         (gnus-read-ephemeral-gmane-group-url): Rename from
12279         gnus-group-read-ephemeral-gmane-group-url.
12280         (gnus-bug-group-download-format-alist): New variable.
12281         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12282         (gnus-read-ephemeral-emacs-bug-group): New commands.
12283
12284 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12285
12286         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12287         (gnus-visible-headers): Improve custom type.
12288
12289 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12290
12291         * mml.el (mml-menu): Add workarounds for XEmacs.
12292
12293         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12294         X-Boundary header.
12295
12296         * message.el (message-simplify-recipients): Fix previous commit.
12297
12298 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12299
12300         * mm-util.el (mm-set-buffer-multibyte): New function.
12301         * mm-decode.el (mm-copy-to-buffer): Use it.
12302
12303         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12304         Prefer fboundp to functionp so it works with macros as well.
12305
12306 2008-03-19  Glenn Morris  <rgm@gnu.org>
12307
12308         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12309         Accidentally removed in the sync process with Emacs.
12310
12311 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12312
12313         * message.el (message-alter-recipients-discard-bogus-full-name):
12314         New function.
12315         (message-alter-recipients-function): New variable.
12316         (message-get-reply-headers): Use it.
12317         (message-replace-header): New helper function.
12318         (message-recipients-without-full-name): New variable.
12319         (message-simplify-recipients): New command.
12320
12321         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12322
12323         * message.el (message-info): Handle EasyPG manual.
12324
12325         * mml.el (mml-menu): Add entry for EasyPG.
12326
12327 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12328
12329         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12330         parameter.
12331
12332         * message.el (message-disassociate-draft): Specify drafts group name
12333         fully.
12334
12335 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12336
12337         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12338         Eliminate unnecessary duplicates from the match list.
12339
12340 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12343
12344         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12345
12346         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12347         args of `how-many' of which the XEmacs version doesn't take; declare
12348         Info-index-next as function.
12349
12350 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * gnus-score.el (gnus-score-headers): Fix handling of
12353         gnus-inhibit-slow-scoring.
12354
12355         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12356         string.
12357         (gnus-button-url-regexp): Improve handling of parenthesis.
12358         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12359         (gnus-button-handle-info-keystrokes): Handle index entries.
12360
12361 2008-03-15  Glenn Morris  <rgm@gnu.org>
12362
12363         * parse-time.el (parse-time-string): Simplify.
12364
12365 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12366
12367         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12368         Incoming* files.
12369
12370 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12371
12372         * auth-source.el (auth-sources): Rename from auth-source-choices.
12373         (auth-source-pick): Use it.
12374
12375 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12376
12377         * binhex.el (binhex-decode-region-internal):
12378         * uudecode.el (uudecode-decode-region-internal):
12379         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12380         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12381         setting default-enable-multibyte-characters.
12382
12383 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12384
12385         * auth-source.el (auth-source-protocols)
12386         (auth-source-protocols-customize, auth-source-choices): Add and
12387         modified variable customizations and defaults.
12388         (auth-source-pick, auth-source-user-or-password)
12389         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12390         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12391         (auth-source-user-or-password-sftp)
12392         (auth-source-user-or-password-smtp): Use new variables and provide an
12393         interface to netrc.el.
12394
12395 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12398         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12399         Make sure the nntp port to specify is a string.
12400
12401 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12402
12403         * nntp.el: Use with-current-buffer.
12404         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12405         dubious mm-with-unibyte-current-buffer.
12406         (nntp-with-open-group-function): New function extracted from
12407         nntp-with-open-group macro.
12408         (nntp-with-open-group): Use the function, so it's easier to debug.
12409         Add indentation and debugging info.
12410         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12411         Recommend the use of the netcat alternatives.
12412
12413         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12414         Avoid mm-string-as-multibyte as well.
12415
12416         * nnweb.el (nnweb-insert-html):
12417         Remove use of nnheader-string-as-multibyte.
12418
12419         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12420         (nnheader-string-as-multibyte): Remove.
12421
12422         * mm-view.el: Use inhibit-read-only.
12423         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12424         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12425         or unibyte-string.
12426
12427         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12428         (mm-uu-yenc-extract): Use with-current-buffer.
12429
12430         * gnus-soup.el (gnus-soup-send-packet): Don't use
12431         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12432
12433         * nnmh.el: Use with-current-buffer.
12434         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12435         mm-string-as-multibyte on the output of mm-encode-coding-string.
12436
12437         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12438         (nnimap-request-move-article): Use with-current-buffer.
12439
12440         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12441         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12442         conversion uses string-make-unibyte rather than string-as-unibyte.
12443
12444         * gnus-msg.el: Use with-current-buffer.
12445
12446         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12447
12448 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12449
12450         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12451         string for caching if it is 'PIN.
12452
12453 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * lpath.el: Consider the case without Emacs/W3.
12456
12457 2008-03-08  Glenn Morris  <rgm@gnu.org>
12458
12459         * time-date.el (date-to-time, time-subtract, time-add)
12460         (safe-date-to-time): Doc fixes.
12461
12462 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12463
12464         * mail-source.el (mail-source-delete-old-incoming-confirm):
12465         Change default to nil.
12466         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12467
12468 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * lpath.el: Rearrange.
12471
12472         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12473         (gnus-article-goto-prev-page): Work for articles having ^L's.
12474
12475         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12476
12477         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12478
12479 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12480
12481         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12482         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12483         (gnus-bookmark-jump): Adjust some variable names.
12484
12485 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12486
12487         * auth-source.el: New package.
12488         (auth-source-choices): Add customization entry point variable.
12489
12490         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12491         bug.
12492
12493 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12494
12495         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12496         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12497         (gnus-registry-install-shortcuts): Rename from
12498         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12499         the `gnus-registry-mark-map' keymap dynamically from
12500         `gnus-registry-marks'.  The generated functions update the summary line
12501         when a registry mark is added or deleted, and will call
12502         `gnus-registry-install-p' (see the comments in the code).
12503         (gnus-registry-user-format-function-M): Use concat intelligently.
12504
12505         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12506         the registry mark functions.
12507
12508 2008-03-05  Glenn Morris  <rgm@gnu.org>
12509
12510         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12511         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12512         gnus-art.
12513         (top-level): No need to load own source when compiling.
12514
12515 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12518         Suggested by <chris.anderton@zetnet.co.uk>.
12519
12520 2008-03-04  Glenn Morris  <rgm@gnu.org>
12521
12522         * gnus-sum.el (top-level): No need to require gnus when compiling,
12523         since unconditionally required near start of file.
12524         (gnus-summary-display-while-building): Move definition before use.
12525
12526 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12527
12528         * gnus-registry.el (gnus-registry-user-format-function-M):
12529         Add formatting function.
12530
12531 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12532
12533         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12534         with plists.
12535         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12536         Use new format.
12537
12538 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12539
12540         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12541         `where-is-internal' that returns a range of key sequences.
12542
12543 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12544
12545         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12546
12547         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12548         (gnus-summary-jump-to-group): Consider windows on other displayed
12549         frames as well.  Similar changes might be needed elsewhere, but that's
12550         the one I've bumped into during my use.
12551
12552         * nndoc.el (nndoc-oe-dbx-type-p):
12553         * gnus-msg.el (gnus-debug):
12554         * gnus-group.el (gnus-update-group-mark-positions):
12555         Use mm-string-to-multibyte.
12556
12557 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12558
12559         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12560         doesn't handle NotDashEscaped.
12561
12562         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12563         (mml-dnd-attach-options): Fix typo in custom choice.
12564
12565         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12566         Change nndoc-article-type to mbox.
12567         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12568
12569         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12570         to nil, instead of html2text.
12571
12572         * imap.el (imap-debug): Add `imap-ping-server'.
12573
12574         * gnus-bookmark.el: Add FIXMEs.
12575
12576         * message.el (message-form-letter-separator)
12577         (message-send-form-letter-delay): New variables.
12578         (message-send-form-letter): Use them.  New command to send form
12579         letters.  Requested by Uwe Siart.
12580         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12581
12582 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12583
12584         * Update copyright years.
12585
12586 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         Sync from EMACS_22_BASE.
12589
12590         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12591
12592 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12593
12594         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12595         empty author.
12596
12597 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12598
12599         * gnus-registry.el (gnus-registry-marks): Add variable for
12600         customization of marks and their appearance.
12601         (gnus-registry-read-mark): Use it.
12602         (gnus-registry-do-marks): Add utility function to loop through
12603         `gnus-registry-marks'.
12604         (gnus-registry-install-shortcuts-and-menus): Add function to install
12605         shortcuts and menus.
12606         (gnus-registry-initialize): Use it.
12607         (gnus-registry-default-mark): Clarify documentation.
12608
12609 2008-02-29  Glenn Morris  <rgm@gnu.org>
12610
12611         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12612         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12613         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12614         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12615         Change defcustom :version from 23.0 to 23.1.
12616
12617 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12618
12619         * gnus-registry.el (gnus-registry-follow-group-p)
12620         (gnus-registry-post-process-groups): Add functions to aid registry
12621         splitting and improve logging.  Clarify behavior in function
12622         documentation.
12623         (gnus-registry-split-fancy-with-parent): Use them.
12624
12625 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12626
12627         * gnus-art.el: Use with-current-buffer.
12628
12629 2008-02-27  David Engster  <dengste@eml.cc>
12630
12631         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12632         Express real group name in the response.
12633
12634 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12635
12636         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12637         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12638         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12639         autoload gnus-registry-fetch-group when compiling.
12640         (nnmairix-request-group-with-article-number-correction):
12641         Remove unreferenced argument passed to nnmairix-call-backend.
12642
12643 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12644
12645         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12646         (mm-uu-extract): Improve face for low color ttys.
12647         Reported by Sascha Wilde.
12648
12649 2008-02-27  Glenn Morris  <rgm@gnu.org>
12650
12651         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12652         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12653         variables to defconsts.  Convert comments to doc-strings.
12654         (nnmairix-last-server, nnmairix-current-server): Convert from free
12655         variables to defvars.  Convert comments to doc-strings.
12656         (gnus-registry-fetch-group): Autoload.
12657         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12658         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12659         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12660         caddr.
12661         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12662         nnmairix-request-group-with-article-number-correction call.
12663         (nnmairix-fast, nnmairix-group): New, less general names, for free
12664         variables passed from nnmairix-request-group to
12665         nnmairix-request-group-with-article-number-correction.  Declare.
12666         (nnmairix-request-group-with-article-number-correction):
12667         Use nnmairix-fast, nnmairix-group rather than fast, group.
12668
12669 2008-02-26  David Engster  <dengste@eml.cc>
12670
12671         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12672         version 0.5.
12673
12674 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12675
12676         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12677         instead of making an extra function call.  Don't add the current group
12678         to articles only when they have the group.  Use
12679         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12680         Reported by David <de_bb@arcor.de>.
12681
12682 2008-02-24  Miles Bader  <miles@gnu.org>
12683
12684         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12685         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12686         (mm-find-mime-charset-region):
12687         * mm-bodies.el (mm-encode-body):
12688         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12689
12690 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12691
12692         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12693         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12694
12695 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12696
12697         * mail-source.el (mail-source-delete-incoming): Change default.
12698         Supplement doc string.
12699
12700         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12701
12702 2008-02-14  Glenn Morris  <rgm@gnu.org>
12703
12704         * time-date.el (format-seconds): New function.
12705
12706 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12707
12708         * nnmail.el (nnmail-message-id-cache-file): Derive from
12709         `gnus-home-directory'.
12710
12711 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12714         Document negative prefix.
12715
12716         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12717
12718 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12719
12720         * message.el (message-unsent-separator): Add the Exim bounce
12721         separator.
12722
12723 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12724
12725         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12726         list.
12727         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12728         recipient/signer list.
12729
12730 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12731
12732         * Makefile.in (datarootdir): Define.
12733         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12734         name that might contain whitespace.
12735
12736 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12737
12738         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12739         fbound (Emacs 23 unicode), signal an error.
12740
12741 2008-02-08  Glenn Morris  <rgm@gnu.org>
12742
12743         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12744
12745 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12746
12747         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12748         ports to the calls to `netrc-machine-user-or-password' in addition to
12749         "imap" and "imaps".
12750
12751 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12752
12753         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12754
12755         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12756
12757 2008-02-01  Kenichi Handa  <handa@m17n.org>
12758
12759         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12760         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12761         (rfc2104-hash): Convert the result of concat to unibyte string.
12762
12763 2008-02-01  Dave Love  <fx@gnu.org>
12764
12765         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12766         coding-system-for-read.
12767         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12768
12769 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12772         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12773         <hanche@math.ntnu.no>.
12774
12775 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12776
12777         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12778
12779         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12780
12781 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12782
12783         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12784         * message.el (message-beginning-of-line): Use featurep instead of bound
12785         tests in order to resolve conditionals at compile time.
12786
12787 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12788
12789         * mail-source.el (mail-sources): Add `group' choice.
12790
12791         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12792         parameter `in-group' to control into which group the articles go.
12793         Add treatment of `group' mail-source.
12794
12795 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12798
12799         * mm-decode.el (mm-dissect-buffer): Decode description.
12800
12801         * mml.el (mml-to-mime): Encode message header first.
12802
12803 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12804
12805         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12806         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12807
12808         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12809         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12810
12811 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12812
12813         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12814
12815 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12818         prefix keys.
12819         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12820         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12821         gnus-xmas.el.
12822
12823         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12824         (gnus-xmas-article-describe-bindings): New function.
12825         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12826         gnus-xmas-article-describe-bindings.
12827
12828         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12829
12830 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12831
12832         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12833         Add new variables for article mark management.
12834         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12835         list of extra data entries which, when present, will indicate that the
12836         article ID should not be trimmed from the registry.
12837         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12838         functions.
12839         (gnus-registry-read-mark): New function to read a mark name from the
12840         user.
12841         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12842         (gnus-registry-set-article-mark-internal): New functions to add and
12843         remove marks.
12844         (gnus-registry-get-article-marks): New function to show the marks for
12845         an article, or retrieve them for further use.
12846
12847 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12850         keys when no argument is given.
12851
12852 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12853
12854         * imap.el (imap-ping-server): New variable.
12855         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12856         (imap-ping-server): Minor doc string fixes.
12857
12858 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12859
12860         * imap.el (imap-ping-server): New function.
12861         (imap-opened): Call imap-ping-server.
12862
12863 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12864
12865         * gnus-sum.el (gnus-article-sort-by-random)
12866         (gnus-thread-sort-by-random): Fix doc strings.
12867         Reported by jidanni@jidanni.org.
12868
12869 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * gnus-art.el (gnus-article-describe-bindings): New function.
12872         (gnus-article-read-summary-keys): Use it.
12873         (gnus-article-mode-map): Bind `C-h b' to it.
12874
12875 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12878         XEmacs.
12879         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12880         Protect against non-character events.
12881
12882         * lpath.el: Fbind map-keymap for Emacs 21.
12883
12884 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12887         New command.
12888         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12889         instead of END.  Change name of the temp file.
12890         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12891         customizable.
12892
12893 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12896         bind `S W' to gnus-article-wide-reply-with-original; set default
12897         binding to gnus-article-read-summary-send-keys.
12898         (gnus-article-read-summary-keys): Fix the order of keys; display
12899         continuation keys correctly in the echo area; describe bindings
12900         correctly when keys end with `C-h'.
12901         (gnus-article-read-summary-send-keys): New function.
12902         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12903         Work for gnus-article-read-summary-send-keys; display continuation keys
12904         correctly in the echo area.
12905         (gnus-article-reply-with-original): Ignore prefix argument.
12906         (gnus-article-wide-reply-with-original): New function.
12907
12908         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12909         Emacs 21.
12910
12911 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12914         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12915
12916 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12919         (gnus-group-read-ephemeral-gmane-group): New command.
12920
12921 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12922
12923         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12924
12925 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * message.el (message-send-mail-function): Increase custom version.
12928
12929         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12930         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12931
12932 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12933
12934         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12935         for the cases where imap-authenticate is called with a nil buffer
12936         parameter.
12937
12938 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12941         html parts correctly; support forwarded messages.
12942         (gnus-article-browse-html-article): Remove work buffers.
12943
12944         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12945         compiling.
12946         (netrc-bound-and-true-p): New macro.
12947         (netrc-parse): Use it instead of bound-and-true-p that is not available
12948         in XEmacs 21.4.
12949
12950 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12951
12952         * gnus-registry.el (gnus-registry-mark-article)
12953         (gnus-registry-article-marks): Add functionality to mark articles
12954         through the Gnus registry.
12955
12956         * encrypt.el: Clarify documentation for the new pgg method.
12957         (encrypt-file-alist): Add PGG option.
12958         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12959         functionality.  Abstract password key and messaging to external
12960         functions.
12961         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12962         (encrypt-message-method-and-cipher): Add new convenience external
12963         functions.
12964         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12965         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12966
12967         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12968         (netrc-parse): Use encrypt-file-alist to determine if
12969         encrypt-find-model or encrypt-insert-file-contents should be used.
12970
12971         * encrypt.el: Clarify documentation.  Load password-cache or
12972         password, whichever one is found first, instead of autoloading.
12973
12974 2007-12-19  Glenn Morris  <rgm@gnu.org>
12975
12976         * mml.el (message-options-set, message-narrow-to-head)
12977         (message-in-body-p, message-mail-p, message-encode-message-body):
12978         Autoload.
12979         (message-remove-header, message-narrow-to-headers-or-head)
12980         (message-subscribed-p, message-make-mail-followup-to)
12981         (message-position-on-field, message-news-p)
12982         (message-options-set-recipient, message-generate-headers)
12983         (message-sort-headers): Declare as functions.
12984
12985 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12988         convention in doc string.
12989
12990 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12993         title to html parts.
12994         (gnus-article-browse-html-article): Pass message header to it.
12995
12996         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12997
12998 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13001         or password compatible with XEmacs.
13002
13003 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13004
13005         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13006         format document.
13007         (gnus-mime-delete-part): Don't write description line if empty.
13008         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13009
13010 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
13011
13012         * gnus-sum.el (gnus-summary-mark-unread-as-read)
13013         (gnus-summary-mark-read-and-unread-as-read)
13014         (gnus-summary-mark-current-read-and-unread-as-read)
13015         (gnus-summary-mark-unread-as-ticked): Doc fix.
13016         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13017
13018 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13021         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13022
13023 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13026         yes-or-no-p.
13027
13028 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * mm-decode.el (mm-add-meta-html-tag): New function.
13031         (mm-save-part-to-file, mm-pipe-part): Use it.
13032
13033         * gnus-art.el (gnus-article-browse-delete-temp-files):
13034         Use gnus-y-or-n-p instead of y-or-n-p.
13035         (gnus-article-browse-html-parts): Work with message/external-body; use
13036         mm-add-meta-html-tag.
13037
13038 2007-12-11  Glenn Morris  <rgm@gnu.org>
13039
13040         * gnus-cache.el: Require gnus-sum not just when compiling.
13041
13042         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13043
13044         * gnus-int.el (gnus-server-opened, gnus-status-message):
13045         Move definitions before use.
13046
13047         * mm-decode.el: Require gnus-util.
13048         (mm-remove-part): Only call delete-annotation on XEmacs.
13049
13050         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13051
13052         * nnmail.el: Require gnus-int.
13053
13054         * spam.el: Move `require's before `eval-when-compile's.
13055
13056         * gnus-ems.el (gnus-alive-p):
13057         * gnus-fun.el (message-goto-eoh):
13058         * gnus-util.el (gnus-group-name-decode):
13059         * mail-source.el (gnus-compress-sequence):
13060         * message.el (Info-goto-node, format-spec):
13061         * mm-bodies.el (message-options-get):
13062         * mm-decode.el (mm-view-pkcs7):
13063         * mm-util.el (gmm-write-region):
13064         * mml-smime.el (mml-compute-boundary)
13065         (gnus-completing-read-with-default):
13066         * mml.el (widget-button-press, gnus-make-hashtable):
13067         * mml1991.el (mm-decode-content-transfer-encoding)
13068         (mm-encode-content-transfer-encoding)
13069         (message-options-get, message-options-set):
13070         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13071         * nnfolder.el (gnus-request-group):
13072         * nnheader.el (ietf-drums-unfold-fws):
13073         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13074         * smime.el (gnus-run-mode-hooks):
13075         * spam-stat.el (gnus-message): Autoload.
13076
13077         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13078         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13079         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13080         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13081         Add declare-function compatibility definition.
13082
13083         * gnus-cache.el (nnvirtual-find-group-art):
13084         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13085         (gnus-add-image, gnus-add-wash-type):
13086         * gnus-group.el (nnkiboze-score-file):
13087         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13088         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13089         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13090         (message-tokenize-header, gnus-get-buffer-create)
13091         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13092         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13093         * gnus.el (gnus-group-decoded-name):
13094         * mail-source.el (imap-capability):
13095         * mm-bodies.el (message-options-set):
13096         * mm-decode.el (gnus-configure-windows):
13097         * mm-extern.el (message-goto-body):
13098         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13099         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13100         (epg-sub-key-validity, message-options-set):
13101         * mml.el (widget-event-point, gnus-configure-windows):
13102         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13103         * mml2015.el (epg-check-configuration, epg-configuration)
13104         (message-options-set):
13105         * nndb.el (nndb-request-article):
13106         * nnfolder.el (gnus-request-create-group):
13107         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13108         * nnmaildir.el (gnus-group-mark-article-read):
13109         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13110         * rfc1843.el (message-fetch-field):
13111         * spam.el (gnus-extract-address-components):
13112         Declare as functions.
13113
13114 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13115
13116         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13117
13118         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13119
13120         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13121         bind show-trailing-whitespace for XEmacs.
13122
13123 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13126         new no-op macro for backward compatibility.
13127
13128         * imap.el (imap-string-to-integer): New function.
13129
13130 2007-12-09  Glenn Morris  <rgm@gnu.org>
13131
13132         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13133
13134         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13135         * message.el, mm-view.el, sieve-manage.el, smime.el:
13136         Add declare-function compatibility definition.
13137
13138         * gnus-art.el (w3-region, w3m-region, Info-menu):
13139         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13140         * gnus-sum.el (gnus-get-predicate):
13141         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13142         * message.el (mail-abbrev-in-expansion-header-p):
13143         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13144         (w3m-detect-meta-charset, w3m-region):
13145         * sieve-manage.el (password-read, password-cache-add)
13146         (password-cache-remove):
13147         * smime.el (password-read-and-add): Declare as functions.
13148
13149 2007-12-08  David Kastrup  <dak@gnu.org>
13150
13151         * gnus-sum.el (gnus-summary-simplify-subject-query):
13152         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13153         `message'.
13154
13155 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13156
13157         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13158         it to bind idna-program, installation-directory, defined-colors, and
13159         face-attribute for XEmacs of the version that compiles defcustom forms.
13160
13161 2007-12-07  Glenn Morris  <rgm@gnu.org>
13162
13163         * gnus-art.el (article-make-date-line): Revert previous change.
13164
13165 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13166
13167         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13168
13169 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13170
13171         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13172         Call gnus-add-to-range ranges only once with a prepared article-list.
13173
13174 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13175
13176         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13177         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13178         group names with backslashes.
13179         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13180
13181 2007-12-06  Deepak Goel  <deego3@gmail.com>
13182
13183         * gnus-art.el (article-make-date-line):
13184         * gnus-start.el (gnus-load):
13185         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13186
13187 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * gnus-art.el (gnus-use-idna):
13190         * gnus-start.el (gnus-site-init-file):
13191         * message.el (message-use-idna):
13192         * mm-uu.el (mm-uu-hide-markers):
13193         * smiley.el (smiley-style): Revert changes that suppress warnings.
13194
13195 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13198         specify charset to html source.
13199         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13200
13201 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13204         idna-program in order to suppress byte compile warning issued by XEmacs
13205         that came to byte compile the default value section of defcustom forms
13206         recently.
13207
13208         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13209         value of installation-directory.
13210
13211         * message.el (message-use-idna): Don't directly refer to the value of
13212         idna-program.
13213
13214         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13215
13216         * smiley.el (smiley-style): Don't directly call face-attribute.
13217
13218 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13219
13220         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13221
13222         * gnus-dired.el: Reduce Gnus dependencies.
13223         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13224         Don't require.  Use autoloads instead.
13225         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13226         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13227         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13228         (gnus-dired-mode): Adjust doc string.
13229         (gnus-dired-mail-mode): New variable.
13230         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13231         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13232         (gnus-dired-mail-buffers): New function.  Return mail or message
13233         composition buffers.
13234         (gnus-dired-attach): Use it.
13235         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13236         NO-DECODE.
13237         (gnus-dired-print): Use `gnus-print-buffer' depending on
13238         `gnus-dired-mail-mode'.
13239
13240 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * rfc2047.el (rfc2047-encoded-word-regexp)
13243         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13244         explaining what regexp patterns are for.
13245
13246 2007-12-04  Glenn Morris  <rgm@gnu.org>
13247
13248         * password.el: Move to password-cache.el.
13249
13250         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13251         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13252         * mml-smime.el (password-read, password-cache-add)
13253         (password-cache-remove):
13254         No need to autoload, since mml-sec requires password.
13255
13256         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13257         * message.el (gnus-extract-address-components):
13258         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13259
13260         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13261         password.
13262
13263 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * mailcap.el: Reduce dependencies.
13266         (mail-header-parse-content-type): Autoload.
13267         (mailcap-delete-duplicates): New alias.
13268         (mailcap-mime-info): Add optional argument NO-DECODE.
13269         (mailcap-mime-types): Use mailcap-delete-duplicates.
13270
13271         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13272
13273 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13274
13275         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13276         (imap-parse-status): Upcase status-att for servers that sends them
13277         lower-case (e.g., MS Exchange 2007).
13278
13279 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13280
13281         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13282         function.
13283
13284         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13285         (gnus-uu-yenc-article): New function.
13286
13287         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13288
13289         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13290
13291 2007-12-02  Glenn Morris  <rgm@gnu.org>
13292
13293         * binhex.el (binhex): New custom group.
13294         (binhex-decoder-program, binhex-decoder-switches)
13295         (binhex-use-external): Move to the binhex custom group.
13296
13297         * uudecode.el (uudecode): New custom group.
13298         (uudecode-decoder-program, uudecode-decoder-switches)
13299         (uudecode-use-external): Move to the uudecode custom group.
13300
13301         * netrc.el (top-level): Don't load `encrypt' features.
13302         (netrc-parse): Don't use encrypt.
13303         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13304
13305         * encrypt.el: Remove file.
13306
13307 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13308
13309         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13310         matches on patches.
13311
13312         * gnus-art.el (gnus-article-browse-html-article):
13313         Mention `mm-text-html-renderer' in the doc string.
13314
13315         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13316         string.  Add comments.
13317
13318         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13319         if rhs is ASCII.
13320
13321 2007-12-01  Glenn Morris  <rgm@gnu.org>
13322
13323         * mail-source.el (top-level): Require format-spec before
13324         eval-when-compile.
13325
13326 2007-11-30  Glenn Morris  <rgm@gnu.org>
13327
13328         * encrypt.el: Require password, rather than autoloading password-read.
13329
13330 2007-11-29  Glenn Morris  <rgm@gnu.org>
13331
13332         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13333         (sasl-make-client, sasl-next-step, sasl-step-data)
13334         (sasl-step-set-data): Declare as functions.
13335
13336 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13337
13338         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13339
13340 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13341
13342         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13343         certs should be verified and what is to be done in the event of a
13344         verification failure.
13345
13346         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13347         caller can indicate whether the cache should be disregarded for this
13348         call.  This way the result of the call is reproducible at all times and
13349         can be considered a canonical server name for the supplied method.
13350         (gnus-agent-method-p): Canonicalize server names by pushing their
13351         method through `gnus-method-to-server' using the no-cache argument.
13352
13353         * gnus-srvr.el (gnus-server-insert-server-line):
13354         Call `gnus-method-to-server' with `no-cache' argument.
13355
13356         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13357         gnus-agent-possibly-synchronize-flags as this should be called when the
13358         server is actually being opened.
13359         (gnus-agent-possibly-synchronize-flags)
13360         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13361         flags file of an agentized server to the latter function.
13362
13363         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13364         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13365         after a connection has been established successfully.
13366
13367 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-art.el (article-display-face): Force to display face if called
13370         interactively; check if gnus-article-x-face-too-ugly matches author.
13371         (article-display-x-face): Display face even if From header is missing
13372         as article-display-face does.
13373
13374 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13375
13376         * hashcash.el (message-narrow-to-headers-or-head)
13377         (message-fetch-field, message-goto-eoh)
13378         (message-narrow-to-headers): Declare as functions.
13379
13380 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * mail-source.el (mail-sources): Default to fetch from file for
13383         compatibility with default of nnmail-spool-file.
13384
13385 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13388         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13389         to look for encoded word that should be encoded again.
13390         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13391         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13392         encoding pattern.
13393         (rfc2047-decode-region): Switch strict regexp and loose one according
13394         to rfc2047-allow-irregular-q-encoded-words.
13395
13396 2007-11-25  Romain Francoise  <romain@orebokech.com>
13397
13398         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13399
13400 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13401
13402         * tls.el (tls-program): Provide more custom choices from
13403         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13404         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13405
13406 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13409         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13410
13411         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13412         `nnmail-spool-file'.
13413
13414         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13415         `nnmail-spool-file'.
13416
13417         * gnus-move.el (gnus-change-server): Ditto.
13418
13419         * gnus-kill.el (gnus-batch-score): Ditto.
13420
13421         * gnus-cache.el (gnus-jog-cache): Ditto.
13422
13423         * gnus-msg.el (gnus-summary-reply):
13424         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13425
13426 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13427
13428         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13429         version.  Minor improvement to doc strings.
13430         (tls-program): Add comment.
13431
13432 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13433
13434         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13435         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13436         mismatch between the hostname provided in the certificate and the name
13437         of the host connnecting to.
13438         (open-tls-stream): Use them.  Check certificates against trusted root
13439         certificates.
13440
13441 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13442
13443         * gnus-cache.el (gnus-cache-generate-nov-databases):
13444         Use nnml-generate-nov-databases-directory instead of
13445         nnml-generate-nov-databases-1.
13446
13447 2007-11-24  Glenn Morris  <rgm@gnu.org>
13448
13449         * message.el (message-tool-bar-retro): Update for rename
13450         mail_send.xpm->mail-send.xpm.
13451
13452 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13453
13454         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13455         `smime-ldap-search' for Emacs 22 and up.
13456
13457 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13458
13459         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13460
13461         * message.el (message-send-mail-function): Fix error convention.
13462         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13463         (message-widen-reply, message-send-mail, message-talkative-question)
13464         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13465         (message-clone-locals, message-send-news): Use with-current-buffer.
13466         (message-insert-or-toggle-importance): Remove unused var `valid'.
13467         (message-make-references): Remove unused var `new-references'.
13468         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13469
13470 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13471
13472         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13473         (spam-split-symbolic-return-positive): Reflow docstring.
13474         (spam-backends, spam-summary-exit-behavior)
13475         (spam-mark-ham-unread-before-move-from-spam-group)
13476         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13477         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13478         (spam-clear-cache, spam-backend-check, spam-install-backend)
13479         (spam-install-statistical-backend, spam-list-of-processors)
13480         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13481         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13482         (spam-check-crm114, spam-initialize, spam-unload-hook):
13483         Fix typos in docstrings.
13484
13485 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13488         been checked if they have never been read and those group levels are
13489         higher than the one that a user specified.
13490
13491 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13492
13493         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13494         foreign groups unless a group level is specified by a user.
13495         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13496
13497 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * message.el (message-send-mail-function): Require sendmail.
13500
13501 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13502
13503         * message.el (message-send-mail-function): Check for smtpmail too.
13504
13505         * utf7.el (utf7-encode, utf7-decode): Use coding system
13506         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13507
13508         * message.el (message-send-mail-function): New function.
13509         (message-send-mail-function): Set default using
13510         message-send-mail-function.  Adjust doc string.
13511         (message-send-mail-with-mailclient): New function.
13512
13513 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13514
13515         * smime.el (from):
13516         * rfc2047.el (message-posting-charset):
13517         * qp.el (mm-use-ultra-safe-encoding):
13518         * pop3.el (parse-time-months):
13519         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13520         * nnml.el (files):
13521         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13522         (jka-compr-compression-info-list, ange-ftp-path-format)
13523         (efs-path-regexp):
13524         * nndiary.el (files):
13525         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13526         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13527         (epg-digest-algorithm-alist, inhibit-redisplay)
13528         (password-cache-expiry):
13529         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13530         (pgg-output-buffer, password-cache-expiry):
13531         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13532         (efs-path-regexp):
13533         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13534         (inhibit-redisplay):
13535         * mm-uu.el (file-name, start-point, end-point, entry)
13536         (gnus-newsgroup-name, gnus-newsgroup-charset):
13537         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13538         (latin-unity-ucs-list):
13539         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13540         (mm-uu-binhex-decode-function):
13541         * message.el (gnus-message-group-art, gnus-list-identifiers)
13542         (rmail-enable-mime-composing, gnus-local-organization)
13543         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13544         (gnus-read-active-file, facemenu-add-face-function)
13545         (facemenu-remove-face-function, gnus-article-decoded-p)
13546         (tool-bar-mode):
13547         * mail-source.el (display-time-mail-function):
13548         * gnus-util.el (nnmail-pathname-coding-system)
13549         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13550         (gnus-original-article-buffer, gnus-user-agent)
13551         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13552         (xemacs-codename, sxemacs-codename, emacs-program-version):
13553         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13554         * gnus-start.el (gnus-agent-covered-methods)
13555         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13556         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13557         (gnus-newsgroup-headers, gnus-group-list-mode)
13558         (gnus-group-mark-positions, gnus-newsgroup-data)
13559         (gnus-newsgroup-unreads, nnoo-state-alist)
13560         (gnus-current-select-method, mail-sources)
13561         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13562         (nnmail-spool-file, gnus-cache-active-hashtb):
13563         * gnus-mh.el (mh-lib-progs):
13564         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13565         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13566         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13567         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13568         (gnus-group-buffer):
13569         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13570         (font-lock-set-defaults):
13571         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13572         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13573         (gnus-summary-post-menu, total-parts, type, condition, length):
13574         * gnus-agent.el (gnus-agent-read-agentview):
13575         * flow-fill.el (show-trailing-whitespace):
13576         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13577         eval-and-compile wrappers for byte compiler pacifiers.
13578
13579         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13580         (mm-display-inline-fontify): Check for featurep 'xemacs not
13581         extent-list.
13582
13583         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13584         itimer-list.
13585         (mm-create-image-xemacs): Only do something for XEmacs.
13586         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13587
13588         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13589
13590         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13591         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13592
13593 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13594
13595         * nnimap.el (nnimap-split-download-body):
13596         * gnus-demon.el (gnus-demon):
13597         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13598
13599 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13602         New macros.
13603         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13604         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13605         copy data from unibyte buffer to multibyte current buffer.
13606         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13607         to copy data from unibyte current buffer to multibyte buffer.
13608         (nntp-make-process-buffer): Make process buffer unibyte.
13609
13610         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13611
13612 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13613
13614         * pop3.el (pop3-open-server): Accept and process data more robustly at
13615         connection start to avoid spurious "POP SSL connection failed" errors.
13616
13617 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13620         read group names.
13621
13622 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13625
13626 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13627
13628         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13629         (nnmail-save-active): Use a unibyte buffer when saving active file,
13630         which may contain non-ASCII group names.
13631
13632         * nnml.el (nnml-request-group): Decode group names in messages.
13633
13634 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13635
13636         * message.el (message-citation-line-function)
13637         (message-insert-formatted-citation-line): Fix spelling of
13638         `message-insert-formated-citation-line'.
13639
13640 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13641
13642         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13643
13644 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13645
13646         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13647         nnmail-pathname-coding-system.
13648
13649         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13650         that a user enters; decode group names in messages.
13651
13652         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13653
13654 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13655
13656         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13657
13658         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13659
13660         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13661         risky local variable.
13662
13663         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13664
13665 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13666
13667         * encrypt.el: Improve documentation to fix function name typo.
13668         Reported by Daiki Ueno <ueno@unixuser.org>.
13669
13670 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13673         even if the point is not in the last page of an article.
13674         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13675         back to the previous page.
13676
13677 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13680
13681 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13684
13685 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13686
13687         * message.el (message-check-news-body-syntax):
13688         Avoid mm-string-as-multibyte.
13689         (message-hide-headers): Don't assume (point-min)==1.
13690
13691 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13692
13693         * message.el (message-remove-blank-cited-lines): Fix if remove is
13694         given.
13695         (message-bogus-address-regexp): New variable.
13696         (message-bogus-recipient-p): New function.
13697         (message-check-recipients): New command.
13698         (message-syntax-checks): Add `bogus-recipient'.
13699         (message-fix-before-sending): Add `bogus-recipient'.
13700
13701         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13702         (gnus-treat-body-boundary): Don't test window-system.
13703
13704 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13705
13706         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13707
13708 2007-10-28  Miles Bader  <miles@gnu.org>
13709
13710         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13711         at compile-time too.
13712
13713 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * gnus-msg.el (gnus-message-setup-hook):
13716         Add `message-remove-blank-cited-lines' to options.
13717
13718 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13719
13720         * message.el (message-remove-blank-cited-lines): New function.
13721         Suggested by Karl Plästerer.
13722
13723 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13726         mapc.
13727
13728         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13729         (top-level): Use mapc to set functions to be traced for debugging.
13730
13731         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13732         called for effect with while loop.
13733
13734         * message.el (message-talkative-question): Replace mapcar called for
13735         effect with mapc.
13736
13737         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13738         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13739         called for effect with dolist.
13740
13741         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13742
13743         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13744         gnus-extra-headers and nnmail-extra-headers.
13745
13746         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13747         called for effect with dolist.
13748         (top-level): Use mapc to set functions to be traced for debugging.
13749
13750         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13751         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13752         dolist.
13753
13754         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13755         Replace mapcar called for effect with mapc.
13756         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13757         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13758         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13759         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13760
13761         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13762         remove-if that's a cl function.
13763
13764         * webmail.el (webmail-debug): Replace mapcar called for effect with
13765         dolist.
13766
13767         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13768         with mapc.
13769
13770 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13773         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13774         with while loop.
13775
13776         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13777         functions from article-* functions.
13778         (gnus-multi-decode-header): Replace mapcar called for effect with
13779         dolist.
13780
13781         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13782         (gnus-bookmark-show-details): Replace mapcar called for effect with
13783         while loop.
13784
13785         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13786         called for effect with while loop.
13787
13788         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13789         with dolist.
13790
13791         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13792         Replace mapcar called for effect with dolist.
13793
13794         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13795
13796         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13797         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13798         Replace mapcar called for effect with dolist.
13799         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13800         mapc.
13801
13802         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13803         Replace mapcar called for effect with dolist.
13804         (gnus-topic-list): Replace mapcar called for effect with mapc.
13805
13806         * gnus.el: Use mapc instead of mapcar to add autoloads.
13807
13808 2007-10-23  Richard Stallman  <rms@gnu.org>
13809
13810         * gnus-group.el (gnus-group-highlight): Mark as risky.
13811
13812 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus.el (gnus-server-to-method): Return method found first in
13815         gnus-newsrc-alist.
13816
13817         * gnus-art.el (gnus-article-highlight-signature)
13818         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13819         button overlay without the front stickiness.
13820
13821 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13822
13823         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13824         overview buffer needed a catch to receive its throw.
13825         (gnus-agent-flush-cache): Declare as interactive to make this function
13826         easier to use.
13827
13828 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13829
13830         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13831         `next-line'.
13832
13833 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13834
13835         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13836         exclude address matching message-dont-reply-to-names.
13837
13838 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * gnus-util.el (gnus-string<): New function.
13841
13842         * gnus-sum.el (gnus-article-sort-by-author)
13843         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13844
13845 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13848         the frame-focus tag is set in gnus-buffer-configuration.
13849
13850 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13851
13852         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13853         the front stickiness.
13854
13855 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13856
13857         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13858         url pattern; remove duplicate one.
13859         (gnus-article-extend-url-button): New function.
13860         (gnus-article-add-buttons): Use it.
13861         (gnus-button-push): Use concatenated url that it makes.
13862
13863 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13864
13865         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13866
13867 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13868
13869         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13870         Don't hardcode point-min==1.
13871
13872 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13875         Fix comment about "iso8859-1".
13876
13877 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13878
13879         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13880         ones returned from the verify-function.
13881
13882         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13883         Call mml2015-extract-cleartext-signature if extraction failed.
13884
13885 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13886
13887         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13888         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13889         failed.
13890
13891 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13892
13893         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13894
13895 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13896
13897         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13898         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13899         recommends to use EasyPG instead of PGG.
13900
13901         * pgg.el: Revert to revision 6.23.2.16.
13902
13903         * pgg-def.el: Revert to revision 6.6.2.14.
13904
13905         * pgg-gpg.el: Revert to revision 6.23.2.34.
13906
13907 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13908
13909         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13910         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13911         thread for both the null and zero (kill/expire thread) universal prefix
13912         cases.
13913         (gnus-summary-expire-thread): Add new function to expire a thread,
13914         using gnus-summary-kill-thread.
13915         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13916         shortcuts for gnus-summary-expire-thread.
13917         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13918         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13919
13920 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13921
13922         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13923         extras value, so an extras entry can be deleted.
13924         (gnus-registry-delete-extra-entry): Use it.
13925         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13926         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13927         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13928         storage through the gnus-registry, and provide an appropriate API for
13929         it.
13930
13931 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13934         Suggested by Leo <sdl.web@gmail.com>.
13935
13936         * gnus.el: Do.
13937
13938 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13941         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13942
13943         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13944
13945         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13946         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13947
13948 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13951         newline.
13952         (nnmbox-request-accept-article): Don't change article in source buffer;
13953         narrow to header to use message-fetch-field rather than
13954         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13955         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13956         as delimiters; make sure article ends with newline.
13957         (nnmbox-delete-mail): Correct last position of article to be deleted;
13958         ignore X-Gnus-Newsgroup header in article body.
13959         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13960         positions; make sure article ends with newline.
13961
13962         * message.el (message-display-abbrev): Don't infloop when a user
13963         inserts SPC in the beginning of header.
13964
13965         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13966         coding-system-for-read and coding-system-for-write for XEmacs having no
13967         file-coding feature.
13968
13969         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13970
13971 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13972
13973         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13974         list of groups not followed by default.  Fix type to be regexp.
13975         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13976
13977 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13978
13979         * hmac-def.el (define-hmac-function): Switch from old-style to
13980         new-style backquotes.
13981
13982         * md4.el (md4-make-step): Likewise.
13983
13984 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13987         raw-text coding system when saving .newsrc file, which may contain
13988         non-ASCII group names.
13989
13990 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gnus-cus.el (gnus-score-extra): New widget.
13993         (gnus-score-extra-convert): New function.
13994         (gnus-score-customize): Use it for Extra.
13995
13996 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13997
13998         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13999         (mml2015-mailcrypt-clear-verify): Use it.
14000         (mml2015-gpg-clear-verify): Use it.
14001         (mml2015-pgg-clear-verify): Use it.
14002         (mml2015-epg-clear-verify): Replace the current part with the output
14003         from GnuPG; don't extract the plaintext by itself.
14004
14005         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14006         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14007         mml2015-clear-verify-function; don't touch the armor headers or
14008         dash-escaped text here.
14009
14010 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14013         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14014         parts, or application/octet-stream as a last resort.
14015         (gnus-mime-view-part-as-type): Don't toggle display.
14016         (gnus-mime-view-part-as-charset): Don't turn off display before
14017         querying charset.
14018
14019         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14020         stuff to undisplayer function in Emacs.
14021         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14022
14023         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14024         text/calendar parts.
14025
14026 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14029         decoding text/calendar parts.
14030
14031         * message.el (message-forward-make-body-mime): Always mark body as
14032         having no illegible text; remove signed-or-encrypted argument.
14033         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14034
14035         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14036         (mml-generate-mime-1): Don't encode body if it is specified to be in
14037         raw form; don't make buffer be unibyte when inserting multibyte string.
14038
14039 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14040
14041         * sha1.el: Fix up comment style.
14042         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14043         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14044
14045         * hex-util.el: Fix up comment style.
14046         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14047
14048         * gnus-salt.el: Use with-current-buffer.
14049         (gnus-pick-setup-message): Fix long-standing typo.
14050
14051 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * imap.el (imap-logout-timeout): New variable.
14054         (imap-logout, imap-logout-wait): New functions.
14055         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14056
14057         * nnimap.el (nnimap-logout-timeout): New server variable.
14058         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14059         nnimap-logout-timeout.
14060
14061         * gnus-art.el (gnus-article-summary-command-nosave)
14062         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14063
14064 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * gnus.el (gnus-maximum-newsgroup): New variable.
14067
14068         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14069         according to gnus-maximum-newsgroup.
14070
14071         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14072         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14073         Limit the range of articles according to gnus-maximum-newsgroup.
14074
14075 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14076
14077         * gnus-art.el (gnus-sticky-article): Fix problems described in
14078         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14079         Don't perform gnus-configure-windows here; reuse existing sticky
14080         article buffer.
14081
14082         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14083         it doesn't exist in gnus-article-mode.
14084
14085 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14088         (gnus-agent-decoded-group-name): New function.
14089         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14090         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14091
14092 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14093
14094         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14095         Add binding for gnus-sticky-article.
14096         (gnus-summary-exit): Don't kill sticky article buffers.
14097
14098         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14099         article buffer.
14100         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14101         (gnus-kill-sticky-article-buffers): New commands.
14102
14103 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * nntp.el (nntp-xref-number-is-evil): New server variable.
14106         (nntp-find-group-and-number): If it is non-nil, don't trust article
14107         numbers in the Xref header.
14108
14109 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * gnus-agent.el (gnus-agent-read-group): New function.
14112         (gnus-agent-flush-group, gnus-agent-expire-group)
14113         (gnus-agent-regenerate-group): Use it.
14114         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14115         nnmail-pathname-coding-system.
14116
14117 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14118
14119         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14120
14121         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14122         that are unread as unread, and also as selected so that information of
14123         marks having been changed by a user may be updated when exiting group.
14124
14125 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14128
14129 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14132         calculated ignoring signature parts to gnus-treat-article.
14133
14134 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14137         a point here in order to keep the window start.
14138         (gnus-insert-mime-security-button): Make a button overlay without the
14139         front stickiness.
14140         (gnus-mime-display-security): Goto the end of a button.
14141
14142         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14143
14144 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14147         group-name-at-point.
14148         (gnus-group-completing-read): New function that offers decoded
14149         non-ASCII group names for completion.
14150         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14151         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14152         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14153         (gnus-group-fetch-control): Use it.
14154         (gnus-fetch-group): Use group-name-at-point for the initial value
14155         rather than the default value; use gnus-alive-p.
14156
14157         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14158         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14159         (gnus-summary-post-news): Use gnus-group-completing-read.
14160
14161         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14162         (gnus-read-move-group-name): Decode group name for completion.
14163
14164 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14165
14166         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14167         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14168         Yamaoka slightly modified the code).
14169
14170 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14173         (nnmail-split-incoming): Bind it.
14174
14175         * nnml.el (nnml-group-name-charset): New function.
14176         (nnml-decoded-group-name): Use it; don't decode group name if
14177         nnmail-group-names-not-encoded-p is non-nil.
14178         (nnml-encoded-group-name): New function.
14179         (nnml-group-pathname): Inline nnml-decoded-group-name.
14180         (nnml-request-expire-articles): Decode group name in message.
14181         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14182         nnmail-pathname-coding-system.
14183         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14184         not decoded ones according to nnmail-group-names-not-encoded-p.
14185         (nnml-generate-active-info): Use nnml-encoded-group-name.
14186
14187 2007-08-08  Glenn Morris  <rgm@gnu.org>
14188
14189         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14190         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14191         doc-strings and comments.
14192
14193 2007-07-25  Glenn Morris  <rgm@gnu.org>
14194
14195         * Relicense all FSF files to GPLv3 or later.
14196
14197 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14198
14199         * gnus-sum.el (gnus-summary-move-article):
14200         Make gnus-summary-respool-article work.
14201
14202 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14203
14204         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14205         string.
14206
14207 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14208
14209         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14210         that should be ignored when comparing distant RSS articles with local
14211         ones.
14212         (nnrss-make-hash-index): New function.  Create a hash index according
14213         to the ignored fields.
14214         (nnrss-check-group): Use it.
14215
14216 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14219
14220         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14221
14222         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14223         the new optional argument ENCODED is non-nil.
14224         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14225         coding system for encoding group name.
14226         (gnus-group-make-rss-group): Pass un-encoded group name to
14227         gnus-group-make-group.
14228         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14229         encoded.
14230
14231         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14232         Encode group name to which articles are moved or copied.
14233         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14234         coding system for encoding Newsgroup, Followup-To and Xref headers.
14235
14236         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14237         marks; use nnheader-file-coding-system to write a file.
14238         (nnagent-retrieve-headers): Bind file-name-coding-system to
14239         nnmail-pathname-coding-system.
14240
14241         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14242
14243         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14244         (nnml-request-article, nnml-request-create-group)
14245         (nnml-request-rename-group, nnml-find-id)
14246         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14247         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14248         (nnml-save-marks): Use nnml-group-pathname instead of
14249         nnmail-group-pathname.
14250
14251         (nnml-request-create-group, nnml-request-expire-articles)
14252         (nnml-request-move-article, nnml-request-delete-group)
14253         (nnml-deletable-article-p, nnml-possibly-create-directory)
14254         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14255         (nnml-open-marks): Bind file-name-coding-system to
14256         nnmail-pathname-coding-system.
14257
14258         (nnml-request-article): Pass server argument to nnml-find-group-number.
14259         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14260         Pass server argument to nnml-possibly-create-directory.
14261         (nnml-request-accept-article): Pass server argument to
14262         nnml-active-number and nnml-save-mail.
14263         (nnml-find-group-number): Pass server argument to nnml-find-id.
14264         (nnml-request-update-info): Pass server argument to
14265         nnml-marks-changed-p.
14266
14267         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14268         (nnml-save-mail, nnml-active-number): Add server argument.
14269
14270         (nnml-request-delete-group): Warn if group is missing.
14271         (nnml-get-nov-buffer): Decode group name.
14272         (nnml-generate-active-info): Encode group name.
14273         (nnml-open-marks): Decode group name in messages.
14274
14275 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14276
14277         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14278         if it is not specified.
14279         (gnus-article-pipe-part, gnus-article-save-part)
14280         (gnus-article-interactively-view-part, gnus-article-copy-part)
14281         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14282         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14283         (gnus-article-replace-part, gnus-article-delete-part)
14284         (gnus-article-view-part-as-type): Pass raw prefix argument to
14285         gnus-article-part-wrapper.
14286
14287 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-agent.el (gnus-agent-save-active):
14290         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14291
14292         * gnus-cache.el (gnus-cache-save-buffers)
14293         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14294         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14295         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14296         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14297         (gnus-cache-generate-active, gnus-cache-rename-group)
14298         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14299         (gnus-cache-update-overview-total-fetched-for):
14300         Bind file-name-coding-system to nnmail-pathname-coding-system.
14301         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14302         New variables.
14303         (gnus-cache-decoded-group-name): New function.
14304         (gnus-cache-file-name): Use it.
14305         (gnus-cache-generate-active): Use non-decoded group name for active.
14306
14307         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14308         right place.
14309         (gnus-write-active-file): Don't break non-ASCII group names.
14310
14311         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14312         nnmail-pathname-coding-system.
14313
14314         * lpath.el: Bind default-file-name-coding-system,
14315         file-name-coding-system and language-info-alist for XEmacs.
14316
14317         * gnus-uu.el (gnus-uu-decode-save): Typo.
14318
14319 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14322
14323 2007-07-14  David Kastrup  <dak@gnu.org>
14324
14325         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14326         finishing actions if we did not edit the article.
14327
14328 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14331         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14332         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14333         (gnus-agent-flush-group, gnus-agent-flush-cache)
14334         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14335         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14336         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14337         (gnus-agent-regenerate-group)
14338         (gnus-agent-update-files-total-fetched-for)
14339         (gnus-agent-update-view-total-fetched-for):
14340         Bind file-name-coding-system to nnmail-pathname-coding-system.
14341         (gnus-agent-group-pathname): Don't encode file names by
14342         nnmail-pathname-coding-system.
14343         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14344         coding-system-for-write instead of buffer-file-coding-system to
14345         gnus-agent-file-coding-system.
14346
14347         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14348         Decode group name.
14349
14350         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14351
14352         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14353         (gnus-read-newsrc-el-file): Make group names unibyte.
14354
14355         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14356         nnmail-pathname-coding-system.
14357
14358         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14359         (nnrss-request-delete-group): Bind file-name-coding-system to
14360         nnmail-pathname-coding-system.
14361         (nnrss-read-server-data, nnrss-read-group-data):
14362         Bind file-name-coding-system correctly.
14363         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14364
14365         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14366         (nntp-server-to-method-cache): New variable.
14367         (nntp-group-pathname): New function that decodes non-ASCII group names.
14368         (nntp-possibly-create-directory, nntp-marks-changed-p)
14369         (nntp-save-marks, nntp-open-marks): Use it.
14370         (nntp-possibly-create-directory, nntp-open-marks):
14371         Bind file-name-coding-system to nnmail-pathname-coding-system.
14372         (nntp-open-marks): Decode group names when bootstrapping marks.
14373
14374         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14375         Newsgroups and Followup-To headers.
14376
14377 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14380         (gnus-server-closed-face, gnus-server-denied-face)
14381         (gnus-server-offline-face): Remove variable.
14382         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14383
14384         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14385         of modifying message-stack directly for XEmacs.
14386
14387         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14388         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14389         if the coding-system argument is nil for XEmacs.
14390
14391         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14392         mm-charset-override-alist.
14393
14394         * rfc2047.el: Don't require base64; require rfc2045 for the function
14395         rfc2045-encode-string.
14396         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14397         to quote the parameter value.
14398
14399 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14400
14401         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14402         form in gnus-group-name-charset-method-alist.
14403
14404         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14405         overrides the default layout edit-form.
14406
14407         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14408
14409         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14410
14411 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14414         as unfetched articles.
14415
14416 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14417
14418         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14419
14420 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14423         original back end that keeps marks in the local system.
14424
14425 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14426
14427         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14428         arg of pop-to-buffer for XEmacs.
14429         (gnus-article-read-summary-keys): Ditto; don't restore window
14430         configuration if summary command ends up with neither article buffer
14431         nor summary buffer; describe bindings if summary keys end with C-h.
14432
14433 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * message.el (message-fix-before-sending): Skip raw message part to be
14436         forwarded while checking illegible text.
14437         (message-forward-make-body-mime, message-forward-make-body):
14438         Mark signed or encrypted raw message as having no illegible text.
14439
14440 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14443         (gnus-message-with-timestamp-1): New macro.
14444         (gnus-message-with-timestamp): New function.
14445         (gnus-message): Use them.
14446
14447         * nnheader.el (nnheader-message): Use them.
14448
14449 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14450
14451         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14452         .newsrc.eld file.
14453
14454 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14455
14456         * gnus-agent.el (gnus-agent-fetch-headers)
14457         (gnus-agent-retrieve-headers):
14458         Bind gnus-decode-encoded-address-function to identity.
14459
14460         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14461         available also when the server returns simply a dot.
14462
14463         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14464
14465 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14468
14469 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * gnus-ems.el (gnus-x-splash): Make it work.
14472
14473         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14474         from being used.
14475
14476         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14477
14478 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14481         4th and the 5th arguments.
14482
14483         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14484         the front stickiness.
14485         (gnus-article-summary-command-nosave): Correct the order of the
14486         arguments passed to pop-to-buffer.
14487         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14488         summary command ends up with the article buffer.
14489
14490         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14491         the same faces.
14492
14493 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14494
14495         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14496
14497 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14498
14499         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14500         * gnus-sum.el (gnus-summary-highlight):
14501         * pgg.el (pgg-sign-region, pgg-sign):
14502         * mail-source.el (mail-source-delete-old-incoming-confirm):
14503         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14504
14505 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus-art.el (gnus-mime-view-part-externally)
14508         (gnus-mime-view-part-internally): Fix predicate function passed to
14509         completing-read.
14510
14511         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14512
14513         * gnus.el (gnus-update-message-archive-method): Add :version.
14514
14515 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * gnus.el (gnus-update-message-archive-method): New variable.
14518
14519         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14520         according to gnus-message-archive-method if
14521         gnus-update-message-archive-method is non-nil.
14522
14523 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14524
14525         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14526         Suggested by Loic Dachary <loic@dachary.org>.
14527         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14528
14529 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * message.el (message-pop-to-buffer): Add switch-function argument.
14532         (message-mail): Pass switch-function argument to it.
14533
14534 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14537         Improve doc string.
14538
14539 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14542         (gnus-header-content):
14543         * gnus-cite.el (gnus-cite-10):
14544         * gnus-srvr.el (gnus-server-closed):
14545         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14546         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14547         (gnus-group-mail-3-empty, gnus-group-mail-low)
14548         (gnus-group-mail-low-empty, gnus-splash):
14549         * message.el (message-header-to, message-header-cc)
14550         (message-header-subject, message-header-other, message-header-name)
14551         (message-header-xheader, message-separator, message-cited-text)
14552         (message-mml): Lighten colors of faces used for dark background.
14553
14554 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14555
14556         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14557         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14558
14559 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * message.el (message-narrow-to-headers-or-head):
14562         Ignore mail-header-separator in the body.
14563
14564 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14567         same as window size.
14568
14569 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14570
14571         * message.el (message-font-lock-keywords): Use message-header-xheader
14572         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14573         ahead of the anything pattern, to get it recognized.
14574
14575 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14578         spam.el loads uses it in the compiled defadvice form.
14579
14580 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14581
14582         * gnus-sum.el (gnus-articles-to-read)
14583         (gnus-summary-insert-old-articles): Don't truncate group name for
14584         `read-string'.
14585
14586         * gnus-util.el (gnus-limit-string): Delete this function.
14587
14588         * gnus-sum.el (gnus-simplify-subject-fully):
14589         Use `truncate-string-to-width' instead.
14590
14591 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14592
14593         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14594         Tell if, on summary exit, the next group has to be selected.
14595         (gnus-summary-exit): Use it.
14596
14597 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14598
14599         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14600         non-break space.
14601
14602 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14605         Check if group is not a directory.
14606         (nnfolder-request-expire-articles): Don't delete articles if the target
14607         group is not available.
14608
14609         * nnml.el (nnml-request-create-group): Properly check if group is not a
14610         file.
14611         (nnml-request-expire-articles): Don't delete articles if the target
14612         group is not available.
14613
14614         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14615         Don't quote characters that are within parentheses.
14616
14617 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14618
14619         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14620         (gnus-handle-ephemeral-exit): Select article according to it.
14621
14622 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14623
14624         * message.el (message-insert-formated-citation-line): Remove newline.
14625         (message-citation-line-format): Add final \n here so that the user can
14626         avoid a blank line.
14627
14628 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14629
14630         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14631         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14632         Update lanl/arXiv support.
14633
14634 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14635
14636         * gnus.el: Bump version number.
14637
14638 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14639
14640         * gnus.el (gnus-version-number): Bump version.
14641
14642 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14643
14644         * gnus.el: No Gnus v0.6 is released.
14645
14646 2007-04-27  Didier Verna  <didier@xemacs.org>
14647
14648         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14649         * gmm-utils.el (gmm-regexp-concat): ... here.
14650         * message.el: Don't require 'gnus-util.
14651         (message-dont-reply-to-names): Handle name change above.
14652         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14653
14654 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14657         since the initial value varies according to the system.
14658
14659 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14660
14661         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14662
14663 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14664
14665         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14666
14667 2007-04-24  Didier Verna  <didier@xemacs.org>
14668
14669         Improve the type of gnus-ignored-from-addresses.
14670         * gnus-util.el (gnus-orify-regexp): New function.
14671         * message.el (gnus-util): Require it.
14672         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14673         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14674         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14675
14676 2007-04-24  Didier Verna  <didier@xemacs.org>
14677
14678         * gnus-sum.el:
14679         * gnus-utils.el: Fix some trailing whitespaces.
14680
14681 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14682
14683         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14684         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14685         article's Message-ID; refer parent article in summary buffer.
14686
14687         * message.el (message-bounce): Call mime-to-mml.
14688
14689         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14690         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14691         optimize and/or forms properly.
14692
14693 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14696         URL.
14697
14698 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14701
14702 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14705         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14706         displayed of multipart/alternative part if it is invoked from summary
14707         buffer.
14708
14709         * mm-view.el (mm-inline-text-html-render-with-w3m)
14710         (mm-inline-text-html-render-with-w3m-standalone)
14711         (mm-inline-render-with-function): Use mail-parse-charset by default.
14712
14713 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14714
14715         * parse-time.el (parse-time-string-chars): Check if CHAR
14716         is less than the length of parse-time-syntax.
14717
14718 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14721         from gnus-newsgroup-processable.
14722
14723 2007-04-16  Didier Verna  <didier@xemacs.org>
14724
14725         * gnus-msg.el (gnus-configure-posting-styles):
14726         Handle message-signature-directory properly with :file syntax.
14727         Reported by "Leo".
14728
14729 2007-04-11  Didier Verna  <didier@xemacs.org>
14730
14731         New user option: message-signature-directory.
14732         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14733         * message.el (message-insert-signature): Ditto.
14734         * message.el (message-signature-file): Doc update.
14735         * message.el (message-signature-directory): New.
14736
14737 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * gnus-msg.el (gnus-inews-yank-articles):
14740         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14741
14742 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * message.el (message-yank-original): Make sure cited text ends with
14745         newline; don't exchange point and mark.
14746
14747 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14748
14749         * tls.el (open-tls-stream): Properly handle case where there
14750         is no associated buffer.
14751
14752 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14753
14754         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14755         message-yank-original, make sure (< mark TEXT point).
14756
14757 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14758
14759         * message.el (message-fill-column): New variable.
14760         (message-mode): Use it.  Add comment on a possible new hook.
14761
14762         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14763         (nnmail-get-new-mail): Reformat.
14764
14765         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14766
14767         * gmm-utils.el: Fix Commentary.
14768         (gmm-tool-bar-from-list): Fix typo in doc string.
14769
14770 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14771
14772         * message.el (message-yank-original): Don't switch point and mark
14773         unnecessarily to put point and mark as documented.
14774
14775 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14776
14777         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14778         from the message heads.
14779
14780 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14781
14782         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14783         article buffer does not have a window.  This may not be the best
14784         solution but is certainly better than setting the start of the null,
14785         that is the current, window.
14786
14787 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14788
14789         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14790         (gnus-draft-setup): Run it.
14791
14792         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14793         gnus-score-fast-scoring.  Allow regexp.
14794         (gnus-score-headers): Use it.
14795
14796         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14797         XEmacs.
14798
14799         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14800         string.
14801         (gnus-button-alist): Also catch `<f1> k ...'.
14802         (gnus-treat-display-x-face): Fix doc string.
14803
14804 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14805
14806         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14807         evaluation of gnus-extended-version to ensure correct generation of the
14808         User-Agent header when message-generate-headers-first is used.
14809
14810 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14811
14812         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14813         hashcash-path is nil.  Don't call callback with incorrect number of
14814         parameters if val is 0.
14815
14816 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14817
14818         * message.el (message-required-news-headers):
14819         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14820
14821 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14822
14823         * tls.el (open-tls-stream): In handshake-waiting loop,
14824         don't wait more if there is output available to process.
14825
14826 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14827
14828         * tls.el (tls-program): Doc fix.
14829
14830 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * message.el (message-generate-new-buffers): Change the meaning of the
14833         nil value; add `standard' to the choices; treat t as `unique'; improve
14834         doc string.
14835         (gnus-select-frame-set-input-focus): Autoload.
14836         (message-buffer-name): Search for the existing message buffer if
14837         message-generate-new-buffers is nil or `standard'; treat the value t of
14838         message-generate-new-buffers as `unique'.
14839         (message-pop-to-buffer): Raise the frame already displaying the message
14840         buffer; clear the echo area after querying.
14841         (message-setup): Pass the `continue' argument to compose-mail.
14842         (message-mail): Prefer `switch-function' if it is given; search for the
14843         existing message buffer if the `continue' argument is non-nil; pass
14844         continue and switch-function arguments to compose-mail by way of
14845         message-setup.
14846         (message-mail-other-window): Adjust argument of message-setup.
14847         (message-mail-other-frame): Ditto.
14848
14849 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14852         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14853         to turn font-lock on when turning gnus-message-citation-mode on.
14854
14855 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14856
14857         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14858         (mml-smime-function-alist): New variable; add epg as the backend.
14859         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14860         mml-smime- functions instead.
14861         * mm-view.el: Require smime.
14862
14863 2007-03-05  Didier Verna  <didier@xemacs.org>
14864
14865         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14866         instead of just inheritance for posting styles.
14867         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14868
14869 2007-02-24  Chris Moore  <dooglus@gmail.com>
14870
14871         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14872         * pgg-pgp.el (pgg-pgp-encrypt-region):
14873         * pgg-gpg.el (pgg-gpg-encrypt-region):
14874         Check pgg-encrypt-for-me if no other recipients.
14875
14876 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14877
14878         * tls.el (tls-certtool-program): Fix custom type.
14879
14880 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14881
14882         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14883         and point-at-eol instead of line-(beginning|end)-position.
14884
14885         * assistant.el (assistant-parse-buffer): Ditto.
14886
14887         * netrc.el (netrc-parse-services): Ditto.
14888
14889 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14890
14891         * mml2015.el (mml2015-epg-find-usable-key): New function.
14892         (mml2015-epg-sign): Use it.
14893         (mml2015-epg-encrypt): Use it.
14894
14895 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * message.el (message-make-in-reply-to): Quote name containing
14898         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14899         if there are special characters.  Reported by NAKAJI Hiroyuki
14900         <nakaji@jp.freebsd.org>.
14901
14902 2007-02-27  Didier Verna  <didier@xemacs.org>
14903
14904         Include the group parameters as well as the topic ones in the
14905         inheritance filter process.
14906         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14907         argument GROUP-PARAMS-LIST.
14908         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14909
14910 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * nntp.el (nntp-never-echoes-commands)
14913         (nntp-open-connection-functions-never-echo-commands): New variables.
14914         (nntp-send-command): Use them.
14915
14916 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14917
14918         * mml2015.el (mml2015-epg-verify): Simplify.
14919
14920 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * mml.el (mml-content-disposition-alist): New user option.
14923         (mml-content-disposition): New function.
14924         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14925         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14926
14927 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14928
14929         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14930         verification.
14931
14932 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14933
14934         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14935         articles posted in the last 24 hours.
14936
14937 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14938
14939         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14940
14941 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14942
14943         * nntp.el (nntp-send-command): Don't wait for echoes when
14944         nntp-open-ssl-stream is used.
14945
14946 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14949         (gnus-message-add-citation-keywords)
14950         (gnus-message-remove-citation-keywords): Remove.
14951         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14952         directly, make the variables in font-lock-defaults buffer-local, add
14953         gnus-message-citation-keywords to them and then update the value of
14954         font-lock-keywords.
14955
14956 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * message.el (message-cite-original-1): Don't call
14959         gnus-article-highlight-citation.
14960
14961         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14962         citations; fix line count.
14963
14964 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14965
14966         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14967         (gnus-message-add-citation-keywords)
14968         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14969         versions of font-lock-add-keywords and font-lock-remove-keywords to
14970         work with XEmacs correctly.
14971
14972 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14973
14974         * gnus-cite.el (gnus-cite-face-list): Set the values of
14975         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14976         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14977         (gnus-message-cite-prefix-regexp): New variable.
14978         (gnus-message-search-citation-line): Use it; protect against long
14979         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14980         the 0th match data for Emacs.
14981         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14982         (gnus-message-add-citation-keywords): Append keywords rather than
14983         prepending; emulate font-lock-add-keywords if it is not available.
14984         (gnus-message-remove-citation-keywords):
14985         Emulate font-lock-remove-keywords if it is not available.
14986
14987         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14988
14989         * message.el (message-cite-prefix-regexp): Set the value of
14990         gnus-message-cite-prefix-regexp.
14991
14992 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14993
14994         * nnweb.el (nnweb-google-parse-1): Update parser.
14995
14996 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14997
14998         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14999
15000 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15001
15002         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15003         regexp.
15004
15005 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15006
15007         * uudecode.el (uudecode-string-to-multibyte): New function emulating
15008         string-to-multibyte.
15009         (uudecode-decode-region-internal): Use it.
15010
15011         * lpath.el: Fbind string-as-multibyte for XEmacs.
15012
15013 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15016         Fix custom choice.
15017
15018         * gnus-art.el (gnus-signature-limit): Fix custom choice.
15019
15020 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
15021
15022         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15023
15024         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15025         `write-region' to respect `mm-inhibit-file-name-handlers'.
15026
15027 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
15028
15029         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15030         Use gnus-home-directory instead of "~/" or "$HOME".
15031
15032 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
15033
15034         * encrypt.el (encrypt-insert-file-contents): Add better prompt
15035         to mention filename.
15036         Add comments at beginning regarding usage.
15037         (encrypt-write-file-contents): Change interactive so a string is
15038         acceptable.  If the file has no associated model, show an error instead
15039         of a nonsense prompt.
15040
15041 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15042
15043         * spam.el (spam-bsfilter-ham-switch): Fix typo.
15044         Thanks to Yoshihiko Yamada for kind notification of this typo.
15045
15046 2007-01-12  Kenichi Handa  <handa@m17n.org>
15047
15048         * uudecode.el (uudecode-decode-region-internal): Make it work in a
15049         multibyte buffer.
15050
15051 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
15052
15053         * gnus-score.el (gnus-score-fast-scoring): New variable.
15054         (gnus-score-headers): Use it.
15055
15056         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15057
15058         * message.el (message-cite-original-1):
15059         Call gnus-article-highlight-citation if requested.
15060         (message-make-from): Allow name and address as optional arguments.
15061
15062         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15063
15064         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15065         bugs to doc string.
15066         (gnus-button-alist): Add mid\\|message-id.
15067         (gnus-button-fetch-group): Extend for use in
15068         `browse-url-browser-function'.
15069         (gnus-button-url-regexp): Try to catch paired parentheses like in
15070         Wikipedia URLs.
15071
15072         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15073         Suggested by Simon Krahnke <overlord@gmx.li>.
15074
15075 2007-01-13  Romain Francoise  <romain@orebokech.com>
15076
15077         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15078         Update copyright.
15079
15080 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15081
15082         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15083
15084 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15085
15086         * gnus-registry.el (gnus-registry-unfollowed-groups)
15087         (gnus-registry-split-fancy-with-parent): Fix documentation.
15088
15089 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15090
15091         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15092         from nnweb groups.
15093
15094 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15095
15096         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15097         Xref urls.  Erase buffer before requesting head.
15098
15099         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15100
15101 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15102
15103         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15104         customizable.
15105
15106 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15107
15108         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15109         no signing key is found.
15110         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15111         no encrypting and/or signing key is found.
15112
15113 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15114
15115         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15116
15117 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15118
15119         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15120         headers read from disk with the ones newly found in the current search.
15121         This should no longer cause problems, because the article numbers in
15122         Gmane's `nov.php' output are ignored since the previous change.
15123
15124 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15125
15126         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15127
15128 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15131         replace-regexp-in-string; bind url-version; fbind display-images-p and
15132         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15133         find-face and set-itimer-function for Emacs; bind itimer-list for
15134         Emacs.
15135
15136         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15137
15138 2007-01-01  Romain Francoise  <romain@orebokech.com>
15139
15140         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15141
15142 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15143
15144         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15145         `define-minor-mode' macro definition expanded properly.
15146         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15147         exclude it there.
15148
15149         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15150         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15151         `fboundp' test.
15152         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15153         This is OK to autoload in (S)XEmacs now.
15154
15155 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15156
15157         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15158         keystroke.
15159         (gnus-summary-limit-to-singletons): Fix typo.
15160
15161         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15162         else fails.
15163
15164 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15165
15166         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15167         docstring.
15168
15169         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15170         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15171         (gnus-summary-insert-dormant-articles): Fix typo in message.
15172
15173 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15174
15175         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15176         nil for XEmacs.
15177         (gnus-message-citation-mode): Don't autoload in XEmacs.
15178
15179         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15180
15181 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15182
15183         * nnimap.el (nnimap-expunge-search-string):
15184         Mention nnimap-search-uids-not-since-is-evil in docstring.
15185
15186 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15187
15188         * spam.el: Revert to make-obsolete-variable because
15189         define-obsolete-variable-alias is not supported in Emacs 21.
15190
15191         * spam.el (spam-ifile-path, spam-ifile-database-path)
15192         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15193         make-obsolete-variable.
15194         (spam-bsfilter-path, spam-bsfilter-program)
15195         (spam-spamassassin-path, spam-spamassassin-program)
15196         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15197         Don't use "path" inappropriately.
15198         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15199         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15200         variable names.
15201
15202 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15203
15204         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15205         summary buffer.
15206
15207         * password.el (password-cache-remove): Use clear-string to burn
15208         password, if available.
15209
15210 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15211
15212         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15213
15214         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15215
15216         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15217         (gnus-message-highlight-citation): Move defcustom here from
15218         gnus-cite.el.
15219         (gnus-message-citation-mode): Autoload.
15220
15221         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15222         checks to make it compile with XEmacs.
15223         (gnus-message-citation-mode): New minor mode.
15224         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15225         (gnus-message-highlight-citation): New variables.
15226         (gnus-message-search-citation-line)
15227         (gnus-message-add-citation-keywords)
15228         (gnus-message-remove-citation-keywords)
15229         (turn-on-gnus-message-citation-mode)
15230         (turn-off-gnus-message-citation-mode): New functions.
15231
15232 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15233
15234         * gnus-cite.el: Enable highlighting of different citation levels in
15235         message-mode.
15236
15237 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15238
15239         * message.el (message-make-fqdn): Fix comment.
15240         (message-bogus-system-names): Add ".local".
15241
15242         * spam.el (spam-ifile-path, spam-ifile-program)
15243         (spam-ifile-database-path, spam-ifile-database)
15244         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15245         Don't use "path" inappropriately.
15246         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15247         strings.
15248         (spam-check-ifile, spam-ifile-register-with-ifile)
15249         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15250         Use new variable names.
15251
15252         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15253         (gnus-treat-display-smileys): Simplify using
15254         gnus-image-type-available-p.
15255
15256         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15257         available.
15258
15259         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15260         Use `display-images-p' if available.
15261
15262 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15265         one after turning on the buffer's multibyteness instead of decoding
15266         them directly in the unibyte buffer that causes unexpected conversion
15267         in Emacs 23 (unicode).
15268
15269 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15270
15271         * message.el (message-generate-hashcash): Fix custom type.
15272
15273 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15274
15275         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15276
15277 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15278
15279         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15280         disconnect icons.  Add help text.
15281
15282 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15283
15284         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15285         negated to be consistent with the others we handle.
15286
15287 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15288
15289         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15290         version of gnus-summary-buffer to something, so that we can use two
15291         article buffers at the same time.
15292
15293 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15294
15295         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15296         trigger all the extra headers.
15297         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15298         sorting.
15299
15300 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15301
15302         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15303         solid groups.
15304
15305 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15306
15307         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15308
15309 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15310
15311         * legacy-gnus-agent.el: Add Copyright notice.
15312
15313 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15314
15315         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15316
15317 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15318
15319         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15320
15321         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15322         to make it work reliably in CVS Emacs.
15323         (gnus-summary-limit-strange-charsets-predicate)
15324         (gnus-summary-limit-to-predicate): New functions.
15325
15326 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15327
15328         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15329         specifying array size.
15330         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15331         array if it is too small.
15332         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15333         (gnus-sort-threads-loop): New function.
15334
15335 2006-12-06  Chris Moore  <dooglus@gmail.com>
15336
15337         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15338         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15339
15340 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15341
15342         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15343         options.
15344
15345 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15346
15347         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15348         DOS-ing the recipient.
15349
15350         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15351         the headers when creating the mapping to avoid mismappings.
15352         (nnweb-gmane-create-mapping): Always nix out old mapping.
15353
15354 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15357         and mm-verify-option to never.
15358
15359 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * message.el (message-signed-or-encrypted-p): New function.
15362         (message-forward-make-body): Use it.
15363
15364         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15365         Replace encode-coding-string with mm-encode-coding-string.
15366
15367 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * nneething.el (nneething-decode-file-name):
15370         Replace decode-coding-string with mm-decode-coding-string.
15371
15372         * gnus-int.el (gnus-open-server): Say failed server's name.
15373
15374 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15375
15376         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15377         strings to a single string.  Quote `errors-file-name'.
15378         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15379         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15380         Adjust calls.  Use `shell-quote-argument'.
15381
15382 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15383
15384         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15385         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15386
15387         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15388         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15389         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15390         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15391         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15392         (gnus-subscribe-newsgroup, gnus-1):
15393         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15394         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15395         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15396         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15397
15398 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15399
15400         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15401         keystroke.
15402         (gnus-summary-limit-to-bodies): Implement headersp.
15403
15404 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15405
15406         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15407
15408 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15411
15412 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15413
15414         * message.el (message-generate-hashcash): Expand range of values to
15415         include `opportunistic'.
15416         (message-send-mail): Use it.
15417
15418 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15419
15420         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15421         and comment it.
15422
15423         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15424
15425 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * gnus-util.el (gnus-extract-address-components): Improve comment.
15428
15429 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15430
15431         * gnus-util.el (gnus-extract-address-components): Work with address in
15432         which the name portion contains @.
15433
15434         * lpath.el: Fbind custom-autoload.
15435
15436 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15437
15438         * gnus.el (gnus-start): Move custom group up.
15439         (gnus-select-method): Don't autoload, but make it available for
15440         `customize-variable'.
15441         (gnus-getenv-nntpserver): Don't autoload.
15442
15443 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15444
15445         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15446
15447 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15448
15449         * message.el (message-sendmail-extra-arguments): New variable.
15450         (message-send-mail-with-sendmail): Use it.
15451
15452 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15455         mm-with-unibyte-current-buffer to make string unibyte.
15456
15457         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15458         mm-string-as-multibyte.
15459
15460 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15461
15462         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15463         Reported by Werner Koch <wk@gnupg.org>.
15464
15465 2006-11-14  Daiki Ueno  <ueno@p360>
15466
15467         * mml2015.el: Autoload epa-select-keys when compiling.
15468
15469 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15470
15471         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15472         message-options.
15473         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15474
15475 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15476
15477         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15478         EasyPG (< 0.0.6).
15479         (mml2015-always-trust): New user option.
15480         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15481         prompt.
15482
15483 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15484
15485         * nntp.el (nntp-authinfo-force): New variable.
15486         (nntp-send-authinfo): Use it.
15487
15488 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15489
15490         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15491         decode encoded words.  Improve prompt.  Add comment about forwarding.
15492         (message-replacement-char): Move up.
15493
15494 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15495
15496         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15497         instead of gnus-intersection because arguments of gnus-sorted-nunion
15498         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15499
15500 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15501
15502         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15503         (message-simplify-subject-functions):
15504         Enable message-strip-subject-encoded-words by default.
15505
15506 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15507
15508         * message.el (message-strip-subject-encoded-words): New function.
15509         (message-simplify-subject-functions): New variable.
15510         (message-simplify-subject): Use it.  Fix typo in doc string.
15511         Support message-strip-subject-encoded-words.
15512
15513 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15514
15515         * gnus-diary.el (gnus-diary-delay-format-function):
15516         * nndiary.el (nndiary-reminders):
15517         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15518
15519 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15520
15521         * gnus-art.el (article-hide-boring-headers): Fetch date from
15522         gnus-original-article-buffer to avoid problems with localized date
15523         strings.
15524
15525 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15526
15527         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15528
15529 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15530
15531         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15532         New variables.
15533         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15534         (mm-charset-synonym-alist): Move some entries to
15535         mm-codepage-iso-8859-list.
15536         (mm-charset-synonym-alist, mm-charset-override-alist):
15537         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15538
15539 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15542
15543 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15544
15545         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15546         with Emacs 21 and XEmacs.
15547
15548 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15549
15550         * spam.el (spam-parse-address): New function for better parsing,
15551         catching errors, etc.
15552         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15553
15554 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15555
15556         * mm-view.el: Add interactive arg to html2text autoload.
15557
15558 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15559
15560         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15561
15562 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15563
15564         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15565         New variables.
15566         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15567         (mm-charset-synonym-alist): Move some entries to
15568         mm-codepage-iso-8859-list.
15569
15570         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15571
15572 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15573
15574         * message.el (message-citation-line-format)
15575         (message-insert-formated-citation-line): Fix implementation of %E, %N
15576         and %n according to the doc string.
15577
15578 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15579
15580         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15581         Use car-safe to avoid bad parses.
15582
15583 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15586         names.
15587
15588         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15589
15590 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15591
15592         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15593         header.
15594
15595         * message.el (message-draft-headers): Add Date.
15596         (message-headers-to-generate): Fix typo in docstring.
15597
15598         * nndraft.el (nndraft-required-headers): New variable.
15599         (nndraft-generate-headers): Use it.
15600
15601         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15602
15603 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15604
15605         * gnus-registry.el (gnus-registry-wash-for-keywords)
15606         (gnus-registry-find-keywords): New functions to allow easy searching of
15607         articles that are in the registry.
15608
15609 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15610
15611         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15612         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15613         Reported by Damien Elmes <damien@repose.cx>.
15614
15615 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15616
15617         * gnus.el (gnus-mime): Remove unused custom group.
15618
15619 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15620
15621         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15622         "blank line" when searching for end of armor headers.
15623
15624 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15625
15626         * gmm-utils.el (gmm-write-region): Fix variable name.
15627
15628 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15629
15630         * gmm-utils.el (gmm-write-region): New function based on compatibility
15631         code from `mm-make-temp-file'.
15632
15633         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15634
15635         * nnmaildir.el (nnmaildir--update-nov)
15636         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15637         Use `gmm-write-region'.
15638
15639 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15640
15641         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15642         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15643
15644         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15645
15646         * message.el (message-replacement-char): New variable.
15647         (message-fix-before-sending): Use it.
15648         (message-simplify-subject): New function to remove duplicate code.
15649         (message-reply, message-followup): Use it.
15650
15651         * gnus-sum.el (gnus-summary-make-menu-bar):
15652         Clarify gnus-summary-limit-to-articles.
15653
15654 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15655
15656         * gnus-util.el (gnus-with-local-quit): New macro.
15657
15658         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15659
15660 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15661
15662         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15663         ignore non-string data.
15664
15665 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15666
15667         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15668         non-string data (needs to be done in the registry too).
15669
15670 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15671
15672         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15673         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15674         (gnus-registry-split-fancy-with-parent)
15675         (gnus-registry-fetch-simplified-message-subject-fast)
15676         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15677         Remove text properties on ingress into the registry and when it's saved.
15678         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15679         registry from entries with no groups.
15680
15681 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15682
15683         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15684         function to remove string properties.
15685
15686 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15687
15688         * gmm-utils.el (gmm): Adjust custom version.
15689
15690         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15691         Adjust custom version.
15692
15693         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15694
15695 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15696
15697         * gnus-art.el (gnus-insert-prev-page-button)
15698         (gnus-insert-next-page-button): Simplify.  Reformat.
15699
15700 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15701
15702         * gnus-art.el (gnus-insert-prev-page-button)
15703         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15704
15705 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15706
15707         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15708
15709 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15710
15711         * gnus-art.el (gnus-insert-mime-button)
15712         (gnus-insert-mime-security-button):
15713         Apply gnus-article-button-face to MIME and security buttons.
15714
15715 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15716
15717         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15718         readable.
15719
15720 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15721
15722         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15723
15724 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15725
15726         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15727         `browse-url-of-file' instead of `browse-url'.
15728
15729 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15730
15731         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15732         regexp.  Articles containing quotation were cut prematurely.
15733
15734 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * message.el (message-cite-original-1): Use nobody by default for the
15737         value of From header.
15738         (message-reply): Ditto.
15739
15740 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15741
15742         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15743         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15744         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15745
15746 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15747
15748         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15749         mails in the doc string.  Add some URLs in comment.
15750         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15751
15752 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15755         backslashes handling and the way to find boundaries of quoted strings.
15756
15757 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15758
15759         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15760         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15761         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15762         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15763
15764 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15765
15766         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15767         doc string.
15768         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15769
15770 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * lpath.el: Fbind epg-check-configuration.
15773
15774 2006-09-06  Simon Josefsson  <jas@extundo.com>
15775
15776         * mml2015.el (mml2015-use): Doc fix, mention epg.
15777
15778 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15779
15780         * mml2015.el (mml2015-use): Default to epg, if available.
15781
15782 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15783
15784         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15785         message-sender.
15786         (mml1991-epg-encrypt): Ditto.
15787         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15788         message-sender.
15789         (mml2015-epg-encrypt): Ditto.
15790
15791 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15792
15793         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15794         several common directories.
15795
15796 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15797
15798         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15799         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15800
15801 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15802
15803         * gnus-art.el (article-decode-encoded-words): Make it fast.
15804
15805 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15806
15807         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15808
15809         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15810         in quoted string into `\'.
15811
15812 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15813
15814         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15815         Use standard-syntax-table.
15816
15817 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * gnus-art.el (gnus-decode-address-function): New variable.
15820         (article-decode-encoded-words): Use it to decode headers which are
15821         assumed to contain addresses.
15822         (gnus-mime-delete-part): Remove useless `or'.
15823
15824         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15825         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15826         (gnus-nov-parse-line): Use it to decode From header.
15827         (gnus-get-newsgroup-headers): Ditto.
15828         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15829
15830         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15831         (mail-decode-encoded-address-string): New alias.
15832
15833         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15834         New function.
15835         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15836         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15837         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15838         (rfc2047-decode-string): Ditto.
15839         (rfc2047-decode-address-region): New function.
15840         (rfc2047-decode-address-string): New function.
15841
15842 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15843
15844         * message.el (message-caesar-buffer-body): Allow rotating headers.
15845
15846         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15847
15848         * message.el (message-insert-formated-citation-line): Fix %f.
15849         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15850
15851 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15854         (gnus-bookmark-mouse-available-p): New macro.
15855         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15856         (gnus-bookmark-bmenu-show-infos): Use it.
15857         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15858         (gnus-bookmark-bmenu-hide-infos): Ditto.
15859         (gnus-bookmark-remove-properties): New function.
15860         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15861         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15862         (gnus-bookmark-write-file): Bind coding-system-for-write.
15863         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15864         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15865         group before selecting it.
15866         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15867         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15868         quit-window if it is not available; use gnus-mouse-2 and bind it to
15869         gnus-bookmark-bmenu-select-by-mouse.
15870         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15871         (gnus-bookmark-bmenu-select-by-mouse): New function.
15872
15873 2006-08-13  Romain Francoise  <romain@orebokech.com>
15874
15875         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15876         space.
15877
15878 2006-08-10  Romain Francoise  <romain@orebokech.com>
15879
15880         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15881         (dns-mode-soa-auto-increment-serial): New user option.
15882         (dns-mode-soa-maybe-increment-serial): New function.
15883         (dns-mode): Add the latter to `write-contents-functions'.
15884
15885 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * compface.el (uncompface): Use binary rather than raw-text-unix.
15888
15889 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15890
15891         * compface.el (uncompface): Make sure the eol conversion doesn't take
15892         place when communicating with the external programs.
15893         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15894
15895 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15898
15899 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15900
15901         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15902         Make it more robust by parsing author and date independently.
15903
15904 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15905
15906         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15907
15908 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15909
15910         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15911         first matching secret key.
15912         (mml2015-epg-encrypt): Ditto.
15913
15914         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15915         first matching secret key.
15916         (mml1991-epg-encrypt): Ditto.
15917
15918         * mml2015.el (mml2015-encrypt-to-self): New user option.
15919         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15920         mml2015-epg-encrypt-to-self is set.
15921
15922         * mml1991.el (mml1991-encrypt-to-self): New variable.
15923         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15924         mml1991-epg-encrypt-to-self is set.
15925
15926         * mml2015.el (mml2015-signers): New user option.
15927         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15928         (mml2015-epg-encrypt): Allow to select signing keys.
15929
15930         * mml1991.el (mml1991-signers): New variable.
15931         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15932         (mml1991-epg-encrypt): Allow to select signing keys.
15933
15934 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * nnheader.el (nnheader-insert-head): Make it work even if the file
15937         uses CRLF for the line-break code.
15938
15939 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15940
15941         * mml2015.el: Require mml-sec instead of password.
15942         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15943         (mml2015-cache-passphrase): Inherit the default value from
15944         mml-secure-cache-passphrase.
15945         (mml2015-passphrase-cache-expiry): Inherit the default value from
15946         mml-secure-passphrase-cache-expiry.
15947
15948         * mml1991.el: Require mml-sec instead of password.
15949         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15950         (mml1991-cache-passphrase): Inherit the default value from
15951         mml-secure-cache-passphrase.
15952         (mml1991-passphrase-cache-expiry): Inherit the default value from
15953         mml-secure-passphrase-cache-expiry.
15954
15955         * mml-sec.el: Require password.
15956         (mml-secure-verbose): New user option.
15957         (mml-secure-cache-passphrase): New user option.
15958         (mml-secure-passphrase-cache-expiry): New user option.
15959
15960 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15961             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15962
15963         * pgg-def.el (pgg-truncate-key-identifier):
15964         Truncate the key ID to 8 letters from the end.
15965
15966 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15967
15968         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15969         workaround for the url package included with Emacs.
15970
15971         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15972
15973 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15976         correctly.  This fixes a bug caused by the 2006-05-12 change.
15977
15978 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15979
15980         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15981         some information about the error when saying that the `bogus' mail
15982         group will be used.
15983
15984 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15985
15986         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15987         string.
15988
15989 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15990
15991         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15992
15993 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15994
15995         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15996
15997 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15998
15999         * mml1991.el (mml1991-function-alist): Add epg.
16000         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16001         (mml1991-epg-encrypt): New functions.
16002
16003 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
16004
16005         * mml2015.el (mml2015-verbose): New variable.
16006         (mml2015-cache-passphrase): Ditto.
16007         (mml2015-passphrase-cache-expiry): Ditto.
16008         (mml2015-function-alist): Add epg.
16009         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16010         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16011         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16012         New functions.
16013
16014 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16015
16016         * message.el (message-cite-original-1): Preserve region when removing
16017         quoted text due to X-No-Archive in order to avoid bogus attribution
16018         when citing multiple messages.
16019
16020 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16021
16022         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16023         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16024
16025 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
16026
16027         * gnus-diary.el (gnus-user-format-function-d)
16028         (gnus-user-format-function-D): Autoload.
16029
16030         * imap.el (Commentary): Fix typo.
16031
16032         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16033         2006-04-22 contribution.
16034
16035 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16036
16037         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16038         It didn't really fix the bogosity I'm seeing with solid web groups.
16039
16040 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16041
16042         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16043         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16044         created using server names.  If we use the feature without declaring
16045         it, Gnus does not properly manage server and group state.
16046
16047         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16048         bound.
16049
16050 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16051
16052         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16053         looking up the method using GROUP's prefix before inventing a new one.
16054         It is used on killed/unknown groups in various places where returning
16055         an all-new method isn't expected by the caller.
16056
16057         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16058         and match semantics of gnus-group-real-prefix.
16059
16060 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
16061
16062         * nnmail.el (nnmail-broken-references-mailers): New variable.
16063         (nnmail-ignore-broken-references): New function generalizing
16064         nnmail-fix-eudora-headers.
16065         (nnmail-fix-eudora-headers): Now obsolete.
16066
16067         * gnus-art.el (gnus-button-handle-custom):
16068         Support `customize-apropos*'.
16069
16070 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16071
16072         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16073
16074         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16075         articles.
16076
16077 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16078
16079         * message.el (message-cite-reply-above): New variable.
16080         (message-yank-original): Use it.
16081
16082 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16083
16084         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16085
16086 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16087
16088         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16089         as read.
16090
16091         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16092
16093 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16094
16095         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16096         (gnus-bookmark-default-file): Use gnus-directory.
16097         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16098         Remove "*" in doc string.
16099         (gnus-bookmark-write-file): Simplify.
16100         (gnus-bookmark-maybe-sort-alist): Use `when'.
16101         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16102         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16103         Add FIXME about Emacs 21 and XEmacs compatibility.
16104         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16105         compatibility.
16106         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16107         compatibility.
16108         (gnus-bookmark-menu-heading): Fix version.
16109
16110 2006-06-19  Bastien Guerry  <bzg@altern.org>
16111
16112         * gnus-bookmark.el: New file.
16113
16114 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * message.el (message-syntax-checks): Doc fix.
16117
16118 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16119
16120         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16121         unsubscribed groups as if they were killed ones.  It causes duplicate
16122         entries in gnus-newsrc-alist.
16123
16124 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16125
16126         * message.el (message-syntax-checks): Doc fix.
16127         (message-send-mail): Add check for continuation headers.
16128         (message-check-news-header-syntax): Fix regexp used to check for
16129         continuation headers.
16130
16131 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16134
16135 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16138
16139 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16140
16141         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16142         default-truncate-lines.
16143
16144 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16145
16146         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16147         to fill the utf-8 entry.
16148
16149         * lpath.el: Fbind unicode-precedence-list.
16150
16151 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16152
16153         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16154
16155 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16156
16157         * gnus-agent.el (directory-files-and-attributes): Move all the way
16158         forward (the third and final move).
16159         (gnus-agent-read-agentview): Trap reconstruction errors due to
16160         nonexistent directory.  Handle by returning nil.
16161
16162 2006-05-30  Didier Verna  <didier@xemacs.org>
16163
16164         * message.el (message-dont-reply-to-names): Update the custom type.
16165         * message.el (message-dont-reply-to-names): New defsubst: potentially
16166         convert a list of regexps into a single one.
16167         * message.el (message-get-reply-headers): Use it.
16168         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16169
16170 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16171
16172         * gnus-agent.el (directory-files-and-attributes): Move forward.
16173
16174 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16175
16176         * gnus-ml.el (gnus-mailing-list-subscribe)
16177         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16178         (gnus-mailing-list-message): Fix doc strings.
16179
16180 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16181
16182         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16183         of doing it manually.
16184
16185 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16186
16187         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16188         comment.
16189
16190 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16191
16192         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16193         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16194         (gnus-agent-read-local): All symbols allocated in my-obarray.
16195         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16196         (gnus-agent-regenerate-group): Check numeric names to see if they are
16197         messages or groups.
16198         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16199         better way of do this...)
16200
16201         * gnus-cache.el (gnus-agent-total-fetched-for):
16202         Ignore 'dummy.group' (there should be a better way of do this...)
16203
16204 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16205
16206         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16207         (gnus-saved-headers): Ditto.
16208         (gnus-default-article-saver): Mention functions may have properties.
16209         (gnus-article-save): Override gnus-save-all-headers and
16210         gnus-saved-headers by :headers property which saver function may have.
16211         (gnus-summary-save-in-file): Add :headers property.
16212         (gnus-summary-write-to-file): Ditto.
16213
16214         * gnus-sum.el (gnus-summary-save-article): Bind
16215         gnus-prompt-before-saving to t when saving many articles in a file;
16216         always show all headers.
16217
16218         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16219
16220 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16221
16222         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16223         marks.
16224
16225         * message.el (message-indent-citation): Add optional arguments to allow
16226         using it outside of message buffers.
16227
16228         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16229         (gnus-article-treat-unfold-headers): Use it.
16230         (gnus-article-truncate-lines): New variable.
16231         (gnus-article-mode): Use it.
16232         (gnus-article-toggle-truncate-lines): New function.
16233
16234         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16235         Add gnus-article-toggle-truncate-lines.
16236
16237         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16238         coding system in XEmacs, use binary.
16239
16240 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16243         after-load-alist.
16244
16245         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16246         this function should save decoded articles.
16247         (gnus-summary-write-to-file): Use property to specify this function
16248         should save decoded articles and specify gnus-summary-save-in-file
16249         should be used to save articles other than the first one when saving
16250         many articles.
16251         (gnus-summary-save-body-in-file): Use property to specify this
16252         function should save decoded articles.
16253         (gnus-summary-write-body-to-file): Use property to specify this
16254         function should save decoded articles and specify
16255         gnus-summary-save-body-in-file should be used to save articles other
16256         than the first one when saving many articles.
16257
16258         * gnus-sum.el (gnus-summary-save-article): Simplify.
16259
16260 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-art.el (gnus-default-article-saver):
16263         Add gnus-summary-write-body-to-file.
16264         (gnus-article-save-coding-system): Don't use coding system object
16265         in XEmacs.
16266         (gnus-read-save-file-name): Add optional `dir-var' argument which
16267         specifies directory in which files are saved; work even if optional
16268         `variable' argument is not specified.
16269         (gnus-summary-write-to-file): Read file name.
16270         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16271         (gnus-summary-write-body-to-file): New function.
16272
16273         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16274         (gnus-summary-local-variables): Add it.
16275         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16276         (gnus-summary-save-article): Remove optional `decode' argument;
16277         determine whether to decode articles by the value of
16278         gnus-default-article-saver; when saving many files using
16279         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16280         it first and use gnus-summary-save-in-file or
16281         gnus-summary-save-body-in-file thereafter unless
16282         gnus-prompt-before-saving is always; move point to article which
16283         will be saved.
16284         (gnus-summary-save-article-file): Revert.
16285         (gnus-summary-write-article-file): Revert.
16286         (gnus-summary-save-article-body-file): Revert.
16287         (gnus-summary-write-article-body-file): New function.
16288
16289 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * gnus-art.el (gnus-default-article-saver): Doc fix.
16292         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16293         from gnus-summary-save-article-coding-system, and default to a
16294         certain coding system.
16295         (gnus-output-to-file): Add coding cookie and encode text according
16296         to gnus-article-save-coding-system; don't use mm-append-to-file.
16297
16298         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16299         gnus-art.el and rename to gnus-article-save-coding-system.
16300         (gnus-summary-save-article): Require gnus-art; don't show all
16301         headers if it decodes articles; don't add coding cookie here;
16302         don't bind mm-text-coding-system-for-write.
16303         (gnus-summary-save-article-file): Save decoded articles.
16304         (gnus-summary-write-article-file): When saving many files, use
16305         gnus-summary-write-to-file first and gnus-summary-save-in-file
16306         thereafter unless gnus-prompt-before-saving is always.
16307         (gnus-summary-save-article-body-file): Save decoded articles.
16308
16309         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16310
16311 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16312
16313         * nnrss.el (nnrss-check-group): Bind hash-index.
16314
16315 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16316
16317         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16318         its hash index.  Store this hash in `nnrss-group-data'.
16319         (nnrss-read-group-data): Update accordingly.
16320
16321 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16322
16323         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16324         entry.
16325
16326         * gnus-sum.el (gnus-summary-make-menu-bar):
16327         Add gnus-article-browse-html-article.
16328
16329 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16330
16331         * gnus-sum.el (gnus-summary-mime-map):
16332         Add gnus-article-browse-html-article.
16333
16334         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16335
16336 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16337
16338         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16339         suitable coding systems in customize.
16340
16341 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16342
16343         * mail-source.el (mail-sources): Fix custom type.
16344
16345 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16346
16347         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16348         (gnus-summary-expire-articles-now): Shorten prompt.
16349
16350         * gmm-utils.el (wid-edit): Require.
16351         (defun-gmm): Rename from `gmm-defun-compat'.
16352         (gmm-image-search-load-path): Use it.
16353         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16354
16355 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * gnus-sum.el (gnus-summary-save-article-coding-system):
16358         New variable.
16359         (gnus-summary-save-article): Add optional `decode' argument.
16360         If it is set and gnus-summary-save-article-coding-system is non-nil,
16361         save decoded article.
16362         (gnus-summary-write-article-file): Save decoded article if
16363         gnus-summary-save-article-coding-system is non-nil.
16364
16365         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16366         type.
16367
16368 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16371
16372 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16375         first to test gnus-single-article-buffer which may be buffer-local.
16376
16377         * gnus-sum.el (gnus-summary-setup-buffer):
16378         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16379         group; make gnus-article-buffer, gnus-article-current, and
16380         gnus-original-article-buffer always buffer-local.
16381         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16382         group.
16383         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16384
16385 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16386
16387         * nnml.el (nnml-request-compact-group): Compressed files might not
16388         have .gz extension.
16389
16390 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16391
16392         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16393         (mm-copy-to-buffer): Use with-current-buffer.
16394         (mm-display-part): Simplify.
16395         (mm-inlinable-p): Add optional arg `type'.
16396
16397 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16398
16399         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16400         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16401         Try harder to show the attachment internally or externally using
16402         gnus-mime-view-part-as-type.
16403
16404 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * message.el (message-from-style, message-signature-separator)
16407         (message-user-organization-file, message-send-mail-function)
16408         (message-citation-line-function, message-yank-prefix)
16409         (message-indent-citation-function, message-signature)
16410         (message-signature-file, message-signature-insert-empty-line):
16411         Remove autoloads.
16412
16413         * gnus-art.el (gnus-buttonized-mime-types):
16414         Remove "multipart/signed".  Revert 2006-04-26 change.
16415
16416 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16417
16418         * gnus.el (gnus-version-number): Bump version.
16419
16420 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16421
16422         * gnus.el: No Gnus v0.5 is released.
16423
16424 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16425
16426         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16427         fetching articles by message-id.
16428
16429 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16430
16431         * message.el (hashcash): Require hashcash as normal.
16432
16433         * ecomplete.el (ecomplete-highlight-match-line):
16434         Use point-at-eol.
16435         (ecomplete-highlight-match-line): Use `highlight', because that
16436         face exists in both Emacs and XEmacs.
16437
16438         * message.el (message-display-abbrev): Use point-at-bol.
16439
16440         * mail-source.el: Don't require timer/timer-funcs.
16441
16442         * gnus-async.el: Ditto.
16443
16444         * password.el: Ditto.
16445
16446         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16447
16448         * mm-url.el: Ditto.
16449
16450         * gnus-xmas.el: Don't require timer-funcs.
16451
16452         * mm-util.el: Require timer/timer-funcs.
16453
16454 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16455
16456         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16457         Close.
16458
16459 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16462         unibyte after clear-decrypt function runs.
16463
16464         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16465         returns as a unibyte string.
16466
16467 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * lpath.el: Revert.
16470
16471         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16472         (pgg-gpg-process-sentinel): Revert.
16473
16474         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16475         (pgg-pgp-lookup-key): Revert.
16476
16477         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16478         (pgg-pgp5-lookup-key): Revert.
16479
16480         * pgg.el (pgg-fetch-key): Revert.
16481
16482 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * lpath.el: Fbind string-as-multibyte for XEmacs.
16485
16486         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16487         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16488         (mml1991-pgg-encrypt): Ditto.
16489
16490         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16491         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16492         a multibyte buffer.
16493
16494         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16495         (pgg-pgp-lookup-key): Ditto.
16496
16497         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16498         (pgg-pgp5-lookup-key): Ditto.
16499
16500         * pgg.el (pgg-fetch-key): Ditto.
16501
16502 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16503
16504         * message.el (message-user-organization-file): Check several
16505         locations of the organization file.
16506
16507         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16508         Add gnus-article-view-part-as-type.
16509
16510         * gnus-art.el (gnus-article-view-part-as-type): New function.
16511
16512         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16513         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16514
16515         * mml.el: Simplify autoload.
16516         (mml-mode): defvar dnd-protocol-alist instead of using
16517         symbol-value.
16518         (mml-default-directory): New variable.
16519         (mml-minibuffer-read-file): Use it.
16520         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16521
16522         * message.el (message-citation-line-format): New variable.
16523         (message-insert-formated-citation-line): New function.
16524         (message-citation-line-function):
16525         Add `message-insert-formated-citation-line' to custom type.
16526
16527         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16528         to doc string.
16529
16530         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16531         depending on mm-verify-option.
16532
16533 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16536         binding pgg-* variables; reimplement the section which prevents
16537         MIME header from being signed.
16538         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16539         pgg-text-mode; remove a blank line at the top of body.
16540
16541         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16542         lines at the top of body; use gnus-newsgroup-charset if there's no
16543         Charset header.
16544
16545 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16546
16547         * message.el (message-self-insert-commands): Doc fix.
16548
16549         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16550         (mm-uu-pgp-encrypted-test): Ditto.
16551         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16552         between header and body; return application/pgp-encrypted handle
16553         if decryption failed; decode decrypted body by charset.
16554
16555         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16556         element match to application/pgp-*.
16557
16558 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16559
16560         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16561         HTML.
16562
16563 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16564
16565         * mail-source.el (mail-source-call-script): Message the error
16566         string.
16567
16568 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16569
16570         * gnus-util.el (gnus-byte-compile): Use it.
16571
16572 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16573
16574         * gnus-util.el (kill-empty-logs): New function.
16575
16576 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16577
16578         * message.el (message-mail-alias-type): Doc fix.
16579         (message-mail-alias-type-p): New function.
16580         (message-send): Use it.
16581         (message-mode): Ditto.
16582         (message-strip-forbidden-properties): Ditto.
16583
16584         * ecomplete.el (ecomplete-database-file-coding-system):
16585         New variable.
16586         (ecomplete-save): Use it.
16587         (ecomplete-setup): Use it.
16588
16589 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * message.el (message-self-insert-commands): New variable.
16592         (message-strip-forbidden-properties): Use it.
16593
16594 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16595
16596         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16597         that doesn't make XEmacs choke.
16598
16599 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16600
16601         * gnus-util.el (gnus-replace-in-string):
16602         Prefer replace-regexp-in-string over of replace-in-string.
16603
16604 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-util.el (gnus-select-frame-set-input-focus):
16607         Use select-frame-set-input-focus if it is available in XEmacs; use
16608         definition defined in Emacs 22 for old Emacsen.
16609
16610         * dgnushack.el: Autoload unmorse-region for XEmacs.
16611
16612         * lpath.el: Bind cursor-in-non-selected-windows and
16613         select-frame-set-input-focus for XEmacs.
16614
16615 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16618
16619 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16620
16621         * gnus-registry.el (gnus-registry-cache-save): Remove text
16622         properties when saving via the temp buffer.
16623
16624 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16625
16626         * message.el (message-generate-hashcash): Honor custom type.
16627
16628 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16629
16630         * message.el (message-generate-hashcash): Default to non-nil when
16631         hashcash is found.
16632
16633         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16634         (gnus-refer-thread-limit): Increase default to 500.
16635
16636         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16637
16638         * flow-fill.el (fill-flowed): Allow delete-space.
16639
16640 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16641
16642         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16643         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16644         Remove autoloads.
16645
16646 2006-04-18  Simon Josefsson  <jas@extundo.com>
16647
16648         * message.el (message-generate-hashcash): Default to.
16649
16650 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16653         concatenating segments rather than before concatenating them.
16654
16655 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16658
16659 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16660
16661         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16662
16663         * message.el (message-forward-make-body-plain):
16664         Allow message-forward-ignored-headers to be a list.
16665         (message-remove-ignored-headers): Factor out into function.
16666         (message-forward-make-body-mml): Use it.
16667
16668         * imap.el (imap-quote-specials): New function.
16669         (imap-login-auth): Quote specials.
16670
16671         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16672         (rfc2231-parse-string): Allow concatanation of parameters that
16673         aren't contiguous.  The test case is
16674           (mail-header-parse-content-type "message/external-body;
16675             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16676             access-type=LOCAL-FILE;
16677             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16678
16679 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16680
16681         * nntp.el (nntp-accept-process-output): Return the value of
16682         `nnheader-accept-process-output'.
16683
16684 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16685
16686         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16687         (gnus-button-alist): Recognize more diff formats.
16688         (gnus-button-patch): Strip directory.
16689
16690 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16691
16692         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16693         Emacs 22 when setting focus.
16694
16695 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16696
16697         * gnus-art.el (gnus-article-treat-types): Do treatment of
16698         text/x-verbatim parts.
16699         (gnus-button-patch): New command.
16700
16701         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16702         addresses that contain invalid characters.
16703
16704 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16705
16706         * message.el (message-put-addresses-in-ecomplete):
16707         Use gnus-replace-in-string.
16708         (message-is-yours-p): Use the more correct
16709         mail-header-parse-address instead of
16710         mail-extract-address-components.
16711         (message-put-addresses-in-ecomplete): Fix typo.
16712
16713         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16714         keystroke.
16715
16716         * gnus-art.el (gnus-treatment-function-alist): Change order of
16717         newsgroups/generic header folding to avoid double-folding.
16718
16719         * message.el (message-hidden-headers): Add X-Draft-From.
16720
16721         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16722         New command.
16723         (gnus-summary-repeat-search-article-backward): New command.
16724
16725         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16726         groups in the parent topic.
16727
16728 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16729
16730         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16731         (spam-extra-header-to-number): Return the CRM114 number as a
16732         number instead of a string.
16733
16734 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16735
16736         * gnus-art.el (gnus-face-properties-alist): Move here from
16737         gnus-fun.
16738
16739         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16740
16741 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16742
16743         * message.el (message-strip-forbidden-properties): Only display on
16744         self-insert-command.
16745
16746         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16747         reindent.
16748         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16749
16750 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16751
16752         * smiley.el (smiley-style): Fix typo.
16753
16754 2006-03-23  Kenichi Handa  <handa@m17n.org>
16755
16756         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16757         instead of set-buffer-multibyte.
16758
16759 2006-03-23  Kenichi Handa  <handa@m17n.org>
16760
16761         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16762         buffer and then decode the buffer text if necessary.
16763         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16764         first, and after mm-encode-body, change the buffer to unibyte.
16765
16766 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16767
16768         * hashcash.el (hashcash-insert-payment-async-2):
16769         Use message-goto-eoh instead of doing it manually.
16770         (mail-add-payment): Use message-narrow-to-header instead of trying
16771         to do the same itself.
16772
16773         * message.el (message-hidden-headers): Add Face.
16774
16775         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16776         reparenting code.
16777         (gnus-summary-reparent-children): Refactored out code.
16778         (gnus-summary-thread-map): New keystroke.
16779         (gnus-summary-reparent-children): Make into command.
16780
16781         * smiley.el (smiley-style): Default to `medium' if using a large
16782         font.
16783
16784         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16785         does it itself.
16786
16787         * message.el (message-point-in-header-p): Simplify definition.
16788
16789 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16790
16791         * nnagent.el (nnagent-request-set-mark): Silence log file
16792         writing.
16793         (nnagent-request-set-mark): Use write-region instead of
16794         append-to-file.
16795
16796         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16797         strange select method.
16798
16799         * ecomplete.el (ecomplete-display-matches): Get highlightling
16800         right.
16801         (ecomplete-display-matches): Use literals.
16802         (ecomplete-display-matches): Disable message logging.
16803
16804         * message.el (message-display-abbrev): Small optimization.
16805
16806         * ecomplete.el (ecomplete-display-matches): Allow automatic
16807         display.
16808
16809         * message.el (message-strip-forbidden-properties):
16810         Display abbrevs.
16811         (message-display-abbrev): Get automatic display right.
16812
16813         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16814         keystrokes.
16815
16816 2006-04-13  Romain Francoise  <romain@orebokech.com>
16817
16818         TODO: Backport to v5-10!
16819
16820         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16821         Move here (and rename) from gnus-registry.el.
16822
16823         * gnus-registry.el: Require gnus-util.
16824         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16825
16826 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16827
16828         * gnus-group.el (gnus-group-catchup-current):
16829         Change if-then-else-if-then-else into cond.
16830         (gnus-group-catchup): Indent.
16831         (group-name-at-point): New function.
16832         (gnus-fetch-group): Provide default from thing at point.
16833
16834 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16835
16836         * message.el (message-display-abbrev): Fix regexp.
16837
16838         * ecomplete.el (ecomplete-highlight-match-line):
16839         Reimplement choosing.
16840         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16841         dead variables.
16842
16843         * message.el (message-newline-and-indent): Remove debugging.
16844         (message-display-abbrev): Use new implementation.
16845
16846 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16847
16848         * gnus-art.el (gnus-article-mode):
16849         Set cursor-in-non-selected-windows to nil.
16850
16851         * smiley.el: Revert previous change.
16852         (smiley-data-directory): defvar it before using it in the
16853         defcustom of `smiley-style'.
16854
16855 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16856
16857         * message.el (message-newline-and-indent): New function.
16858
16859         * ecomplete.el: Implement more bits.
16860
16861         * message.el (message-put-addresses-in-ecomplete): Clean up the
16862         string.
16863
16864         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16865
16866         * gnus-sum.el (gnus-summary-save-parts):
16867         Bind gnus-summary-save-parts-counter and use it to make unique file
16868         names.
16869
16870         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16871
16872         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16873         parameter to say whether to actually parse the individual
16874         addresses.
16875
16876         * message.el (message-put-addresses-in-ecomplete): New function.
16877         (ecomplete): Require.
16878         (message-mail-alias-type): Add ecomplete as an option.
16879
16880 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16881
16882         * flow-fill.el (fill-flowed): Remove trailing space from blank
16883         quoted lines.
16884
16885 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16886
16887         * smiley.el (smiley-style): Move definition later to avoid a
16888         compilation warning.
16889
16890 2006-04-12  Kenichi Handa  <handa@m17n.org>
16891
16892         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16893         buffer and then decode the buffer text if necessary.
16894         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16895         first, and after mm-encode-body, change the buffer to unibyte.
16896         Use mm-disable-multibyte instead of set-buffer-multibyte.
16897
16898 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16901         Content-Type header instead of Content-Disposition header.
16902         (gnus-mime-inline-part): Ditto.
16903         (gnus-mime-view-part-as-charset): Ignore charset that the part
16904         specifies.
16905
16906         * mm-decode.el (mm-display-part): Work with external parts and
16907         usual parts similarly.
16908
16909         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16910         instead of gnus-display-mime.
16911
16912         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16913         instead of with-temp-buffer.
16914
16915         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16916         tag to summarized topics part in order to encode non-ASCII text.
16917
16918 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16919
16920         * smiley.el (smiley-style): New variable.
16921         (smiley-directory): New function.
16922         (smiley-data-directory): Derive from `smiley-style' using
16923         `smiley-directory'.
16924         (smiley-regexp-alist): Add new entries.
16925
16926         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16927         (gnus-article-browse-delete-temp): Add :version.
16928
16929 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16930
16931         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16932         the sieve region.
16933
16934 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16935
16936         * gnus.el (gnus-version-number): Bump version.
16937
16938 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16939
16940         * gnus.el: No Gnus v0.4 is released.
16941
16942 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16943
16944         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16945         layout.
16946
16947         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16948         unknown charset.
16949
16950         * message.el (message-header-synonyms): Add Original-To to the
16951         default.
16952
16953         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16954         optional parameter.
16955
16956 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16957
16958         * gnus-fun.el (gnus): Require it for gnus-directory.
16959
16960 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16963
16964 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16965
16966         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16967
16968 2006-04-05  Simon Josefsson  <jas@extundo.com>
16969
16970         * password.el (password-reset): New function.
16971
16972 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16973
16974         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16975         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16976
16977 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16978
16979         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16980         Some whitespace was matched into the url, which broke browsing hits
16981         > 100 when mm-url-use-external was nil.
16982
16983 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16984
16985         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16986         Check gnus-extra-headers for 'Newsgroups.
16987
16988         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16989         bound.
16990
16991 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16992
16993         * pgg-gpg.el: Clean up process buffers every time gpg processes
16994         complete.
16995
16996 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16997
16998         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16999         doc string.
17000
17001 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
17002
17003         * pgg-gpg.el (pgg-gpg-process-filter)
17004         (pgg-gpg-wait-for-completion): Check if buffer is alive.
17005
17006         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17007         lines, temporary fix.
17008
17009 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17010
17011         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17012
17013 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
17014
17015         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17016         default-enable-multibyte-characters.  This reverts the change from
17017         revision 6.17 which is no longer necessary because the passphrase
17018         is sent separately now.  GnuPG messages are unreadable under
17019         multibyte locales with default-enable-multibyte-characters set to
17020         nil.
17021
17022 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
17023
17024         * message.el (message-tool-bar-gnome): Move "spell".
17025
17026 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
17027
17028         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17029         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
17030         instead.
17031
17032 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
17033
17034         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17035         Improve newsgroups handling for NNTP overviews which don't include
17036         Newsgroups.
17037
17038 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17039
17040         * message.el (message-resend): Bind message-generate-hashcash to nil.
17041
17042 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17043
17044         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17045         when searching for already-paid recipients.
17046
17047 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
17048
17049         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17050         passphrases when it is not needed.
17051         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17052         passphrase stuff from gpg, should only be necessary when you use
17053         gpg with a smartcard.
17054
17055 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * mml.el (mml-insert-mime): Ignore cached contents of
17058         message/external-body part.
17059
17060         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17061         (mm-insert-part): Ditto.
17062
17063 2006-03-23  Simon Josefsson  <jas@extundo.com>
17064
17065         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17066         Reiner.
17067         (pgg-gpg-use-agent-p): Use it again.
17068
17069 2006-03-23  Simon Josefsson  <jas@extundo.com>
17070
17071         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17072         older emacsen.
17073         (pgg-gpg-use-agent-p): Don't use it.
17074
17075 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17076
17077         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17078         if we can.
17079
17080 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17081
17082         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17083         (pgg-gpg-update-agent): New function.
17084         (pgg-gpg-use-agent-p): New function.
17085         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17086         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17087         (pgg-gpg-sign-region): Use it.
17088
17089 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17092         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17093
17094 2006-03-21  Simon Josefsson  <jas@extundo.com>
17095
17096         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17097         <wilde@sha-bang.de>.
17098         (pgg-gpg-use-agent): New variable.
17099         (pgg-gpg-process-region): Use it.
17100         (pgg-gpg-encrypt-region): Likewise.
17101         (pgg-gpg-encrypt-symmetric-region): Likewise.
17102         (pgg-gpg-decrypt-region): Likewise.
17103         (pgg-gpg-sign-region): Likewise.
17104         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17105
17106 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17107
17108         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17109
17110         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17111         Add comment on version.
17112
17113 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17114
17115         * smiley.el: Add missing test smiley.
17116
17117 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17118
17119         * mm-decode.el (mm-with-part): New macro.
17120         (mm-get-part): Use it; work with message/external-body as well.
17121         (mm-save-part): Treat name and filename equally.
17122
17123         * mm-extern.el (mm-extern-cache-contents): New function.
17124         (mm-inline-external-body): Use it; force the part to be displayed;
17125         move undisplayer added to the cached handle to the parent.
17126
17127         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17128         (gnus-mime-view-part-as-type): Work with message/external-body.
17129
17130         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17131
17132 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17133
17134         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17135         images in image-load-path.  [Sync with image.el, revision 1.60, in
17136         Emacs.]
17137
17138 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17139
17140         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17141         path rather than symbol.  Always return list of directories.
17142         Guarantee that image directory comes first.  [Sync with image.el,
17143         revision 1.59, in Emacs.]
17144
17145         * message.el (message-make-tool-bar): Adjust to new API of
17146         `gmm-image-load-path-for-library'.
17147
17148         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17149
17150         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17151
17152 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17153
17154         * gnus-art.el (gnus-article-only-boring-p):
17155         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17156         intangible text.
17157         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17158
17159 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17162         Use `defun' instead of `gmm-defun-compat'.
17163
17164 2006-03-14  Simon Josefsson  <jas@extundo.com>
17165
17166         * message.el (message-unique-id): Don't use message-number-base36
17167         if (user-uid) is a float.
17168         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17169
17170 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17173
17174         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17175         empty line between a part and a message part.
17176
17177 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * smiley.el: Add more test smileys.
17180         (smiley-data-directory, smiley-regexp-alist)
17181         (gnus-smiley-file-types): Fix doc strings.
17182         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17183         adding new elements.
17184         (smiley-mouse-map): Unused code.  Make it a comment.
17185
17186 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17189         scan latest NoCeM messages instead of old ones.
17190         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17191         delimiters that are recently used.
17192         (gnus-nocem-load-cache): Add autoload cookie.
17193
17194         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17195
17196         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17197         level which is larger than gnus-use-nocem is specified.
17198
17199         * gnus-group.el (gnus-group-get-new-news): Ditto.
17200
17201 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17202
17203         * gnus-util.el (gnus-tool-bar-update): New function.
17204
17205         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17206         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17207
17208         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17209
17210         * gnus-group.el (gnus-group-redraw-when-idle)
17211         (gnus-group-redraw-check): Remove.
17212         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17213
17214 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17215
17216         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17217         if optional last element is specified in splits (FIELD VALUE...).
17218
17219 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17220
17221         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17222         to gmm-image-load-path-for-library.  Call with no-error argument.
17223         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17224
17225         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17226
17227         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17228
17229         * gmm-utils.el (gmm-image-load-path): Remove alias.
17230
17231 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17232
17233         * gmm-utils.el (gmm-image-load-path): Add alias.
17234
17235         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17236         nnml-generate-nov-databases-1.
17237         (nnml-generate-nov-databases): Use it.
17238         (nnml-generate-nov-databases-directory): Document no-active
17239         argument.
17240
17241         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17242         directory if path is t.  Add no-error.
17243
17244         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17245         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17246
17247         * gnus-art.el (gnus-article-browse-delete-temp-files):
17248         Simplify resetting gnus-article-browse-html-temp-list.
17249
17250         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17251         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17252         Add example to docstring.  Rename local variables.  Move error
17253         checks to default case in cond and simplify.
17254
17255 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17258         handle is multipart when calling it recursively.
17259         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17260
17261 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17262
17263         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17264         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17265
17266 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17267
17268         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17269         is loaded.
17270
17271         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17272         loaded.
17273
17274 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17275
17276         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17277         to "Emacs 23 (unicode)" in doc string.
17278
17279         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17280         "Emacs 23 (unicode)" in comment.
17281
17282 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17285
17286         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17287         characters 160 through 255 in Emacs 23.
17288
17289 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17290
17291         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17292         gnus-article-browse-html-temp.
17293         (gnus-article-browse-delete-temp): Make it customizable.
17294         Add `file'.  Adjust doc string.
17295         (gnus-article-browse-delete-temp-files): Add argument.
17296         Allow query for each file.  Adjust doc string.
17297         (gnus-article-browse-html-parts):
17298         Add `gnus-article-browse-delete-temp-files' to
17299         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17300
17301 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17302
17303         * gnus-art.el (gnus-article-browse-html-temp)
17304         (gnus-article-browse-delete-temp): New variables.
17305         (gnus-article-browse-delete-temp-files): New function.
17306         (gnus-article-browse-html-parts): Use it.
17307
17308 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17309
17310         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17311
17312         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17313         string.
17314
17315         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17316         gnus-summary-insert-new-articles when unplugged.
17317         Remove gnus-summary-search-article-forward.
17318
17319         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17320         display-visual-class instead of display-color-cells.
17321
17322 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * dgnushack.el: Autoload customize-group for XEmacs.
17325
17326         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17327         message/* containing non-ASCII text properly.
17328
17329 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17330
17331         * message.el: Require gmm-utils, remove autoloads.
17332         (message-tool-bar): Set default based on
17333         gmm-tool-bar-style.
17334         (message-tool-bar-gnome): Add gmm-customize-mode.
17335
17336         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17337         gmm-tool-bar-style.
17338         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17339
17340         * gnus-group.el (gnus-group-tool-bar): Set default based on
17341         gmm-tool-bar-style.
17342         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17343
17344         * gmm-utils.el (gmm-image-directory): Rename variable from
17345         gmm-image-load-path.
17346         (gmm-image-load-path): Use gmm-image-directory.
17347         (gmm-customize-mode): New function.
17348         (gmm-tool-bar-style): New variable.
17349
17350         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17351         gnus-group-redraw-line-number.
17352         (gnus-group-redraw-check): Simplify.
17353         (gnus-group-tool-bar-update): Remove redraw check.
17354         (gnus-group-make-tool-bar): Add redraw check.
17355
17356 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17357
17358         * gnus-art.el (gnus-button): Add missing parentheses.
17359
17360 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17361
17362         * lpath.el: Fbind line-number-at-pos.
17363
17364 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17365
17366         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17367
17368 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17369
17370         * gnus-art.el (gnus-button): New face.
17371         (gnus-article-button-face): Use it.
17372
17373         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17374         Add gnus-summary-next-page.  Re-order.
17375
17376         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17377         next-node are now included.
17378         (gnus-group-redraw-line-number): New internal variable.
17379         (gnus-group-redraw-check): Helper function for updating the tool
17380         bar.
17381         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17382
17383         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17384
17385         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17386         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17387         Use it to match format of Spamassassin 3.0 and later.
17388         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17389         (spam-check-bogofilter)
17390         (spam-bogofilter-register-with-bogofilter): Fix args of
17391         `gnus-error' calls.
17392
17393 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17394
17395         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17396         unnecessary interaction when sending queued mails.
17397         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17398
17399 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17400
17401         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17402         first or last are nil.
17403
17404 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17405
17406         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17407
17408 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17409
17410         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17411
17412 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17413
17414         * dns.el (query-dns): Protect more against buggy tcp output.
17415
17416 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17417
17418         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17419         nov.php.
17420
17421 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17422
17423         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17424         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17425         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17426         output on the server side.
17427         (nnweb-google-create-mapping): Update regexps and add some
17428         progress indication.
17429
17430 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17431
17432         * gnus-group.el (gnus-group-tool-bar-gnome):
17433         Fix gnus-agent-toggle-plugged.  Re-order icons.
17434         (gnus-group-tool-bar-gnome):
17435         Add gnus-group-{prev,next}-unread-group.
17436         (gnus-group-tool-bar-gnome): Re-order icons.
17437
17438         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17439         Move gnus-summary-insert-new-articles.
17440
17441         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17442         Fix comments.
17443
17444         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17445         also available in Emacs 21.3.
17446
17447         * message.el (message-fix-before-sending): Change "Emacs 22" to
17448         "Emacs 23 (unicode)" in comment.
17449
17450         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17451         "Emacs 23 (unicode)" in comment.
17452
17453         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17454         comment.
17455         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17456
17457         * mm-view.el (mm-fill-flowed): Add :version.
17458
17459 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17462         and load-path.
17463
17464 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17465
17466         * message.el: Autoload gmm-image-load-path.
17467         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17468         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17469         consitency.
17470
17471         * gmm-utils.el (gmm-image-load-path): Also search in
17472         "../etc/images".  Don't set gmm-image-load-path if we don't find
17473         the image.
17474
17475 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * gmm-utils.el (gmm-image-load-path): Don't make
17478         `gmm-image-load-path' include subdirectories which the second arg
17479         `image' might specify.
17480
17481         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17482         subdirectory to icon file names.
17483
17484         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17485
17486 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17487
17488         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17489         gmm-image-load-path calls.
17490
17491         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17492
17493         * message.el (message-make-tool-bar): Ditto.
17494
17495         * mml.el (mml-preview): Add comment concerning tool bar icons.
17496
17497         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17498         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17499
17500         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17501         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17502
17503         * message.el (message-tool-bar-gnome): Use new icon names.
17504         (message-make-tool-bar): Use `gmm-image-load-path'.
17505
17506         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17507         New functions from MH-E.
17508         (gmm-image-load-path): New variable from MH-E.
17509         (gmm-image-load-path): New function from MH-E.  Add arguments
17510         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17511         *-image-load-path-called-flag.
17512
17513 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17514
17515         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17516
17517 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17518
17519         * nnimap.el (nnimap-request-move-article): Change folder back to
17520         source group before deleting.
17521
17522 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17523
17524         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17525
17526         * gnus-art.el (mm-url-insert-file-contents-external):
17527         Autoload mm-url.
17528
17529         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17530
17531 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17534         coding system which mm-charset-to-coding-system returns for a
17535         given charset is valid.
17536
17537 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17538
17539         * html2text.el (html2text-remove-tag-list):
17540         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17541
17542 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17543
17544         * gnus-cus.el: Revert 2005-10-17 change.
17545
17546 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * gnus-art.el (article-strip-banner):
17549         Call article-really-strip-banner only when the regexp match is made.
17550
17551 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * gnus-art.el (article-strip-banner):
17554         Use gnus-extract-address-components instead of
17555         mail-header-parse-addresses to make it work with non-ASCII text;
17556         remove mail-encode-encoded-word-string.
17557
17558         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17559         values which are surrounded with \"...\"; make it never cause a
17560         Lisp error; give up parsing of parameters if it failed in
17561         extracting type.
17562
17563 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17564
17565         * smime.el (smime-cert-by-ldap-1): Fix bug where
17566         `smime-ldap-search' returns results without userCertificates.
17567
17568 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17569
17570         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17571
17572 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17573
17574         * spam.el (spam-check-spamassassin-headers): Adapt format for
17575         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17576         <ari@mbf.ocn.ne.jp>.
17577         (spam-list-of-processors): Add spam-use-gmane.
17578
17579 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17582         make-temp-file; make it work with XEmacs as well.
17583
17584         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17585         mm-make-temp-file.
17586
17587         * mm-decode.el (mm-display-external): Use the 3rd arg of
17588         mm-make-temp-file.
17589         (mm-create-image-xemacs): Ditto.
17590
17591 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17594         with message-narrow-to-headers.
17595         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17596         (gnus-draft-check-draft-articles): New function.
17597         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17598
17599 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17600
17601         * gnus-art.el (gnus-article-browse-html-parts):
17602         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17603         Don't use suffix argument for mm-make-temp-file for Emacs 21
17604         compatibility.  Remove useless `format'.
17605
17606 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17607
17608         * nnweb.el (nnweb-google-wash-article): Update regexps.
17609         (nnweb-group-alist): Use defvoo instead of defvar.
17610
17611 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17614         re-loading nn* modules.
17615
17616 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17617
17618         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17619         for `tool-bar-mode' and don't check it's default-value.
17620
17621         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17622
17623         * message.el (message-make-tool-bar): Ditto.
17624
17625         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17626         `substring'.  Shorten tmp-file name.
17627
17628         * gnus.el: Remove bogus comment.
17629
17630 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17631
17632         * gnus-art.el (gnus-article-browse-html-parts): New function.
17633         (gnus-article-browse-html-article): New function for viewing html
17634         articles with a browser.
17635
17636 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17637
17638         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17639         in elisp.
17640         (pgg-gpg-encrypt-symmetric-region): Ditto.
17641         (pgg-gpg-sign-region): Ditto.
17642
17643         * pgg-def.el (pgg-text-mode): New variable.
17644
17645         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17646         (mml2015-pgg-encrypt): Ditto.
17647
17648         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17649         (mml1991-pgg-encrypt): Ditto.
17650
17651 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * nnfolder.el (nnfolder-insert-newsgroup-line):
17654         Use message-make-date instead of current-time-string.
17655
17656         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17657         to gnus-decoded which mm-uu might set.
17658
17659 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17662         don't decode quoted parameters; remove misimported Emacs code.
17663         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17664         (rfc2231-decode-encoded-string): Don't use split-string which
17665         behaves differently according to Emacs version; use
17666         mm-decode-coding-region to convert charset to coding-system.
17667         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17668         (rfc2231-encode-string): Remove misimported Emacs code.
17669
17670 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17671
17672         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17673         when calling mail-header-parse-content-type.
17674         (article-de-quoted-unreadable): Ditto.
17675         (article-de-base64-unreadable): Ditto.
17676         (article-wash-html): Ditto.
17677
17678         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17679         calling mail-header-parse-content-type and
17680         mail-header-parse-content-disposition.
17681         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17682         mail-header-parse-content-type.
17683
17684         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17685         insert charset and format parameters; encode description after
17686         inserting it to buffer.
17687         (mml-insert-parameter): Fold lines properly even if a parameter is
17688         segmented into two or more lines; change the max column to 76.
17689
17690         * rfc1843.el (rfc1843-decode-article-body): Don't use
17691         ignore-errors when calling mail-header-parse-content-type.
17692
17693         * rfc2231.el (rfc2231-parse-string): Return at least type if
17694         possible; don't cause an error even if it fails in parsing of
17695         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17696         (rfc2231-encode-string): Don't break lines at the beginning, leave
17697         it to mml-insert-parameter.
17698
17699         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17700         calling mail-header-parse-content-type.
17701
17702 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17703
17704         * spam-report.el (spam-report-gmane-use-article-number):
17705         Improve doc string.
17706         (spam-report-gmane-internal): Check if a suitable header was found
17707         in the article.
17708
17709 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17712         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17713
17714 2006-02-05  Romain Francoise  <romain@orebokech.com>
17715
17716         Update copyright notices of all files in the gnus directory.
17717
17718 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17719
17720         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17721
17722 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17723
17724         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17725         segmented lines of parameter value to cope with Thunderbird 1.5
17726         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17727         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17728         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17729
17730 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17731
17732         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17733         parts.
17734
17735 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17736
17737         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17738         there's only one active file for all servers.
17739         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17740         solid groups.  Gnus might have used a FAST request to select the group.
17741         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17742         and nnweb-search redundantly in the active file.
17743         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17744         (nnweb-request-create-group): Don't use ARGS.
17745         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17746         initializations.  Let nnoo do the work.
17747
17748 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17749
17750         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17751         Say the part has been decoded.
17752
17753         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17754
17755 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17756
17757         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17758         mailcap-viewer-test-cache when there's no 'test clause, since that
17759         will invert the meaning of a "nil" test previously determined by
17760         mailcap-mailcap-entry-passes-test.
17761
17762 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17765         compiling.
17766
17767         * gnus-sum.el: Ditto.
17768
17769         * message.el: Don't bind tool-bar-map when compiling.
17770
17771 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17772
17773         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17774
17775 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17776
17777         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17778         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17779         current Google Groups.
17780
17781 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17782
17783         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17784         and tool-bar-mode.
17785
17786         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17787         and tool-bar-mode.
17788
17789         * message.el (message-tool-bar-update): Simplify.
17790         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17791
17792         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17793         gnus-summary-buffer.
17794         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17795         gnus-summary-reply.
17796
17797         * gmm-utils.el (gmm): Add :version.
17798
17799 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17800
17801         * Makefile.in (clean): New rule.
17802         (distclean): Use it.
17803
17804 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17805
17806         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17807         Don't autoload.
17808
17809 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17810
17811         * gmm-utils.el (gmm-verbose): Add :group.
17812
17813 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17814
17815         * message.el: Change some comments WRT tool-bars.
17816
17817         * gnus-sum.el (gnus-summary-tool-bar)
17818         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17819         (gnus-summary-tool-bar-zap-list): New variables.
17820         (gnus-summary-make-tool-bar): Complete rewrite using
17821         `gmm-tool-bar-from-list'.
17822
17823         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17824         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17825         New variables.
17826         (gnus-group-make-tool-bar): Complete rewrite using
17827         `gmm-tool-bar-from-list'.
17828         (gnus-group-tool-bar-update): New function.
17829
17830         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17831
17832 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17835         is dissected into a single part of which the type is the same as
17836         the given one; decode charset.
17837
17838 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17839
17840         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17841         into alists as symbol not string, since that's what
17842         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17843         look for.
17844
17845 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17846
17847         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17848         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17849
17850         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17851
17852 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17855         (gnus-xmas-mime-security-button-menu): New function.
17856
17857         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17858         (gnus-mime-security-button-menu): New definition.
17859         (gnus-mime-security-button-map): Use them.
17860         (gnus-mime-security-button-menu): New function.
17861         (gnus-insert-mime-security-button): Addition to help echo.
17862         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17863         (gnus-mime-security-pipe-part): New functions.
17864
17865         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17866         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17867
17868         * mm-decode.el (mm-handle-set-disposition): Remove.
17869         (mm-handle-set-description): Remove.
17870
17871 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17872
17873         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17874         (mm-w3m-standalone-supports-m17n-p): New function.
17875         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17876         w3m usage.
17877
17878         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17879         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17880
17881 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17882
17883         * message.el (message-tool-bar-zap-list):
17884         Use gmm-tool-bar-zap-list as custom type.
17885         (message-tool-bar-update): New function.
17886         (message-tool-bar, message-tool-bar-gnome)
17887         (message-tool-bar-retro): Add message-tool-bar-update.
17888         (message-tool-bar-gnome): Add flyspell-buffer.
17889
17890         * gnus-util.el (gnus-error): Describe `args'.
17891
17892         * gmm-utils.el (gmm-error): Describe `args'.
17893         (gmm-tool-bar-zap-list): New widget.
17894         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17895
17896 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17899         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17900         the number of recursive calls.
17901
17902         * mm-decode.el (mm-handle-set-disposition): New macro.
17903         (mm-handle-set-description): New macro.
17904
17905 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17908         encoding.
17909
17910 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17911
17912         * message.el (message-tool-bar-zap-list, message-tool-bar)
17913         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17914         (message-tool-bar-local-item-from-menu): Remove.
17915         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17916         (message-make-tool-bar): New function.
17917         (message-mode): Use `message-make-tool-bar'.
17918
17919         * gmm-utils.el: New file.
17920         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17921         (gmm-lazy): New widget copied from `nnmail.el'.
17922         (gmm-tool-bar-from-list): New function for creating customizable
17923         tool bars.
17924         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17925         output.
17926         (gmm): Add :prefix to defgroup.
17927
17928 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17929
17930         * gmm-utils.el (gmm-widget-p): New function.
17931
17932 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17933
17934         * mml.el (mml-attach-file): Describe `description' in doc string.
17935         (mml-menu): Add Emacs MIME manual and PGG manual.
17936
17937 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17938
17939         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17940
17941 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17942
17943         * nntp.el (nntp-end-of-line): Doc fix.
17944
17945 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17946
17947         * imap.el (imap-open): Handle case where buffer is a buffer
17948         object.
17949
17950 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17951
17952         * gnus-delay.el (gnus-delay): Don't autoload.
17953         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17954         to be re-loaded when customizing the `gnus-delay' group.
17955
17956 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17957
17958         * message.el (message-insert-citation-line): Use newlines.
17959
17960 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17961
17962         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17963         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17964         these routines, so the passphrase can be managed externally and
17965         passed in to the system.
17966         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17967         pgg-add-passphrase-to-cache function.
17968
17969         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17970         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17971         these routines, so the passphrase can be managed externally and
17972         passed in to the system.
17973         (pgg-pgp5-sign-region): Use new name of
17974         pgg-add-passphrase-to-cache function.
17975
17976 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17977
17978         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17979         part of the decoded armor to find the key-identifier.
17980         (pgg-gpg-lookup-key-owner): New function to return the
17981         human-readable identifier of a key owner.
17982         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17983         itself.
17984         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17985         the key value) if we have a key and can match it against a secret
17986         key.  Also, added a note pointing out fact that the prompt only
17987         indicates the first matching key.
17988
17989         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17990         pgg-decrypt-region.
17991         (pgg-add-passphrase-to-cache): Rename from
17992         `pgg-add-passphrase-cache' to reduce confusion (all callers
17993         changed).
17994         (pgg-remove-passphrase-from-cache): Rename from
17995         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17996         changed).
17997         (pgg-read-passphrase, pgg-add-passphrase-cache)
17998         (pgg-remove-passphrase-cache): Add informative docstrings.
17999         (pgg-decrypt): Convey provided passphrase in subordinate call to
18000         pgg-decrypt-region.
18001
18002 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
18003
18004         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18005         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18006         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18007         'passphrase' argument, so the passphrase can be managed externally
18008         and then passed in to the system.
18009
18010         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18011         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
18012         so the passphrase cache can be used reliably with identifiers
18013         besides a pgp packet's key id.
18014
18015         * pgg-gpg.el (pgg-gpg-encrypt-region)
18016         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18017         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
18018         these routines, so the passphrase can be managed externally and
18019         passed in to the system.
18020
18021         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18022         'notruncate' argument, so the passphrase cache can be used
18023         reliably with identifiers besides a pgp packet's key id.
18024
18025 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
18026
18027         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18028         symmetric encryption.
18029         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18030         encrypted session key.
18031         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18032         message ask for the passphrase in a proper way.
18033
18034         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18035         New user commands for symmetric encryption.
18036
18037 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18038
18039         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18040
18041         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18042
18043 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
18044
18045         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18046
18047 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18048
18049         * mm-decode.el (mm-inlined-types): Add application/pgp.
18050         (mm-automatic-display): Ditto.
18051
18052         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18053         part as text.
18054
18055 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * nnrss.el: Update copyright.
18058         (nnrss-opml-import): Query whether to subscribe to each entry.
18059
18060         * gnus-art.el:
18061         * gnus-sum.el:
18062         * gnus-xmas.el:
18063         * messagexmas.el:
18064         * mm-uu.el:
18065         * mm-view.el: Update copyright.
18066
18067 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18068
18069         * message.el (message-info): New function.
18070         (message-mode-menu): Add it.
18071         Update copyright.
18072
18073         * ChangeLog: Fix and update copyright.
18074
18075 2006-01-13  Romain Francoise  <romain@orebokech.com>
18076
18077         * message.el (message-forward-subject-name-subject): Prefer the
18078         address to 'nowhere' if the sender has no name.
18079         Fix typo.  Update copyright year.
18080
18081 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * gnus-art.el (article-wash-html):
18084         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18085         (gnus-article-wash-html-with-w3m-standalone): New function.
18086
18087         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18088         mm-inline-text-html-render-with-w3m-standalone.
18089         (mm-text-html-washer-alist): Map w3m-standalone to
18090         gnus-article-wash-html-with-w3m-standalone.
18091         (mm-inline-text-html-render-with-w3m-standalone): New function.
18092
18093 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18094
18095         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18096         Improve LaTeX.
18097
18098 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18101         (nnrss-request-article): Render text/plain parts as HTML.
18102
18103         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18104         the buffer.
18105
18106 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18107
18108         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18109         custom definition of `gnus-posting-styles'.
18110
18111         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18112         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18113
18114 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18115
18116         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18117         Use nntp for bug archive.
18118
18119 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18120
18121         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18122         parts.
18123         (nnrss-normalize-date): New function converts ISO 8601 date into
18124         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18125         (nnrss-check-group): Use it.
18126
18127 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18130
18131         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18132         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18133         (nnrss-insert-w3): Ditto.
18134
18135 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18138         the articles to be forwarded including the case where neither a
18139         number of articles nor a region is specified.
18140
18141 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * nnrss.el (nnrss-request-article): Fix last change; fill
18144         text/plain parts.
18145
18146 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18147
18148         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18149         in text/plain part.
18150         (nnrss-check-group): Don't add excessive newline to dc:subject.
18151
18152 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18153
18154         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18155         article.
18156
18157 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18158
18159         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18160         (nnml-use-compressed-files, nnml-save-mail): Support other
18161         comression programs such as bzip2.
18162
18163 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18164
18165         * dns.el (query-dns): Make sure we check the buffer size before
18166         removing tcp headers.
18167
18168 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18169
18170         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18171         remove MIME buttons associated with multipart/alternative parts.
18172         (gnus-mime-display-alternative): Tag buttons using `article-type'
18173         text property.
18174
18175         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18176         associated with multipart/alternative parts.
18177
18178         * gnus-art.el (gnus-signature-separator): Fix custom type.
18179
18180         * mm-decode.el (mm-inlined-types): Fix custom type.
18181         (mm-keep-viewer-alive-types): Ditto.
18182         (mm-automatic-display): Ditto.
18183         (mm-attachment-override-types): Ditto.
18184         (mm-inline-override-types): Ditto.
18185         (mm-automatic-external-display): Ditto.
18186
18187 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * spam-report.el (spam-report-user-mail-address)
18190         (spam-report-user-agent): New variables.
18191         (spam-report-url-ping-plain): Use spam-report-user-agent.
18192
18193 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18194
18195         * gnus-art.el (gnus-button-handle-custom): Do not just use
18196         `customize-apropos' for any "M-x customize-*" button but the
18197         function called for.  Accept both the function name and its
18198         argument in order to achieve this.
18199         (gnus-button-alist): Remove support for "custom:" URL's.
18200         Pass function name to `gnus-button-handle-custom' in case of "M-x
18201         customize-*" buttons.
18202
18203 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18206         multipart/alternative and add xref to mm-discouraged-alternatives
18207         in doc string.
18208
18209         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18210         gnus-buttonized-mime-types in doc string.
18211
18212 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18213
18214         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18215         Suggest image/.* in the doc string.
18216
18217 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18218
18219         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18220         message-marks (Debian bug #342521).
18221
18222 2005-12-12  Simon Josefsson  <jas@extundo.com>
18223
18224         * password.el (password-read-from-cache): Add.
18225         (password-read): Use it.
18226
18227 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * rfc2047.el (rfc2047-charset-to-coding-system):
18230         Recognize us-ascii as a MIME charset.
18231
18232         * mm-bodies.el (mm-decode-content-transfer-encoding):
18233         Protect against the case where the 2nd arg TYPE is nil.
18234
18235 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18236
18237         * pop3.el (pop3-stream-type): Fix custom version.
18238
18239         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18240
18241 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18242
18243         * mm-decode.el (mm-display-external): Add missing cdr.
18244
18245 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18248         RFC1524) if it is in mailcap or add a suffix according to
18249         mailcap-mime-extensions when generating a temp filename; postpone
18250         deleting a temp file for 2 seconds for some wrappers, shell
18251         scripts, and so on, which might exit right after having started a
18252         viewer command as a background job.
18253
18254 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18255
18256         * nntp.el (nntp-marks-directory): Fix custom group.
18257
18258         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18259         steps when < 10.
18260
18261         * gnus-start.el (gnus-no-server-1):
18262         Mention `gnus-level-default-subscribed' in doc string.
18263
18264 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18265
18266         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18267         parens.
18268
18269 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18270
18271         * gnus-xmas.el (gnus-use-toolbar): Revert.
18272         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18273         gnus-use-toolbar is default.
18274
18275         * messagexmas.el (message-use-toolbar): Revert.
18276         (message-setup-toolbar): Use global default-toolbar if
18277         message-use-toolbar is default.
18278
18279 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18280
18281         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18282         according to default-toolbar-visible-p.
18283
18284         * messagexmas.el (message-use-toolbar): Ditto.
18285
18286 2005-11-26  Dave Love  <fx@gnu.org>
18287
18288         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18289         (tls-program, tls-success): Provide openssl alternative.
18290
18291         * starttls.el: Doc fixes.
18292         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18293         SERVICE to PORT.
18294
18295         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18296         port null or service name.
18297         (starttls-negotiate): Autoload.
18298
18299 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18300
18301         * message.el (message-kill-to-signature): Fix interactive spec.
18302
18303 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * pop3.el (pop3-open-server): Recognize a string as a service name.
18306
18307 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18308
18309         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18310
18311 2005-11-23  Dave Love  <fx@gnu.org>
18312
18313         Add pop3s, pop3/starttls.
18314
18315         * pop3.el (pop3-authentication-scheme): Clarify doc.
18316         (open-tls-stream, starttls-open-stream): Autoload.
18317         (pop3-stream-type): New.
18318         (pop3-open-server): Use it.
18319
18320         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18321         for POP.
18322         (mail-source-keyword-map): Add :stream for POP.
18323         (mail-source-fetch-pop): Use pop3-stream-type.
18324
18325 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18326
18327         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18328         of current-time-string.
18329
18330 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18331
18332         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18333         date header.
18334
18335 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18336
18337         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18338         it can seriously impact performance as it bypasses the agent's
18339         local caches.
18340
18341 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18342
18343         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18344         must be explicitly online rather than "not explicitly offline" for
18345         its flags to be synchronized.
18346
18347         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18348         that gnus-uu-unmark-thread will function correctly.
18349
18350         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18351         1024K is instead displayed as 1M.
18352
18353 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18354
18355         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18356
18357 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18358
18359         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18360
18361 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18362
18363         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18364         error message to display actual error condition.
18365         (gnus-agent-save-local): Avoid saving symbols that are bound to
18366         nil as they simply result in a warning message in
18367         gnus-agent-read-local.
18368
18369 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18372         rather than make-variable-buffer-local for file-precious-flag.
18373
18374 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18375
18376         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18377         for duplicates which are removed.  The invalid sort check then
18378         triggers a rescan after the sort as sorting may have moved
18379         duplicate entries such that they can be cheaply detected.
18380
18381 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18382
18383         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18384
18385 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18386
18387         * gnus-agent.el (gnus-agent-article-alist-save-format):
18388         Change internal variable to a custom variable.  Change default value
18389         from compressed(2) to uncompressed(1).
18390         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18391         support for uncompressed agentview files.  Taken together, reading
18392         the agentview file should now be 6-7 times faster.
18393
18394 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18395
18396         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18397         as a buffer-local variable.  This avoids creating truncated
18398         dribble files as a result of a hang up, eg.
18399
18400 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18401
18402         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18403         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18404         XEmacs.
18405
18406 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18407
18408         * gnus-start.el (gnus-start-draft-setup):
18409         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18410
18411         * gnus.el (gnus-splash): Change custom group.
18412         (gnus-group-get-parameter, gnus-group-parameter-value):
18413         Describe allow-list argument.
18414
18415         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18416         string.
18417
18418 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18419
18420         * gnus-art.el (gnus-default-article-saver): Add user-defined
18421         `function' to custom type.
18422
18423 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18424
18425         * imap.el (imap-open): Handle case where buffer is a buffer
18426         object.
18427
18428 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18429
18430         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18431         long lines.
18432         (gnus-cache-delete-group): Wrap doc strings.
18433
18434         * gnus-agent.el (gnus-agent-rename-group)
18435         (gnus-agent-delete-group): Wrap doc strings.
18436
18437 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18438
18439         * messagexmas.el (message-use-toolbar): Change the valid values
18440         into default, top, bottom, left, and right.
18441         (message-toolbar-thickness): New variable.
18442         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18443         well.
18444         (message-setup-toolbar): Make it work.
18445
18446         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18447         (gnus-use-toolbar): Change the valid values into default, top,
18448         bottom, left, and right.
18449         (gnus-toolbar-thickness): New variable.
18450         (gnus-xmas-setup-toolbar): New function.
18451         (gnus-xmas-setup-group-toolbar): Use it.
18452         (gnus-xmas-setup-summary-toolbar): Use it.
18453
18454 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18455
18456         * gnus-start.el (gnus-1): Add "native" to
18457         gnus-predefined-server-alist.
18458
18459         * gnus.el (gnus-method-to-server): Don't add "native" to the
18460         lists here, because that leads to problems when
18461         gnus-select-method is bound.
18462
18463 2005-11-09  Simon Josefsson  <jas@extundo.com>
18464
18465         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18466         use (not sort-by-date) instead.
18467
18468 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18469
18470         * gnus-delay.el (gnus-delay-group): Don't autoload.
18471         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18472         to be re-loaded when customizing the `gnus-delay' group.
18473
18474 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18475
18476         * message.el: Revert last changes.
18477         (message-insert-citation-line): Use newlines.
18478
18479 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18480
18481         * message.el (message-courtesy-message)
18482         (message-mark-insert-begin, message-mark-insert-end)
18483         (message-elide-ellipsis, message-cancel-message)
18484         (message-add-header, message-change-subject)
18485         (message-cross-post-followup-to-header)
18486         (message-cross-post-insert-note, message-reduce-to-to-cc)
18487         (message-widen-reply, message-delete-not-region)
18488         (message-kill-to-signature, message-insert-signature)
18489         (message-insert-importance-high, message-insert-importance-low)
18490         (message-insert-or-toggle-importance)
18491         (message-insert-disposition-notification-to)
18492         (message-indent-citation, message-yank-original)
18493         (message-cite-original-without-signature, message-cite-original)
18494         (message-insert-citation-line, message-position-on-field)
18495         (message-fix-before-sending, message-send-mail-partially)
18496         (message-send-mail, message-send-mail-with-sendmail)
18497         (message-send-mail-with-qmail, message-send-news)
18498         (message-check-news-header-syntax, message-generate-headers)
18499         (message-insert-courtesy-copy, message-fill-address)
18500         (message-fill-header, message-shorten-references)
18501         (message-setup-1, message-cancel-news)
18502         (message-forward-make-body-plain, message-forward-make-body-mime)
18503         (message-forward-make-body-mml, message-encode-message-body)
18504         (message-forward-make-body-digest-plain)
18505         (message-forward-make-body-digest-mime)
18506         (message-use-alternative-email-as-from): Insert `hard-newline'
18507         instead of ordinary newlines.
18508
18509 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * message.el (message-generate-headers): Downcase the argument
18512         given to message-check-element.
18513
18514 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18515
18516         * nntp.el (nntp-authinfo-rejected): New error condition.
18517         (nntp-wait-for): Use new error condition to signal authentication
18518         error.
18519         (nntp-retrieve-data): Rethrow new error condition to break out of
18520         recursive call to nntp-send-authinfo.
18521
18522 2005-11-08  Romain Francoise  <romain@orebokech.com>
18523
18524         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18525         (gnus-summary-exit-map): Bind to `Z p'.
18526         (gnus-summary-make-menu-bar): Add menu item.
18527
18528 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18531         (gnus-treat-*): Add `first' in all doc strings.
18532
18533         * gnus-group.el (gnus-group-compact-group): Fix typo.
18534
18535 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * gnus.el (gnus-parameters-case-fold-search): New variable.
18538         (gnus-parameters-get-parameter): Use it.
18539
18540         * gnus-score.el (gnus-home-score-file): Doc fix.
18541
18542 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18543
18544         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18545
18546 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18547
18548         * mm-util.el (mm-special-display-p): New function.
18549
18550         * mml.el (mml-preview): Use it; doc fix.
18551
18552 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18553
18554         * imap.el (imap-open): Handle case where buffer is a buffer object.
18555
18556 2005-10-29  Romain Francoise  <romain@orebokech.com>
18557
18558         * message.el (message-fix-before-sending): Fix comment.
18559
18560 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18561
18562         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18563
18564 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18565
18566         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18567         Used in gnus-score.el.
18568
18569 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18570
18571         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18572
18573 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18574
18575         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18576         whitespace removed in revision 7.8.  Use concatenated string to
18577         protect trailing whitespace.
18578
18579 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18580
18581         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18582         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18583         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18584         Courier IMAP ("some version from 2004").  Mostly based on similar
18585         code in the same function.
18586
18587 2005-10-26  Didier Verna  <didier@xemacs.org>
18588
18589         * gnus-group.el (gnus-group-compact-group): Invalidate original
18590         article buffer.
18591         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18592         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18593         NOV database and in article itself.
18594         Invalidate article backlog.
18595
18596 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18597
18598         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18599
18600 2005-10-26  Simon Josefsson  <jas@extundo.com>
18601
18602         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18603         part of 2004-07-25 change.
18604
18605 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18606
18607         * message.el (message-display-completion-list): New function.
18608         (message-expand-group): Use it; make sure the Completions buffer
18609         is modifiable.
18610 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18611
18612         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18613         user-mail-name is an empty string.
18614
18615 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18616
18617         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18618         depending on gnus-score-decay-constant.
18619
18620         * encrypt.el (encrypt-insert-file-contents)
18621         (encrypt-write-file-contents): Don't use `gnus-message'.
18622
18623         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18624         arguments.
18625         (mm-uu-type-alist): Add message-marks and insert-marks.
18626         Pass arguments to mm-uu-verbatim-marks-extract.
18627         (mm-uu-hide-markers): New variable.
18628         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18629
18630         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18631         (gnus-convert-image-to-face-command): Use "convert" by default to
18632         allow other input image formats.
18633         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18634         accordingly.
18635
18636 2005-10-23  Simon Josefsson  <jas@extundo.com>
18637
18638         * imap.el (imap-gssapi-program): Align command line parameters
18639         with latest GNU SASL.
18640         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18641
18642 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18643
18644         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18645         HTML.
18646         (nnslashdot-request-article): Ditto.
18647
18648         * lpath.el (featurep): Add nobreak-char-display.
18649
18650 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18651
18652         * mail-source.el (mail-source-fetch-pop): Require pop3.
18653         (mail-source-check-pop): Ditto.
18654
18655 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18656
18657         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18658         errors.
18659
18660 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18661
18662         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18663         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18664
18665         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18666
18667         * mm-bodies.el (mm-decode-string):
18668         Call `mm-charset-to-coding-system' with allow-override argument.
18669
18670 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18673         (rfc2047-charset-to-coding-system): New function.
18674         (rfc2047-decode-encoded-words): New function.
18675         (rfc2047-decode-region): Use them.
18676         (rfc2047-decode-cte): Remove.
18677         (rfc2047-parse-and-decode): Remove.
18678         (rfc2047-decode): Remove.
18679
18680 2005-10-15  Kenichi Handa  <handa@m17n.org>
18681
18682         * rfc2047.el (rfc2047-decode-cte): New function.
18683         (rfc2047-decode-region): Change the way to decode successive
18684         encoded-words: decode B- or Q-encoding in each encoded-word,
18685         concatenate them, and decode it as charset.
18686
18687 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18688
18689         * lpath.el: Fbind codepage-setup for XEmacs.
18690
18691 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18692
18693         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18694         widget-move-and-invoke.
18695         (gnus-custom-mode): Use gnus-custom-map.
18696
18697 2005-10-15  Bill Wohler  <wohler@newt.com>
18698
18699         * message.el (message-tool-bar-map): Rename image file from
18700         mail_send to mail/send.
18701
18702 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18703
18704         * message.el (message-expand-group): Pass the common
18705         prefix substring of completion to `display-completion-list'.
18706
18707 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18708
18709         * mml-sec.el (mml-secure-method): New internal variable.
18710         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18711         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18712         New functions using mml-secure-method.
18713
18714         * mml.el (mml-mode-map): Add key bindings for those functions.
18715         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18716         Harder <harder@myrealbox.com>.
18717         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18718         Goto end of message if point is the headers of the message.
18719
18720         * message.el (message-in-body-p): New function.
18721
18722         * assistant.el: Autoload gnus-util and netrc.
18723
18724         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18725         Use `mm-charset-override-alist' only when decoding.
18726
18727         * mm-bodies.el (mm-decode-body):
18728         Call `mm-charset-to-coding-system' with allow-override argument.
18729
18730         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18731         `filename' from Content-Disposition if Content-Type doesn't
18732         provide `name'.
18733         (gnus-mime-view-part-as-type): Set default instead of
18734         initial-input.
18735
18736 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18737
18738         * format-spec.el (format-spec): Propagate text properties of % spec.
18739
18740 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18741
18742         * gnus-art.el (gnus-treat-predicate): Add `first'.
18743
18744 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18745
18746         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18747         (mm-charset-override-alist): New variable.
18748         (mm-charset-to-coding-system): Use it.
18749         (mm-codepage-setup): New helper function.
18750         (mm-charset-eval-alist): New variable.
18751         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18752         Warn about unknown charsets.
18753
18754         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18755
18756 2005-10-04  David Hansen  <david.hansen@gmx.net>
18757
18758         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18759         (nnrss-check-group): Ditto.
18760
18761 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18762
18763         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18764         Rename x-gnus-verbatim to x-verbatim.
18765         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18766
18767         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18768         x-verbatim.
18769
18770         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18771
18772         * gnus-util.el (gnus-remove-duplicates): Remove.
18773
18774         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18775         instead of gnus-remove-duplicates.
18776
18777         * message.el (message-remove-duplicates): Remove.
18778         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18779         message-remove-duplicates.
18780
18781         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18782         available, else use implementation from `delete-dups'.
18783
18784         * message.el (message-insert-expires): New function.
18785         (message-mode-map): Add key binding.
18786         (message-mode-field-menu): Add menu entry.
18787         (message-mode): Document it.
18788         (message-make-expires-date): Use `message-make-date'.
18789
18790 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18791
18792         * message.el (message-make-expires-date): New function.
18793
18794 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18795
18796         * Makefile.in (list-installed-shadows): New entry.
18797         (install): Use it.
18798         (remove-installed-shadows): New entry.
18799
18800         * dgnushack.el (dgnushack-default-load-path): New variable.
18801         (dgnushack-find-lisp-shadows): New function.
18802         (dgnushack-remove-lisp-shadows): New function.
18803
18804 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18805
18806         * Makefile.in (install-el-elc): New entry.
18807         (install): Use it so that .el files are necessarily installed.
18808
18809 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18810
18811         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18812
18813 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18814
18815         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18816         function rather than the diff-mode.el package.
18817         (mm-display-external): Use with-current-buffer.
18818         (mm-viewer-completion-map, mm-viewer-completion-map):
18819         Move initialization inside declaration.
18820
18821 2005-09-29  Simon Josefsson  <jas@extundo.com>
18822
18823         * spam.el: Load hashcash when compiling, to avoid warnings.
18824         Don't autoload mail-check-payment.
18825         (spam-check-hashcash): Define unconditionally, since hashcash.el
18826         is part of Gnus now.  Ignore errors from payment checking.
18827
18828 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18829
18830         * message.el (message-bold-region, message-unbold-region):
18831         Rename from `bold-region' and `unbold-region'.
18832
18833         * message.el: Remove useless autoloads.
18834
18835 2005-09-28  Simon Josefsson  <jas@extundo.com>
18836
18837         * message.el (message-use-idna): Default to t.
18838         (message-use-idna): Test whether encoding works too.  Doc fix.
18839
18840 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * nntp.el (nntp-warn-about-losing-connection): Remove.
18843
18844 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18847         customizable.  Change default value.
18848         (mm-uu-diff-groups-regexp): Change default value.
18849         (mm-uu-type-alist): Add doc string.
18850         (mm-uu-configure): Add doc string.  Make it interactive.
18851         (mm-uu-tex-groups-regexp): New variable.
18852         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18853         (mm-uu-type-alist): Add LaTeX documents.
18854         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18855         of "text/verbatim".
18856         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18857
18858         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18859         instead of "text/verbatim".
18860
18861         * message.el (message-mark-inserted-region)
18862         (message-mark-insert-file): Use slrn style marks when called with
18863         prefix argument.
18864
18865 2005-09-27  Simon Josefsson  <jas@extundo.com>
18866
18867         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18868
18869 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18870
18871         * message.el (message-remove-duplicates): New function.
18872         Implementation borrowed from `gnus-remove-duplicates'.
18873         (message-idna-to-ascii-rhs): Also encode idna addresses in
18874         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18875         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18876         only ask about the same idna domain once per header and also tell
18877         in what header to replace the idna domain.
18878
18879         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18880         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18881         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18882         a header is decoded and not just the last one.
18883
18884 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18885
18886         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18887         has been decoded.
18888
18889         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18890         (mm-insert-part): Don't modify text if it has been decoded.
18891
18892         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18893         decoded.
18894
18895         * mm-view.el (mm-inline-text): Don't strip text props unless
18896         decoding enriched or richtext parts.
18897
18898 2005-09-25  Romain Francoise  <romain@orebokech.com>
18899
18900         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18901         * gnus-start.el (gnus-subscribe-interactively):
18902         * gnus-uu.el (gnus-uu-grab-articles):
18903         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18904         space.
18905
18906 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18907
18908         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18909         * mm-view.el (mm-view-pkcs7-decrypt):
18910         * gnus-sum.el (gnus-summary-limit-to-extra)
18911         (gnus-summary-respool-article, gnus-read-move-group-name):
18912         * gnus-score.el (gnus-summary-increase-score):
18913         * gnus-util.el (gnus-completing-read-with-default):
18914         * gnus-art.el (gnus-read-save-file-name)
18915         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18916         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18917         * message.el (message-check-news-header-syntax):
18918         Follow convention for reading with the minibuffer.
18919
18920 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18921
18922         * spam-report.el (spam-report-url-ping-plain):
18923         Use gnus-extended-version as User-Agent.
18924
18925         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18926         default value is nil.
18927
18928         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18929         (mm-uu-verbatim-marks-extract): New function.
18930         (mm-uu-extract): New face.
18931         (mm-uu-copy-to-buffer): Use it.
18932
18933         * spam-report.el (spam-report-gmane-ham): Rename from
18934         `spam-report-gmane-unspam'.
18935         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18936         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18937
18938         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18939         Autoload.
18940         (spam-report-gmane-unregister-routine):
18941         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18942
18943 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18944
18945         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18946         (spam-report-gmane-unregister-routine): Add support for gmane
18947         unregistration.
18948
18949         * spam-report.el (spam-report-gmane-unspam)
18950         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18951         (spam-report-gmane): Change to take a single article and do unspam
18952         registration.
18953
18954 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18955
18956         * mm-url.el (mm-url-decode-entities): Fix regexp.
18957
18958 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18959
18960         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18961         default to nil, to be able to use Gnus at all.  If the default
18962         switches to something else, then the function should be fixed not
18963         be exceedingly slow.
18964
18965 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18966
18967         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18968         fail hard.
18969
18970         * spam-report.el: Add better Keywords line.
18971
18972         * spam.el: Add Maintainer and better Keywords line.
18973
18974 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18975
18976         * gnus-art.el (gnus-article-replace-part)
18977         (gnus-mime-replace-part): New functions.
18978         (gnus-mime-action-alist, gnus-mime-button-commands)
18979         (gnus-mime-save-part-and-strip): Add file argument.
18980         (gnus-article-part-wrapper): Add interactive argument.
18981
18982         * gnus-sum.el (gnus-summary-mime-map):
18983         Add `gnus-article-replace-part'.
18984
18985 2005-09-19  Didier Verna  <didier@xemacs.org>
18986
18987         The nnml compaction feature:
18988         * nnml.el (nnml-request-compact-group): New function.
18989         * nnml.el (nnml-request-compact): New function.
18990         * gnus-int.el (gnus-request-compact-group): New function.
18991         * gnus-int.el (gnus-request-compact): New function.
18992         * gnus-group.el (gnus-group-compact-group): New function.
18993         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18994         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18995         * gnus-srvr.el (gnus-server-compact-server): New function.
18996         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18997         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18998
18999 2005-09-18  Deepak Goel  <deego@gnufans.org>
19000
19001         * sieve.el (sieve-help): Fix `message' call: first arg should be a
19002         format spec.
19003
19004 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * gnus.el (gnus-group-startup-message): Bind image-load-path.
19007
19008 2005-09-15  Romain Francoise  <romain@orebokech.com>
19009
19010         * message.el (message-fill-paragraph): Clarify docstring.
19011
19012 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * gnus-art.el (gnus-mime-display-part): Protect against broken
19015         MIME messages.
19016
19017 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19018
19019         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19020         before parsing header.
19021
19022 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
19023
19024         * html2text.el (html2text-replace-list): Add new entities.
19025
19026 2005-09-11  Romain Francoise  <romain@orebokech.com>
19027
19028         * message.el (message-alternative-emails): Improve docstring.
19029         (message-setup-1): Call `message-use-alternative-email-as-from'
19030         after `message-setup-hook' to give it precedence over posting
19031         styles, etc.
19032         (message-use-alternative-email-as-from): Add docstring.
19033         Remove the original From header if present.
19034
19035         * nnml.el (nnml-compressed-files-size-threshold): New variable.
19036         (nnml-save-mail): Use it.
19037
19038         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19039         articles.  Add new argument `silent'.
19040         (gnus-uu-mark-all): Report the total number of marked articles.
19041
19042 2005-09-10  Romain Francoise  <romain@orebokech.com>
19043
19044         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19045         (gnus-uu-mark-series): Likewise.
19046
19047 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
19048
19049         * spam-report.el (spam-report-gmane): Fix generation of spam
19050         report URL.
19051
19052 2005-09-10  Simon Josefsson  <jas@extundo.com>
19053
19054         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19055         t, based on discussion on the ding list with Robert Epprecht
19056         <epprecht@solnet.ch>.
19057
19058 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
19059
19060         * spam-report.el (spam-report-gmane): Make it work without
19061         X-Report-Spam header.  Gmane now only provides Archived-At.
19062         This is only used if `spam-report-gmane-use-article-number' is nil.
19063         (spam-report-gmane-spam-header): Remove.  Not used anymore.
19064
19065         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19066         make `gnus-summary-sort-by-recipient' work with threading.
19067
19068         * nnweb.el (nnweb-google-wash-article): Print a message if article
19069         is not available.
19070
19071 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19072
19073         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19074         change.  Decode text/* parts content before displaying.
19075
19076 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19077
19078         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19079
19080 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19081
19082         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19083
19084         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19085         url-package-name, url-package-version,
19086         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19087         w3m-display-inline-images, and w3m-minor-mode-map.
19088
19089 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19090
19091         * message.el (message-tab-body-function): Fix mismatched custom type.
19092
19093         * gnus.el (gnus-group-change-level-function): Ditto.
19094
19095         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19096
19097         * gnus-art.el (gnus-signature-limit)
19098         (gnus-article-mime-part-function): Ditto.
19099
19100 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19101
19102         * mml.el (mml-mode): Silence the byte compiler.
19103
19104         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19105         using `(sit-for 0)' before moving the point to the specified part;
19106         skip unbuttonized parts.
19107         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19108         return to the summary window if gnus-auto-select-part is non-nil.
19109
19110 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19111
19112         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19113         New variables.
19114         (mml-dnd-attach-file, mml-mode): Use them.
19115
19116         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19117         Make fetching article by MID work again for Google Groups.
19118         Add FIXME concerning gnus-group-make-web-group.
19119
19120         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19121         Don't depend on Gnus by using mail-extract-address-components if
19122         gnus-extract-address-components is not bound.
19123
19124 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19125
19126         * gnus-art.el (gnus-mime-display-security): Don't display the
19127         signature, but only the signed part.
19128
19129 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19132
19133         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19134         list, not listp.
19135
19136 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19137
19138         * mm-encode.el (mm-encode-content-transfer-encoding):
19139         Likewise when encoding.
19140
19141         * mm-bodies.el (mm-decode-content-transfer-encoding):
19142         De-canonicalize CRLF for all text content types, not just
19143         text/plain.
19144
19145 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19146
19147         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19148         valid article; point arrow and cursor at the MIME button.
19149
19150 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19151
19152         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19153         Suggested by Dan Christensen <jdc@uwo.ca>.
19154
19155         * mm-decode.el (mm-save-part): Enable change of prompt.
19156
19157 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19158
19159         * gnus-msg.el (gnus-inews-add-send-actions):
19160         Make `message-post-method' lambda parameter ARG `&optional'.
19161
19162 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19163
19164         * gnus-sum.el (gnus-summary-mime-map):
19165         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19166         gnus-article-jump-to-part.
19167
19168         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19169         (gnus-article-edit-part): Use it.
19170         (gnus-article-part-wrapper): Add no-handle argument.
19171         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19172         New functions.
19173
19174 2005-08-29  Romain Francoise  <romain@orebokech.com>
19175
19176         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19177         docstring.
19178         (gnus-face-from-file): Likewise.
19179
19180 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19181
19182         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19183         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19184         non-nil.
19185         (gnus-auto-select-part): New variable.
19186         (gnus-article-jump-to-part): New function.
19187         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19188         (gnus-mime-delete-part): Allow selecting specified part after
19189         deleting or stripping parts.
19190         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19191         part if argument is bogus.
19192
19193 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19194
19195         * gnus-art.el (w3m-minor-mode-map):
19196         * gnus-spec.el (gnus-newsrc-file-version):
19197         * gnus-util.el (nnmail-active-file-coding-system)
19198         (gnus-original-article-buffer, gnus-user-agent):
19199         * gnus.el (gnus-ham-process-destinations)
19200         (gnus-parameter-ham-marks-alist)
19201         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19202         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19203         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19204         * mm-decode.el (gnus-current-window-configuration):
19205         * mm-extern.el (gnus-article-mime-handles):
19206         * mm-url.el (url-current-object, url-package-name)
19207         (url-package-version):
19208         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19209         (smime-keys, w3m-cid-retrieve-function-alist)
19210         (w3m-current-buffer, w3m-display-inline-images)
19211         (w3m-minor-mode-map):
19212         * mml-smime.el (gnus-extract-address-components):
19213         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19214         (gnus-newsrc-hashtb, message-default-charset)
19215         (message-deletable-headers, message-options)
19216         (message-posting-charset, message-required-mail-headers)
19217         (message-required-news-headers):
19218         * mml1991.el (mc-pgp-always-sign):
19219         * mml2015.el (mc-pgp-always-sign):
19220         * nnheader.el (nnmail-extra-headers):
19221         * rfc1843.el (gnus-decode-encoded-word-function)
19222         (gnus-decode-header-function, gnus-newsgroup-name):
19223         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19224
19225 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19226
19227         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19228         the end of the date treatments.
19229
19230 2005-08-15  Simon Josefsson  <jas@extundo.com>
19231
19232         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19233         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19234         Capello and Romain Francoise.
19235         (pgg-fetch-key-function): Remove, not used?
19236         (pgg-insert-url-with-w3): Require url, to get
19237         url-insert-file-contents regardless of where it is defined.
19238
19239 2005-08-13  Romain Francoise  <romain@orebokech.com>
19240
19241         * message.el (message-cite-original-1): New function.
19242         (message-cite-original): Use it.
19243         (message-cite-original-without-signature): Ditto.
19244
19245 2005-08-08  Romain Francoise  <romain@orebokech.com>
19246
19247         * message.el (message-yank-empty-prefix): New variable.
19248         (message-indent-citation): Use it.
19249         (message-cite-original-without-signature): Respect X-No-Archive.
19250
19251 2005-08-08  Simon Josefsson  <jas@extundo.com>
19252
19253         * pgg.el: Autoload url-insert-file-contents instead of loading
19254         w3/url.
19255         (pgg-insert-url-with-w3): Don't load url here.
19256
19257 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19258
19259         * message.el (message-kill-to-signature): Don't insert newline at
19260         bol.
19261         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19262
19263 2005-08-06  Romain Francoise  <romain@orebokech.com>
19264
19265         * message.el (message-user-fqdn): Fix typo in docstring.
19266
19267 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19268
19269         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19270
19271         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19272
19273 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * mm-bodies.el (mm-encode-body): Use coding system rather than
19276         charset to encode text.
19277
19278         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19279         number of charsets if utf-8 is available (XEmacs).
19280
19281 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19282
19283         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19284         taken from `gnus-button-mid-or-mail-regexp'.
19285         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19286         (gnus-button-alist): Improve regexp for domain part of the MIDs
19287         for news:localpart@domain buttons.
19288         (gnus-button-ctan-directory-regexp): Update.
19289
19290 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19291
19292         * sieve-manage.el (sieve-manage-interactive-login):
19293         Use make-local-variable rather than make-variable-buffer-local.
19294         (sieve-manage-open): Ditto.
19295         (sieve-manage-authenticate): Ditto.
19296
19297         * mml.el (mml-generate-mime-1): Make the content type default to
19298         text/plain if the filename is not specified.
19299
19300 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19301
19302         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19303         instead of insert-buffer.
19304
19305         * message.el (message-yank-original): Ditto; set the mark at the
19306         end of the yanked message.
19307
19308 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19309
19310         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19311         lines to scroll rather than to stop it.
19312
19313         * mml.el (mml-generate-default-type): Add doc string.
19314         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19315         default to application/octet-stream when determining the content
19316         type if it is not specified for the part or the mml contents; add
19317         a comment about mml-generate-default-type.
19318
19319 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19320
19321         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19322         make it default to application/octet-stream when determining the
19323         content type if it is not specified for the external contents.
19324
19325 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19326
19327         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19328         segmented parameter but also other parameters might be there.
19329
19330 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19331
19332         * mm-decode.el (mm-display-external): Delete temp file, directory
19333         and buffer immediately if the external process is exited.
19334
19335 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19336
19337         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19338         fewer lines than that of scroll-margin.
19339         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19340
19341 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19342
19343         * gnus-art.el (gnus-article-next-page): Revert.
19344         (gnus-article-beginning-of-window): New macro.
19345         (gnus-article-next-page-1): Use it.
19346         (gnus-article-prev-page): Ditto.
19347         (gnus-article-edit-part): Use insert-buffer-substring instead of
19348         insert-buffer.
19349         (gnus-article-edit-exit): Ditto.
19350
19351         * gnus-util.el (gnus-beginning-of-window): Remove.
19352         (gnus-end-of-window): Remove.
19353
19354         * lpath.el: Don't bind header-line-format and scroll-margin.
19355
19356 2005-07-25  Simon Josefsson  <jas@extundo.com>
19357
19358         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19359         to have the url package without w3.  Reported by Daiki Ueno
19360         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19361
19362 2005-07-20  Didier Verna  <didier@xemacs.org>
19363
19364         * gnus-diary.el: Remove the description comment (nndiary is now
19365         properly documented in the Gnus manual).
19366         Fix the spelling of "Back End".
19367         * nndiary.el: Ditto.
19368         Fix the copyright notice.
19369
19370 2005-07-18  Romain Francoise  <romain@orebokech.com>
19371
19372         * gnus-sum.el (gnus-summary-to-prefix)
19373         (gnus-summary-newsgroup-prefix): New variables.
19374         (gnus-summary-from-or-to-or-newsgroups): Use them.
19375
19376 2005-07-17  Romain Francoise  <romain@orebokech.com>
19377
19378         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19379         space as it's generally not especially interesting to the user.
19380
19381 2005-07-16  Romain Francoise  <romain@orebokech.com>
19382
19383         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19384         nil to avoid prompting and file modification if one of the
19385         messages at the top of the nnfolder file contains a copyright
19386         notice.
19387         Update copyright notice.
19388
19389         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19390         instead of `current-time-string' as the latter creates a time
19391         string that is not RFC 2822 compliant (it lacks the zone).
19392         Update copyright notice.
19393
19394 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19395
19396         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19397         for text/rtf.  Display default in prompt.  Pass default for M-n.
19398
19399         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19400
19401 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19402
19403         * gnus-msg.el (gnus-button-mailto):
19404         Remove save-selected-window-window hackery because it relies on
19405         save-selected-window internals.
19406
19407 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19408
19409         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19410         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19411         (gnus-article-prev-page): Ditto.
19412
19413         * gnus-util.el (gnus-beginning-of-window): New function.
19414         (gnus-end-of-window): New function.
19415
19416         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19417
19418 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19419
19420         * gnus-score.el (gnus-score-edit-all-score):
19421         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19422         gnus-message.
19423
19424 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19425
19426         * gnus-msg.el (gnus-button-mailto):
19427         Remove save-selected-window-window hackery because it relies on
19428         save-selected-window internals.
19429
19430 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19431
19432         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19433         add-minor-mode.
19434         (gnus-binary-mode): Ditto.
19435
19436         * gnus-topic.el (gnus-topic-mode): Ditto.
19437
19438 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19439
19440         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19441         (gnus-article-prev-page): Take scroll-margin into consideration.
19442
19443 2005-07-04  Lute Kamstra  <lute@gnu.org>
19444
19445         Update FSF's address in GPL notices.
19446
19447 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19448
19449         * gnus.el (gnus-exit):
19450         * gnus-group.el (gnus-group-icons):
19451         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19452
19453         * gnus-nocem.el (gnus-nocem):
19454         * message.el (message-various, message-buffers, message-sending)
19455         (message-interface, message-forwarding, message-insertion)
19456         (message-headers, message-news, message-mail):
19457         * pgg-gpg.el (pgg-gpg):
19458         * pgg-parse.el (pgg-parse):
19459         * pgg-pgp.el (pgg-pgp):
19460         * pgg-pgp5.el (pgg-pgp5):
19461         * pop3.el (pop3): Finish `defgroup' description with period.
19462
19463 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19464
19465         * gnus-art.el (article-display-face): Improve the efficiency.
19466         (article-display-x-face): Ditto; remove gray x-face stuff.
19467
19468 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19469
19470         * gnus-art.el (article-display-face): Correct the position in
19471         which Faces are inserted.
19472
19473 2005-06-29  Didier Verna  <didier@xemacs.org>
19474
19475         * gnus-art.el (article-display-face): Display faces in correct
19476         order.
19477
19478 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19479
19480         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19481         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19482         (gnus-nocem-check-article): Fetch the Type header.
19483         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19484         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19485         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19486         make sure gnus-nocem-hashtb is initialized.
19487         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19488         (gnus-nocem-unwanted-article-p): Ditto.
19489
19490         * pgg.el (pgg-verify): Return the verification result.
19491
19492 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19493
19494         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19495         is ascii.
19496
19497 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19498
19499         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19500         `show-nonbreak-escape'.
19501
19502 2005-06-23  Lute Kamstra  <lute@gnu.org>
19503
19504         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19505
19506         * dig.el (dig-mode):
19507         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19508
19509 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19510
19511         * nnimap.el (nnimap-split-download-body): Fix spellings.
19512
19513 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19514
19515         * gnus-art.el (gnus-article-encrypt-body):
19516         * gnus-cus.el (gnus-score-customize):
19517         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19518         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19519
19520 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19521
19522         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19523         header by looking for magic "MII" at the beginning.
19524
19525 2005-06-16  Miles Bader  <miles@gnu.org>
19526
19527         * gnus-xmas.el (gnus-xmas-group-startup-message):
19528         Use renamed gnus-splash face.
19529
19530         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19531         (assistant-field-face): New backward-compatibility alias for renamed
19532         face.
19533         (assistant-render-text): Use renamed assistant-field face.
19534
19535         * spam.el (spam): Remove "-face" suffix from face name.
19536         (spam-face): New backward-compatibility alias for renamed face.
19537         (spam-face, spam-initialize): Use renamed spam face.
19538
19539         * message.el (message-header-to, message-header-cc)
19540         (message-header-subject, message-header-newsgroups)
19541         (message-header-other, message-header-name)
19542         (message-header-xheader, message-separator, message-cited-text)
19543         (message-mml): Remove "-face" suffix from face names.
19544         (message-header-to-face, message-header-cc-face)
19545         (message-header-subject-face, message-header-newsgroups-face)
19546         (message-header-other-face, message-header-name-face)
19547         (message-header-xheader-face, message-separator-face)
19548         (message-cited-text-face, message-mml-face):
19549         New backward-compatibility aliases for renamed faces.
19550         (message-font-lock-keywords): Use renamed message faces.
19551
19552         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19553         (sieve-test-commands, sieve-tagged-arguments):
19554         Remove "-face" suffix from face names.
19555         (sieve-control-commands-face, sieve-action-commands-face)
19556         (sieve-test-commands-face, sieve-tagged-arguments-face):
19557         New backward-compatibility aliases for renamed faces.
19558         (sieve-control-commands-face, sieve-action-commands-face)
19559         (sieve-test-commands-face, sieve-tagged-arguments-face):
19560         Use renamed sieve faces.
19561
19562         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19563         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19564         (gnus-group-news-3-empty, gnus-group-news-4)
19565         (gnus-group-news-4-empty, gnus-group-news-5)
19566         (gnus-group-news-5-empty, gnus-group-news-6)
19567         (gnus-group-news-6-empty, gnus-group-news-low)
19568         (gnus-group-news-low-empty, gnus-group-mail-1)
19569         (gnus-group-mail-1-empty, gnus-group-mail-2)
19570         (gnus-group-mail-2-empty, gnus-group-mail-3)
19571         (gnus-group-mail-3-empty, gnus-group-mail-low)
19572         (gnus-group-mail-low-empty, gnus-summary-selected)
19573         (gnus-summary-cancelled, gnus-summary-high-ticked)
19574         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19575         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19576         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19577         (gnus-summary-low-undownloaded)
19578         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19579         (gnus-summary-low-unread, gnus-summary-normal-unread)
19580         (gnus-summary-high-read, gnus-summary-low-read)
19581         (gnus-summary-normal-read, gnus-splash):
19582         Remove "-face" suffix from face names.
19583         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19584         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19585         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19586         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19587         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19588         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19589         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19590         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19591         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19592         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19593         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19594         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19595         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19596         (gnus-summary-normal-ticked-face)
19597         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19598         (gnus-summary-normal-ancient-face)
19599         (gnus-summary-high-undownloaded-face)
19600         (gnus-summary-low-undownloaded-face)
19601         (gnus-summary-normal-undownloaded-face)
19602         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19603         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19604         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19605         (gnus-splash-face):
19606         New backward-compatibility aliases for renamed faces.
19607         (gnus-group-startup-message): Use renamed gnus faces.
19608
19609         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19610         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19611         (gnus-server-agent): Remove "-face" suffix from face names.
19612         (gnus-server-agent-face, gnus-server-opened-face)
19613         (gnus-server-closed-face, gnus-server-denied-face)
19614         (gnus-server-offline-face):
19615         New backward-compatibility aliases for renamed faces.
19616         (gnus-server-agent-face, gnus-server-opened-face)
19617         (gnus-server-closed-face, gnus-server-denied-face)
19618         (gnus-server-offline-face): Use renamed gnus faces.
19619
19620         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19621         Remove "-face" suffix from face names.
19622         (gnus-picon-xbm-face, gnus-picon-face):
19623         New backward-compatibility aliases for renamed faces.
19624
19625         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19626         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19627         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19628         (gnus-cite-11): Remove "-face" suffix from face names.
19629         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19630         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19631         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19632         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19633         New backward-compatibility aliases for renamed faces.
19634         (gnus-cite-attribution-face, gnus-cite-face-list)
19635         (gnus-article-boring-faces): Use renamed gnus faces.
19636
19637         * gnus-art.el (gnus-signature, gnus-header-from)
19638         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19639         (gnus-header-content): Remove "-face" suffix from face names.
19640         (gnus-signature-face, gnus-header-from-face)
19641         (gnus-header-subject-face, gnus-header-newsgroups-face)
19642         (gnus-header-name-face, gnus-header-content-face):
19643         New backward-compatibility aliases for renamed faces.
19644         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19645
19646         * gnus-sum.el (gnus-summary-selected-face)
19647         (gnus-summary-highlight): Use renamed gnus faces.
19648         * gnus-group.el (gnus-group-highlight): Likewise.
19649
19650 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19651
19652         * gnus-sieve.el (gnus-sieve-article-add-rule):
19653         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19654         * spam-stat.el (spam-stat-buffer-change-to-spam)
19655         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19656
19657         * message.el (message-is-yours-p):
19658         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19659
19660 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19661
19662         * mm-view.el (mm-inline-text): Withdraw the last change.
19663
19664 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19665
19666         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19667         executing enriched-decode.
19668
19669 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19670
19671         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19672         charset of tar files.
19673
19674 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19675
19676         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19677
19678 2005-06-04  Lute Kamstra  <lute@gnu.org>
19679
19680         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19681         information is never recorded.
19682
19683 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19684
19685         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19686
19687 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19688
19689         * pop3.el (pop3-apop): Run md5 in the binary mode.
19690
19691         * starttls.el (starttls-set-process-query-on-exit-flag):
19692         Use eval-and-compile.
19693
19694 2005-05-31  Simon Josefsson  <jas@extundo.com>
19695
19696         * smime.el (smime-replace-in-string): Define.
19697         (smime-cert-by-ldap-1): Use it.
19698
19699 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19700
19701         * gnus-art.el (article-display-x-face): Replace
19702         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19703
19704         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19705         set-process-query-on-exit-flag or process-kill-without-query.
19706
19707         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19708         loop instead of replace-regexp.
19709
19710         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19711         instead of process-kill-without-query if it is available.
19712
19713         * lpath.el: Fbind ldap-search-entries.
19714
19715         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19716         instead of find-file-hooks if it is available.
19717
19718         * mml1991.el: Bind pgg-default-user-id when compiling.
19719
19720         * mml2015.el: Bind pgg-default-user-id when compiling.
19721
19722         * nndraft.el (nndraft-request-associate-buffer):
19723         Use write-contents-functions instead of write-contents-hooks if it is
19724         available.
19725
19726         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19727         instead of find-file-hooks if it is available.
19728
19729         * nntp.el (nntp-open-connection): Replace
19730         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19731         (nntp-open-ssl-stream): Ditto.
19732         (nntp-open-tls-stream): Ditto.
19733
19734         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19735         set-process-query-on-exit-flag or process-kill-without-query.
19736         (starttls-open-stream-gnutls): Use it instead of
19737         process-kill-without-query.
19738         (starttls-open-stream): Ditto.
19739
19740 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19741
19742         * smime.el (smime-cert-by-ldap-1): Don't use
19743         replace-regexp-in-string.
19744
19745 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19746
19747         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19748
19749         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19750         in PEM format.  Adjust to the XEmacs compatibility.
19751
19752 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19753
19754         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19755         by `string-to-number'.
19756         * gnus-agent.el (gnus-agent-regenerate-group)
19757         (gnus-agent-fetch-articles): Ditto.
19758         * gnus-art.el (gnus-button-fetch-group): Ditto.
19759         * gnus-cache.el (gnus-cache-generate-active)
19760         (gnus-cache-articles-in-group): Ditto.
19761         * gnus-group.el (gnus-group-set-current-level)
19762         (gnus-group-insert-group-line): Ditto.
19763         * gnus-score.el (gnus-score-set-expunge-below)
19764         (gnus-score-set-mark-below, gnus-summary-score-effect)
19765         (gnus-summary-score-entry): Ditto.
19766         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19767         (gnus-soup-pack): Ditto.
19768         * gnus-spec.el (gnus-xmas-format): Ditto.
19769         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19770         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19771         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19772         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19773         * nndb.el (nndb-get-remote-expire-response): Ditto.
19774         * nndiary.el (nndiary-parse-schedule-value)
19775         (nndiary-string-to-number, nndiary-request-replace-article)
19776         (nndiary-request-article): Ditto.
19777         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19778         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19779         * nneething.el (nneething-make-head): Ditto.
19780         * nnfolder.el (nnfolder-request-article)
19781         (nnfolder-retrieve-headers): Ditto.
19782         * nnheader.el (nnheader-file-to-number): Ditto.
19783         * nnkiboze.el (nnkiboze-request-article): Ditto.
19784         * nnmail.el (nnmail-process-unix-mail-format)
19785         (nnmail-process-babyl-mail-format): Ditto.
19786         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19787         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19788         (nnmh-request-create-group, nnmh-request-list-1)
19789         (nnmh-request-group, nnmh-request-article): Ditto.
19790         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19791         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19792         * nnsoup.el (nnsoup-make-active): Ditto.
19793         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19794         * nntp.el (nntp-find-group-and-number)
19795         (nntp-retrieve-headers-with-xover): Ditto.
19796         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19797         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19798         (pgg-format-key-identifier): Ditto.
19799         * pop3.el (pop3-last, pop3-stat): Ditto.
19800         * qp.el (quoted-printable-decode-region): Ditto.
19801
19802         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19803         of concat.
19804
19805 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19806
19807         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19808
19809         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19810
19811         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19812
19813         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19814
19815         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19816
19817         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19818
19819         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19820         (gnus-carpal-mode): Ditto.
19821
19822         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19823         (gnus-browse-mode): Ditto.
19824
19825         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19826
19827         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19828
19829 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19830
19831         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19832
19833 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * gnus-util.el (gnus-run-mode-hooks): New function.
19836
19837         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19838
19839         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19840         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19841
19842 2005-05-27  Lute Kamstra  <lute@gnu.org>
19843
19844         * dns-mode.el (dns-mode): Specify customization group.
19845
19846 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19847
19848         * gnus-agent.el (gnus-agent-make-mode-line-string):
19849         Use mode-line-highlight as mouse-face.
19850
19851 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19852
19853         * canlock.el (canlock): Change the parent group to news.
19854
19855         * deuglify.el (gnus-outlook-deuglify): Add :group.
19856
19857         * dig.el (dig): Add :group.
19858
19859         * dns-mode.el (dns-mode): Add :group.
19860
19861         * encrypt.el (encrypt): Add :group.
19862
19863         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19864         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19865         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19866         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19867         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19868
19869         * gnus-diary.el (gnus-diary): Add :group.
19870
19871         * gnus.el (gnus-group-news-1-face): Add :group.
19872         (gnus-group-news-1-empty-face): Ditto.
19873         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19874         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19875         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19876         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19877         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19878         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19879         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19880         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19881         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19882         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19883         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19884         (gnus-summary-high-ticked-face): Ditto.
19885         (gnus-summary-low-ticked-face): Ditto.
19886         (gnus-summary-normal-ticked-face): Ditto.
19887         (gnus-summary-high-ancient-face): Ditto.
19888         (gnus-summary-low-ancient-face): Ditto.
19889         (gnus-summary-normal-ancient-face): Ditto.
19890         (gnus-summary-high-undownloaded-face): Ditto.
19891         (gnus-summary-low-undownloaded-face): Ditto.
19892         (gnus-summary-normal-undownloaded-face): Ditto.
19893         (gnus-summary-high-unread-face): Ditto.
19894         (gnus-summary-low-unread-face): Ditto.
19895         (gnus-summary-normal-unread-face): Ditto.
19896         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19897         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19898
19899         * hashcash.el (hashcash): New custom group.
19900         (hashcash-default-payment): Add :group.
19901         (hashcash-payment-alist): Ditto.
19902         (hashcash-default-accept-payment): Ditto.
19903         (hashcash-accept-resources): Ditto.
19904         (hashcash-path): Ditto.
19905         (hashcash-extra-generate-parameters): Ditto.
19906         (hashcash-double-spend-database): Ditto.
19907         (hashcash-in-news): Ditto.
19908
19909         * message.el (message-minibuffer-local-map): Add :group.
19910
19911         * netrc.el (netrc): Add :group.
19912
19913         * sieve-manage.el (sieve-manage-log): Add :group.
19914         (sieve-manage-default-user): Diito.
19915         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19916         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19917         (sieve-manage-authenticators): Ditto.
19918         (sieve-manage-authenticator-alist): Ditto.
19919         (sieve-manage-default-port): Ditto.
19920
19921         * sieve-mode.el (sieve-control-commands-face): Add :group.
19922         (sieve-action-commands-face): Ditto.
19923         (sieve-test-commands-face): Ditto.
19924         (sieve-tagged-arguments-face): Ditto.
19925
19926         * smime.el (smime): Add :group.
19927
19928         * spam-report.el (spam-report): Add :group.
19929
19930         * spam.el (spam, spam-face): Add :group.
19931
19932 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19933
19934         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19935         return \n.\n.\n at the end of articles.  Protect against that.
19936         (nntp-with-open-group): Allow debugging.
19937
19938         * nnheader.el (mail-header-set-extra): Make into a function
19939         because I just could't understand how to quote the list properly.
19940
19941         * dns.el (query-dns-cached): New function.
19942
19943 2005-05-26  Lute Kamstra  <lute@gnu.org>
19944
19945         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19946
19947 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19948
19949         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19950
19951         * gnus-art.el: Don't autoload mail-extract-address-components.
19952
19953         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19954         eval-and-compile to evaluate it.
19955
19956         * hashcash.el: Don't autoload executable-find.
19957
19958         * nndb.el: Don't declare the nndb back end two or more times; don't
19959         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19960
19961         * nntp.el: Autoload format-spec instead of format; use
19962         eval-and-compile to evaluate autoload forms.
19963
19964 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19965
19966         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19967
19968 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19969
19970         * gnus.el (gnus-version-number): Bump version.
19971
19972 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19973
19974         * gnus.el: No Gnus v0.3 is released.
19975
19976 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19977
19978         * lpath.el (featurep): Bind show-nonbreak-escape.
19979
19980 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19981
19982         * gnus-art.el (gnus-article-edit-part): Disable undo.
19983
19984 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19985
19986         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19987         gnus-article-date-lapsed-new-header is t if date timer is active;
19988         skip headers in which the original date value is empty.
19989         (gnus-article-save-original-date): Redefine it as a macro.
19990         (gnus-display-mime): Use it.
19991
19992 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19993
19994         * gnus-art.el (article-date-ut): Support converting date in
19995         forwarded parts as well.
19996         (gnus-article-save-original-date): New function.
19997         (gnus-display-mime): Use it.
19998
19999 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
20000
20001         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
20002         enclosure element of <item>.
20003
20004 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
20005
20006         * message.el (message-kill-buffer-query): Rename from
20007         `message-kill-buffer-query-if-modified'.  Add :version.
20008
20009 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20010
20011         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20012         window layout.
20013
20014 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20015
20016         * mml.el: Autoload dnd when compiling.
20017
20018 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
20019
20020         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20021         x-dnd-*.
20022
20023 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20024
20025         * qp.el (quoted-printable-encode-region): Save excursion.
20026
20027 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
20028
20029         * message.el (message-kill-buffer-query-if-modified): Add new variable
20030         so the user can kill a modified message buffer quickly.
20031         (message-kill-buffer): Use it.
20032
20033 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20034
20035         * lpath.el: Fbind display-time-event-handler; don't fbind
20036         string-to-multibyte.
20037
20038         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20039
20040 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20041
20042         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20043         contained in text because xml.el decodes entities) with LFs.
20044
20045 2005-04-11  Lute Kamstra  <lute@gnu.org>
20046
20047         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20048         differently.
20049
20050 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20051
20052         * mm-util.el (mm-detect-coding-region): Typo.
20053
20054 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20055
20056         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20057
20058 2005-04-06  Deepak Goel  <deego@gnufans.org>
20059
20060         * spam-stat.el (spam-stat-score-buffer): Add a call to a
20061         user-function allow user modifications of the scores.
20062         (spam-stat-score-buffer-user): New function, to allow
20063         user-computed modifications to the score.
20064         (spam-stat-score-buffer-user-functions): List of additional
20065         scoring functions.
20066         (spam-stat-error-holder): Global temporary error holder.
20067         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20068         variable.
20069
20070 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20071
20072         * gnus-registry.el (gnus-registry-clean-empty-function)
20073         (gnus-registry-trim, gnus-registry-fetch-groups)
20074         (gnus-registry-delete-group): Groups that match
20075         `gnus-registry-ignored-groups' are removed from the registry
20076         entries, not just ignored for splitting.  This helps clean up the
20077         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20078         to get all the groups a message ID is in.
20079
20080         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20081         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20082         (spam-stat-score-buffer-user-functions): Add :number custom type.
20083
20084 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20085
20086         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20087         argument in XEmacs.
20088
20089         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20090         (nnrss-request-group): Decode group name first.
20091         (nnrss-request-article): Make a text/plain article if mml-to-mime
20092         failed.
20093         (nnrss-get-encoding): Return a compatible encoding according to
20094         nnrss-compatible-encoding-alist.
20095         (nnrss-find-el): Use consp instead of listp.
20096         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20097
20098 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20099
20100         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20101         which Emacs 20 doesn't support.
20102         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20103
20104 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20105
20106         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20107         silence the byte compiler inside the defun.
20108
20109         * gnus-demon.el (parse-time-string): Add autoload.
20110
20111         * gnus-delay.el (parse-time-string): Add autoload.
20112
20113         * gnus-art.el (parse-time-string): Add autoload.
20114
20115         * nnultimate.el (parse-time): Require for `parse-time-string'.
20116
20117 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20118
20119         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20120
20121         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20122
20123         * smime.el (smime-ldap-host-list): Add :version.
20124
20125 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20126
20127         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20128         pass it to `gnus-browse-read-group'.
20129         (gnus-browse-read-group): Add NUMBER argument and pass it to
20130         `gnus-group-read-ephemeral-group'.
20131
20132         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20133         argument and pass it to `gnus-group-read-group'.
20134
20135 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20136
20137         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20138         mm-xemacs-find-mime-charset-1 if we have the mule feature
20139         available at runtime.
20140
20141 2005-03-25  Werner Lemberg  <wl@gnu.org>
20142
20143         * nnmaildir.el: Replace `illegal' with `invalid'.
20144
20145 2005-03-23  Lute Kamstra  <lute@gnu.org>
20146
20147         * time-date.el: Add comment on time value formats.
20148         Don't require parse-time.
20149         (with-decoded-time-value): New macro.
20150         (encode-time-value): New function.
20151         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20152         (days-to-time): Return a valid time value when arg is huge.
20153         (time-since): Use time-subtract.
20154         (time-to-number-of-days): Use time-to-seconds.
20155
20156 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20157
20158         * gnus-start.el (gnus-display-time-event-handler):
20159         Check display-time-timer at runtime rather than only at load time
20160         in case display-time-mode is turned off in the mean time.
20161
20162 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20163
20164         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20165         used.
20166
20167         * nneething.el (nneething-map-file-directory): Derive from
20168         `gnus-directory'.
20169
20170         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20171         the To/Cc button.
20172
20173 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20174
20175         * nnmaildir.el (nnmaildir-request-accept-article):
20176         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20177
20178 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20179
20180         * gnus-async.el: Require timer-funcs at compile time when in
20181         XEmacs for `run-with-idle-timer'.
20182
20183 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20184
20185         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20186         autoloaded function.
20187
20188 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20189
20190         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20191
20192 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20193
20194         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20195
20196 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20197
20198         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20199         Add gnus-expert-user to default.
20200
20201 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20202
20203         * nnimap.el (nnimap-open-server): Ditto.
20204
20205         * imap.el (imap-authenticate): Fix typo.
20206
20207 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20208
20209         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20210         buffer (since IMAP server might return FETCH response out of
20211         order, and the nntp buffer must be sorted).
20212
20213 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20214
20215         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20216         comparison on string.
20217
20218         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20219         (gnus-agent-score): Rename category keywords to match gnus-cus.
20220         (gnus-agent-summary-fetch-series): Modify to protect against
20221         gnus-agent-summary-fetch-group clearing processable flags.
20222         (gnus-agent-synchronize-group-flags): Update live group buffer as
20223         synchronization may occur due to the user toggle the plugged
20224         status.
20225         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20226         successfully downloaded.
20227         (gnus-agent-expire-group-1): Avoid using markers when the overview
20228         is in ascending order; greatly improves performance.
20229         (gnus-agent-regenerate-group):
20230         Use gnus-agent-synchronize-group-flags to reset read status in both
20231         gnus and server.
20232         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20233
20234 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20235
20236         * message.el: Don't autoload former message-utils variables.
20237         (message-strip-subject-trailing-was): Change doc string.
20238
20239         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20240         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20241         (nnweb-google-search): Add "hl=en" here.
20242         (nnweb-google-parse-1, nnweb-google-create-mapping):
20243         Don't hardcode URL.
20244
20245 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20246
20247         * message.el (message-get-reply-headers, message-followup):
20248         Mention related variables `message-use-followup-to' and
20249         `message-use-mail-followup-to', in the information buffer.
20250
20251         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20252         of broken groups(-beta).google.com.
20253
20254 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20255
20256         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20257         parameter to invoked gnus-request-move-article; remove the
20258         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20259         all at once instead of once per article.
20260         (gnus-summary-remove-process-mark): Accept a list of articles as
20261         well as a single article for processing.
20262
20263         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20264         parameter.
20265
20266         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20267
20268         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20269
20270         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20271         parameter.
20272
20273         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20274         parameter.
20275
20276         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20277         parameter and remove the gnus-sum-hint-move-is-internal variable.
20278
20279         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20280         parameter.
20281
20282         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20283         parameter.
20284
20285         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20286         parameter.
20287
20288         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20289
20290         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20291         parameter.
20292
20293         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20294         parameter.
20295
20296 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20297
20298         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20299         a more conservative way.
20300
20301 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20302
20303         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20304         buffer, so it moves the window's cursor.
20305
20306 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20307
20308         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20309         `mm-dissect-multipart' and receive the from field as an (optional)
20310         argument from `mm-dissect-multipart'.
20311         (mm-dissect-multipart): Receive the from field as an argument and
20312         pass it on when we call `mm-dissect-buffer' on MIME parts.
20313         Fixes verification/decryption of signed/encrypted MIME parts.
20314
20315 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20316
20317         * gnus-sum.el (gnus-summary-move-article):
20318         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20319         whatever it calls (right now, only nnimap-request-move article
20320         respects it).
20321
20322         * nnimap.el (nnimap-request-move-article):
20323         When gnus-sum-hint-move-is-internal is set, don't do the extra
20324         nnimap-request-article.
20325
20326 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20327
20328         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20329
20330         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20331         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20332
20333         * gnus-sum.el (gnus-summary-caesar-message):
20334         Apply `gnus-treat-article' after rotation.
20335
20336         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20337         doc string.
20338
20339 2005-02-22  Simon Josefsson  <jas@extundo.com>
20340
20341         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20342         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20343         <arne@arnested.dk>.
20344         (encrypt): Add password-cache and password-cache-expiry as group
20345         members.
20346
20347 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20348
20349         * smime.el (smime-ldap-host-list): Doc fix.
20350         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20351         cache) password.
20352         (smime-sign-region): Use it.
20353         (smime-decrypt-region): Use it.
20354         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20355         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20356         fails.
20357         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20358         certificate from DER to PEM format rather than calling openssl.
20359
20360         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20361
20362         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20363         for signing/encryption.
20364
20365         * mml.el (mml-parse-1): Use them.
20366
20367 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20368
20369         * nnrss.el (nnrss-verbose): Remove.
20370         (nnrss-request-group): Use `nnheader-message' instead.
20371
20372 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20373
20374         * nnrss.el (nnrss-verbose): New variable.
20375         (nnrss-request-group): Make it say nnrss is requesting a group.
20376
20377 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20378
20379         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20380         Handle news URL with given port correctly.
20381
20382 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20383
20384         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20385         containing special characters.
20386
20387         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20388
20389         * mml.el (mime-to-mml): Ditto.
20390
20391         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20392         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20393         (rfc2047-decode-region): Quote decoded words containing special
20394         characters when rfc2047-quote-decoded-words-containing-tspecials
20395         is non-nil.
20396
20397 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20398
20399         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20400
20401         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20402
20403 2005-02-15  Simon Josefsson  <jas@extundo.com>
20404
20405         * nnimap.el (nnimap-debug): Doc fix.
20406
20407         * imap.el (imap-debug): Doc fix.
20408
20409 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20410
20411         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20412
20413 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20414
20415         * gnus.el (spam-contents): Improve docs for spam-contents
20416         parameter in its variable incarnation.
20417
20418 2005-02-14  Simon Josefsson  <jas@extundo.com>
20419
20420         * smime-ldap.el: Use require instead of load-library for ldap.
20421         (smime-ldap-search): Indent.
20422         (smime-ldap-search-internal): Shorten line.
20423
20424         * smime.el (smime-cert-by-dns): Add doc-string.
20425         (smime-cert-by-ldap-1): Indent.
20426
20427         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20428         mml-smime-get-dns-ldap.
20429         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20430
20431 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20432
20433         * smime.el: Require smime-ldap.
20434         (smime-ldap-host-list): New variable.
20435         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20436
20437         * mml-smime.el (mml-smime-encrypt-query): New function.
20438         (mml-smime-encrypt-query): Use it.
20439
20440         * smime-ldap.el: New file.
20441
20442 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20443
20444         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20445
20446 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20447
20448         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20449         argument in doc string.  Make query for type more clear.
20450
20451 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20452
20453         * gnus.el (gnus-group-startup-message): Search for gnus images in
20454         etc/images/gnus.
20455         * mm-util.el (mm-image-load-path): Likewise.
20456         * smiley.el (smiley-data-directory): Search for smilies in
20457         etc/images/smilies.
20458
20459 2005-02-09  Kim F. Storm  <storm@cua.dk>
20460
20461         Change Emacs release version from 21.4 to 22.1 throughout.
20462         Change Emacs development version from 21.3.50 to 22.0.50.
20463
20464 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20465
20466         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20467
20468         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20469         non-Mule XEmacs as well.
20470         (mm-decompress-buffer): Signal an error intentionally if it does
20471         not decompress compressed data because auto-compression-mode is
20472         disabled.
20473
20474 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20475
20476         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20477         an ID in the registry even if it has no groups.
20478
20479 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20480
20481         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20482         merge it into mm-decompress-buffer.
20483         (gnus-mime-copy-part): Use the MIME part charset, the value which
20484         a user specified or gnus-newsgroup-charset for decoding, like
20485         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20486         save-buffer what was used.  Suggested by Kevin Ryde
20487         <user42@zip.com.au>.
20488         (gnus-mime-inline-part): Allow the name parameter as well as the
20489         filename parameter; force decompressing of compressed data; always
20490         display contents being not decoded as unibyte.
20491
20492         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20493         as well as the filename parameter.
20494
20495         * mm-util.el (mm-decompress-buffer):
20496         Merge gnus-mime-jka-compr-maybe-uncompress.
20497         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20498         of compressed data.
20499
20500 2005-02-08  Simon Josefsson  <jas@extundo.com>
20501
20502         * imap.el (imap-log): Doc fix.
20503
20504 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20505
20506         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20507         the coding cookies; decompress compressed parts.
20508
20509         * mml.el (mml-generate-mime-1): Add the charset parameter according
20510         to the value which a user specified manually or the coding cookie.
20511
20512         * mm-util.el (mm-string-to-multibyte): New function.
20513         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20514         (mm-coding-system-to-mime-charset): New function.
20515         (mm-decompress-buffer): New function.
20516         (mm-find-buffer-file-coding-system): New function.
20517
20518         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20519         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20520         parts.
20521
20522 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20523
20524         * mm-view.el (mm-display-inline-fontify): Decode a part according
20525         to the charset parameter.
20526
20527 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20528
20529         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20530         prefix arg is neither nil nor a number, as info specifies.
20531
20532 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20533
20534         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20535         timestamps.
20536
20537 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20538
20539         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20540         groups error checking and notify user.
20541
20542 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20543
20544         * message.el (message-send-mail-function): Check existence of
20545         sendmail-program first before using default value
20546         `message-send-mail-with-sendmail'.  Otherwise use more generic
20547         `smtpmail-send-it'.
20548
20549 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20550
20551         * nntp.el (nntp-request-update-info): Always return nil.
20552
20553 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20554
20555         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20556
20557 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20558
20559         * message.el (message-beginning-of-line): Change the behavior when
20560         invoked between BOL and : so that it first moves backward.
20561
20562 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20563
20564         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20565         article buffer when editing of the article is discarded.
20566         (gnus-article-prepare): Revert.
20567
20568 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20569
20570         * gnus-art.el (gnus-article-prepare):
20571         Remove message-strip-forbidden-properties from the local hook.
20572
20573 2005-01-27  Simon Josefsson  <jas@extundo.com>
20574
20575         * password.el (password-cache-add): Only start one timer per key.
20576         Reported by Derek Atkins <warlord@MIT.EDU>.
20577
20578 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20579
20580         * run-at-time.el: Remove.  It is no longer needed as
20581         timer-funcs.el in the xemacs-base package has a working version of
20582         `run-at-time'.
20583
20584         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20585
20586         * password.el: Require timer-funcs instead of run-at-time in
20587         XEmacs.
20588         Remove `password-run-at-time' macro.
20589         (password-cache-add): Use `run-at-time' instead of
20590         `password-run-at-time'.
20591
20592         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20593         Remove `nnheader-cancel-function-timers' alias,
20594         `cancel-function-timers' exists in XEmacs in timer-funcs.
20595
20596         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20597         for `run-with-idle-timer'.
20598
20599         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20600         for `run-at-time'.
20601
20602         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20603         for `with-timeout'.
20604
20605         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20606         the same as for XEmacs 21.4.
20607         No need to ignore `run-with-idle-timer', this function exists in
20608         XEmacs now in timer-funcs.el in the xemacs-base package.
20609         (dgnushack-compile): No need to delete
20610         run-at-time.el from the list of files to compile because it
20611         doesn't exist anymore.
20612
20613 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20614
20615         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20616         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20617
20618 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20619
20620         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20621         sensitively.
20622
20623 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20624
20625         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20626
20627 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20628
20629         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20630         which will be inserted according to the multibyteness of a buffer
20631         rather than the type of contents.  Suggested by ARISAWA Akihiro
20632         <ari@mbf.ocn.ne.jp>.
20633
20634         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20635         of string which old xml.el may return rather than a string.
20636
20637 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20638
20639         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20640
20641 2005-01-16  Simon Josefsson  <jas@extundo.com>
20642
20643         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20644         idn/idna.el isn't available.
20645         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20646         <michael@waxrat.com>.
20647
20648         * hashcash.el: Remove non-FSF copyright header.
20649
20650         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20651         (hashcash-generate-payment): Use it.
20652         (hashcash-generate-payment-async): Use it.
20653
20654 2005-01-15  Simon Josefsson  <jas@extundo.com>
20655
20656         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20657         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20658
20659         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20660         gnus-summary-idna-message.
20661         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20662         (gnus-summary-idna-message): New function.
20663
20664 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20665
20666         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20667         gnus-novice-user.
20668
20669 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20670
20671         * nnrss.el (nnrss-request-delete-group): Delete entries in
20672         nnrss-group-alist as well.
20673         (nnrss-save-server-data): Insert newline.
20674
20675 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20676
20677         * gnus.el (gnus-user-agent): Use list of symbols instead of
20678         symbols.  Display full version number for (S)XEmacs.
20679         Optionally display (S)XEmacs codename.
20680
20681         * gnus-util.el (gnus-emacs-version): Update for new
20682         `gnus-user-agent'.
20683
20684         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20685         Gnus version.
20686
20687 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20688
20689         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20690         which is unreadable in some setups.
20691
20692 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20693
20694         * gnus-spec.el (gnus-update-format-specifications): Flush the
20695         group format spec cache if it doesn't support decoded group names.
20696
20697 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20698
20699         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20700         Allow to apply decay on score files matching a regexp.
20701
20702 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20703
20704         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20705         compatibility in %g and %c.
20706
20707 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20708
20709         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20710         name for only %g and %c.
20711         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20712         of gnus-tmp-group to decoded group name.
20713         (gnus-group-make-rss-group): Exclude `/'s from group names.
20714
20715 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20716
20717         * nnrss.el (nnrss-get-encoding): Fix regexp.
20718
20719 2004-12-27  Simon Josefsson  <jas@extundo.com>
20720
20721         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20722         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20723         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20724
20725 2004-12-17  Kim F. Storm  <storm@cua.dk>
20726
20727         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20728
20729         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20730
20731 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20732
20733         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20734
20735 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20736
20737         * nnrss.el: Require rfc2047 and mml.
20738         (nnrss-file-coding-system): New variable.
20739         (nnrss-format-string): Redefine it as an inline function.
20740         (nnrss-decode-group-name): New function.
20741         (nnrss-string-as-multibyte): Remove.
20742         (nnrss-retrieve-headers): Decode group name; don't use
20743         nnrss-format-string.
20744         (nnrss-request-group): Decode group name.
20745         (nnrss-request-article): Decode group name; allow a Message-ID as
20746         well as an article number; don't use nnrss-format-string; encode a
20747         Message-ID string which may contain non-ASCII characters; use
20748         mml-to-mime to compose a MIME article.
20749         (nnrss-request-expire-articles): Decode group name.
20750         (nnrss-request-delete-group): Decode group name.
20751         (nnrss-fetch): Clarify error message.
20752         (nnrss-read-server-data): Use insert-file-contents instead of load;
20753         bind file-name-coding-system; use multibyte buffer.
20754         (nnrss-save-server-data): Bind coding-system-for-write to the
20755         value of nnrss-file-coding-system; bind file-name-coding-system;
20756         add coding cookie.
20757         (nnrss-read-group-data): Use insert-file-contents instead of load;
20758         bind file-name-coding-system; use multibyte buffer.
20759         (nnrss-save-group-data): Bind coding-system-for-write to the
20760         value of nnrss-file-coding-system; bind file-name-coding-system.
20761         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20762         make it work with non-ASCII text.
20763         (nnrss-find-el): Make it work with old xml.el as well.
20764
20765 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20766
20767         * nnrss.el (nnrss-get-encoding): New function.
20768         (nnrss-fetch): Use unibyte buffer initially; bind
20769         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20770         decode contents according to the encoding attribute.
20771         (nnrss-save-group-data): Add coding cookie.
20772         (nnrss-mime-encode-string): New function.
20773         (nnrss-check-group): Use it to encode subject and author.
20774
20775 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20776
20777         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20778         imaginary variable.
20779
20780 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20781
20782         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20783         correctly even if there are wide characters.
20784
20785 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20786
20787         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20788         downcased symbol names; make a new cache instead of reusing
20789         bbdb-hashtable.
20790
20791 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20792
20793         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20794         concatenating segments rather than before concatenating them.
20795         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20796
20797         * message.el (message-get-reply-headers): Bind `extra'.
20798
20799 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20800
20801         * message.el (message-extra-wide-headers): New variable.
20802         (message-get-reply-headers): Use it.
20803
20804 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20805
20806         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20807         (gnus-agent-group-pathname): Ditto.
20808
20809         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20810
20811         * gnus-group.el (gnus-group-make-group): Decode group name.
20812         (gnus-group-make-rss-group): Register the group data after opening
20813         the nnrss group.
20814
20815 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20816
20817         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20818         by expiry now get marked as read.
20819
20820 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20821
20822         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20823
20824 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20825
20826         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20827         unify Latin characters in XEmacs.
20828         (mm-find-mime-charset-region): Use it.
20829
20830 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20831
20832         * gnus-util.el (gnus-delete-directory): New function.
20833
20834         * gnus-agent.el (gnus-agent-delete-group): Use it.
20835
20836         * gnus-cache.el (gnus-cache-delete-group): Use it.
20837
20838 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20839
20840         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20841         names.
20842
20843 2004-12-16  Simon Josefsson  <jas@extundo.com>
20844
20845         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20846
20847 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20848
20849         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20850
20851         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20852         (gnus-group-set-current-level): Decode group name.
20853
20854 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20855
20856         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20857         failed.
20858
20859 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20860
20861         * gnus-group.el (gnus-group-delete-group): Decode group name.
20862         (gnus-group-make-rss-group): Encode group name.
20863         (gnus-group-catchup-current): Decode group name.
20864         (gnus-group-kill-group): Decode group name.
20865
20866 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20867
20868         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20869
20870 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20871
20872         * gnus-group.el (gnus-group-make-rss-group):
20873         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20874
20875         * gnus-start.el (gnus-setup-news): Honor user's setting to
20876         gnus-message-archive-method.  Suggested by Lute Kamstra
20877         <lute@gnu.org>.
20878
20879 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20880
20881         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20882         global counterparts of the buffer-local variables.
20883
20884 2004-11-16  Romain Francoise  <romain@orebokech.com>
20885
20886         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20887         counterparts of the buffer-local variables.
20888
20889 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20890
20891         * message.el (message-forbidden-properties): Fix typo in doc
20892         string.
20893
20894 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20895
20896         * gnus-util.el (gnus-replace-in-string): Add doc string.
20897
20898         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20899         to avoid problems when splitting mails with many recipients.
20900
20901 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20902
20903         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20904         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20905
20906 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20907
20908         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20909         if there is no hashtable in memory or file modification time is
20910         newer than cached timestamp.
20911
20912 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20913
20914         * gnus-sum.el (gnus-summary-limit-to-recipient):
20915         Implement not-matching option.
20916
20917 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20918
20919         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20920         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20921         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20922         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20923         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20924         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20925
20926 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20927
20928         * message.el (message-forward-make-body-mml): Remove headers
20929         according to message-forward-ignored-headers if a message is decoded.
20930
20931 2004-12-02  Romain Francoise  <romain@orebokech.com>
20932
20933         * message.el (message-forward-make-body-plain): Always remove
20934         headers according to message-forward-ignored-headers.
20935
20936 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20937
20938         * spam.el (spam-summary-prepare-exit): Remove the
20939         gnus-summary-limit pop for now, it has problems with ham marks for
20940         me.
20941
20942 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20943
20944         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20945         correctly.
20946
20947 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20948
20949         * format-spec.el (format-spec): Message the char.
20950
20951 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20952
20953         * gnus-art.el (gnus-split-methods): Reformat comments.
20954
20955         * spam.el (spam-summary-prepare-exit): Remove article limits
20956         before exiting the summary buffer.
20957
20958 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20959
20960         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20961         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20962
20963         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20964         order to silence the byte compiler.
20965
20966         * spam.el: Fix the way to silence the byte compiler, which
20967         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20968         bbdb-search-simple, spam-BBDB-register-routine,
20969         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20970         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20971         spam-stat-buffer-is-spam, spam-stat-load,
20972         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20973         spam-stat-save and spam-stat-split-fancy.
20974
20975 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20976
20977         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20978         which may confuse users.
20979         (canlock-password-for-verify): Ditto.
20980
20981         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20982
20983         * gnus-art.el (gnus-emphasis-alist): Ditto.
20984
20985         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20986
20987         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20988
20989         * gnus-start.el (gnus-save-killed-list): Ditto.
20990
20991         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20992         (gnus-sum-thread-tree-root): Ditto.
20993         (gnus-sum-thread-tree-false-root): Ditto.
20994         (gnus-sum-thread-tree-single-indent): Ditto.
20995
20996         * message.el (message-courtesy-message): Ditto.
20997         (message-archive-note): Ditto.
20998         (message-subscribed-address-file): Ditto.
20999         (message-user-fqdn): Ditto.
21000
21001         * spam-report.el (spam-report-gmane-regex): Ditto.
21002
21003         * spam.el (spam-blackhole-good-server-regex): Ditto.
21004
21005 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21006
21007         * mml.el (mml-preview): Widen the message buffer before copying
21008         the contents to the preview buffer; sort headers before previewing.
21009
21010         * message.el (message-hidden-headers): Fix the way to avoid a bug
21011         in the `repeat' widget in Emacs 21.3 or earlier.
21012
21013 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21014
21015         * message.el (message-hidden-headers): Default to "^References:".
21016         Improve customization type.  Suggested by Reiner Steib
21017         <Reiner.Steib@gmx.de>.
21018
21019 2004-11-25  Romain Francoise  <romain@orebokech.com>
21020
21021         * message.el (message-strip-forbidden-properties): Remove check for
21022         obsolete `message-hidden' text property, hidden headers are not
21023         accessible in the buffer anymore.
21024
21025 2004-11-22  Romain Francoise  <romain@orebokech.com>
21026
21027         * message.el (message-header-format-alist): Add `From' in list
21028         so that it can be sorted.
21029         (message-fix-before-sending): Widen and sort headers before
21030         sending.
21031         (message-hide-headers): Use narrowing to hide headers by moving
21032         them to the top of the buffer and narrowing to the region
21033         underneath.
21034
21035 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21036
21037         * message.el (message-strip-forbidden-properties):
21038         Bind buffer-read-only (etc) to nil.
21039
21040 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21041
21042         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21043         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21044
21045 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
21046
21047         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21048
21049 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21050
21051         * dns.el (query-dns): Use sit-for to time instead of
21052         accept-process-output, since that doesn't seem to work on udp
21053         sockets.
21054
21055 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21056
21057         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21058
21059 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
21060
21061         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21062         doc string.  Improve doc string.
21063
21064 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21065
21066         * nntp.el (nntp-request-update-info): Return nil if
21067         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21068         may not call gnus-activate-group which uselessly issues the GROUP
21069         commands for all nntp groups and wastes time.  Reported by Romain
21070         Francoise <romain@orebokech.com>.
21071
21072         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21073
21074 2004-11-15  Simon Josefsson  <jas@extundo.com>
21075
21076         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21077         headers separately.
21078         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21079         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21080
21081 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21082
21083         * gnus-start.el (gnus-convert-old-newsrc):
21084         Assign legacy-gnus-agent to 5.10.7.
21085
21086 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21087
21088         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21089         start of the lines.
21090
21091 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21092
21093         * hashcash.el (hashcash-default-payment): Change default to 20.
21094         (hashcash-default-accept-payment): Change default to 20.
21095         (hashcash-process-alist): New variable.
21096         (hashcash-generate-payment-async): Add.
21097         (hashcash-already-paid-p): Add.
21098         (hashcash-insert-payment): Don't generate payments twice.
21099         (hashcash-insert-payment-async): Add.
21100         (hashcash-insert-payment-async-2): Add.
21101         (hashcash-cancel-async): Add.
21102         (hashcash-wait-async): Add.
21103         (hashcash-processes-running-p): Add.
21104         (hashcash-wait-or-cancel): Add.
21105         (mail-add-payment): New optional argument.  Conditionally start
21106         asynchronous calculation.
21107         (mail-add-payment-async): Add.
21108
21109         * message.el (message-send-mail): Wait for asynchronous hashcash
21110         results.  Don't clobber existing X-Hashcash headers.
21111         (message-setup-1): Call mail-add-payment-async when
21112         message-generate-hashcash is non-nil.
21113
21114 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21115
21116         * message.el (message-use-alternative-email-as-from): Examine the
21117         From header as well; use message-make-from in order to include a
21118         user's full name.
21119
21120 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21121
21122         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21123         default; improve customization type.
21124         (gnus-emphasis-custom-with-format): New macro.
21125         (gnus-emphasis-custom-value-to-external): New function.
21126         (gnus-emphasis-custom-value-to-internal): New function.
21127
21128 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21129
21130         * dns.el (query-dns): Resolve reverse addresses.
21131
21132 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21133
21134         * gnus-group.el (gnus-group-get-new-news): Use it.
21135
21136         * gnus-start.el (gnus-check-reasonable-setup): New function.
21137
21138 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21139
21140         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21141         "Args out of range" error.  Reported by Arnaud Giersch
21142         <arnaud.giersch@free.fr>.
21143
21144 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21145
21146         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21147
21148 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21149
21150         * spam.el (spam group): Add :version.
21151
21152         * pgg-def.el (pgg group): Add :version.
21153
21154 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21155
21156         * gnus-art.el (gnus-article-edit-article): Don't associate the
21157         article buffer with a draft file.  This is a temporary measure
21158         against the 2004-08-22 change to gnus-article-edit-mode.
21159
21160 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21161
21162         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21163         (html2text-format-tags): Remove unused variable `attr'.
21164
21165 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21166
21167         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21168
21169         * tls.el (tls-process-connection-type, tls-success)
21170         (tls-certtool-program): Add :version.
21171
21172         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21173         (starttls-extra-arguments, starttls-process-connection-type)
21174         (starttls-connect, starttls-failure, starttls-success): Add :version.
21175
21176         * spam-stat.el (spam-stat): Add :version.
21177
21178         * sieve.el (sieve): Add :version.
21179
21180         * sha1.el (sha1): Add :version.
21181         (sha1-use-external): Remove redundant version.
21182
21183         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21184         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21185         (nnmail-split-fancy-match-partial-words)
21186         (nnmail-split-lowercase-expanded): Add :version.
21187
21188         * nndiary.el (nndiary): Add :version.
21189
21190         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21191
21192         * mml-sec.el (mml-default-sign-method)
21193         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21194         Add :version.
21195
21196         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21197
21198         * mm-url.el (mm-url-use-external, mm-url-program)
21199         (mm-url-arguments): Add :version.
21200
21201         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21202         (mm-attachment-file-modes, mm-decrypt-option)
21203         (mm-w3m-safe-url-regexp): Add :version.
21204
21205         * message.el (message-cite-prefix-regexp)
21206         (message-sendmail-envelope-from, message-minibuffer-local-map)
21207         (message-user-fqdn, message-completion-alist): Add :version.
21208
21209         * gnus-win.el (gnus-configure-windows-hook)
21210         (gnus-use-frames-on-any-display): Add :version.
21211
21212         * gnus-art.el (gnus-article-address-banner-alist)
21213         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21214         (gnus-treat-from-picon, gnus-treat-mail-picon)
21215         (gnus-treat-x-pgp-sig): Add :version.
21216
21217         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21218         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21219         (gnus-summary-article-delete-hook)
21220         (gnus-summary-display-while-building): Add :version.
21221
21222         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21223         (gnus-get-top-new-news-hook): Add :version.
21224
21225         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21226         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21227
21228         * gnus-registry.el (gnus-registry): Add :version.
21229
21230         * gnus-spec.el (gnus-use-correct-string-widths)
21231         (gnus-make-format-preserve-properties): Add :version.
21232
21233         * gnus.el (gnus-group-charter-alist)
21234         (gnus-group-fetch-control-use-browse-url)
21235         (gnus-install-group-spam-parameters): Add :version.
21236
21237         * gnus-diary.el (gnus-diary): Add :version.
21238
21239         * gnus-delay.el (gnus-delay): Add :version.
21240
21241         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21242         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21243         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21244         Add :version.
21245
21246         * gnus-agent.el (gnus-agent-max-fetch-size)
21247         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21248         (gnus-agent-prompt-send-queue): Add :version.
21249
21250         * deuglify.el (gnus-outlook-deuglify): Add :version.
21251
21252         * html2text.el: Beautify code.  Improve doc strings.
21253         Some checkdoc cleanup.
21254         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21255
21256 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21257
21258         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21259
21260 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21261
21262         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21263         when package is loaded.
21264
21265         * spam.el (spam-summary-score-preferred-header): Add global preference
21266         for people who want to override the default SpamAssassin over
21267         Bogofilter preference (when both are set).
21268         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21269         (spam-user-format-function-S):
21270         Check spam-summary-score-preferred-header.
21271         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21272         (spam-user-format-function-S): Format the score correctly.
21273
21274 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21275
21276         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21277         signature file.  Suggested by Manoj Srivastava
21278         <srivasta@golden-gryphon.com>.
21279
21280         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21281         iso-2022-jp even in the Japanese language environment.
21282         Suggested by Jason Rumney <jasonr@gnu.org>.
21283
21284 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21285
21286         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21287         use the same characters as the dummy marks; make it free from
21288         getting affected by the language environment.
21289         (gnus-summary-read-group-1): Update mark positions only when the
21290         format spec is updated.
21291
21292         * gnus-spec.el (gnus-update-format-specifications): Return a list
21293         of updated types.
21294
21295 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21296
21297         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21298         of boundp to check if display-warning is available.
21299
21300 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21301
21302         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21303
21304 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21305
21306         * nnspool.el (nnspool-spool-directory): Use news-path if the
21307         news-directory variable is not bound.
21308
21309         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21310         function instead of display-warning if it is not available.
21311
21312 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21313
21314         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21315         v5-10: Use `point-at-bol'.
21316
21317 2004-10-26  Simon Josefsson  <jas@extundo.com>
21318
21319         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21320         <chenggao@gmail.com>.
21321
21322 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21323
21324         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21325         instead.
21326
21327 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21328
21329         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21330         to remove a server from the nnimap-server-buffer-alist.
21331         (nnimap-open-connection, nnimap-close-server): Use it.
21332
21333         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21334
21335 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21336
21337         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21338         running the major-mode function.
21339
21340 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21341
21342         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21343         dummy marks in the right way.
21344
21345 2004-10-18  David Edmondson  <dme@dme.org>
21346
21347         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21348         excessively.
21349
21350 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21351
21352         * gnus-util.el (gnus-split-references): Accept a nil references
21353         string and go on blissfully.
21354
21355         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21356         cases where the references string is non-nil but has no references.
21357
21358         * encrypt.el: Add autoload tags.
21359
21360         * spam.el (spam-resolve-registrations-routine): Remove article
21361         from unregistration list too.  Reported by David Hanak
21362         <dhanak@isis.vanderbilt.edu>
21363
21364 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21365
21366         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21367         nil.  Change custom type.
21368
21369 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21370
21371         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21372
21373         * gnus-sum.el (gnus-summary-move-article): Use it.
21374
21375 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21376
21377         * encrypt.el: Add autoload cookies.
21378
21379         * spam.el (spam-backend-article-list-property)
21380         (spam-backend-get-article-todo-list)
21381         (spam-backend-put-article-todo-list)
21382         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21383         Resolve registrations separately.
21384         (spam-register-routine): Format comments.
21385         (spam-unregister-routine, spam-register-routine): Always call with
21386         specific-articles, no default list.
21387         (spam-summary-prepare-exit): Use the spam-classifications function.
21388
21389         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21390         gnus-encrypt.el.
21391
21392         * encrypt.el: Copied from gnus-encrypt.el.
21393
21394         * gnus-encrypt.el: Commented that it's obsolete.
21395
21396 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21397
21398         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21399         (gnus-score-save): Use it.
21400
21401         * message.el (message-bury): Use `window-dedicated-p'.
21402
21403 2004-10-15  Simon Josefsson  <jas@extundo.com>
21404
21405         * pop3.el (top-level): Don't require nnheader.
21406         (pop3-read-timeout): Add.
21407         (pop3-accept-process-output): Add.
21408         (pop3-read-response, pop3-retr): Use it.
21409
21410 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21411
21412         * spam.el (spam-register-routine): Move comment.
21413         (spam-verify-bogofilter): Use 'unknown for the initial
21414         spam-bogofilter-valid state, not 'never.
21415
21416         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21417         for netrc-machine.
21418
21419         * nnimap.el (nnimap-open-connection):
21420         Use netrc-machine-user-or-password.
21421
21422 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21423
21424         * gnus-registry.el (gnus-registry-unload-hook):
21425         Set as a variable with add-hook.
21426
21427         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21428         of news-path.
21429
21430         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21431
21432         * spam.el: Delete duplicate `provide'.
21433         (spam-unload-hook): Set as a variable with add-hook.
21434
21435 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21436
21437         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21438         in the doc string.
21439
21440         * message.el (message-ignored-news-headers)
21441         (message-ignored-supersedes-headers)
21442         (message-ignored-resent-headers)
21443         (message-forward-ignored-headers): Improve custom type.
21444
21445 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21446
21447         * message.el (message-tokenize-header): Fix 2004-09-06 change
21448         which used point-min in the wrong place.
21449
21450 2004-10-12  Simon Josefsson  <jas@extundo.com>
21451
21452         * tls.el (tls-certtool-program): New variable.
21453         (tls-certificate-information): New function, based on
21454         ssl-certificate-information.
21455
21456 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21457
21458         * compface.el: Move the version of ELisp-based uncompface program
21459         to the contrib directory because of the copyright problem.
21460
21461 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21462
21463         * message.el (message-kill-buffer): Raise the current frame.
21464
21465 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21466
21467         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21468
21469         * gnus.el (message-y-or-n-p): Autoload.
21470
21471         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21472         (pop3-password-required, pop3-authentication-scheme)
21473         (pop3-leave-mail-on-server): Make customizable.
21474         (pop3): New custom group.
21475         (pop3-retr): Remove `sleep-for' statements.
21476         Suggested by Dave Love <fx@gnu.org>.
21477
21478         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21479         Windows/DOS.
21480
21481         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21482         (imap-parse-body): Fix incorrect use of `assert'.
21483         Suggested by Dave Love <fx@gnu.org>.
21484
21485         * mml.el (mml-minibuffer-read-disposition): Require match.
21486         Suggested by Dave Love <fx@gnu.org>.
21487
21488 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21489
21490         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21491         doc string.
21492
21493 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21494
21495         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21496
21497 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21498
21499         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21500         instead of calling `mm-insert-inline', to decode text/* parts
21501         before displaying them.
21502
21503 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21504
21505         * mm-uu.el (mm-uu-text-plain-type): New variable.
21506         (mm-uu-pgp-signed-extract-1): Use it.
21507         (mm-uu-pgp-encrypted-extract-1): Use it.
21508         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21509         bind mm-uu-text-plain-type with that value.
21510         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21511         mm-uu-dissect.
21512
21513 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21514
21515         * gnus-group.el (gnus-update-group-mark-positions):
21516         * gnus-sum.el (gnus-update-summary-mark-positions):
21517         * message.el (message-check-news-body-syntax):
21518         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21519         of string-as-multibyte.
21520
21521 2004-10-05  Juri Linkov  <juri@jurta.org>
21522
21523         * gnus-group.el (gnus-update-group-mark-positions):
21524         * gnus-sum.el (gnus-update-summary-mark-positions):
21525         * message.el (message-check-news-body-syntax):
21526         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21527         8-bit unibyte values to a multibyte string for search functions.
21528
21529 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21530
21531         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21532         (mm-uu-dissect-text-parts): New function.
21533
21534         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21535         dissect text parts.
21536
21537         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21538         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21539
21540         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21541
21542         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21543         Use gnus-current-topics instead of gnus-current-topic.
21544
21545 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21546
21547         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21548
21549 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21550
21551         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21552         where appropriate.
21553
21554         * nnml.el (nnml-generate-active-info): do.
21555
21556         * nndiary.el (nndiary-generate-active-info): do.
21557
21558         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21559         (gnus-topic-move): do.
21560
21561         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21562         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21563
21564         * gnus-srvr.el (gnus-server-prepare)
21565         (gnus-server-open-all-servers): do.
21566
21567         * gnus-msg.el (gnus-summary-cancel-article)
21568         (gnus-summary-resend-message)
21569         (gnus-summary-mail-crosspost-complaint): do.
21570
21571         * gnus-move.el (gnus-change-server): do.
21572
21573         * gnus-group.el (gnus-group-unmark-all-groups)
21574         (gnus-group-set-current-level): do.
21575
21576 2004-10-04  Simon Josefsson  <jas@extundo.com>
21577
21578         * message.el (message-generate-hashcash): Doc fix.
21579
21580 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21581
21582         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21583         avoid infinite recursion via gnus-get-function.
21584
21585 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21586
21587         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21588
21589         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21590
21591         * nnmail.el (nnmail-split-history): do.
21592
21593         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21594         (nnml-request-delete-group): do.
21595
21596         * nnslashdot.el (nnslashdot-read-groups): do.
21597
21598         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21599         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21600
21601         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21602         (nnspool-sift-nov-with-sed): Use last.
21603         (nnspool-retrieve-headers-with-nov): Use mapc.
21604         (nnspool-request-newgroups): Use dolist.
21605         (nnspool-request-group): Use last.
21606
21607         * nntp.el (nntp-read-server-type): Use dolist.
21608
21609         * nnvirtual.el (nnvirtual-create-mapping)
21610         (nnvirtual-update-read-and-marked): Use dolist.
21611         (nnvirtual-convert-headers): Simplify.
21612
21613 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21614
21615         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21616         Add support for sync'ing tick marks.
21617
21618 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21619
21620         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21621         there's no visible header.
21622
21623 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21624
21625         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21626         When necessary, pass full group name to gnus-request-set-marks.
21627
21628 2004-10-01  Simon Josefsson  <jas@extundo.com>
21629
21630         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21631         acroread.
21632
21633 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21634
21635         * spam-report.el (spam-report-gmane): Fix interactive.
21636
21637         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21638
21639         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21640         when writing file.
21641         (gnus-agent-synchronize-flags): Don't default to being
21642         interactive.
21643
21644 2004-09-30  Simon Josefsson  <jas@extundo.com>
21645
21646         * message.el (message-generate-hashcash): Add.
21647         (message-send-mail): Use it, call mail-add-payment.
21648
21649 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21650
21651         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21652
21653 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21654
21655         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21656         gnus-requst-update-info with explicit code to sync the in-memory
21657         info read flags with the marks being sync'd to the backend.
21658
21659         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21660
21661 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21662
21663         * spam.el (spam-verify-bogofilter): Add new function.
21664         (spam-check-bogofilter)
21665         (spam-bogofilter-register-with-bogofilter): Use it.
21666         (spam-verify-bogofilter): Add small fixes.
21667
21668 2004-09-28  Simon Josefsson  <jas@extundo.com>
21669
21670         * hashcash.el (hashcash-generate-payment): Revert.
21671
21672 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21673
21674         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21675         Use gnus-extract-references instead of gnus-split-references.
21676
21677         * gnus-util.el (gnus-extract-references): Add new function, analogous
21678         to gnus-split-references but extracts only the message-ID without
21679         anything extra.
21680
21681         * hashcash.el (hashcash-generate-payment)
21682         (hashcash-check-payment): Do the right thing if hashcash-path is
21683         nil (because the hashcash program could not be found).
21684
21685         * spam.el (spam-use-hashcash): Remove comment.
21686
21687 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21688
21689         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21690         (gnus-cache-enter-article, gnus-cache-remove-article)
21691         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21692
21693         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21694
21695         * gnus-art.el (article-hide-boring-headers)
21696         (article-translate-strings, article-display-face)
21697         (gnus-article-mime-match-handle-first)
21698         (gnus-article-highlight-headers)
21699         (gnus-article-add-buttons-to-head): do.
21700
21701 2004-09-27  Simon Josefsson  <jas@extundo.com>
21702
21703         * hashcash.el: New version, from
21704         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21705         ../contrib/.
21706
21707 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21708
21709         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21710
21711 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21712
21713         * gnus-dup.el (gnus-dup-open): Use mapc.
21714         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21715
21716         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21717         Reported by Stefan Wiens <s.wi@gmx.net>.
21718
21719         * gnus.el (gnus-shutdown): Use dolist.
21720
21721         * gnus-undo.el (gnus-undo): Use mapc.
21722
21723         * nnrss.el (nnrss-generate-active): do.
21724
21725         * message.el (message-cite-original-without-signature)
21726         (message-cite-original): Use mapc.
21727         (message-do-actions, message-make-forward-subject): Use dolist.
21728
21729 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21730
21731         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21732         deletion to remove entire duplicate line.  Fixes merged article
21733         number bug.
21734
21735 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21736
21737         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21738         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21739         first ask if you want to open a server and then, even when you
21740         responded with no, asking if you want to synchronize the server's
21741         flags.
21742         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21743         multi-line expressions.
21744         (gnus-agent-synchronize-group-flags): New internal function.
21745         Updates marks in memory (in the info structure) AND in the
21746         backend.
21747
21748         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21749
21750         * nnagent.el (nnagent-request-set-mark):
21751         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21752         method, to ensure that synchronization updates marks in the
21753         backend and in the info (in memory) structure.
21754
21755 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21756
21757         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21758         convention fully; don't miss the root article of a thread; make
21759         the X-Draft-From header with correct article numbers.
21760
21761 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21762
21763         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21764         unless plugged.  Disable the agent so that an open failure causes
21765         an error.
21766
21767         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21768         Revert 2004-09-21 change.  The backend must be opened while
21769         synchronizing flags even when the backend stores the flags
21770         locally.
21771
21772 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21773
21774         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21775         in `header' match.  Reported by Svend Tollak Munkejord.
21776
21777         * message.el (message-cite-original): Fix use of
21778         `message-cite-articles-with-x-no-archive'.
21779
21780 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21781
21782         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21783         (gnus-window-to-buffer): Ditto.
21784
21785         * mml.el (mml-preview-buffer): New variable.
21786         (mml-preview): Manage window layout with gnus-buffer-configuration.
21787
21788         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21789         X-Draft-From header even if those articles aren't quoted.
21790
21791 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21792
21793         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21794         (gnus-request-set-mark, gnus-request-update-mark): Use new
21795         g-s-t-u-l-m to decide to use backend even when unplugged.
21796
21797 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21798
21799         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21800         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21801
21802 2004-09-20  Simon Josefsson  <jas@extundo.com>
21803
21804         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21805         "utf-16-le".
21806
21807 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21808
21809         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21810
21811 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21812
21813         * uudecode.el (uudecode-use-external): Add :version.
21814
21815         * smime.el (smime-CA-file, smime-encrypt-cipher)
21816         (smime-dns-server): Add :version.
21817
21818         * smiley.el (gnus-smiley-file-types): Add :version.
21819
21820         * sha1.el (sha1-use-external): Add :version.
21821
21822         * pgg-def.el (pgg-query-keyserver): Add :version.
21823
21824         * nnmail.el (nnmail-fancy-expiry-targets)
21825         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21826         Add :version.
21827
21828         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21829         (nnimap-retrieve-groups-asynchronous): Add :version.
21830         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21831
21832         * mml.el (mml-content-disposition-parameters)
21833         (mml-insert-mime-headers-always): Add :version.
21834
21835         * mm-util.el (mm-coding-system-priorities): Add :version.
21836
21837         * mm-decode.el (mm-inline-text-html-with-images)
21838         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21839         (mm-verify-option): Add :version.
21840         (mm-text-html-renderer): Change :version.
21841
21842         * message.el (message-fcc-externalize-attachments)
21843         (message-required-headers, message-draft-headers)
21844         (message-subject-trailing-was-query)
21845         (message-subject-trailing-was-ask-regexp)
21846         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21847         (message-mark-insert-end, message-archive-header)
21848         (message-archive-note, message-cross-post-default)
21849         (message-cross-post-note, message-followup-to-note)
21850         (message-cross-post-note-function, message-use-mail-followup-to)
21851         (message-subscribed-address-functions)
21852         (message-subscribed-address-file, message-subscribed-addresses)
21853         (message-subscribed-regexps, message-allow-no-recipients)
21854         (message-yank-cited-prefix, message-signature-insert-empty-line)
21855         (message-hidden-headers, message-hierarchical-addresses)
21856         (message-mail-user-agent, message-use-idna)
21857         (message-valid-fqdn-regexp)
21858         (message-strip-special-text-properties, message-header-synonyms)
21859         (message-beginning-of-line, message-tab-body-function): Add :version.
21860         (message-insert-canlock, message-wide-reply-confirm-recipients):
21861         Change :version.
21862
21863         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21864         and :version.
21865         (mail-source-delete-old-incoming-confirm)
21866         (mail-source-movemail-program): Add :version.
21867
21868         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21869         (gnus-agent-cache, gnus-agent): Change :version.
21870
21871         * gnus-util.el (gnus-use-byte-compile): Change :version.
21872
21873         * gnus-sum.el (gnus-summary-make-false-root-always)
21874         (gnus-summary-default-high-score)
21875         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21876         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21877         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21878         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21879         (gnus-sum-thread-tree-single-indent)
21880         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21881         (gnus-sum-thread-tree-leaf-with-other)
21882         (gnus-sum-thread-tree-single-leaf): Add :version.
21883         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21884         (gnus-article-loose-mime): Change :version.
21885
21886         * gnus-start.el (gnus-backup-startup-file)
21887         (gnus-save-startup-file-via-temp-buffer): Add :version.
21888
21889         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21890         (gnus-server-offline-face): Add :version.
21891
21892         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21893
21894         * gnus-msg.el (gnus-gcc-externalize-attachments)
21895         (gnus-debug-files, gnus-debug-exclude-variables)
21896         (gnus-discouraged-post-methods): Change :version.
21897         (gnus-confirm-mail-reply-to-news)
21898         (gnus-confirm-treat-mail-like-news): Add :version.
21899
21900         * gnus-int.el (gnus-server-unopen-status): Add :version.
21901
21902         * gnus-group.el (gnus-group-jump-to-group-prompt)
21903         (gnus-large-ephemeral-newsgroup)
21904         (gnus-fetch-old-ephemeral-headers): Add :version.
21905
21906         * gnus-fun.el (gnus-x-face-directory)
21907         (gnus-convert-pbm-to-x-face-command)
21908         (gnus-convert-image-to-x-face-command)
21909         (gnus-convert-image-to-face-command): Add :version.
21910
21911         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21912
21913         * gnus-cite.el (gnus-cite-blank-line-after-header)
21914         (gnus-article-boring-faces): Add :version.
21915
21916         * gnus-art.el (gnus-buttonized-mime-types)
21917         (gnus-inhibit-mime-unbuttonizing)
21918         (gnus-treat-display-face)
21919         (gnus-treat-body-boundary): Change :version.
21920         (gnus-body-boundary-delimiter, gnus-picon-databases)
21921         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21922         (gnus-treat-date-english, gnus-treat-fold-headers)
21923         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21924         (gnus-treat-mail-picon, gnus-treat-wash-html)
21925         (gnus-article-encrypt-protocol)
21926         (gnus-use-idna, gnus-article-over-scroll)
21927         (gnus-mime-display-multipart-alternative-as-mixed)
21928         (gnus-mime-display-multipart-related-as-mixed)
21929         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21930         (gnus-ctan-url, gnus-button-ctan-handler)
21931         (gnus-button-handle-ctan-bogus-regexp)
21932         (gnus-button-ctan-directory-regexp)
21933         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21934         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21935         (gnus-button-man-level, gnus-button-emacs-level)
21936         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21937
21938         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21939         (gnus-agent-go-online): Change :version.
21940         (gnus-agent-expire-unagentized-dirs)
21941         (gnus-agent-auto-agentize-methods): Add :version.
21942
21943         * flow-fill.el (fill-flowed-display-column)
21944         (fill-flowed-encode-column): Add :version.
21945
21946         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21947         (gnus-outlook-deuglify-unwrap-max)
21948         (gnus-outlook-deuglify-cite-marks)
21949         (gnus-outlook-deuglify-unwrap-stop-chars)
21950         (gnus-outlook-deuglify-no-wrap-chars)
21951         (gnus-outlook-deuglify-attrib-cut-regexp)
21952         (gnus-outlook-deuglify-attrib-verb-regexp)
21953         (gnus-outlook-deuglify-attrib-end-regexp)
21954         (gnus-outlook-display-hook): Add :version.
21955
21956         * binhex.el (binhex-use-external): Add :version.
21957
21958 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21959
21960         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21961         and `invisible'.
21962
21963 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21964
21965         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21966         in gnus-registry-trim.
21967
21968 2004-09-13  Simon Josefsson  <jas@extundo.com>
21969
21970         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21971
21972         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21973
21974         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21975         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21976         <yamaoka@jpl.org>.
21977         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21978         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21979         <yamaoka@jpl.org>.
21980
21981         * sieve.el (sieve-manage-mode): Ditto.
21982
21983 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21984
21985         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21986
21987 2004-09-11  Simon Josefsson  <jas@extundo.com>
21988
21989         * dns-mode.el: Add.
21990
21991         * mm-view.el (mm-display-dns-inline): Add.
21992
21993         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21994         (mm-automatic-display): Ditto.
21995
21996         * mailcap.el (mailcap-mime-data): Add text/dns.
21997         (mailcap-mime-extensions): Map .soa to text/dns.
21998
21999 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
22000
22001         * gnus-art.el (article-decode-mime-words, article-babel)
22002         (gnus-article-highlight-signature, gnus-article-add-buttons)
22003         (gnus-signature-toggle): Remove unnecessary bindings of
22004         `inhibit-read-only' inherited from v5.10 merge.
22005
22006 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22007
22008         * nntp.el (nntp): New customization group.
22009         (nntp-authinfo-file): Add customization group.
22010
22011         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
22012
22013         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
22014
22015         * gnus.el (to-address, to-list, subscribed)
22016         (large-newsgroup-initial): Ditto.
22017
22018         * flow-fill.el (fill-flowed-display-column)
22019         (fill-flowed-encode-column): Ditto.
22020
22021 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22022
22023         * message.el (message-tokenize-header, message-send-mail-with-qmail):
22024         Use point-min rather than 1.
22025         (message-send-mail): Use buffer-size rather than point-max.
22026
22027         * gnus-sum.el (gnus-summary-search-article-forward):
22028         Signal a specific `search-failed' rather than a generic `error'.
22029
22030         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
22031         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
22032         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
22033
22034 2004-09-10  Simon Josefsson  <jas@extundo.com>
22035
22036         * nndb.el (require): Remove tcp and duplicate cl.
22037
22038 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22039
22040         * gnus-agent.el (directory-files-and-attributes): Move forward.
22041
22042 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22043
22044         * gnus-agent.el (directory-files-and-attributes):
22045         Optionally defined to support XEmacs.
22046
22047 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
22048
22049         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22050         to avoid run-time CL dependencies.
22051         (gnus-agent-unfetch-articles): New function.
22052         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22053         article numbers even when local .overview file is missing.
22054         (gnus-agent-read-article-number): New function.  Only accepts
22055         27-bit article numbers.
22056         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22057         Use gnus-agent-read-article-number.
22058         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22059         from backend while recognizing that article numbers in .overview
22060         must be valid.
22061         (gnus-agent-update-files-total-fetched-for):
22062         Use directory-files-and-attributes to improve performance.
22063         * gnus-int.el (gnus-request-move-article):
22064         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22065         improve performance.
22066
22067         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22068         some users confused by references to .newsrc when they only have a
22069         .newsrc.eld file.
22070         (gnus-convert-mark-converter-prompt)
22071         (gnus-convert-converter-needs-prompt): Fix use of property list.
22072         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22073         New function.  Used internally to only display 'gnus converting
22074         files' message when actually necessary.
22075
22076         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22077         methods now autoloaded.
22078
22079 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22080
22081         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22082         identifiers.
22083
22084 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22085
22086         * gnus-picon.el: Fix indentation and closing parenthesis.
22087
22088 2004-09-01  Simon Josefsson  <jas@extundo.com>
22089
22090         * message.el (message-canlock-generate): Require sha1, not
22091         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22092         to require within a function.  Sadly, if sha1.el isn't loaded, the
22093         let binding in m-c-g will hide the defcustom definition, which is
22094         bad.)
22095
22096         * canlock.el: Require sha1, not sha1-el.
22097
22098         * message.el: Don't autoload sha1 (there is a autoload cookie in
22099         sha1.el).
22100
22101         * sha1-el.el: Rename to sha1.el.
22102
22103 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22104
22105         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22106
22107 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22108
22109         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22110
22111 2004-08-30  Kim F. Storm  <storm@cua.dk>
22112
22113         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22114
22115         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22116         Add :group 'nnimap.
22117
22118 2004-08-30  Andreas Schwab  <schwab@suse.de>
22119
22120         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22121         ?* and ?\;.
22122
22123         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22124         and ?\' to symbol instead of whitespace.
22125
22126 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22127
22128         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22129
22130         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22131         instead of re-search-forward.
22132
22133         * gnus-uu.el (gnus-uu-save-article): Ditto.
22134         (gnus-uu-post-encode-uuencode): Ditto.
22135
22136         * html2text.el (html2text-clean-list-items): Ditto.
22137         (html2text-clean-dtdd): Ditto.
22138         (html2text-format-tags): Ditto.
22139
22140         * message.el (message-send-mail-with-sendmail): Fix regexp.
22141         (message-fill-field-general): Use search-forward instead of
22142         re-search-forward.
22143         (unbold-region): Ditto.
22144
22145         * nnrss.el (nnrss-request-article): Ditto.
22146
22147         * nnslashdot.el (nnslashdot-request-article): Ditto.
22148
22149         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22150
22151         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22152         "Unrecognized menu descriptor" error in XEmacs.
22153
22154 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22155
22156         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22157         parent article of a sparse article in the thread hashtb.
22158
22159 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22160
22161         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22162         (nnmail-expand-newtext): Lowercase expanded entries if
22163         nnmail-split-lowercase-expanded is non-nil.
22164
22165 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22166
22167         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22168
22169         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22170         of gnus-tmp-news-method into string under XEmacs.  It will be
22171         passed to gnus-correct-length which takes only a string argument.
22172
22173 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22174
22175         * gnus-util.el (gnus-bind-print-variables): New macro.
22176         (gnus-prin1): Use it.
22177         (gnus-prin1-to-string): Use it.
22178         (gnus-pp): New function.
22179         (gnus-pp-to-string): New function.
22180
22181         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22182         Replace pp-to-string with gnus-pp-to-string.
22183         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22184         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22185         * gnus-msg.el (gnus-debug): Ditto.
22186         * gnus-score.el (gnus-score-save): Ditto.
22187         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22188         gnus-pp-to-string.
22189         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22190         with gnus-pp.
22191         * score-mode.el (gnus-score-pretty-print): Ditto.
22192         * webmail.el (webmail-debug): Ditto.
22193
22194 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22195
22196         * gnus-art.el (article-display-face, article-display-x-face):
22197         Use buffer-read-only.
22198
22199 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22200
22201         * gnus-art.el (article-hide-list-identifiers):
22202         Bind inhibit-read-only as t.
22203
22204 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22205
22206         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22207
22208 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22209
22210         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22211         (gnus-narrow-to-page): Don't assume point-min == 1.
22212         (gnus-article-edit-mode): Derive from message-mode.
22213
22214         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22215         point-min == 1.
22216
22217         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22218         Disable incorrect use of `assert'.
22219
22220         * message.el (message-mode): Set comment-start-skip.
22221
22222
22223 2004-08-22  Sam Steingold  <sds@gnu.org>
22224
22225         * pop3.el (pop3-leave-mail-on-server): New user variable.
22226         (pop3-movemail): Delete mail only when it is nil.
22227
22228 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22229
22230         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22231
22232         * mml.el (mml-preview): Use `pop-to-buffer'.
22233
22234         * message.el (message-goto-mail-followup-to): Insert after "To".
22235         (message-carefully-insert-headers): Add comment.
22236
22237         * gnus.el: Remove unused variable `gnus-article-check-size'.
22238
22239         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22240
22241         * gnus-art.el (gnus-button-alist):
22242         Improve `gnus-button-handle-library' entry.
22243
22244 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22245
22246         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22247         Use downcase, since XEmacs capitalizes error messages differently.
22248
22249 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22250
22251         * nntp.el: Add (require 'gnus) due to reference to
22252         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22253
22254 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22255
22256         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22257         Bind `mm-fill-flowed'.
22258
22259         * mm-decode.el (mm-dissect-singlepart): Check it.
22260
22261 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22262
22263         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22264         'imap' for netrc parsing.
22265
22266 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22267
22268         * mailcap.el (mailcap-mime-data): Mark as risky.
22269
22270 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22271
22272         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22273         may be included in the encoded word.
22274         (rfc2047-encode): Don't append a space if the encoded word
22275         includes close parenthesis.
22276
22277 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22278
22279         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22280         of text within parentheses.
22281
22282 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22283
22284         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22285         (gnus-encrypt-write-file-contents): Make the password key the file
22286         name PLUS the cipher, not just the cipher.  Also remove failed
22287         passwords from the cache.
22288
22289 2004-08-06  Simon Josefsson  <jas@extundo.com>
22290
22291         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22292         Doc fix.
22293
22294 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22295
22296         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22297         LWSP.
22298
22299 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22300
22301         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22302         Try to append in-reply-to: data to the references: header.
22303
22304         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22305         (netrc-parse): Use gnus-encrypt.el functions.
22306
22307         * gnus-encrypt.el: Add new file for encryption support; currently
22308         does only a few GPG ciphers and an internal XOR cipher.
22309
22310         * password.el: Add comments on using password-read-and-add.
22311         (password-read-and-add): Add function to read and add the
22312         password to the cache at once.
22313
22314 2004-07-28  Simon Josefsson  <jas@extundo.com>
22315
22316         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22317         parameter (but don't use it, for now).
22318
22319         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22320         instead of hard coding to nil.
22321
22322 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22323
22324         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22325         as mm-inline-image-xemacs does.
22326
22327 2004-07-26  Simon Josefsson  <jas@extundo.com>
22328
22329         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22330         Revert part of 2004-07-17 change below.
22331
22332 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22333
22334         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22335         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22336
22337 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22338
22339         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22340         quotes that actually start with ">" at the beginning of the
22341         lines.
22342
22343 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22344
22345         * rfc2047.el (rfc2047-encode-region): Fix last change.
22346         (rfc2047-encode-parameter): Remove useless concat.
22347
22348 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22349
22350         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22351         encode special characters; fix some kind of misconfigured headers;
22352         signal a real error if debug-on-quit or debug-on-error is non-nil.
22353         (rfc2047-encode-max-chars): New variable.
22354         (rfc2047-encode-1): Use it.
22355         (rfc2047-encode-parameter): New function.
22356
22357         * mml.el (mml-insert-parameter): Remove an excessive space.
22358
22359 2004-07-17  Simon Josefsson  <jas@extundo.com>
22360
22361         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22362         Kai Grossjohann <kai@emptydomain.de>.
22363         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22364         (gnus-group-make-menu-bar): Ditto.
22365
22366         * gnus-util.el (gnus-group-server): Add.
22367
22368 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22369
22370         * message.el (message-clone-locals): Clone sendmail and smtp
22371         variables.
22372
22373 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22374
22375         * rfc2047.el (rfc2047-encode-region): Fix last change.
22376
22377 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22378
22379         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22380         characters as non-special.
22381
22382 2004-07-09  Simon Josefsson  <jas@extundo.com>
22383
22384         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22385         Users will lose all flag changes made while unplugged with
22386         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22387         good default.  See numerous reports on ding mailing list.
22388
22389 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22390
22391         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22392         add generate-head-function and generate-article-function to the
22393         rfc822-forward entry.
22394         (nndoc-rfc822-forward-generate-article): New function.
22395         (nndoc-rfc822-forward-generate-head): New function.
22396
22397         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22398
22399 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22400
22401         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22402         respect display group parameter and gnus-summary-expunge-below.
22403         (gnus-articles-to-read): Remove unused reference to display group
22404         parameter.
22405
22406 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22407
22408         * nnheader.el (nnheader-uniquify-message-id): New experimental
22409         variable.
22410         (nnheader-nov-read-message-id): Use it.
22411
22412         * spam-report.el (spam-report-gmane): Add interactive.
22413
22414 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22415
22416         * mm-encode.el (mm-content-transfer-encoding-defaults):
22417         Use qp-or-base64 for the application/* types.
22418
22419 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22420
22421         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22422
22423 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22424
22425         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22426         trim value.
22427
22428 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22429
22430         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22431         New macro and function.
22432         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22433
22434 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22435
22436         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22437         after-load-alist.
22438
22439 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22440
22441         * gnus-group.el (gnus-group-get-new-news-this-group):
22442         Don't update info that isn't there.
22443
22444 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22445
22446         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22447         entry.
22448
22449 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22450
22451         * mm-view.el (mm-inline-render-with-function): Use multibyte
22452         buffer; decode html source by charset.
22453
22454         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22455
22456         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22457         Mule-UCS is loaded under XEmacs.
22458         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22459
22460 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22461
22462         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22463
22464 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22465
22466         * mm-util.el (mm-coding-system-p): Return a coding-system.
22467         (mm-mime-mule-charset-alist): Use shift_jis instead of
22468         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22469         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22470         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22471         instead of japanese-shift-jis and iso-latin-1 respectively in
22472         order to share the default value with both Emacs and XEmacs-mule.
22473         (mm-mule-charset-to-mime-charset):
22474         Make mm-coding-system-priorities effective.
22475         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22476         while predicating of candidates upon the priorities.
22477
22478 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22479
22480         * gnus-sum.el (gnus-summary-make-menu-bar):
22481         Add gnus-uu-invert-processable.
22482
22483         * gnus.el: Autoload gnus-uu-invert-processable.
22484
22485 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22486
22487         * mm-util.el (mm-with-multibyte-buffer): New macro.
22488
22489         * rfc2047.el (rfc2047-encode-string): Use it.
22490         (rfc2047-encode-region): Move point to the end of the region after
22491         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22492
22493 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22494
22495         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22496         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22497
22498 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22499
22500         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22501         (gnus-cite-parse): Ignore quoted envelope From_.
22502         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22503
22504 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22505
22506         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22507         invalid addresses.
22508
22509 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22510
22511         * spam.el: Change section markers, revise TODO list.
22512         (spam-backends): Make new master list of all installed backends.
22513         (spam-summary-exit-behavior): Add new variable to determine how
22514         messages moves are done at summary exit.
22515         (spam-move-spam-nonspam-groups-only)
22516         (spam-process-ham-in-nonham-groups)
22517         (spam-process-ham-in-spam-groups): Remove variables, the
22518         spam-summary-exit-behavior variable should be used to manage this
22519         behavior.
22520         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22521         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22522         and spam-old-spam-articles.
22523         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22524         Add empty variables, placeholders for the backends they represent.
22525         (spam-set-difference): Move, unchanged.
22526         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22527         unless the user has a processor variable.
22528         (spam-classifications, spam-classification-valid-p)
22529         (spam-backend-properties, spam-backend-property-valid-p)
22530         (spam-backend-function-type-valid-p)
22531         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22532         (spam-report-articles-gmane, spam-report-articles-resend):
22533         Remove functions, they are not needed.
22534         (spam-install-backend-super, spam-backend-list)
22535         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22536         (spam-backend-function, spam-backend-ham-registration-function)
22537         (spam-backend-spam-registration-function)
22538         (spam-backend-ham-unregistration-function)
22539         (spam-backend-spam-unregistration-function)
22540         (spam-backend-statistical-p, spam-backend-mover-p)
22541         (spam-install-backend-alias, spam-install-checkonly-backend)
22542         (spam-install-mover-backend, spam-install-nocheck-backend)
22543         (spam-install-backend, spam-install-statistical-backend)
22544         (spam-install-statistical-checkonly-backend): Add backend installation
22545         support.
22546         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22547         (spam-group-processor-p): Use the new backend code and respect the
22548         summary exit behavior.
22549         (spam-mark-spam-as-expired-and-move-routine): Remove.
22550         (spam-summary-prepare): Change to use the new spam-old-articles
22551         variable.
22552         (spam-copy-or-move-routine, spam-copy-spam-routine)
22553         (spam-move-spam-routine, spam-copy-ham-routine)
22554         (spam-move-ham-routine): Add code to copy/move ham or spam.
22555         (spam-fetch-field-fast): Improve doc and code, plus allow the
22556         'number request.
22557         (spam-list-of-checks, spam-list-of-statistical-checks):
22558         Remove variables.
22559         (spam-split, spam-find-spam): Use the new backend code.
22560         (spam-registration-functions): Remove variable.
22561         (spam-unregister-routine): Add convenience wrapper.
22562         (spam-log-undo-registration, spam-register-routine)
22563         (spam-log-processing-to-registry)
22564         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22565         where possible.
22566         (spam-check-gmane-xref, spam-check-regex-headers)
22567         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22568         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22569         (spam-check-bogofilter-headers, spam-check-spamoracle)
22570         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22571         (spam-check-crm114-headers): Use the spam-split-group that
22572         spam-split prepares, no need to determine it every time.
22573
22574         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22575         to the nnheader-parse-naked-head call.
22576
22577         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22578
22579         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22580         the nnheader-nov-read-message-id call.
22581
22582 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22583
22584         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22585         gnus-activate-group twice.  Suggested by Markus Peter
22586         <warp@spin.de>.
22587
22588 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22589
22590         * gnus-art.el (gnus-article-time-format): Exchange the order of
22591         day and month in the default value; fix customization type.
22592         (article-date-ut): Use add-text-properties.
22593         (article-make-date-line): Use message-make-date instead of
22594         current-time-string.
22595
22596         * message.el (message-fetch-field): Don't use set-text-properties.
22597         (message-make-date): Simplify.
22598
22599         * messagexmas.el (message-xmas-make-date): New function.
22600         (message-xmas-redefine): Defalias message-make-date to it.
22601
22602 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22603
22604         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22605         (rfc2047-encode-region): Treat text within parentheses as special;
22606         show the original text when error has occurred.
22607
22608         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22609         already-computed method to gnus-activate-group.
22610
22611         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22612         same select-methods identical Lisp objects.
22613
22614         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22615         object when modifying the info.
22616
22617 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22618
22619         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22620         gnus-opened-servers since it has never been opened with the new
22621         configuration yet.
22622
22623 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22624
22625         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22626         arg to nnheader-generate-fake-message-id.
22627
22628 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22629
22630         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22631         number and build a fake message ID localized to a group and
22632         article number (so it's repeatable from that point on).
22633         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22634         ID format.
22635
22636         * gnus-sum.el (gnus-get-newsgroup-headers):
22637         Call nnheader-generate-fake-message-id with the article number.
22638
22639 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22640
22641         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22642         end-of-buffer.
22643
22644 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22645
22646         * message.el (message-ignored-supersedes-headers): Add Approved.
22647
22648 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22649
22650         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22651         goto-char.
22652         (rfc2047-encode): Fold the line before encoding.
22653
22654 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22655
22656         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22657         folding -- not all headers can be folded, and this should be done
22658         by the message composition mode.  Probably.  I think.
22659
22660 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22661
22662         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22663         fast.
22664
22665         * gnus-ems.el (gnus-remove-image): Don't use
22666         message-text-with-property; remove only the image found first.
22667
22668         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22669         found first.
22670
22671 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22672
22673         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22674
22675 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22676
22677         * message.el (message-text-with-property): Make it fast and accept
22678         optional arguments.
22679         (message-strip-forbidden-properties): Use it.
22680         (message-fix-before-sending): Follow the m-t-w-p change.
22681
22682         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22683
22684 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22685
22686         * gnus-art.el (article-hide-headers): Don't change the buffer
22687         mistakenly when performing mml-preview even if
22688         gnus-single-article-buffer is nil.
22689
22690 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22691
22692         * message.el (message-expand-name-databases): New user option.
22693         (message-expand-name): Use it.
22694
22695 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22696
22697         * spam.el (spam-report-articles-resend)
22698         (spam-report-resend-register-routine): Allow ham reporting.
22699         (spam-report-resend-register-ham-routine): Add wrapper.
22700         (spam-registration-functions): Add ham resending functions.
22701         (spam-list-of-processors): Add ham resend processor.
22702
22703         * gnus.el (ham-resend-to): Add new group parameter.
22704         (spam-process): Add ham resend option.
22705
22706         * spam-report.el (spam-report-resend): Allow reporting ham.
22707         (spam-report-resend-ham): Add wrapper.
22708
22709 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22710
22711         * message.el (message-cite-articles-with-x-no-archive):
22712         New variable.
22713         (message-cite-original): Use it.
22714
22715 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22716
22717         * message.el (message-cite-original): Respect X-No-Archive.
22718
22719 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22720
22721         * gnus-art.el (article-hide-headers): Refer to the values for
22722         gnus-ignored-headers and gnus-visible-headers in the summary
22723         buffer since a user may have set them as group parameters.
22724
22725 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22726
22727         * assistant.el (assistant-node-name): Add convenience function.
22728         (assistant-render-text, assistant-render-node): Add error handling,
22729         plus handle multiple next nodes.
22730         (assistant-find-next-node): Comment out for now.
22731         (assistant-find-next-nodes): Add function, returns list of next
22732         nodes.
22733
22734 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22735
22736         * mail-source.el (mail-source-directory): Fix doc-string.
22737
22738 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22739
22740         * assistant.el (assistant-render-text, assistant-eval): Add :set
22741         widget type, which is different because it takes and returns a
22742         list.  Much hilarity ensues.
22743
22744 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22745
22746         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22747
22748         * gnus-group.el (gnus-group-get-new-news-this-group):
22749         Add doc-string.
22750
22751         * gnus-start.el (gnus-activate-group): Add doc-string.
22752
22753 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22754
22755         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22756
22757 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22758
22759         * assistant.el (assistant-render-text): Try to add a :set
22760         widget, more to come.
22761
22762         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22763         strings.
22764         (spam-report-articles-resend)
22765         (spam-register-routine): Do registration iff any articles warrant
22766         it.
22767         (spam-summary-prepare-exit): Change log message for nil group
22768         destinations.
22769
22770 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22771
22772         * spam.el (spam-report-resend-register-routine):
22773         Allow spam-report-resend-to to be a group parameter or a global value.
22774
22775 2004-05-26  Simon Josefsson  <jas@extundo.com>
22776
22777         * starttls.el: Merge with my GNUTLS based starttls.el.
22778         (starttls-gnutls-program, starttls-use-gnutls)
22779         (starttls-extra-arguments, starttls-process-connection-type)
22780         (starttls-connect, starttls-failure, starttls-success):
22781         New variables.
22782         (starttls-program, starttls-extra-args): Doc fix.
22783         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22784         New functions.
22785         (starttls-negotiate, starttls-open-stream):
22786         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22787         function if it is set.
22788
22789 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22790
22791         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22792         structured fields.
22793
22794 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22795
22796         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22797
22798 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22799
22800         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22801         Add variable.
22802         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22803         assigning the spam-mark to new messages.
22804
22805 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22806
22807         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22808
22809 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22810
22811         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22812
22813         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22814         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22815         default.
22816
22817 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22818
22819         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22820         correct data.
22821
22822 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22823
22824         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22825         (spam-group-processor-p): Fix function.
22826         (spam-group-processor-multiple-p)
22827         (spam-group-spam-processor-report-gmane-p)
22828         (spam-group-spam-processor-report-resend-p)
22829         (spam-group-spam-processor-bogofilter-p)
22830         (spam-group-spam-processor-blacklist-p)
22831         (spam-group-spam-processor-ifile-p)
22832         (spam-group-ham-processor-ifile-p)
22833         (spam-group-spam-processor-spamoracle-p)
22834         (spam-group-spam-processor-crm114-p)
22835         (spam-group-ham-processor-bogofilter-p)
22836         (spam-group-spam-processor-stat-p)
22837         (spam-group-ham-processor-stat-p)
22838         (spam-group-ham-processor-whitelist-p)
22839         (spam-group-ham-processor-BBDB-p)
22840         (spam-group-ham-processor-spamoracle-p)
22841         (spam-group-ham-processor-copy-p): Remove functions with some
22842         prejudice against unneeded code.
22843         (spam-report-articles-resend)
22844         (spam-report-resend-register-routine): Allow the group/topic
22845         spam-resend-to value to override spam-report-resend-to.
22846         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22847         properly now.
22848
22849         * gnus.el (spam-resend-to): Add group/topic parameter.
22850         (spam-process): Move the OBSOLETE processors to the end of the
22851         choices.
22852
22853 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22854
22855         * spam-report.el (spam-report-resend-to, spam-report-resend):
22856         Start with resend-to set to nil, and then ask the user if necessary.
22857         (spam-report-resend): spam-report-resend takes a list of articles, not
22858         separate article numbers.
22859
22860 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22861
22862         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22863         addition to emacs-w3m.
22864
22865 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22866
22867         * assistant.el (assistant-authinfo-data): New function.
22868         (assistant-eval): Eval for entire assistant.
22869
22870         * netrc.el (netrc-services-file): New variable.
22871         (netrc-parse-services): New function.
22872         (netrc-find-service-name): New function.
22873         (netrc-find-service-number): New function.
22874         (netrc-port-equal): New function.
22875         (netrc-machine): Use it.
22876
22877         * nnimap.el (nnimap-open-connection): Use netrc.
22878
22879         * gnus-util.el (gnus-netrc-get): Remove aliases.
22880
22881         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22882
22883         * assistant.el (wid-edit): Fix compilation.
22884
22885         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22886
22887 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22888
22889         * gnus-util.el (gnus-set-file-modes): New function.  (small
22890         patch).
22891
22892 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22893
22894         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22895
22896         * assistant.el (assistant-render-node): Fix up rendering and
22897         read-only text.
22898         (assistant-render-node): Reset.
22899         (assistant-make-read-only): Not sticky.
22900
22901 2004-05-20  Danny Siu  <dsiu@adobe.com>
22902
22903         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22904         centered even when gnus-auto-center-summary is t.
22905
22906 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22907
22908         * dns.el (dns-get-txt-answer): New function.
22909         (dns-read-txt): Ditto.
22910         (query-dns): Use it.
22911
22912 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22913
22914         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22915         active for foreign groups even if the group level is higher than
22916         the specified value.
22917
22918 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22919
22920         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22921         non-active groups.
22922
22923         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22924
22925 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22926
22927         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22928
22929 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22930
22931         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22932         (spam-crm114-header, spam-crm114-spam-switch)
22933         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22934         (spam-crm114-positive-spam-header)
22935         (spam-crm114-database-directory, spam-list-of-processors)
22936         (spam-group-spam-processor-crm114-p)
22937         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22938         (spam-generic-score, spam-list-of-checks)
22939         (spam-list-of-statistical-checks, spam-registration-functions)
22940         (spam-check-crm114-headers, spam-crm114-score)
22941         (spam-check-crm114, spam-crm114-register-with-crm114)
22942         (spam-crm114-register-spam-routine)
22943         (spam-crm114-unregister-spam-routine)
22944         (spam-crm114-register-ham-routine)
22945         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22946
22947 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22948
22949         * gnus.el: Add spam-use-crm114.
22950
22951         * spam.el (spam-list-of-processors, spam-registration-functions):
22952         Add spam-use-resend.
22953         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22954         (spam-report-articles-gmane): Add doc fix.
22955         (spam-report-articles-resend, spam-report-resend-register-routine):
22956         Add wrappers around spam-report-resend-to.
22957
22958         * spam-report.el (spam-report-resend-to, spam-report-resend):
22959         Add support for resending spam.
22960         (spam-report-gmane): Fix line length >80.
22961
22962         * gnus.el (spam-process): Add spam-use-resend.
22963
22964 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22965
22966         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22967         number of processed spam messages.
22968         (spam-ham-copy-or-move-routine): Return the number of processed
22969         ham messages.
22970         (spam-summary-prepare-exit): Use the above values to decide
22971         whether status messages shouled be displayed.
22972
22973 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22974
22975         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22976         `rfc2047-encoding-function-alist' in order to avoid conflicting
22977         with the old version.
22978         (rfc2047-encode-region): Concatenate words containing non-ASCII
22979         characters in structured fields; don't encode space-delimited
22980         ASCII words even in unstructured fields; don't break words at
22981         char-category boundaries.
22982         (rfc2047-encode-1): New function.
22983         (rfc2047-encode): Use it; encode text so that it occupies the
22984         maximum width within 76-column; work correctly on Q encoding for
22985         iso-2022-* charsets.
22986         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22987         sure not to break a line just after the header name.
22988         (rfc2047-b-encode-region): Remove.
22989         (rfc2047-b-encode-string): New function.
22990         (rfc2047-q-encode-region): Remove.
22991         (rfc2047-q-encode-string): New function.
22992
22993         * mm-util.el (mm-replace-in-string): New function.
22994
22995 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22996
22997         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22998         Really get it right.
22999         (gnus-inews-make-draft): Really.
23000
23001 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
23002
23003         * nnmh.el (nnmh-request-list-1): Don't check the link count
23004         before descending.  (small patch)
23005
23006 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23007
23008         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
23009         stuff.
23010
23011         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
23012         Match on real group name.
23013
23014         * gnus-art.el (gnus-signature-limit): Doc fix.
23015
23016         * gnus-msg.el (gnus-inews-make-draft): Quote list.
23017
23018         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
23019
23020 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
23021
23022         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
23023         isn't a string.
23024
23025 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23026
23027         * gnus-draft.el (gnus-draft-send):
23028         Bind rfc2047-encode-encoded-words.
23029
23030         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
23031         (rfc2047-encodable-p): Say that =? needs encoding.
23032         (rfc2047-encode-encoded-words): New variable.
23033
23034         * gnus-group.el (gnus-group-select-group): Doc fix.
23035
23036         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
23037
23038         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
23039         to nil.
23040
23041         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
23042
23043         * nnheader.el (nnheader-get-lines-and-char): New function.
23044
23045 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
23046
23047         * gnus-msg.el (gnus-summary-followup-with-original):
23048         Document yanking of region when active.
23049
23050 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23051
23052         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
23053         groups if the group level is higher than the specified value.
23054
23055 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23056
23057         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
23058         (gnus-group-jump-to-group): Add prefix argument using
23059         `gnus-group-jump-to-group-prompt'.  Query before jumping to
23060         non-active group.
23061
23062         * compface.el (uncompface): Be verbose when changing
23063         `uncompface-use-external'.
23064
23065         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23066         handle manual section.
23067
23068 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23069
23070         * gnus-art.el (gnus-button-alist): Revert previous change.
23071
23072 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23073
23074         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23075
23076 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23077
23078         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23079         whether backend can accept message.
23080
23081         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23082
23083 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23084
23085         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23086         Avoid creating directory when nntp-marks-is-evil is true.
23087         Reported by Reiner Steib.
23088
23089 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23090
23091         * gnus-picon.el (gnus-picon-insert-glyph):
23092         Add optional `nostring' argument.
23093
23094 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23095
23096         * gnus-picon.el (gnus-picon-style): New variable.
23097         (gnus-picon-transform-address): Support `gnus-picon-style'.
23098
23099 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23100
23101         * message.el (message-fill-field): Return point.
23102         (message-generate-headers): Go to end of field.
23103
23104         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23105         stuff for non-living groups.
23106
23107 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23108
23109         * gnus-art.el (gnus-article-followup-with-original)
23110         (gnus-article-reply-with-original): gnus-mark-active-p ->
23111         gnus-region-active-p.
23112
23113 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23114
23115         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23116         only when there is spam or ham to be processed.
23117
23118 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23119
23120         * mail-source.el (mail-source-delete-crash-box): Refactor.
23121         (mail-source-fetch): Use it.
23122         (mail-source-fetch-file): Ditto.
23123         (mail-source-fetch-directory): Run postscript in loop.
23124         (mail-source-fetch-pop): Delete.
23125         (mail-source-fetch-maildir): Ditto.
23126         (mail-source-fetch-imap): Ditto.
23127
23128         * imap.el (imap-authenticators): Comment out sasl.
23129
23130         * message.el (message-skip-to-next-address): New function.
23131         (message-fill-header-address): Refactor.
23132         (message-fill-address): Use it.
23133         (message-delete-address): Use it.
23134         (message-fill-header-general): Refactor.
23135         (message-fill-field-address): Rename.
23136         (message-narrow-to-field): Find the start of the header.
23137         (message-header-format-alist): Don't pre-fill.
23138         (message-fill-header): Remove.
23139         (message-insert-header): New function.
23140         (message-shorten-references): Use it.
23141
23142         * rfc2047.el (rfc2047-field-value): Strip props.
23143
23144         * mail-parse.el (mail-header-make-address): New alias.
23145
23146         * ietf-drums.el (ietf-drums-make-address): New function.
23147
23148         * imap.el: Add compiler directives.
23149
23150         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23151
23152         * gnus-art.el (article-decode-idna-rhs): Don't use
23153         message-idna-inside-rhs-p.
23154
23155 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23156
23157         * message.el (message-idna-inside-rhs-p): Remove.
23158         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23159
23160         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23161         false positives.
23162
23163 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23164
23165         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23166
23167 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23168
23169         * nneething.el (nneething-file-name): Don't create spurious
23170         files.
23171
23172         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23173         (gnus-inews-do-gcc): Remove sleep.
23174
23175         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23176         part under point.
23177
23178         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23179         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23180
23181 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23182
23183         * spam.el (spam-summary-prepare-exit): Fix (length).
23184
23185 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23186
23187         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23188         as expired without moving it" message when there are spam
23189         messages left.
23190
23191 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23192
23193         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23194         header is not nil.
23195
23196 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23197
23198         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23199         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23200         (nntp-marks-changed-p): New arg SERVER.
23201         (nntp-request-update-info): Adjust caller.
23202
23203 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23204
23205         * nntp.el (nntp-save-marks): Pass missing arg.
23206
23207 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23208
23209         * nntp.el: Support marks.
23210         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23211         (nntp-marks-modtime, nntp-marks-directory): New variables.
23212         (nntp-request-set-mark, nntp-request-update-info)
23213         (nntp-possibly-create-directory, nntp-marks-changed-p)
23214         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23215         New functions.
23216
23217 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23218
23219         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23220         (gnus-xmas-redefine): Rename.
23221
23222         * gnus-score.el (gnus-score-insert-help):
23223         Use gnus-select-lowest-window.
23224
23225         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23226         appt-select-lowest-window and rename to gnus-select-lowest-window.
23227
23228         * gnus.el: do.
23229
23230 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23231
23232         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23233         encodings of MIME-encoded words, in order to improve
23234         interoperability with several broken MUAs.
23235
23236 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23237
23238         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23239         tags, only when charsets are not specified in headers.
23240         (mm-inline-text-html-render-with-w3m): Ditto.
23241
23242         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23243         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23244
23245 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23246
23247         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23248         instead of MIME-decoded from fields when checking
23249         `gnus-article-address-banner-alist'.
23250
23251 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23252
23253         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23254         description rather than subject.
23255
23256 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23257
23258         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23259
23260 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23261
23262         * gnus.el (gnus-version-number): Bump.
23263
23264 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23265
23266         * gnus.el: No Gnus v0.2 is released.
23267
23268 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23269
23270         * gnus-agent.el (gnus-agent-read-agentview):
23271         Inline gnus-uncompress-range.
23272
23273 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23274
23275         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23276         `exec-installed-p'.
23277
23278 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23279
23280         * gnus.el (spam-process, spam-autodetect-methods):
23281         Add bsfilter and bsfilter-headers.
23282
23283         * spam.el (spam-bsfilter): New customize group.
23284         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23285         (spam-bsfilter-header, spam-bsfilter-probability-header)
23286         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23287         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23288         (spam-bsfilter-database-directory): New options.
23289         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23290         (spam-list-of-statistical-checks, spam-registration-functions):
23291         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23292         (spam-bsfilter-score): New command.
23293         (spam-check-bsfilter-headers, spam-check-bsfilter)
23294         (spam-bsfilter-register-with-bsfilter)
23295         (spam-bsfilter-register-spam-routine)
23296         (spam-bsfilter-unregister-spam-routine)
23297         (spam-bsfilter-register-ham-routine)
23298         (spam-bsfilter-unregister-ham-routine): New functions.
23299         (spam-generic-score): Support bsfilter; Accept an optional argument
23300         to recalcurate spam score even if scoring header has already been
23301         added.
23302         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23303         optional argument to recalcurate spam score even if scoring header
23304         has already been added.
23305
23306 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23307
23308         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23309         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23310         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23311         link is missing.
23312
23313 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23314
23315         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23316         (html2text-get-attr): Rewrite.
23317
23318         * message.el (message-setup-1): Remove redundant put-text-property
23319         on mail-header-separator.
23320
23321 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23322
23323         * gnus-registry.el (gnus-registry-cache-whitespace)
23324         (gnus-registry-action, gnus-registry-spool-action)
23325         (gnus-registry-split-fancy-with-parent): Change message levels
23326         from 5 to 3 or 7, as needed.
23327
23328         * spam.el (spam-summary-prepare-exit)
23329         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23330         (spam-split, spam-find-spam, spam-log-undo-registration)
23331         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23332         level from 5 to 6.
23333
23334 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23335
23336         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23337         2004-03-04 change).
23338
23339 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23340
23341         * sieve-manage.el (sieve-manage-open):
23342         * nnweb.el (nnweb-insert-html):
23343         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23344         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23345         * nnspool.el (nnspool-request-group):
23346         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23347         * nnml.el (nnml-request-update-info):
23348         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23349         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23350         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23351         (nnimap-request-set-mark):
23352         * nnfolder.el (nnfolder-request-update-info):
23353         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23354         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23355         * gnus-uu.el (gnus-uu-find-articles-matching):
23356         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23357         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23358         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23359         * gnus-nocem.el (gnus-nocem-scan-groups):
23360         * gnus-int.el (gnus-start-news-server):
23361         * gnus-group.el (gnus-group-make-kiboze-group)
23362         (gnus-group-browse-foreign-server):
23363         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23364         Use mapc when appropriate.
23365
23366 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23367             Adam Sjøgren  <asjo@koldfront.dk>
23368             Wes Hardaker  <wes@hardakers.net>
23369             Michael Shields  <shields@msrl.com>
23370
23371         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23372         may need for spam sorting and scoring.
23373         (spam-user-format-function-S): Add user format function suitable for
23374         general use.
23375         (spam-article-sort-by-spam-status): Add sorting function for summary
23376         sorting.
23377         (spam-extra-header-to-number): Add function to get a score from a
23378         header.
23379         (spam-summary-score): Add function to get a numeric score from the
23380         headers.
23381         (spam-generic-score): Fix function doc, was in wrong place.
23382         (spam-initialize): Take symbols when it's run, and install the
23383         extra headers that spam-necessary-extra-headers thinks we need.
23384
23385 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23386
23387         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23388         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23389
23390 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23391
23392         * gnus-sum.el (gnus-set-global-variables)
23393         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23394         (gnus-article-get-xrefs, gnus-summary-best-group)
23395         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23396         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23397         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23398         Use with-current-buffer.
23399
23400 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23401
23402         * spam.el (spam-summary-prepare-exit): Simplify logic.
23403         (spam-fetch-article-header): Read the article header if it's not
23404         available.
23405         (spam-list-articles): Simplify logic.
23406         (spam-filelist-register-routine): Fix bug with unregister-list.
23407
23408         * gnus-registry.el: Fix comments at beginning.
23409
23410 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23411
23412         * message.el (message-cater-to-broken-inn): Remove.
23413         (message-shorten-references): Make sure the total folded length of
23414         References is shorter than 998 characters to cater to a bug in INN
23415         2.3.  Also, don't pretend that references aren't folded -- this
23416         hasn't worked for a while.
23417
23418 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23419
23420         * gnus-agent.el (gnus-agentize):
23421         gnus-agent-send-mail-real-function no longer set to current value
23422         of message-send-mail-function but rather a lambda that calls
23423         message-send-mail-function.  The change makes the agent real-time
23424         responsive to user changes to message-send-mail-function.
23425
23426 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23427
23428         * legacy-gnus-agent.el
23429         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23430         help from Florian Weimer <fw@deneb.enyo.de>
23431
23432 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23433
23434         * nnmail.el (nnmail-cache-insert): Revert last change.
23435
23436 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23437
23438         * nnmail.el (nnmail-cache-insert): Always check whether
23439         nnmail-cache-ignore-groups matches a group name.
23440
23441 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23442
23443         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23444         (spam-find-spam, spam-log-processing-to-registry)
23445         (spam-log-registered-p, spam-log-unregistration-needed-p)
23446         (spam-log-undo-registration): Use gnus-message instead of
23447         gnus-error, none of these errors are fatal.
23448
23449         * gnus-registry.el (gnus-registry-clean-empty-function)
23450         (gnus-registry-clean-empty): Remove only empty entries without
23451         extra data.
23452
23453 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23454
23455         * spam-stat.el (spam-stat-buffer-change-to-spam)
23456         (spam-stat-buffer-change-to-non-spam): Change (error) to
23457         (gnus-message 8) invocation.
23458
23459 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23460
23461         * nntp.el (nntp-via-netcat-command): New variable.
23462         (nntp-via-netcat-switches): New variable.
23463         (nntp-open-via-rlogin-and-netcat): New function.
23464         (nntp-open-connection-function): Doc fix.
23465         (nntp-telnet-command): Doc fix.
23466         (nntp-end-of-line): Doc fix.
23467         (nntp-via-rlogin-command): Doc fix.
23468         (nntp-via-user-name): Doc fix.
23469         (nntp-via-address): Doc fix.
23470
23471 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23472
23473         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23474         error in Emacs 21.1.
23475
23476 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23477
23478         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23479
23480 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23481
23482         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23483         (gnus-agent-with-refreshed-group): New macro.
23484         (gnus-agent-rename-group): New function.
23485         (gnus-agent-delete-group): New function.
23486         (gnus-agent-save-group-info): Use gnus-command-method when
23487         `method' parameter is nil.  Don't write nil entries into the
23488         active file.
23489         (gnus-agent-get-group-info): New function.
23490         (gnus-agent-fetch-articles):
23491         Use gnus-agent-update-files-total-fetched-for to increment disk space
23492         used.
23493         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23494         Use gnus-agent-update-view-total-fetched-for to increment disk space
23495         used.
23496         (gnus-agent-get-local): Add optional parameters to avoid calling
23497         gnus-group-real-name and gnus-find-method-for-group.
23498         (gnus-agent-set-local): Delete stored entry if either min, or max,
23499         are nil.
23500         (gnus-agent-fetch-session): Reworded error/quit messages.
23501         On quit, use gnus-agent-regenerate-group to record existance of any
23502         articles fetched to disk before the quit occurred.
23503         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23504         gnus-agent-update-view-total-fetched-for, and
23505         gnus-agent-update-files-total-fetched-for to decrement disk space
23506         used.
23507         (gnus-agent-retrieve-headers):
23508         Use gnus-agent-update-view-total-fetched-for to increment disk space
23509         used.
23510         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23511         with gnus-agent-update-files-total-fetched-for to decrement disk
23512         space and fresh group buffer.
23513         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23514         (gnus-agent-need-update-total-fetched-for): New variable.
23515         (gnus-agent-update-files-total-fetched-for): New function.
23516         (gnus-agent-update-view-total-fetched-for): New function.
23517         (gnus-agent-total-fetched-for): New function.
23518
23519         * gnus-cache.el (gnus-cache-save-buffers):
23520         Use gnus-cache-update-overview-total-fetched-for to change disk space
23521         used by this group.
23522         (gnus-cache-possibly-enter-article):
23523         Use gnus-cache-update-file-total-fetched-for to increment disk space
23524         used by this group.
23525         (gnus-cache-possibly-remove-article):
23526         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23527         used by this group.
23528         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23529         (gnus-cache-rename-group): New function.
23530         (gnus-cache-delete-group): New function.
23531         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23532         (gnus-cache-need-update-total-fetched-for): New variable.
23533         (gnus-cache-with-refreshed-group): New macro.
23534         (gnus-cache-update-file-total-fetched-for): New function.
23535         (gnus-cache-update-overview-total-fetched-for): New function.
23536         (gnus-cache-rename-group-total-fetched-for): New function.
23537         (gnus-cache-delete-group-total-fetched-for): New function.
23538         (gnus-cache-total-fetched-for): New function.
23539
23540         * gnus-group.el: Require gnus-sum and autoload functions to
23541         resolve warnings when gnus-group.el compiled alone.
23542         (gnus-group-line-format): Documented new %F.
23543         (size of Fetched data) group line format; identifies disk space
23544         used by agent and cache.
23545         (gnus-group-line-format-alist): Defined new F format.
23546         (gnus-total-fetched-for): New function.
23547         (gnus-group-delete-group): No longer update
23548         gnus-cache-active-altered as gnus-request-delete-group now keeps
23549         the cache in sync.
23550         (gnus-group-list-active): Let the agent store a server's active
23551         list if currently plugged.
23552
23553         * gnus-int.el (gnus-request-delete-group):
23554         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23555         local disk in sync with the server.
23556         (gnus-request-rename-group):
23557         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23558         local disk in sync with the server.
23559
23560         * gnus-start.el (gnus-get-unread-articles):
23561         Cosmetic simplification to logic.
23562
23563         * gnus-util.el (gnus-rename-file): New function.
23564
23565 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23566
23567         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23568
23569 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23570
23571         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23572         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23573
23574 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23575
23576         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23577         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23578
23579 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23580
23581         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23582
23583 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23584
23585         * spam.el (spam-set-difference): Add function to replace
23586         gnus-set-difference in spam.el.
23587         (spam-summary-prepare-exit): Use spam-set-difference.
23588
23589 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23590
23591         * gnus-registry.el (gnus-registry-cache-file): Update to use
23592         gnus-dribble-directory OR gnus-home-directory OR ~.
23593         (gnus-registry-split-fancy-with-parent): Fix doc.
23594
23595 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23596
23597         * message.el (message-exchange-point-and-mark):
23598         Use message-mark-active-p.  Suggested by Jesper Harder
23599         <harder@ifa.au.dk>.
23600
23601 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23602
23603         * message.el (message-exchange-point-and-mark): Don't activate
23604         region if it was inactive.  Suggested by Hiroshi Fujishima
23605         <pooh@nature.tsukuba.ac.jp>.
23606
23607 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23608
23609         * gnus-art.el (article-display-face): Display Faces in the same
23610         order as X-Faces.
23611
23612 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23613
23614         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23615
23616 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23617
23618         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23619         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23620         (gnus-article-mime-hierarchy): Remove.
23621         (gnus-article-mime-hierarchy-next): Remove.
23622         (gnus-article-mode): Revert 2004-03-19 change.
23623         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23624         (gnus-insert-mime-button): Revert 2004-03-19 change.
23625         (gnus-mime-accumulate-hierarchy): Remove.
23626         (gnus-mime-enter-multipart): Remove.
23627         (gnus-mime-leave-multipart): Remove.
23628         (gnus-mime-display-part): Revert 2004-03-19 change.
23629         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23630
23631         * mml.el (mml-preview): Revert 2004-03-19 change.
23632
23633 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23634
23635         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23636
23637 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23638
23639         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23640         t while entering a file name using the mm-with-multibyte macro.
23641         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23642
23643         * mm-util.el (mm-with-multibyte): New macro.
23644
23645 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23646
23647         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23648         New user option.
23649         (gnus-mime-multipart-functions): Doc and customization fix.
23650         (gnus-article-mime-hierarchy): New variable.
23651         (gnus-article-mime-hierarchy-next): New variable.
23652         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23653         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23654         gnus-article-mime-hierarchy-next to nil.
23655         (gnus-insert-mime-button): Show hierarchy numbers.
23656         (gnus-mime-accumulate-hierarchy): New function.
23657         (gnus-mime-enter-multipart): New function.
23658         (gnus-mime-leave-multipart): New function.
23659         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23660         (gnus-mime-display-alternative): Show hierarchy numbers.
23661
23662         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23663         gnus-article-mime-hierarchy-next to nil.
23664
23665 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23666
23667         * dns.el: Don't require gnus-xmas.
23668
23669 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23670
23671         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23672         inline PGP.
23673         (mml-menu): Disable mml-quote-region if mark is inactive.
23674
23675 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23676
23677         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23678         when the group's active is not available.
23679
23680 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23681
23682         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23683         error.
23684
23685 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23686
23687         * imap.el (imap-store-password): New variable.
23688         (imap-interactive-login): Use it.
23689         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23690
23691 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23692
23693         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23694         window-start and hscroll to summary window.
23695
23696 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23697
23698         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23699         conversion message to newsrc-dribble when an actual conversion is
23700         performed.
23701
23702 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23703
23704         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23705
23706 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23707
23708         * mm-decode.el (mm-complicated-handles): New function reviving
23709         former definition of mm-multiple-handles.
23710
23711         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23712         (gnus-mime-delete-part): Use it.
23713
23714 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23715
23716         * gnus-agent.el (gnus-agent-read-local):
23717         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23718         avoid the implicit assumption that they will always be equal.
23719         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23720         coding-system-for-write, as the with-temp-file macro first prints
23721         to a buffer then saves the buffer.
23722
23723 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23724
23725         * gnus-art.el (gnus-article-edit-part): New function.
23726         (gnus-mime-save-part-and-strip): Use it; do query instead of
23727         signaling an error; don't use mm-multiple-handles.
23728         (gnus-mime-delete-part): Ditto.
23729
23730 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23731
23732         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23733         old file versions.
23734         (gnus-group-prepare-hook): Remove function that converted list
23735         form of gnus-agent-expire-days to group properties.
23736
23737         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23738         (gnus-request-accept-article): Re-indented.
23739
23740         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23741         converters to handle old agent file formats.  Add logic for a
23742         "backup before upgrading warning".
23743         (gnus-convert-mark-converter-prompt): Developers can mark
23744         functions as needing (default), or not needing,
23745         gnus-convert-old-newsrc's "backup before upgrading warning".
23746         (gnus-convert-converter-needs-prompt): Tests whether the user
23747         should be protected from potentially irreversable changes by the
23748         function.
23749
23750         * legacy-gnus-agent.el: New.  Provides converters that are only
23751         loaded when gnus-convert-old-newsrc needs to call them.
23752
23753 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23754
23755         * mail-source.el (mail-source-touch-pop): Doc fix.
23756
23757         * message.el (message-smtpmail-send-it): Doc fix.
23758
23759 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23760
23761         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23762
23763         * nnmail.el (nnmail-split-fancy): do.
23764
23765         * gnus-kill.el (gnus-kill, gnus-execute): do.
23766
23767 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23768
23769         * gnus-sum.el (gnus-widget-reversible-match)
23770         (gnus-widget-reversible-to-internal)
23771         (gnus-widget-reversible-to-external): New functions.
23772         (gnus-widget-reversible): New widget.
23773         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23774
23775 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23776
23777         * gnus-sum.el (gnus-thread-sort-functions)
23778         (gnus-article-sort-functions): Document `(not F)' items.
23779
23780 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23781
23782         * spam.el (spam-use-gmane-xref): Add new backend.
23783         (spam-gmane-xref-spam-group): Add variable to control the name of the
23784         Gmane spam group.
23785         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23786         (spam-regex-headers-spam, spam-regex-headers-ham)
23787         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23788         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23789         backends and checks.
23790         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23791
23792         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23793         an autodetect method.
23794
23795 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23796
23797         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23798         articles are being added to a group.
23799         (gnus-request-replace-article): Inform the agent that articles
23800         need to be uncached as the cached contents are no longer valid.
23801
23802 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23803
23804         * binhex.el: Don't autoload executable-find.
23805
23806         * canlock.el: Don't autoload mail-fetch-field.
23807
23808         * dgnushack.el: Autoload c-mode for XEmacs.
23809
23810         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23811
23812         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23813         rmail-dont-reply-to and rmail-output.
23814
23815         * gnus-score.el: Don't autoload ffap-string-at-point.
23816
23817         * gnus-setup.el: Don't autoload sc-cite-original.
23818
23819         * imap.el: Don't autoload base64-decode-string,
23820         base64-encode-string and md5.
23821
23822         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23823         and rmail-msg-restore-non-pruned-header.
23824
23825         * mm-decode.el: Don't autoload executable-find.
23826
23827         * mm-url.el: Don't autoload executable-find.
23828
23829         * mm-view.el: Don't autoload diff-mode.
23830
23831         * nndb.el: Don't autoload news-reply-mode, news-setup,
23832         cancel-timer and telnet.
23833
23834         * password.el: Don't autoload run-at-time for Emacs.
23835
23836         * sha1-el.el: Don't autoload executable-find.
23837
23838         * sieve-mode.el: Don't autoload c-mode.
23839
23840         * uudecode.el: Don't autoload executable-find.
23841
23842 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23843
23844         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23845         (gnus-agent-possibly-alter-active): Avoid null in numeric
23846         comparison.
23847         (gnus-agent-set-local): Refuse to save null in local object table.
23848         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23849         list of articles that will be marked as unread.
23850
23851 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23852
23853         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23854
23855 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23856
23857         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23858         language tags.
23859
23860 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23861
23862         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23863         Don't bind "obarray".
23864
23865         * gnus-sum.el (gnus-thread-sort-functions):
23866         Add `gnus-thread-sort-by-most-recent-number' and
23867         `gnus-thread-sort-by-most-recent-date'.
23868         Reported by Kai Grossjohann <kai@emptydomain.de>.
23869
23870 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23871
23872         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23873
23874 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23875
23876         * gnus-cus.el (gnus-agent-customize-category):
23877         Remove ignore-errors macro reference that required cl to be loaded at
23878         run-time.
23879
23880         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23881         single-interval range of the form (min . max).  Previously the
23882         range had to look like ((min . max)).  Likewise, return
23883         (min . max) rather than ((min . max)).
23884         (gnus-range-map): Use gnus-range-normalize to accept
23885         single-interval range.
23886
23887         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23888         the cache, but not the agent, now appear with their usual face.
23889
23890         * dgnushack.el (loaddir): New variable that is bound to the
23891         directory containing the dgnushack.el file. Use loaddir, rather
23892         than srcdir, to update load-path. Change lets dgnushack compile
23893         code in directories other than GNUS/lisp.
23894
23895 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23896
23897         * lpath.el: Don't bind w3m-safe-url-regexp.
23898
23899         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23900         w3m-safe-url-regexp variable buffer-local.
23901
23902         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23903
23904 2004-02-27  Simon Josefsson  <jas@extundo.com>
23905
23906         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23907         gnus-group-real-prefix.
23908         (gnus-summary-move-article): Use it, instead of
23909         gnus-group-real-prefix.
23910
23911 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23912
23913         * lpath.el: Bind w3m-safe-url-regexp.
23914
23915         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23916         w3m-safe-url-regexp variable buffer-local and set it as the value
23917         of mm-w3m-safe-url-regexp.
23918
23919         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23920
23921         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23922         parsing gnus-posting-styles when the message is not for replying.
23923
23924         * dgnushack.el: Autoload sgml-mode for XEmacs.
23925
23926         * nnrss.el (nnrss-opml-export):
23927         Use mm-set-buffer-file-coding-system instead of
23928         set-buffer-file-coding-system.
23929
23930 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23931
23932         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23933         of checkdoc.el).
23934         * nnrss.el: do.
23935         * gnus-mlspl.el: do.
23936         * gnus-ml.el: do.
23937         * gnus-srvr.el: do.
23938
23939         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23940
23941 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23942
23943         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23944         Corrections to custom-manual links.
23945
23946         * gnus-art.el (gnus-article): Ditto.
23947
23948         * mm-decode.el (mime-display, mime-security): Ditto.
23949
23950 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23951
23952         * flow-fill.el: Typo.
23953
23954 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23955
23956         * spam-wash.el: New file.
23957
23958 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23959
23960         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23961
23962 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23963
23964         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23965         to be run with new-articles as LIST1, not LIST2.
23966         (spam-registration-functions): Add spam-use-ham-copy as a nil
23967         registration backend.
23968
23969 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23970
23971         * spam-stat.el (spam-stat-washing-hook): New option.
23972         (spam-stat-buffer-words): Use it.
23973         (spam-stat-process-directory, spam-stat-test-directory):
23974         Use insert-file-contents-literally.
23975         (spam-stat-coding-system): New variable.
23976         (spam-stat-load, spam-stat-save): Use it.
23977
23978 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23979
23980         * spam-report.el (spam-report-plug-agent):
23981         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23982
23983 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23984
23985         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23986         Allow / in mailto URLs.
23987
23988 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23989
23990         * spam-report.el (spam-report-process-queue): Fix interactive use.
23991         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23992         (spam-report-unplug-agent): Doc fixes.
23993         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23994         (spam-report-agentize, spam-report-deagentize): Autoload.
23995
23996 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23997
23998         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23999
24000         * message.el (message-setup-fill-variables): Add mml tags to
24001         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
24002         <ajk@iu.edu>.
24003         (message-mode): Don't modify paragraph-separate there.
24004
24005 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
24006
24007         * compface.el (uncompface-use-external): Default to undecided.
24008         (uncompface-use-external-threshold): New variable.
24009         (uncompface-float-time): New macro.
24010         (uncompface): Determine whether to use the external decoder if
24011         uncompface-use-external is undecided.
24012
24013 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24014
24015         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
24016         after images.
24017
24018         * gnus-art.el (gnus-mime-display-single): Remove dead code.
24019
24020 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
24021
24022         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
24023
24024         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
24025
24026         * gnus-sum.el (gnus-summary-limit-to-age)
24027         (gnus-summary-limit-children): do.
24028
24029         * gnus-int.el (gnus-request-scan): do.
24030
24031         * gnus-group.el (gnus-group-suspend): do.
24032
24033         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
24034
24035         * gnus-cite.el (gnus-cite-parse-attributions): do.
24036
24037         * gnus-agent.el (gnus-summary-set-agent-mark)
24038         (gnus-agent-regenerate-group): do.
24039
24040         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
24041
24042         * binhex.el (binhex-decode-region-internal): do.
24043
24044 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24045
24046         * gnus-fun.el (gnus-face-properties-alist): New user option.
24047         (gnus-display-x-face-in-from): Use it.
24048
24049         * gnus-art.el (article-display-face): Ditto.
24050
24051         * compface.el (uncompface-use-external): Default to nil.
24052
24053 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
24054
24055         * nntp.el (nntp-erase-buffer): New function.
24056         (nntp-retrieve-data, nntp-send-command)
24057         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
24058         (nntp-possibly-change-group): Use it.
24059
24060         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
24061         Use with-current-buffer.
24062
24063 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
24064
24065         * compface.el: Merge the ELisp-based uncompface program.
24066         (compface): New customization group.
24067         (uncompface-use-external): New user option.
24068         (uncompface): Call uncompface-internal if uncompface-use-external
24069         is nil.
24070         (uncompface-internal): New function.  Note that there are also
24071         some other functions and variables added for this function.
24072
24073 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24074
24075         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24076         if necessary.
24077
24078 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24079
24080         * spam-report.el (spam-report-unplug-agent)
24081         (spam-report-plug-agent, spam-report-deagentize)
24082         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24083         Add support for the Agent in spam-report: when unplugged, report to a
24084         file; when plugged, submit all the requests.
24085
24086         * spam.el (spam-register-routine): Fix message about
24087         registration.
24088
24089 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24090
24091         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24092         dependencies.
24093         (rfc2047-encode): Use it.
24094
24095         * gnus-art.el (gnus-button-marker-list): Move before first
24096         reference.
24097
24098         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24099         (imap-parse-body): Fix format string mismatch.
24100
24101         * gnus-score.el (gnus-summary-increase-score): do.
24102
24103         * nnrss.el (nnrss-close): New function.
24104
24105 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24106
24107         * nnrss.el (nnrss-make-filename): New function.
24108         (nnrss-request-delete-group, nnrss-read-server-data)
24109         (nnrss-save-server-data, nnrss-read-group-data)
24110         (nnrss-save-group-data): Use it.
24111         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24112         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24113         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24114
24115 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24116
24117         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24118
24119 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24120
24121         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24122         files.
24123
24124         * message.el (message-generate-headers-first): Don't quote nil
24125         and t in docstrings.
24126
24127         * imap.el (imap-id): do.
24128
24129         * gnus-agent.el (gnus-agent-consider-all-articles)
24130         (gnus-agent-queue-mail): do.
24131
24132 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24133
24134         * spam-report.el (spam-report-process-queue): New function.
24135         Process requests from `spam-report-requests-file'.
24136         (spam-report-process-queue): Doc fix.
24137
24138 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24139
24140         * spam.el (spam-register-routine)
24141         (spam-log-processing-to-registry, spam-log-registered-p)
24142         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24143         Change "check" to "spam-check" for semi-clarity.
24144
24145 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24146
24147         * pop3.el: Require nnheader.
24148
24149         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24150
24151         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24152
24153         * gnus-picon.el: Require cl.
24154
24155         * gnus-fun.el: Require gnus-ems and gnus-util.
24156
24157         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24158
24159         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24160
24161         * gnus-art.el (gnus-article-edit-mode): Define before first
24162         reference.
24163
24164 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24165
24166         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24167         (gnus-uu-post-encoded): Use point-at-bol.
24168
24169         * gnus-topic.el (gnus-group-active-topic-p): do.
24170
24171         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24172
24173         * gnus-group.el (gnus-group-kill-region): do.
24174
24175         * gnus-art.el (article-date-ut): do.
24176
24177         * message.el (message-fetch-field): Remove redundant
24178         case-fold-search binding.
24179         (message-narrow-to-field): Simplify.
24180
24181 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24182
24183         * spam.el (spam-directory): Derive from `gnus-directory'.
24184
24185         * spam-report.el (spam-report-url-to-file)
24186         (spam-report-requests-file): New function and variable for offline
24187         reporting.
24188         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24189         and user defined function.
24190         (spam-report-url-ping-mm-url): Remove doubled slash.
24191
24192 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24193
24194         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24195
24196 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24197
24198         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24199         Fix format string mismatch.
24200
24201         * sieve.el (sieve-deactivate-all): do.
24202
24203         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24204
24205         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24206
24207         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24208
24209         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24210
24211 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24212
24213         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24214         the list of checks.
24215
24216 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24217
24218         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24219         padding.
24220
24221 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24222
24223         * mm-view.el (mm-fill-flowed): New variable.
24224         (mm-inline-text): Use it.
24225
24226 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24227
24228         * spam.el (spam-spamassassin-register-ham-routine)
24229         (spam-spamassassin-register-spam-routine): Fix function names.
24230
24231 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24232
24233         * gnus.el (gnus-tmp-grouplens): Remove.
24234         (gnus-summary-line-format): Remove grouplens.
24235
24236         * gnus-group.el (gnus-group-line-format): Ditto.
24237
24238         * gnus-spec.el (gnus-format-specs): Ditto.
24239         (gnus-update-format-specifications): Flush the group format spec
24240         cache if there's the grouplens stuff.
24241         (gnus-parse-simple-format): Replace %l with the empty string.
24242
24243 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24244
24245         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24246         omission.
24247
24248 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24249
24250         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24251         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24252
24253 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24254
24255         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24256         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24257         New macros and functions.
24258         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24259         Handle > NLINK_MAX messages.
24260         * nnmaildir.el (nnmaildir-request-set-mark):
24261         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24262
24263 2004-01-25  Alex Schroeder  <alex@gnu.org>
24264
24265         * spam-stat.el (spam-stat-process-directory-age): New option.
24266         (spam-stat-process-directory): Use it.
24267
24268 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24269
24270         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24271         (spam-stat-save): Accept prefix argument.
24272
24273 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24274
24275         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24276         links" error.
24277
24278 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24279
24280         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24281         the rest of the and/or forms.
24282
24283 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24284
24285         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24286         compatibility with old .newsrc.eld files.
24287
24288         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24289
24290         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24291
24292         * gnus-start.el (gnus-1): do.
24293
24294         * gnus-group.el (gnus-group-line-format-alist): do.
24295
24296         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24297
24298         * gnus-gl.el: Remove.
24299
24300 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24301
24302         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24303         marks consisting of a single range {for example, (3 . 5)} rather
24304         than a list of a single range { ((3 . 5)) }.
24305
24306 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24307
24308         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24309         Use with-current-buffer.
24310         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24311         avoid consing a string.
24312
24313         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24314         Remove obsolete entries for big5 and gb2312.
24315
24316 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24317
24318         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24319         uncompressed list.
24320
24321 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24322
24323         * spam-stat.el (spam-stat-strip-xref): New function.
24324         (spam-stat-process-directory): Use it.
24325
24326         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24327         here -- it's done in message-fetch-field.
24328
24329 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24330
24331         * gnus-agent.el (gnus-agent-queue-mail)
24332         (gnus-agent-prompt-send-queue): New variables.
24333         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24334         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24335         "nndraft:queue" along to gnus-draft-send.
24336         Use gnus-agent-prompt-send-queue.
24337         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24338         is "nndraft:queue".  Suggested by Gaute Strokkenes
24339         <gs234@srcf.ucam.org>
24340
24341         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24342         (agent-enable-undownloaded-faces): Add.
24343         (gnus-agent-cat-groups): Use eval-and-compile, not
24344         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24345         method of gnus-agent-cat-groups even when the buffer has been
24346         evaled.
24347         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24348         delete gnus-agent-save-active-1.
24349         (gnus-agent-save-groups): Delete.  Identical to
24350         gnus-agent-save-active.
24351         (gnus-agent-write-active): No longer adjust agent's copy of active
24352         file as agent's adjustments are now stored in their own
24353         file.  Remove optional parameter.
24354         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24355         servers.  Add use of min/max range limits from server's local
24356         file.
24357         (gnus-agent-save-alist): Remove unused optional argument.
24358         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24359         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24360         (gnus-agent-set-local): A per-server file that keeps min/max range
24361         limits for articles known to the agent.  Provides a fast mechanism
24362         for altering many active ranges.
24363         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24364         active file (local makes it unnecessary).
24365         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24366
24367         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24368         (agent-enable-undownloaded-faces): Add.
24369
24370         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24371         disable it when sending to "nndraft:queue".
24372         (gnus-group-send-queue): Add safety check to avoid sending queue
24373         when unplugged.
24374
24375         * gnus-group.el (gnus-group-catchup): Use new
24376         gnus-sequence-of-unread-articles, not
24377         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24378         numbers of articles.  Use gnus-range-map to avoid having to
24379         uncompress the unread list.
24380         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24381         Fix invalid ange-ftp reference.
24382
24383         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24384         (gnus-sorted-range-intersection): Intersection of two ranges
24385         without requiring that they first be uncompressed.
24386
24387         * gnus-start.el (gnus-activate-group): Unless blocked by the
24388         caller, possibly expand the active range to include both cached
24389         and agentized articles.
24390         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24391         multiple version-dependent converters.
24392         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24393         gnus-agent-save-active.
24394         (gnus-save-newsrc-file): Save dirty agent range limits.
24395
24396         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24397         gnus-agent-possibly-alter-active.
24398         (gnus-adjust-marked-articles): Faster handling of simple lists.
24399
24400 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24401
24402         * spam-stat.el (spam-stat-test-directory): New optional argument
24403         displays a list of files detected.  Suggested by Andrew Cohen
24404         <cohen@andy.bu.edu>.
24405         (spam-stat-buffer-words-with-scores): Don't narrow and change
24406         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24407
24408 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24409
24410         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24411         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24412         (spam-spamassassin-arguments)
24413         (spam-spamassassin-spam-flag-header)
24414         (spam-spamassassin-positive-spam-flag-header)
24415         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24416         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24417         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24418         (spam-list-of-processors, spam-list-of-checks)
24419         (spam-list-of-statistical-checks, spam-registration-functions)
24420         (spam-check-spamassassin-headers, spam-check-spamassassin)
24421         (spam-spamassassin-score)
24422         (spam-spamassassin-register-with-sa-learn)
24423         (spam-spamassassin-register-spam-routine)
24424         (spam-spamassassin-register-ham-routine)
24425         (spam-assassin-register-spam-routine)
24426         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24427         (spam-bogofilter-score): Fix to show article before scoring.
24428
24429 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24430
24431         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24432         default scoring function.
24433         (spam-generic-score): Call spam-spamassassin-score if
24434         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24435         spam-bogofilter-score otherwise.
24436
24437         * gnus.el (spam-process, spam-autodetect-methods):
24438         Add spamassassin and spamassassin-headers.
24439
24440 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24441
24442         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24443         Suppress unnecessary messages.
24444
24445 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24446
24447         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24448         make-hash-table.
24449
24450 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24451
24452         * canlock.el (base64-encode-string): Don't autoload it.
24453
24454 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24455
24456         * run-at-time.el: Remove useless (require 'itimer),
24457         eval-and-compile and (featurep 'xemacs).
24458
24459 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24460
24461         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24462         GROUP is a virtual group.
24463
24464 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24465
24466         * gnus.el: Autoload `message-y-or-n-p'.
24467
24468 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24469
24470         * pgg-parse.el: Remove unnecessary (require 'custom).
24471
24472         * pgg-def.el: do.
24473
24474         * nnmail.el: do.
24475
24476         * gnus-undo.el: do.
24477
24478         * gnus-picon.el: do.
24479
24480         * gnus-util.el: do.
24481
24482 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24483
24484         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24485
24486 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24487
24488         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24489         handle, as well as a list.
24490
24491         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24492         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24493         (mm-w3m-cid-retrieve): Simplify.
24494
24495 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24496
24497         * message.el (message-kill-to-signature): Allow prefix arg to
24498         specify number of lines to keep before signature.
24499
24500 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24501
24502         * message.el (message-kill-to-signature): Change docstring.
24503
24504 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24505
24506         * canlock.el: Always require sha1-el.
24507         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24508
24509         * message.el: Autoload sha1 only when compiling.
24510
24511         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24512         eudc-expand-inline for XEmacs.
24513
24514 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24515
24516         * message.el (message-canlock-generate): Require sha1-el.
24517
24518 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24519
24520         * message.el (message-expand-name): Silence the byte compiler.
24521
24522         * lpath.el: Add detect-coding-system.
24523
24524         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24525         cus-edit.
24526
24527 2004-01-13  Simon Josefsson  <jas@extundo.com>
24528
24529         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24530         Invoke gnus-score-mode.
24531         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24532
24533         * gnus-range.el (gnus-compress-sequence): Doc fix.
24534         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24535
24536 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24537
24538         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24539
24540 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24541
24542         * spam.el (spam-get-article-as-string): Update to use
24543         gnus-request-article-this-buffer, much simpler.
24544         (spam-get-article-as-buffer): Remove.
24545
24546 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24547
24548         * message.el (message-expand-name): Use EUDC if the user uses that.
24549
24550 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24551
24552         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24553         character for the encoding to avoid consing a string.
24554
24555         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24556         unnecessarily.
24557
24558         * mm-util.el (mm-replace-chars-in-string): Remove.
24559
24560         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24561         of mm-replace-chars-in-string.
24562
24563 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24564
24565         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24566
24567         * mm-util.el (mm-subst-char-in-string): Support inplace.
24568
24569         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24570         a new string in every iteration.  Use shy groups.
24571
24572 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24573
24574         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24575         * gnus-soup.el (gnus-soup-group-brew):
24576         * gnus-msg.el (gnus-put-message):
24577         * gnus-move.el (gnus-group-move-group-to-server):
24578         * gnus-kill.el (gnus-batch-score):
24579         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24580         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24581         (gnus-group-update-group, gnus-group-read-group)
24582         (gnus-group-make-group, gnus-group-make-help-group)
24583         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24584         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24585         (gnus-group-sort-by-unread, gnus-group-catchup)
24586         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24587         (gnus-group-yank-group, gnus-group-set-info)
24588         (gnus-group-list-groups):
24589         * gnus.el (gnus-generate-new-group-name):
24590         * gnus-delay.el (gnus-delay-send-queue):
24591         * nnvirtual.el (nnvirtual-catchup-group):
24592         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24593         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24594         (gnus-group-prepare-topics, gnus-topic-check-topology):
24595         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24596         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24597         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24598         (gnus-group-make-articles-read):
24599         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24600         (gnus-group-change-level, gnus-kill-newsgroup)
24601         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24602         (gnus-get-unread-articles, gnus-make-articles-unread)
24603         (gnus-make-ascending-articles-unread): Use accessor
24604         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24605         to get group information for improved readability.
24606
24607
24608 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24609
24610         * gnus-art.el (article-decode-mime-words, article-babel)
24611         (gnus-article-highlight-signature, gnus-article-add-buttons)
24612         (gnus-signature-toggle): Use gnus-with-article-buffer.
24613
24614         * gnus-art.el (gnus-article-highlight-headers)
24615         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24616
24617         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24618         (gnus-article-set-globals, gnus-request-article-this-buffer)
24619         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24620         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24621         (gnus-mime-display-alternative): Use with-current-buffer.
24622
24623 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24624
24625         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24626         also under 80 char limit, and call gnus-error if needed.
24627         (spam-fetch-article-header): Fix - it was a
24628         buffer-local variable (gnus-newsgroup-data).
24629         (spam-find-spam): Use spam-generate-fake-headers, forget about
24630         spam-insert-fake-headers.
24631         (spam-insert-fake-headers): Remove.
24632
24633 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24634
24635         * deuglify.el (gnus-article-outlook-unwrap-lines)
24636         (gnus-outlook-rearrange-article)
24637         (gnus-outlook-repair-attribution-outlook)
24638         (gnus-outlook-repair-attribution-block)
24639         (gnus-outlook-repair-attribution-other): Remove redundant
24640         save-excursion.
24641
24642 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24643
24644         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24645         (spam-fetch-field-subject-fast)
24646         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24647         (spam-fetch-article-header): Add functions to deal with Gnus
24648         internals for fast retrieval of article header data.
24649         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24650
24651 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24652
24653         * pop3.el (pop3-md5): Remove.
24654         (pop3-apop): Replace pop3-md5 with md5.
24655
24656         * mm-bodies.el: base64 is always built-in.
24657
24658         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24659         Use with-current-buffer.
24660
24661 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24662
24663         * canlock.el (canlock-insert-header): Remove excessive grouping in
24664         regexp.
24665
24666         * gnus-sum.el (gnus-summary-read-document): Ditto.
24667
24668         * gnus-uu.el (gnus-uu-part-number): Ditto.
24669
24670         * html2text.el (html2text-remove-tags): Ditto.
24671         (html2text-format-tags): Ditto.
24672         (html2text-format-single-elements): Ditto.
24673
24674         * mml.el (mml-parse-1): Ditto.
24675
24676 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24677
24678         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24679
24680         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24681
24682         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24683
24684         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24685
24686 2003-11-15  Simon Josefsson  <jas@extundo.com>
24687
24688         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24689         (pgg-gpg-lookup-key): Use regexp match instead of
24690         split-string (split-string is different between emacs 21.2 and
24691         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24692
24693 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24694
24695         * gnus-art.el (gnus-mime-view-all-parts)
24696         (gnus-article-part-wrapper, gnus-article-view-part):
24697         Use with-current-buffer.
24698
24699 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24700
24701         * spam.el (spam-disable-spam-split-during-ham-respool)
24702         (spam-spamoracle-database, spam-cache-lookups)
24703         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24704         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24705         (spam-group-ham-marks, spam-group-spam-marks)
24706         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24707         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24708         also add spam-use-blackholes to the statistical checks.
24709         (spam-fetch-field-fast): Add interface to fetching fields, may
24710         become a macro.
24711         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24712         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24713         (spam-insert-fake-headers): Fake an article when needed.
24714         (spam-find-spam): Fake article when possible.
24715         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24716         (spam-check-bogofilter-headers): Use message-fetch-field instead
24717         of nnmail-fetch-field.
24718
24719 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24720
24721         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24722
24723 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24724
24725         * spam.el (spam-split): Do not require spam-use-CHECK to be
24726         enabled if that check is passed to spam-split explicitly; also
24727         fix so 'spam doesn't get converted to spam-split-group when
24728         spam-split-symbolic-return is t.
24729         (spam-find-spam): Find registrations of the article and use those
24730         instead of re-running spam-split to find the spam/ham
24731         classification of the article.
24732         (spam-log-processing-to-registry, spam-log-registered-p)
24733         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24734         Use gnus-error instead of gnus-message.
24735         (spam-log-registration-type): Add function to determine the
24736         classification of a message based on registry entries; will
24737         return nil if both 'spam and 'ham are found.
24738         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24739         a reasonably fast local cache without the loading errors.
24740         (spam-cache-lookups): Set to t by default.
24741         (spam-find-spam): Don't try to guess spam-cache-lookups.
24742         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24743         spam-caches entry.
24744         (spam-filelist-build-cache, spam-filelist-check-cache):
24745         Fix caching of whitelist/blacklist entries.
24746         (spam-check-whitelist, spam-check-blacklist):
24747         Invoke spam-from-listed-p with a type, not a cache variable.
24748         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24749
24750 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24751
24752         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24753
24754         * nnmail.el (nnmail-split-fancy): do.
24755
24756         * mml.el (mml-parse): do.
24757
24758         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24759         (gnus-score-adaptive): do.
24760
24761 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24762
24763         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24764         (gnus-mime-button-map): Don't set keymap parent.
24765         (gnus-button-ctan-directory-regexp): Use shy grouping.
24766         (gnus-prev-page-map): Don't set keymap parent.
24767         (gnus-prev-page-map): Remove duplicated one.
24768         (gnus-next-page-map): Don't set keymap parent.
24769         (gnus-mime-security-button-map): Ditto.
24770
24771         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24772         version number.
24773
24774         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24775
24776 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24777
24778         * canlock.el (canlock-sha1-function): Remove.
24779         (canlock-sha1-function-for-verify): Remove.
24780         (canlock-openssl-program): Remove.
24781         (canlock-openssl-args): Remove.
24782         (canlock-ignore-errors): Remove.
24783         (canlock-sha1-with-openssl): Remove.
24784         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24785         (canlock-verify): Don't use canlock-ignore-errors.
24786
24787         * sha1-el.el (sha1-string-external): Make it can return a string
24788         in binary form.
24789         (sha1-region-external): Ditto.
24790         (sha1-string-internal): Ditto.
24791         (sha1-region-internal): Ditto.
24792         (sha1-region): Ditto.
24793         (sha1-string): Ditto.
24794         (sha1): Ditto.
24795
24796 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24797
24798         * spam.el (spam-report-articles-gmane): New command.
24799
24800 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24801
24802         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24803
24804         * run-at-time.el (run-at-time-saved): Remove.
24805         (run-at-time): Doc fix.
24806
24807 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24808
24809         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24810         (gnus-summary-limit-map): Add it.
24811         (gnus-summary-make-menu-bar): do.
24812
24813 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24814
24815         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24816         Make attempt at some caching support (done for BBDB only now).
24817         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24818         addresses to be checked.
24819         (spam-clear-cache-BBDB): Add function, to be invoked by
24820         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24821         (spam-check-BBDB): Check and use the caches, if
24822         spam-cache-lookups is on, remove superfluous (provide).
24823
24824 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24825
24826         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24827
24828 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24829
24830         * run-at-time.el (run-at-time-saved): Move to after the definition
24831         of `run-at-time'.
24832
24833         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24834
24835 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24836
24837         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24838         mm-w3m-local-map-property.
24839
24840         * mm-view.el (mm-w3m-mode-map): Remove.
24841         (mm-w3m-local-map-property): Remove.
24842         (mm-inline-text-html-render-with-w3m): Don't use
24843         mm-w3m-local-map-property.
24844
24845 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24846
24847         * run-at-time.el: New file.
24848
24849         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24850         under Emacs.
24851
24852         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24853         of gnus-set-text-properties.
24854
24855         * gnus-uu.el (gnus-uu-save-article): Ditto.
24856
24857         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24858
24859         * gnus-cite.el (gnus-cite-parse): Ditto.
24860
24861         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24862         of gnus-.
24863
24864         * gnus-xmas.el (run-at-time): Require run-at-time.
24865
24866         * gnus.el: Change calls to nnheader-run-at-time and
24867         password-run-at-time throughout to use run-at-time directly.
24868
24869         * password.el: Remove definition of run-at-time.
24870
24871         * nnheaderxm.el: Remove definition of run-at-time.
24872
24873 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24874
24875         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24876         in prompt.
24877
24878 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24879
24880         * messagexmas.el (message-xmas-redefine): Alias
24881         `message-make-caesar-translation-table' to
24882         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24883         version.
24884
24885         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24886         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24887         `gnus-xmas-set-text-properties'.
24888         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24889         `gnus-xmas-completing-read'.
24890         (gnus-xmas-completing-read): Removed.
24891         (gnus-xmas-open-network-stream): Removed.
24892
24893         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24894         XEmacs version.
24895
24896         * dns.el (dns-make-network-process): Use `open-network-stream'
24897         instead of `gnus-xmas-open-network-stream'.
24898
24899         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24900
24901         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24902
24903 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24904
24905         * gnus-art.el (gnus-mime-display-alternative)
24906         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24907         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24908         Don't use gnus-local-map-property.
24909
24910         * gnus-util.el (gnus-local-map-property): Remove.
24911
24912         * mm-view.el (mm-view-pkcs7-decrypt):
24913         Replace gnus-completing-read-maybe-default with completing-read.
24914
24915         * gnus-util.el (gnus-completing-read): do.
24916         (gnus-completing-read-maybe-default): Remove.
24917
24918 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24919
24920         * password.el: Only autoload `run-at-time' if not XEmacs.
24921         Only autoload the itimer functions if XEmacs.
24922
24923 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24924
24925         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24926         XEmacsen.
24927
24928         * dgnushack.el: Autoload executable-find for XEmacs.
24929
24930 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24931
24932         * gnus-art.el (gnus-read-string): Remove.
24933         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24934         read-string.
24935
24936 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24937
24938         * netrc.el: Autoload password-read.
24939         (netrc): Add configuration group.
24940         (netrc-encoding-method, netrc-openssl-path):
24941         Add variables for encoding and decoding of files with symmetric
24942         ciphers.
24943         (netrc-encode): Add assistant function to encode a file with
24944         netrc-encoding-method.
24945         (netrc-parse): Add interactive parameter, added optional
24946         decoding if netrc-encoding-method is non-nil but otherwise
24947         behavior is standard.
24948         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24949         Do s/encode/encrypt/ everywhere.
24950
24951         * spam.el: Remove executable-find autoload.
24952
24953 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24954
24955         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24956
24957         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24958
24959 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24960
24961         * gnus-art.el (gnus-treat-ansi-sequences)
24962         (article-treat-ansi-sequences): New variable and function.
24963         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24964
24965         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24966         Use it.
24967
24968 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24969
24970         * mm-util.el (mm-quote-arg): Remove.
24971
24972         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24973         shell-quote-argument.
24974
24975         * gnus-uu.el (gnus-uu-command): do.
24976
24977         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24978
24979         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24980         with make-char.
24981
24982         * mm-util.el (mm-make-char): Remove.
24983
24984         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24985         add-minor-mode.
24986
24987         * gnus-undo.el (gnus-undo-mode): do.
24988
24989         * gnus-topic.el (gnus-topic-mode): do.
24990
24991         * gnus-sum.el (gnus-dead-summary-mode): do.
24992
24993         * gnus-start.el (gnus-slave-mode): do.
24994
24995         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24996
24997         * gnus-ml.el (gnus-mailing-list-mode): do.
24998
24999         * gnus-gl.el (gnus-grouplens-mode): do.
25000
25001         * gnus-draft.el (gnus-draft-mode): do.
25002
25003         * gnus-dired.el (gnus-dired-mode): do.
25004
25005         * gnus-ems.el (gnus-add-minor-mode): Remove.
25006
25007         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25008         Replace gnus-char-width with char-width.
25009
25010         * gnus-ems.el (gnus-char-width): Remove.
25011
25012         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
25013         Replace gnus-char-width with char-width.
25014
25015         * gnus-ems.el (gnus-char-width): Remove.
25016
25017         * spam-stat.el (with-syntax-table): Remove with-syntax-table
25018         definition.
25019         Remove Emacs 20 hash table compatibility code.
25020
25021         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
25022         20 compatibility code.
25023
25024         * spam.el (spam-point-at-eol): Replace with point-at-eol.
25025
25026         * smime.el (smime-point-at-eol): Replace with point-at-eol.
25027
25028         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
25029         Replace with point-at-{eol,bol}.
25030
25031         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
25032
25033         * imap.el (imap-point-at-eol): Replace with point-at-eol.
25034
25035         * flow-fill.el (fill-flowed-point-at-bol)
25036         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
25037
25038         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
25039         Replace with point-at-{eol,bol} throughout all files.
25040
25041 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
25042
25043         * ntlm.el (ntlm-string-as-unibyte): New macro.
25044         (ntlm-build-auth-response): Use it.
25045
25046         Remove Emacs 20 stuff:
25047         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
25048         (butlast, mapc, remove): Remove the compiler macros.
25049         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
25050         of delq and copy-sequence.
25051         * gnus-art.el (popup-menu): Remove the compiler macro.
25052         * nnmail.el (nnmail-split-fancy): Don't support customizing with
25053         Emacs 20.
25054
25055 2004-01-05  Simon Josefsson  <jas@extundo.com>
25056
25057         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
25058         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
25059         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
25060         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
25061         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
25062         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
25063         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
25064         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
25065         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
25066         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
25067         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25068         string-xor into ntlm-string-xor.
25069         Suggested by Jesper Harder <harder@myrealbox.com>.
25070
25071         * ntlm.el: Don't include poem.
25072
25073         * md4.el (print-int32, print-string-hexa): Remove.
25074         Suggested by Jesper Harder <harder@myrealbox.com>.
25075
25076         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25077
25078         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25079         probably breaks emacs with DL patch, but do we care? Is anyone
25080         still using the DL stuff?)
25081
25082         * sieve-manage.el: Use the password package.
25083         (sieve-manage-read-passwd): Remove.
25084         (sieve-manage-interactive-login): Use password.  Re-add
25085         condition-case around loop.
25086
25087         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25088         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25089         Use the password package.
25090
25091 2003-02-19  Simon Josefsson  <jas@extundo.com>
25092
25093         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25094         token.
25095
25096 2002-08-07  Simon Josefsson  <jas@extundo.com>
25097
25098         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25099         (sieve-manage-authenticators):
25100         (sieve-manage-authenticator-alist): Add some SASL mechs.
25101         (sieve-sasl-auth): New function.
25102         (sieve-manage-cram-md5-auth):
25103         (sieve-manage-plain-auth): Rewrite using SASL library.
25104         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25105         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25106         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25107         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25108
25109 2004-01-05  Simon Josefsson  <jas@extundo.com>
25110
25111         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25112         New files.
25113
25114 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25115
25116         * gnus-group.el (gnus-no-groups-message): Update.
25117
25118         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25119
25120 2003-11-09  Simon Josefsson  <jas@extundo.com>
25121
25122         * imap.el: Support for ID IMAP extension (RFC 2971).
25123         (imap-local-variables): Add imap-id.
25124         (imap-id): New variable.
25125         (imap-id): New function.
25126         (imap-parse-response): Parse untagged ID response.
25127         * nnimap.el (nnimap-id): New variable.
25128         (nnimap-open-connection): Use it.
25129
25130 2003-12-28  Simon Josefsson  <jas@extundo.com>
25131
25132         * gnus-score.el (gnus-score-edit-all-score): New.
25133         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25134
25135 2004-01-04  Simon Josefsson  <jas@extundo.com>
25136
25137         * password.el: Add.
25138
25139 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25140
25141         * dns.el (dns-query-types): Fix typo.
25142         (dns-query-types): New function.
25143         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25144         PTR and SOA replies, see RFC 1035.
25145
25146 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25147
25148         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25149
25150         * Move to Changelog.2.
25151
25152 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25153
25154         * gnus.el (gnus-version-number): Bump version.
25155
25156 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25157
25158         * gnus.el: No Gnus v0.1 is released.
25159
25160 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25161
25162         * gnus.el: No Gnus v0.0 is released.
25163
25164 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25165
25166         * gnus.el (gnus-version-number): Bump.
25167         (gnus-version): No.
25168
25169 See ChangeLog.2 for earlier changes.
25170
25171   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25172
25173   This file is part of GNU Emacs.
25174
25175   GNU Emacs is free software: you can redistribute it and/or modify
25176   it under the terms of the GNU General Public License as published by
25177   the Free Software Foundation, either version 3 of the License, or
25178   (at your option) any later version.
25179
25180   GNU Emacs is distributed in the hope that it will be useful,
25181   but WITHOUT ANY WARRANTY; without even the implied warranty of
25182   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25183   GNU General Public License for more details.
25184
25185   You should have received a copy of the GNU General Public License
25186   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25187
25188 ;; Local Variables:
25189 ;; coding: utf-8
25190 ;; fill-column: 79
25191 ;; add-log-time-zone-rule: t
25192 ;; End: