Add change log entries for Dave Abrahams' 2012-08-29 changes
[gnus] / lisp / ChangeLog
1 2012-08-31  Dave Abrahams  <dave@boostpro.com>
2
3         * auth-source.el (auth-sources): Fix macos keychain access.
4
5         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
6         allow the backend `request-head' function to determine the group
7         name on its own.
8         (gnus-request-expire-articles): Filter out negative article numbers
9         during expiry (Bug#11980).
10
11         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
12         O(N^2) to O(N).  This makes warping into huge groups tolerable.
13
14         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
15         you've found the article when you haven't.
16
17         * nnimap.el (nnimap-find-article-by-message-id): Revert 2012-06-19
18         change: "Add recent argument" by Julien Danjou
19
20 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21
22         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
23
24 2012-08-30  Julien Danjou  <julien@danjou.info>
25
26         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
27         `gnus-notifications-timeout'.
28         (gnus-notifications-timeout): Add.
29         (gnus-notifications-action): New function.
30         (gnus-notifications-notify): Add :action using
31         `gnus-notifications-action'.
32         (gnus-notifications-id-to-msg): New variable.
33         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
34         notifications id to messages.
35
36 2012-08-30  Kenichi Handa  <handa@gnu.org>
37
38         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
39         once.
40
41 2012-08-29  Julien Danjou  <julien@danjou.info>
42
43         * gnus-notifications.el: New file.
44         (gnus-notifications-notify): New function.
45         (gnus-notifications): Use `gnus-notifications-notify'.
46
47 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
50         transfer encoding first; bind gnus-newsgroup-charset to the charset
51         that the article specifies (Bug#12209).
52
53 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
56         (gnus-group-customize-done): Encode values posting-style holds.
57
58         * gnus-msg.el (gnus-summary-resend-message)
59         (gnus-configure-posting-styles): Decode values posting-style group
60         parameter holds.
61
62 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
65         `name' and `address' in Resent-From header.
66
67 2012-08-14  Chong Yidong  <cyd@gnu.org>
68
69         * gnus-art.el (article-display-face): Handle failure in
70         gnus-create-image (Bug#11802).
71
72 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
73
74         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
75         Use defsetf.
76
77 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
78
79         * auth-source.el: (auth-source-plstore-search)
80         (auth-source-secrets-search): Ignore :require and :type in search spec.
81
82 2012-08-06  Julien Danjou  <julien@danjou.info>
83
84         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
85         `nnimap-request-move-article'.
86
87         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
88         Remove autoload, already handled by gnus.el.
89
90         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
91
92         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
93         supported by nnimap actually. Reverts previous change.
94
95         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
96         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
97         to-buffer argument that is already supported.
98
99 2012-08-05  Julien Danjou  <julien@danjou.info>
100
101         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
102         Add autoload.
103
104 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
105
106         * gnus.el (gnus-valid-select-methods): Fix custom type.
107
108 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
109
110         * auth-source.el (auth-sources, auth-source-backend-parse)
111         (auth-source-macos-keychain-search)
112         (auth-source-macos-keychain-search-items)
113         (auth-source-macos-keychain-result-append)
114         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
115         auth-source.el through the /usr/bin/security utility.
116         (auth-sources): Fix syntax error.
117         (auth-source-macos-keychain-result-append): Fix variable name.
118         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
119
120 2012-07-27  Julien Danjou  <julien@danjou.info>
121
122         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
123         Emacs < 24.1
124
125 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
126
127         * message.el (message-kill-address): Don't kill last newline.
128         (message-skip-to-next-address): Don't move to the next header.
129         (message-fill-field-address): Work properly.
130
131 2012-07-25  Julien Danjou  <julien@danjou.info>
132
133         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
134
135 2012-07-24  Julien Danjou  <julien@danjou.info>
136
137         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
138
139         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
140         (nntp-async-timer-handler): Remove, unused.
141
142         * nnimap.el (nnimap-get-responses): Remove, unused.
143
144         * nnheader.el (mail-header-set-extra): Remove, unused.
145
146         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
147         unused.
148
149         * mm-view.el (mm-view-sound-file): Remove, unused.
150
151         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
152         (mm-url-encode-multipart-form-data): Remove, unused.
153
154         * message.el (message-remove-signature, message-make-host-name)
155         (message-fill-address): Remove, unused.
156
157         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
158         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
159         unused.
160
161         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
162         (gnus-xmas-call-region): Remove, unused.
163
164         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
165
166         * gnus-util.el (gnus-extract-address-component-name)
167         (gnus-extract-address-component-email, gnus-sortable-date)
168         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
169         (gnus-process-live-p): Remove, unused.
170
171         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
172
173         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
174         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
175         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
176         function.
177
178         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
179
180         * gnus-score.el (gnus-summary-score-crossposting)
181         (gnus-score-regexp-bad-p): Remove, unused.
182
183         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
184
185         * gnus-range.el (gnus-sublist-p): Remove, unused.
186
187         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
188         unused.
189
190         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
191
192         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
193         (gnus-request-associate-buffer): Remove, unused.
194
195         * gnus-group.el (gnus-group-set-method-info)
196         (gnus-group-set-params-info): Remove, unused.
197
198         * gnus-fun.el (gnus-shell-command-to-string)
199         (gnus-shell-command-on-region): Remove, unused.
200
201         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
202
203         * gnus-art.el (gnus-article-text-type-exists-p)
204         (article-translate-characters, gnus-article-hide-text-of-type)
205         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
206         Remove, unused.
207
208 2012-07-22  Andrew Cohen  <cohen@bu.edu>
209
210         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
211
212 2012-07-21  Julien Danjou  <julien@danjou.info>
213
214         * message.el (message-dont-reply-to-names): Replace deprecated
215         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
216         (message-get-reply-headers): Ditto.
217
218 2012-07-18  Julien Danjou  <julien@danjou.info>
219
220         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
221         `sieve-upload-and-kill'.
222
223         * sieve.el (sieve-bury-buffer): Remove function.
224         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
225         (sieve-upload-and-kill): New function, mapped to C-c C-c.
226
227 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
228
229         * shr.el (shr-expand-url): Handle URL starting with `//'.
230
231 2012-07-13  Chong Yidong  <cyd@gnu.org>
232
233         * smime.el (smime-certificate-info): Set buffer-read-only directly,
234         instead of calling toggle-read-only with a (bogus) argument.
235
236 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
237
238         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
239         of initial input when reading the author to restrict the summary to.
240
241 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * mm-decode.el (mm-shr):
244         Allow overriding charset by mm-charset-override-alist.
245
246 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * gnus-art.el (gnus-article-view-part):
249         Toggle subparts of multipart/alternative part.
250
251 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
252
253         * shr.el (shr-render-buffer): New command.
254         (shr-visit-file): Use it.
255
256 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
257
258         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
259         Set no-byte-compile and no-update-autoloads.
260
261 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
264
265 2012-06-25  Julien Danjou  <julien@danjou.info>
266
267         * nnimap.el (nnimap-request-articles-find-limit): Rename from
268         `nnimap-request-move-articles-find-limit' since we do not use it only
269         for move operations.
270         (nnimap-request-accept-article): Use
271         `nnimap-request-articles-find-limit' to limit search by message-id.
272
273 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
274
275         Support higher-resolution time stamps (Bug#9000).
276
277         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
278         VARLIST.  It's optional, for backward compatibility.
279         (encode-time-value): New optional arg PICO.  New type 3.
280         (time-to-seconds) [!float-time]: Support the new picoseconds
281         component if it's used.
282         (seconds-to-time, time-subtract, time-add):
283         Support ps-resolution time stamps as well.
284
285 2012-06-19  Julien Danjou  <julien@danjou.info>
286
287         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
288
289         * nnimap.el (nnimap-log-buffer): Check that
290         `window-point-insertion-type' is boundp, since it's not available in
291         XEmacs.
292
293 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
294
295         * nnimap.el (nnimap-log-buffer): Add this, setting
296         `window-point-insertion-type' in the buffer to t.
297         (nnimap-log-command): Use nnimap-log-buffer.
298
299 2012-06-19  Julien Danjou  <julien@danjou.info>
300
301         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
302         argument to be able to limit the search.
303         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
304         (nnimap-request-move-articles-find-limit): Add this to limit the search
305         by Message-Id after a message move.
306         (nnimap): Add defgroup.
307
308 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
309
310         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
311
312 2012-06-15  Julien Danjou  <julien@danjou.info>
313
314         * nnimap.el (nnimap-find-article-by-message-id): Use
315         `nnimap-possibly-change-group' rather than its own EXAMINE call.
316         (nnimap-possibly-change-group): Add read-only argument.
317         (nnimap-request-list): Use nnimap-possibly-change-group rather than
318         issuing EXAMINE manually.
319         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
320         with read-only argument.
321         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
322         cannot possibly change because we need to be sure that it's either
323         read-write or read-only.
324
325 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
328         being bound to a lambda form.
329
330 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
331
332         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
333         articles when fetch-old is non-nil (bug#11370).
334
335 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
336
337         * gnus-picon.el (gnus-picon-properties): New defcustom.
338         (gnus-picon-create-glyph): Use it.
339
340 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * gnus-group.el (gnus-group-get-new-news): Respect
343         `gnus-group-use-permanent-levels', as documented (bug#11638).
344
345 2012-06-10  Dave Abrahams  <dave@boostpro.com>
346
347         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
348         groups (bug#11641).
349
350 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
351
352         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
353         is an integer to avoid later problems.
354
355 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
358         locales.
359
360         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
361         on a handle.
362
363         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
364         address as the default.
365         (gnus-summary-insert-old-articles): Don't include unexistent messages.
366
367         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
368         makes no sense to query the user about internal files.
369
370         * gnus-spec.el: Remove all the byte-compilation stuff, since
371         benchmarking shows that it doesn't help when entering large summary
372         buffers.
373
374         * gnus-xmas.el (gnus-xmas-define): Remove.
375
376         * gnus-util.el (gnus-byte-code): Remove.
377
378         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
379         grouplens stuff.
380
381 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
384         (bug#11514).
385
386 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
387
388         * message.el (message-buffers): Return all buffers derived from Message
389         to make `gnus-dired-attach' work with mu4e.
390
391 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
392
393         * nntp.el: Stop the `letf' madness.
394         (nntp--report-1): New var.
395         (nntp-report): Merge nntp-report-1 into it.
396         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
397         the nntp-report function.
398
399         * auth-source.el: Fix comment-style to follow the convention.
400
401 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
402
403         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
404         (mm-dissect-singlepart): Don't guess the MIME type of
405         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
406         set.
407         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
408         toplevel MIME type is multipart/encrypted.
409
410 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
413         a string so that Gcc works (bug#11514).
414
415 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
416
417         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
418         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
419
420 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
421
422         * gnus-win.el (gnus-configure-frame): Don't signal an error when
423         jumping to *Server* from a dedicated *Group* window.
424         (gnus-configure-frame): CSE.
425
426         * gnus-registry.el: Minor style cleanup.
427         (gnus-registry--set/remove-mark): New function, extracted from
428         gnus-registry-install-shortcuts.
429         (gnus-registry-install-shortcuts): Use it.
430
431 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
432
433         * nnspool.el (news-path): Use eval-and-compile.
434
435 2012-05-24  Glenn Morris  <rgm@gnu.org>
436
437         * nnspool.el (news-directory, news-path, news-inews-program):
438         Move here from paths.el.  Don't see a need for these to be autoloaded.
439
440         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
441         Merge in doc from paths.el version.  Don't see any need for this to be
442         autoloaded, or for the warning about users not setting it.
443
444 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
445
446         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
447         format.  In particular, add an optional argument and a docstring.
448
449         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
450
451         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
452         current before calling `gnus-groups-to-gnus-format'.
453         Note that this was already the case for `gnus-active-to-gnus-format'.
454
455 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
456
457         Fix minor Y10k bug.
458         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
459
460 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
461
462         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
463         message once it's actually open.
464
465 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
466
467         * gnus.el: Ma Gnus v0.5 is released.
468
469 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
470
471         * auth-source.el (auth-source--aput-1, auth-source--aput)
472         (auth-source--aget): New functions and macros.
473         Use them instead of aput/aget.
474
475 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
476
477         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
478
479 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
480
481         * plstore.el (plstore-called-interactively-p): New compat macro copied
482         from message.el.
483         (plstore-mode): Use it.
484
485 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
486
487         * plstore.el: Revive the editing feature.
488         (plstore-mode): New mode to edit plstore file.
489         (plstore-mode-toggle-display, plstore-mode-original)
490         (plstore-mode-decoded): New command.
491         (plstore--encode, plstore--decode, plstore--write-contents-functions)
492         (plstore--insert-buffer, plstore--make): New function.
493         (plstore-open, plstore-save): Simplify by using them.
494
495 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
498
499 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
500
501         * tls.el (open-tls-stream): Remove unused binding.
502
503 2012-04-16  Glenn Morris  <rgm@gnu.org>
504
505         * nndraft.el (nndraft-request-list): Fix declaration.
506
507 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * mm-decode.el (mm-dissect-buffer): Doc fix.
510
511         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
512         don't have a current group.
513
514         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
515         buffer if it doesn't exist.
516
517         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
518         given, mark the group as ephemeral with the current window conf.
519
520         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
521         buffer exists, which it doesn't if we haven't started Gnus.
522         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
523
524 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
525
526         * mml.el (mml-generate-mime): Allow specifying what the top-level part
527         type is.
528
529         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
530         `unexists' entries.
531         (gnus-clean-old-newsrc): Fix last checkin.
532
533         * nnimap.el (nnimap-update-info): None of the articles below the active
534         low-water mark exist.
535
536         * dgnushack.el: Get rid of XEmacs compilation warning.
537
538         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
539         would have gotten if we posted to the group, and use that to compare
540         against the message we want to cancel (bug#10808).
541
542         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
543         on XEmacs.
544
545 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
546
547         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
548         `scroll-margin'.
549
550 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
551
552         * gnus-cite.el (gnus-dissect-cited-text): A single line without
553         citation prefix within a block of cited text should be considered part
554         of that block *only* if it is a blank line.
555
556 2012-04-09  Chong Yidong  <cyd@gnu.org>
557
558         * binhex.el, hashcash.el, uudecode.el:
559         Remove * characters from the front of variable docstrings.
560
561 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
562
563         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
564         before kinsoku-bol characters nor within kinsoku-eol characters.
565
566 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
569         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
570         (gnus-sync-read): Use mapc instead of mapcar.
571
572         * mm-archive.el: Require mm-decode for some macros.
573         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
574         the byte compiler.
575         (mm-archive-decoders): New function that returns the value of
576         the mm-archive-decoders variable.
577
578         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
579         instead.
580         (mm-dissect-singlepart): Use the function mm-archive-decoders.
581
582         * nnimap.el (gnus-refer-thread-use-nnir):
583         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
584
585 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
588
589 2012-03-12  Peter Münster  <pmrb@free.fr>
590
591         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
592         (gnus-demon-cancel): Ditto.
593         (gnus-demon-run-callback): When function cannot be called due to low
594         idleness, call it when idleness reaches the expected value, instead of
595         waiting another timer period.
596         (gnus-demon-init): Add `time' to arguments of call-back.
597
598 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
601
602         * gnus.el: Register gnus-registry functions.
603
604         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
605         indent.
606
607         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
608         enabled before warping.
609
610 2012-03-22  Dave Abrahams  <dave@boostpro.com>
611
612         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
613         registry about each article retrieved.
614
615         * gnus-int.el (gnus-select-group-with-message-id): New function.
616         (gnus-try-warping-via-registry): Ditto.
617         (gnus-warp-to-article): Fall back on the registry.
618
619 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
620
621         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
622         inboxes.
623
624 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
627
628 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
631         gnus-gcc-self-resent-messages may be a group parameter.
632         (gnus-summary-resend-message): Don't encode encoded words in header
633         when Gcc'ing resent message.
634
635 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
636
637         * shr.el (shr-insert): Treat non-breaking space just like normal
638         space.  This seems to produce more pleasing results.
639         (shr-insert): Only insert a blank line if we're starting from an image.
640         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
641         (shr-ensure-paragraph): Consider lines with white space to be blank.
642
643 2012-03-15  Elias Pipping  <pipping@lavabit.com>
644
645         * Makefile.in: Respect DESTDIR.
646
647 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
648
649         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
650         and gnus-gcc-post-body-encode-hook.
651
652 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653
654         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
655         messages that don't exist.
656
657         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
658
659 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
662         a string so that Gcc works (bug#11514).
663
664 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
665
666         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
667
668 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
671         don't have a current group.
672
673 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
676         Remove.
677
678         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
679
680         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
681
682 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
685         have a group name.
686
687         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
688         a multibyte buffer (bug#7410).
689         (article-wash-html): Parse the original article buffer to get the
690         unencoded data (bug#7410).
691
692         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
693         .newsrc.el files.
694
695 2012-04-05  Bastien Guerry  <bzg@altern.org>
696
697         * color.el (color-lighten-name): Fix typo.
698
699 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
702         "#" to avoid having them interpreted as comments.
703
704 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
705
706         * shr.el (shr-insert): Update the text state properly to avoid
707         inserting spurious paragraph starts.
708
709 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * shr.el (shr-table-widths): Divide the extra width more fairly over
712         the TDs (bug#10973).
713         (shr-render-td): Don't delete too much padding.
714         (shr-natural-width): Compute the natural width more correctly.
715         (shr-insert): Allow the natural width to be computed for tables again.
716         (shr-tag-table-1): Rework how the natural widths are computed by
717         rendering the table a third time.
718         (shr-natural-width): Removed.
719         (shr-buffer-width): New function.
720         (shr-expand-newlines): Use it.
721
722         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
723         using a `gnus-use-full-window' setup (bug#11013).
724
725 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
728         24.1 release.
729
730 2012-03-10  David Edmondson  <dme@dme.org>
731
732         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
733         'Forwarded Message' header and the start of the message.
734
735 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
736
737         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
738         isn't running (bug#10897).
739
740 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
743         This is inconsistent with all the other stream functions, which leave
744         the setting up to the higher levels (if so wanted) (bug#10931).
745
746 2012-02-28  Glenn Morris  <rgm@gnu.org>
747
748         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
749         mm-decode.el: Standardize possessive apostrophe usage.
750
751 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
754
755 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
756
757         * parse-time.el (parse-time-string): Allow extractor to return nil.
758
759 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
762
763 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
764
765         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
766
767 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
768
769         * mm-decode.el (mm-shr): Remove "soft hyphens".
770
771         * nnimap.el (nnimap-request-list): Return the group names encoded as
772         utf8.  Otherwise non-European group names don't work.
773         (nnimap-request-newgroups): Ditto.
774
775         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
776         the default in `read-string' (bug#10757).
777
778         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
779         topics (bug#10843).
780
781         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
782         buffer.  Suggested by Herbert Valerio Riedel.
783         (nnimap-request-move-article): Delete the message from the correct IMAP
784         server.
785
786 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
787
788         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
789         Reported by Peter Münster.
790
791 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
792
793         * shr.el (shr-image-fetched): Make sure we really kill the right
794         buffer.
795
796 2012-02-16  Leo Liu  <sdl.web@gmail.com>
797
798         * gnus-start.el (gnus-1): Avoid duplicate entries.
799
800 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
801
802         * imap.el: Remove.
803
804         * nntp.el (nntp-coding-system-for-read): Remove.
805         (nntp-coding-system-for-write): Ditto.
806         (nntp-open-connection): Just use `binary' directly.
807
808         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
809         Gnus 0.3.
810
811 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
812
813         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
814         application/octet-stream parts really is.
815
816         * gnus-sum.el (gnus-propagate-marks): Remove.
817
818 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
819
820         * shr.el (shr-rescale-image): Undo previous change; see
821         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
822
823 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
824
825         * gnus.el: Ma Gnus v0.3 is released.
826
827 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
828
829         * gnus-sum.el (gnus-summary-local-variables): Make
830         `gnus-newsgroup-unexist' into a local variable.
831
832 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
833
834         * registry.el (registry-usage-test, registry-persistence-test): Move to
835         tests/gnustest-registry.el.
836         (registry-make-testable-db, registry-match-test)
837         (registry-instantiation-test): Move to tests/gnustest-registry.el.
838
839         * gnus-registry.el (gnus-registry-misc-test)
840         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
841
842         * tests/gnustest-registry.el: New file with the registry and
843         gnus-registry ERT tests.
844
845 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * gnus-msg.el (gnus-summary-resend-message): Make
848         gnus-summary-resend-message-insert-gcc be last item in
849         message-header-setup-hook.
850
851 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
852
853         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
854         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
855         Remove.
856         (nnfolder-open-server): Don't use marks.
857         (nnfolder-request-delete-group): Ditto.
858         (nnfolder-request-rename-group): Ditto.
859         (nnfolder-request-set-mark, nnfolder-request-marks)
860         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
861         (nnfolder-save-marks, nnfolder-open-marks): Remove.
862
863         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
864         (nnml-marks-modtime): Remove.
865         (nnml-request-delete-group): Don't use marks.
866         (nnml-request-rename-group): Ditto.
867         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
868         (nnml-save-marks, nnml-open-marks): Remove.
869
870         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
871         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
872         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
873         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
874         (nntp-server-to-method-cache): Remove.
875
876         * shr.el (shr-rescale-image): Fix wrong merge.
877
878 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
879
880         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
881         too-wide lines.
882
883 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
884
885         * nnimap.el (nnimap-record-commands): New variable.
886         (nnimap-log-command): Use it.
887         (nnimap-make-process-buffer): Add a space to the process buffer.
888         (nnimap-transform-headers): Don't bug out on header lines containing
889         stuff that look like IMAP length encodings.
890
891         * shr.el (shr-rescale-image): Allow viewing large images.
892
893 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
894
895         * nnml.el (nnml-request-compact-group): Delete the marks file after
896         compaction (bug#10800).
897
898         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
899         group exit.
900
901         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
902         QRESYNC/FETCH output.
903
904 2012-02-11  Glenn Morris  <rgm@gnu.org>
905
906         * sieve-manage.el (sieve-manage-default-stream):
907         * shr.el (shr):
908         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
909         (nnir-retrieve-headers-override-function)
910         (nnir-imap-default-search-key, nnir-notmuch-program)
911         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
912         (nnir-method-default-engines):
913         * message.el (message-cite-reply-position):
914         * gssapi.el (gssapi-program):
915         * gravatar.el (gravatar):
916         * gnus-sum.el (gnus-refer-thread-use-nnir):
917         * gnus-registry.el (gnus-registry-unfollowed-addresses)
918         (gnus-registry-max-pruned-entries):
919         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
920         * gnus-int.el (gnus-after-set-mark-hook)
921         (gnus-before-update-mark-hook):
922         * gnus-async.el (gnus-async-post-fetch-function):
923         * auth-source.el (auth-source-cache-expiry):
924         Add missing :version tags to new defcustoms and defgroups.
925
926 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
927
928         * gnus-sum.el (gnus-adjust-marked-articles): Add to
929         `gnus-newsgroup-unexist'.
930
931         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
932         marks.
933         (gnus-article-special-mark-lists): Put the `unexist' in the special
934         marks list instead.
935
936         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
937         articles in the list of articles to be selected.
938
939         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
940         articles.
941         (nnimap-update-info): Keep track of unexisting articles.
942         (nnimap-update-qresync-info): Ditto.
943
944 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
945
946         * message.el (message-default-send-mail-function): Made into own
947         function for reuse by emacsbug.el.
948
949 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
950
951         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
952         `gnus-sloppily-equal-method-parameters' to avoid a warning.
953
954 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
955
956         * mm-archive.el (mm-archive-dissect-and-inline): New function.
957         (mm-archive-dissect-and-inline): Fix up the undisplayer.
958
959         * gnus-compat.el: Define `timer-set-function'.
960
961         * mm-decode.el (mm-display-external): Output the text from the command
962         in the buffer after the command finished.  This makes text-based
963         commands behave better.
964
965 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
966
967         * gnus-compat.el: Add a compat for the old `url-retrieve'.
968
969 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
972         23.1.
973
974 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
977
978 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
979
980         * message.el (smtpmail-smtp-user): Silence compiler warning.
981
982 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
983
984         * message.el (message-multi-smtp-send-mail): Also allow specifying the
985         SMTP user name.
986
987 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * gnus-sum.el (gnus-summary-show-thread):
990         next-single-char-property-change may return nil in XEmacs.
991         (gnus-summary-article-map): Fix typo.
992
993 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
996         running.
997
998         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
999
1000         * gnus.el (gnus-server-extend-method): Don't add an -address component
1001         if the method already has one (bug#9676).
1002
1003 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1004
1005         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1006         of an initial-input for consistency (bug#10757).
1007
1008         * dgnushack.el: Fix XEmacs compilation warning.
1009
1010         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1011
1012         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1013
1014 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1015
1016         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1017         lines that are narrower than the window width.  Otherwise background
1018         "blocks" will look less readable.
1019
1020 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1021
1022         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1023         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1024         have newlines within the strings, and where the UID comes after the
1025         BODYSTRUCTURE element (bug#10537).
1026
1027         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1028         (bug#10732).
1029
1030         * shr.el (shr-insert-document): Add doc string.
1031         (shr-visit-file): Ditto.
1032         (shr-remove-trailing-whitespace): New function.
1033         (shr-insert-document): Use it to clean up trailing whitespace as the
1034         final step (bug#10714).
1035
1036 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1037
1038         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1039         buffer if `gnus-kill-summary-on-exit' is nil.
1040
1041 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1042
1043         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1044         when just reading a single group from "without" Gnus.
1045
1046 2012-02-06  Chong Yidong  <cyd@gnu.org>
1047
1048         * gnus-sum.el (gnus-summary-show-thread):
1049         next-single-char-property-change never returns nil (Bug#8657).
1050
1051 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1052
1053         * message.el (message-multi-smtp-send-mail): New function.
1054         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1055         header to implement multi-SMTP functionality.
1056
1057         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1058         (gnus-agentize): Don't set it.
1059         (gnus-agent-send-mail): Don't use it.
1060
1061         * gnus-sum.el (gnus-summary-widget-backward): New function and
1062         keystroke.
1063
1064         * gnus-compat.el: More the compat functions more compatible.
1065
1066         * shr.el (shr-put-image): Remove underlines from sliced images.
1067         (shr-zoom-image): Compute the region to be replaced more correctly.
1068
1069 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1072         (gnus-summary-resend-message-insert-gcc): New function.
1073         (gnus-summary-resend-message): Modify message-header-setup-hook and
1074         message-sent-hook to make it work for Gcc.
1075         (gnus-inews-do-gcc): Update the number of unread articles of groups
1076         that messages are Gcc'd to.
1077
1078         * message.el (message-resend): Run message-sent-hook to do Gcc.
1079
1080 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1081
1082         * lpath.el: Fix an XEmacs compilation warning.
1083
1084         * gnus-compat.el: Require `help-fns' to fix compilation error.
1085
1086         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1087         a higher level to silence compilation.
1088
1089         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1090         parameter to allow controlling the scaling.
1091
1092         * shr.el (shr-zoom-image): New command and keystroke.
1093         (shr-put-image): Take a `size' flag to say how to scale the image.
1094
1095         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1096         deletion unless already defined.
1097
1098         * gnus.el (gnus-compat): Require it.
1099
1100         * gnus-compat.el: New file.
1101
1102         * gnus-start.el (gnus-clean-old-newsrc): New function.
1103         (gnus-read-newsrc-file): Use it.
1104
1105         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1106         Use recursive deletion.
1107         (mm-dissect-archive): Add support for zip files.
1108
1109         * gnus-util.el (gnus-recursive-directory-files): New function.
1110
1111         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1112         (mm-archive-decoders): Add tgz support.
1113
1114         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1115         Otherwise inserting text into the Gnus buffer can look odd.
1116
1117         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1118
1119         * mm-archive.el (mm-archive-decoders): Add support for tar.
1120
1121         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1122
1123         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1124
1125 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1126
1127         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1128
1129         * mm-archive.el: New file.
1130
1131         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1132
1133         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1134
1135         * message.el (message-goto-*): Make all the `message-goto-*' commands
1136         push the mark before moving point.  This makes it easier to go back to
1137         where you came from after editing whatever you jumped to.
1138
1139 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1140
1141         * gnus.el: Ma Gnus v0.1 is released.
1142
1143 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1144
1145         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1146         without reconnecting.
1147         (nnimap-possibly-change-group): Ditto.
1148         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1149         connection has died before being called.
1150
1151 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1152
1153         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1154         an initial sync unless we're really doing one.
1155
1156         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1157         address parameter if one already exists (bug#9676).
1158
1159         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1160         not the prefix, as documented (bug#10689).
1161
1162 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1163
1164         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1165         the "server".
1166
1167         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1168         the real error message with the useless "previously known to be down".
1169         Which isn't even correct.
1170
1171         * nntp.el (nntp-open-connection): Report the error message if the nntp
1172         server can't be reached.
1173
1174         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1175         groups we do a total scan for.
1176         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1177         doing that.
1178
1179 2012-01-31  Jim Meyering  <jim@meyering.net>
1180
1181         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1182         Correct a comment (insert "not") and hide nominally-doubled "to".
1183
1184 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1185
1186         * gnus.el (gnus-version): Change name to "Ma Gnus".
1187
1188 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1189
1190         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1191         section in the manual.
1192
1193 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1194
1195         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1196         words.
1197         (rfc2047-encode-string): Ditto.
1198         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1199         understand folded filename="..." parameters, for instance.
1200
1201         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1202         the message for greater debuggability.
1203
1204 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1205
1206         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1207         instead of setting it locally, since the latter doesn't seem to have
1208         any effect (most of the time).
1209
1210 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1211
1212         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1213         function call.
1214
1215 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1216
1217         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1218         seconds, and make the repeat clause with HH:MM specs work as
1219         documented.
1220
1221 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1222
1223         * proto-stream.el (proto-stream-capability-open): Fall back on
1224         :end-of-command if :end-of-capability doesn't exist.
1225
1226 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1229         bound globally in old Emacsen and XEmacsen.
1230
1231 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1232
1233         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1234         so that previous errors don't prohibit getting new news.
1235
1236         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1237
1238         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1239
1240 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1241
1242         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1243         buffer, not of the string which is its name.
1244
1245 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1246
1247         * proto-stream.el (proto-stream-capability-open): Wait for
1248         :end-of-capability, not :end-of-command.
1249
1250         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1251         non-server-marks groups.
1252         (gnus-group-make-articles-read): Ditto.
1253
1254         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1255         methods (bug#9676).
1256
1257         * gnus.el (gnus-method-ephemeral-p): New function.
1258
1259 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1262         left-to-right.
1263
1264 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1265
1266         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1267         warning.
1268
1269 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1270
1271         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1272         macroexpand the nnir things, since they haven't been defined yet, and
1273         nnir requires gnus-sum.
1274
1275 2012-01-24  Julien Danjou  <julien@danjou.info>
1276
1277         * color.el (color-rgb-to-hsl): Fix value computing.
1278         (color-hue-to-rgb): New function.
1279         (color-hsl-to-rgb): New function.
1280         (color-clamp, color-saturate-hsl, color-saturate-name)
1281         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1282         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1283
1284 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1287
1288 2012-01-19  Julien Danjou  <julien@danjou.info>
1289
1290         * color.el (color-name-to-rgb): Use the white color to find the max
1291         color component value and return correctly computed values.
1292         (color-name-to-rgb): Add missing float conversion for max value.
1293
1294 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1295
1296         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1297         logical server name in addition to the actual machine address.
1298
1299         * auth-source.el (auth-source-user-and-password): Add convenience
1300         wrapper to search by just host and optionally user.
1301
1302 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303
1304         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1305         after rendering.
1306
1307 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1308
1309         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1310         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1311         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1312
1313 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1316         (bug#9693).
1317         (gnus-summary-setup-buffer): Document return value (bug#9697).
1318
1319         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1320         since ido doesn't work on symbols (bug#9632).
1321
1322         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1323         when getting a single value as when getting all the values.  This means
1324         that atoms like `gcc-self' work cumulatively, like variable settings,
1325         instead of getting the value from the last matching clause.
1326         (gnus-group-find-parameter): Protect against the group buffer not
1327         existing (bug#9585).
1328
1329 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * gnus-start.el (gnus-activate-group): Document more parameters
1332         (bug#9694).
1333
1334         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1335         (bug#9692).
1336
1337         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1338         article was fetched, so that it can be expired later (bug#9958).
1339         (gnus-agent-summary-fetch-series): Add doc string.
1340         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1341         (bug#9517).
1342
1343         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1344         retrieval is happening.
1345
1346         * gnus.el (gnus-parameters): Doc fix.
1347
1348 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1349
1350         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1351         show the thread after expansion.
1352
1353 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * gnus-art.el (article-narrow-to-head): If the head is completely
1356         empty, narrow to the empty region (bug#9764).
1357
1358         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1359         read, and then mark them as unread only when the unread mark is used.
1360         This makes `C-- T k' actually work, even though it's confusing.
1361
1362         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1363         alive before we try to find its window.
1364
1365 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1366
1367         * mm-decode.el (mm-display-external): Use a longer timeout for the
1368         deletion to allow slow programs to display the file.
1369
1370 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1373         prompt to be less confusing.
1374
1375         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1376         argument to `message-reply'.  This broke `special-display-*' frame
1377         pop-uping (bug#10238).
1378
1379 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1382         systems, since these allegedly don't work there.
1383
1384 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1385
1386         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1387         live buffer.
1388
1389 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * nnir.el (nnir-retrieve-headers): Protect against the article not
1392         existing on the server (bug#10335).
1393
1394 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1395
1396         * gnus-agent.el (gnus-agent-load-local): Recompute
1397         gnus-agent-article-local on changing method.
1398
1399 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1400
1401         * gnus.el (gnus-parameters): Note precedence.
1402
1403 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1404
1405         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1406         in the group buffer.
1407
1408 2012-01-04  Julien Danjou  <julien@danjou.info>
1409
1410         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1411         change.
1412
1413 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1416         too.
1417
1418         * nntp.el (nntp-retrieve-group-data-early): Use it.
1419
1420 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * nntp.el (nntp-retrieval-in-progress): New variable.
1423         (nntp-make-process-buffer): Make it buffer-local.
1424
1425         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1426         2010.
1427         (gnus-demon-init): Use it to compute the time if time is on the form
1428         "04:23".
1429
1430         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1431
1432         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1433         status in the correct buffer.
1434
1435 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1436
1437         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1438         when opening topics (bug#10407).
1439
1440 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1441
1442         * gnus-cus.el (gnus-score-customize):
1443         * gnus-sum.el (gnus-sort-gathered-threads):
1444         * message.el (message-shorten-references):
1445         * nnmairix.el (nnmairix-request-group):
1446         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1447
1448 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1449
1450         * gnus-agent.el (gnus-agent-regenerate-group):
1451         * gnus-int.el (gnus-retrieve-group-data-early):
1452         * mm-util.el (mm-codepage-ibm-list):
1453         * nndiary.el (Commentary, nndiary-get-new-mail):
1454         * nnir.el (nnir):
1455         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1456
1457 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1458
1459         * mm-view.el (mm-display-inline-fontify): Add comment.
1460
1461 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1462
1463         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1464         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1465
1466 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1467
1468         * gnus-art.el (gnus-split-methods):
1469         * gnus-msg.el (gnus-configure-posting-styles):
1470         * gnus-spec.el (gnus-parse-simple-format):
1471         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1472         * message.el (message-do-actions): Spelling fix.
1473
1474 2011-12-15  Juri Linkov  <juri@jurta.org>
1475
1476         * mm-decode.el (mm-inline-media-tests): Add missing
1477         `mm-handle-media-subtype'.
1478
1479 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1480
1481         * gnus-group.el (gnus-group-tool-bar):
1482         * gnus-sum.el (gnus-summary-tool-bar):
1483         * message.el (message-tool-bar):
1484         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1485
1486 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1487
1488         * plstore.el (plstore--insert-buffer): Spelling fix.
1489
1490 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1491
1492         * message.el (message-valid-fqdn-regexp): Update with newly approved
1493         top-level domain names ".tel" and ".asia".
1494
1495 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1498         unconditionally.
1499
1500 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1503         pop-to-buffer-same-window for old Emacsen.
1504
1505 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1506
1507         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1508
1509 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1510
1511         * netrc.el (netrc-credentials): Spelling fix.
1512
1513 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1514
1515         * gnus-fun.el (gnus-fun-ppm-change-string):
1516         * gnus-msg.el (gnus-inews-do-gcc):
1517         * gnus-sum.el (gnus-summary-find-for-reselect):
1518         * gnus.el (gnus-summary-cancelled):
1519         * message.el (message-cancel-hook, message-send-news):
1520         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1521         * nnir.el (nnir-run-hyrex):
1522         * nntp.el (nntp-with-open-group-function):
1523         * pgg.el (pgg-pending-timers): Spelling fix.
1524
1525 2011-12-04  Chong Yidong  <cyd@gnu.org>
1526
1527         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1528         change (Bug#10200).
1529
1530 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1531
1532         * compface.el (uncompface):
1533         * gnus-art.el (gnus-article-x-face-command): Update the header format
1534         of icon data for the most recent icontopbm program.
1535
1536 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * gnus-msg.el (gnus-inews-do-gcc):
1539         * message.el (message-send-mail):
1540         * mml.el (mml-generate-mime): Share the value of the buffer-local
1541         `message-options' variable between a draft buffer and temprary working
1542         buffers.
1543
1544 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1545
1546         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1547
1548 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1551         for Cygwin.
1552
1553 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1554
1555         * gnus-group.el (gnus-group-prepare-flat):
1556         * mm-bodies.el (mm-encode-body):
1557         * mml.el (mml-preview):
1558         * nnml.el (nnml-request-compact-group):
1559         * pop3.el (pop3-stream-type): Spelling fix.
1560
1561 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1562
1563         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1564
1565 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1566
1567         * color.el (color-rgb-to-hsl):
1568         * gmm-utils.el (gmm-tool-bar-style):
1569         * gnus-group.el (gnus-group-prepare-flat):
1570         * gnus-topic.el (gnus-topic-prepare-topic):
1571         * mm-decode.el (mm-discouraged-alternatives):
1572         * rfc2047.el (rfc2047-encode-1):
1573         * starttls.el: Spelling fix.
1574
1575 2011-11-24  Glenn Morris  <rgm@gnu.org>
1576
1577         * binhex.el (binhex-begin-line): Give it basic doc-string.
1578
1579         * starttls.el, tls.el: Fix case of "GnuTLS".
1580
1581 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1582
1583         * gnus-group.el (gnus-group-highlight): Fix typo.
1584
1585 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1586
1587         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1588         value of `delete-file', that returns nil for a local file but returns t
1589         for a remote file using ssh.
1590
1591 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1592
1593         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1594
1595 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1598         avoid later breakage.
1599
1600 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1603         article buffers' name.
1604
1605 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1608         by Paul Eggert's spellfixes two days ago.
1609
1610 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1613         doesn't have it.
1614
1615         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1616         buffer-local instead of binding them to avoid warnings.  Also demote
1617         errors (bug#10063).
1618         (font-lock-mode-hook): Shut up byte compiler.
1619
1620 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1621
1622         * mm-util.el (mm-charset-after):
1623         * nnir.el (nnir-run-hyrex):
1624         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1625         (ntlm-get-password-hashes, ntlm-md4hash):
1626         * smime.el: Fix typo.
1627
1628 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1629
1630         * gnus-agent.el (gnus-agent-expire-group-1):
1631         * nndiary.el (nndiary-last-occurence):
1632         * nnimap.el (nnimap-request-set-mark):
1633         * nnmairix.el (nnmairix-only-use-registry):
1634         * gnus-group.el (gnus-group-prepare-flat):
1635         * gnus-sum.el (gnus-decode-encoded-word-methods):
1636         * message.el (message-wash-subject):
1637         * nntp.el (nntp-retrieve-headers-with-xover):
1638         * smime.el (smime-certificate-directory): Spelling fix.
1639
1640 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1641
1642         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1643
1644         * color.el:
1645         * gnus-agent.el (gnus-agent-possibly-alter-active):
1646         * gnus-dired.el (gnus-dired-print):
1647         * mail-parse.el:
1648         * nnmairix.el (nnmairix-request-group):
1649         * shr.el (shr-image-displayer):
1650         * sieve-manage.el:
1651         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1652
1653 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1654
1655         * gnus-sum.el (gnus-auto-select-subject):
1656         * spam-report.el (spam-report-resend): Spelling fix.
1657
1658 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1659
1660         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1661         * gnus-art.el (gnus-default-article-saver):
1662         * gnus-srvr.el (gnus-server-copy-server):
1663         * gnus.el (gnus-sloppily-equal-method-parameters):
1664         * html2text.el (html2text-format-tag-list):
1665         * message.el (message-narrow-to-head):
1666         * nndiary.el:
1667         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1668         * sieve.el: Spelling fix.
1669
1670 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1671
1672         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1673         * gnus-sum.el (gnus-summary-make-menu-bar):
1674         * gnus-uu.el (gnus-uu-decode-postscript)
1675         (gnus-uu-decode-postscript-and-save):
1676         * mailcap.el (mailcap-print-command):
1677         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1678         Fix typos.
1679
1680 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1681
1682         * gnus-art.el (gnus-article-part-wrapper):
1683         * html2text.el (html2text-fix-paragraphs):
1684         * mm-decode.el (mm-image-fit-p):
1685         * rfc2047.el (rfc2047-encode-message-header):
1686         * shr-color.el (shr-color-visible-distance-min)
1687         (shr-color-relative-to-absolute, set-minimum-interval)
1688         (shr-color-visible): Fix typos.
1689
1690 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1691
1692         * gmm-utils.el (gmm-tool-bar-item):
1693         * gnus-art.el (gnus-treat-body-boundary):
1694         * gnus-diary.el (gnus-user-format-function-d):
1695         * gnus-start.el (gnus-get-unread-articles):
1696         * pgg-gpg.el (pgg-gpg-update-agent):
1697         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1698
1699 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1700
1701         * gnus-topic.el (gnus-group-prepare-topics):
1702         * gnus-uu.el (gnus-extract-view):
1703         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1704
1705 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1706
1707         * spam.el: Move BBDB autoloads.
1708         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1709         BBDB 2 and 3.
1710         (spam-check-BBDB): Use it.
1711         (spam-enter-ham-BBDB): Use it.
1712
1713 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1714
1715         * smime.el (smime-draw-buffer): Spelling fix.
1716
1717 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1718
1719         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1720         for scanning exactly one level.
1721         * gnus-start.el (gnus-get-unread-articles): Ditto.
1722
1723 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1726         slightly clearer.
1727
1728 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * gnus-sync.el: More commentary about setup.
1731
1732 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * message.el (message-send-and-exit): Document `arg'.
1735
1736 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1737
1738         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1739
1740 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1741
1742         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1743
1744         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1745         we don't use `bound-and-true-p'.
1746
1747 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1748
1749         * gnus-util.el (gnus-bound-and-true-p): Remove.
1750         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1751         * nnir.el: Use it.
1752         * nnmairix.el: Use it.
1753
1754 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1755
1756         * gnus-sync.el: Improve docs about CouchDB admins.
1757
1758         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1759         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1760         for reasons unknown.
1761         * nnir.el: Use it.
1762         * nnmairix.el: Use it.
1763
1764         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1765         * nnir.el: Ditto.
1766         * nnmairix.el: Ditto.
1767
1768         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1769
1770 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1771
1772         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1773         not needed.  Provide xmlplistread list function to produce XML plist
1774         output for non-Gnus LeSync clients.
1775
1776 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1777
1778         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1779
1780         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1781         and save against it.  Group subscriptions, read marks, other marks,
1782         subscription levels, topic names, and topic offsets (the group's
1783         position within the topic) are saved.  This is an experimental backend
1784         and may change significantly.  Load json.el from the gnus-fallback-lib
1785         if it's not available otherwise.
1786         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1787
1788 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1789
1790         * message.el (message-completion-function): Make sure
1791         message-tab-body-function is not attempted if one of
1792         message-completion-alist fails to find a completion (bug#9158).
1793
1794 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1795
1796         * mml.el (mml-quote-region): Quote <#secure> tag.
1797         (mml-generate-mime-1): Unquote <#secure> tag.
1798
1799 2011-10-20  Chong Yidong  <cyd@gnu.org>
1800
1801         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1802         calling a minor mode from Lisp with nil arg enables it, so we have to
1803         make the wording a bit ambiguous here).
1804
1805 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1806
1807         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1808         * nnir.el (nnir-mode): Use it.
1809         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1810         Use it.
1811
1812         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1813         * nnmairix.el (gnus-registry-enabled): Ditto.
1814
1815 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1816
1817         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1818         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1819         only while we need to find out if it should be t or nil.
1820         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1821         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1822         the registry is installed.  Set it to nil when it's unloaded.
1823         (gnus-registry-install-p): Provide user guidance for the initial value
1824         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1825         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1826         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1827         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1828         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1829         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1830         `gnus-registry-install'.
1831
1832 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1833
1834         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1835         previous change.
1836         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1837         primary key is marked as disabled.
1838
1839 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1840
1841         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1842         primary key is marked as disabled.
1843
1844 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1845
1846         * html2text.el (html2text-clean-anchor): Check for quotes around
1847         `href' value.
1848
1849 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1850
1851         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1852         searching.  Drop `bbdb-cache'.
1853
1854 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1855
1856         * message.el (message-signed-or-encrypted-p): Exclude header when
1857         checking if there is signed or encrypted body in text/plain message.
1858
1859 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1860
1861         * html2text.el (html2text-get-attr): Correctly handle attribute values
1862         containing "=".
1863
1864 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1865
1866         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1867         handle bindings.
1868
1869 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * gnus-win.el (gnus-configure-windows): Protect against reading
1872         ephemeral groups outside of Gnus.
1873
1874 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1875
1876         * shr.el (shr-tag-img): Don't get images displayed in tables.
1877
1878 2011-10-03  Glenn Morris  <rgm@gnu.org>
1879
1880         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1881         the "maintainer" version of debbugs.gnu.org reports.
1882
1883 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1884
1885         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1886         make asynchronous adjacent image insertion work better.
1887
1888 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1889
1890         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1891         documentation.
1892
1893 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1894
1895         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1896         `gnus-asynchronous' isn't shadowed.
1897
1898 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1901
1902         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1903         (nnimap-insert-partial-structure): The charset parameter isn't
1904         case-sensitive.
1905
1906         * nnheader.el (nnheader-message-maybe): New function.
1907
1908         * shr.el (shr-tag-table): Render totally broken tables better.
1909
1910         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1911         computing the boundary.
1912
1913 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * pop3.el (pop3-number-of-responses): Remove.
1916         (pop3-wait-for-messages): Rewrite to take linear time instead of
1917         exponential time.
1918
1919 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1922         re-fetch images.
1923
1924         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1925         re-fetch images when hitting `g' in Gnus.
1926
1927 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1930         (mml-compute-boundary): Don't check collision if it is non-nil.
1931         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1932         before checking collision.
1933
1934 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1935
1936         * message.el (message-indent-citation): Really make sure there's a
1937         newline at the end.
1938
1939         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1940         Fix suggested by John Wiegley.
1941
1942         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1943
1944         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1945
1946         * message.el (message-default-send-rename-function): Break out into its
1947         own function.
1948
1949         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1950         doesn't work under XEmacs.
1951
1952         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1953         of "imaps" to word around Windows problems.
1954         (nnimap-open-connection-1): Use it.
1955
1956         * message.el (message-indent-citation): Revert last change which made
1957         `F' not work.
1958
1959 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1960
1961         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1962         terminal as well.
1963
1964 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1967         because it displays images using overlays that aren't easy to copy to
1968         the article buffer.
1969
1970 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1971
1972         * message.el (message-indent-citation): Fix empty line removal at the
1973         end of the citation.
1974
1975 2011-09-20  Julien Danjou  <julien@danjou.info>
1976
1977         * auth-source.el (auth-source-netrc-create): Use default value for
1978         password if specified.  Evaluate default.
1979         (auth-source-plstore-create): Ditto.
1980         (auth-source-plstore-create, auth-source-netrc-create): Fix default
1981         value evaluation.
1982         (auth-source-netrc-create): Typo fix.
1983         (auth-source-plstore-create): Ditto.
1984
1985         * password-cache.el (password-cache-remove): Remove entries even if the
1986         value is nil, so that password with a nil value (negative caching) is
1987         possible to invalidate.
1988
1989         * auth-source.el (auth-source-format-cache-entry): New function.
1990
1991 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1994
1995 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
1998
1999 2011-09-19  Julien Danjou  <julien@danjou.info>
2000
2001         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2002         which work with things that are not ASCII.
2003
2004 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2007
2008 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2011         message level.
2012
2013 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2016
2017 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2018
2019         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2020
2021 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2022
2023         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2024         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2025
2026 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2027
2028         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2029         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2030         articles.
2031
2032 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2033
2034         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2035         (message-mail-other-window, message-mail-other-frame)
2036         (message-news-other-window, message-news-other-frame):
2037         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2038         instead of setting buffer display varibles.
2039
2040 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2043
2044         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2045
2046 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2049         duplicates" to a higher level.
2050
2051         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2052         most egregious messages.
2053
2054 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2055
2056         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2057
2058 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2059
2060         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2061         up the file (bug#9351).
2062
2063 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2066         it does with all other backends, but decode the names immediately after
2067         getting them.
2068
2069         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2070         decoding nnimap groups.
2071
2072         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2073         newsrc file.  It doesn't seem like an important optimization any more.
2074
2075 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2076
2077         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2078         overflows.
2079
2080 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2081
2082         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2083         (gnus-interactive-exit): Extend to `quiet'.
2084
2085         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2086
2087         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2088         string.
2089
2090         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2091         renaming function arguments from `this'.
2092
2093         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2094
2095         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2096         has been renamed.
2097         (gnus-lrm-string-p): Include RLM and PDF, too.
2098
2099         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2100         (bug#9225).
2101
2102 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2103
2104         Add autoload cookies for functions used by sendmail.el.
2105         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2106
2107         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2108
2109 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * gnus-art.el (article-date-ut): Work properly even when there are
2112         things like Date header in the body; work for forwarded parts.
2113
2114 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2115
2116         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2117         original-article-buffer.
2118
2119 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2120
2121         * nnir.el (nnir-compose-result): Fix matching of server type.
2122         (nnir-run-swish++): Ditto.
2123         (nnir-run-namazu): Ditto.
2124         (nnir-run-notmuch): Ditto.
2125
2126 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2129         (bug#9405).
2130
2131         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2132         (bug#9421).
2133
2134         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2135         (bug#9425).
2136
2137         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2138         thing (bug#9426).
2139
2140 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2141
2142         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2143         the error message.
2144
2145 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2146
2147         * message.el (message-setup-1): Return t (Bug#9392).
2148
2149 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2150
2151         * gnus-sum.el: When adding article headers to a summary buffer also
2152         update gnus-newsgroup-articles (bug#9386).
2153
2154 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * auth-source.el: Autoload help-mode.
2157
2158 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159
2160         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2161         names.
2162
2163 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2164
2165         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2166         mm-replace-in-string for compatibility issues.
2167         * mml2015.el (mml2015-epg-verify): Ditto.
2168
2169 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2172
2173         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2174
2175 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2176
2177         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2178         continue on and do the clean-up phase (bug#9188).
2179
2180         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2181         just ignore groups that can't be opened instead of erroring out
2182         (bug#9225).
2183
2184         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2185         nil since some many people are fuddy-duddies.
2186
2187         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2188         images.
2189
2190         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2191         instead.
2192
2193         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2194
2195         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2196
2197         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2198         processing.
2199
2200         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2201         buffer to avoid warnings.
2202
2203 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2204
2205         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2206         specified to reduce precision.
2207
2208 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2209
2210         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2211         bodystructures (bug#9314).
2212
2213 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2216         Make button keymap non-sticky after buttons.
2217
2218 2011-08-18  David Engster  <dengste@eml.cc>
2219
2220         * nnmairix.el (nnmairix-request-set-mark)
2221         (nnmairix-goto-original-article): Remove adding of article to registry,
2222         since `gnus-registry-add-group' isn't available anymore.
2223         (nnmairix-determine-original-group-from-registry):
2224         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2225         available anymore.
2226
2227 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2228
2229         * starttls.el (starttls-any-program-available): Define as obsolete
2230         function.
2231
2232 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2235         versions which Gnus use when appropriate.
2236
2237         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2238         a pretty destructive command.
2239
2240         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2241
2242 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * message.el (message-fix-before-sending): Make a different warning
2245         about NUL characters (bug#9270).
2246
2247         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2248         from custom (bug#9260).
2249
2250         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2251         things work in Emacs 22 and XEmacs, too.
2252
2253         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2254         default From.
2255
2256         * gnus-spec.el (gnus-lrm-string-p): New macro.
2257         (gnus-lrm-string): New constant.
2258         (gnus-summary-line-format-spec): LRM-ify the from.
2259         (gnus-tilde-max-form): LRM-ify string chopping.
2260
2261         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2262
2263         * message.el (message-is-yours-p): Allow disabling canlock checking
2264         (bug#9295).
2265         (message-shoot-gnksa-feet): Add `canlock-verify'.
2266         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2267         message directory isn't writable (bug#9304).
2268
2269         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2270         non-world-readable.
2271
2272 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2273
2274         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2275         articles.
2276
2277 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2278
2279         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2280         copy-list.
2281
2282 2011-08-12  Sam Steingold  <sds@gnu.org>
2283
2284         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2285         in the reverse order to avoid modifying the cache with `nreverse'.
2286         (gnus-all-score-files): Do not modify the value returned by
2287         `gnus-score-find-alist' because it lives in a cache variable.
2288         (gnus-current-home-score-file): No need to `nreverse' the return value
2289         of `gnus-score-find-alist', it is already in the correct order.
2290
2291 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2292
2293         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2294         type MESSAGE and subtype RFC822 is slightly different from those of
2295         type TEXT.
2296
2297 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2298
2299         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2300         This allows article-referral to work from an nnir group.
2301
2302 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2303
2304         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2305
2306 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2307
2308         * mml1991.el (mml1991-epg-find-usable-key)
2309         (mml1991-epg-find-usable-secret-key): New function.
2310         (mml1991-epg-sign): Check if signing key is usable.
2311         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2312
2313 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2314
2315         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2316         server-variables only.  This should fix a bug introduced with commit
2317         e1889675b7f4adf057833c5513c9374134c4e053.
2318         (nnir-run-query): 'nnir-search-engine should not be set from the global
2319         environment.
2320
2321 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2322
2323         * nnir.el (nnir-search-thread): Position point on referring article
2324         line.
2325         (nnir-warp-to-article): Clean up summary buffers.
2326
2327         * nnimap.el (nnimap-request-thread): Whitespace fix.
2328
2329 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2330
2331         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2332
2333 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * starttls.el (starttls-available-p): Rename from
2336         `starttls-any-program-available' and changed return convention.
2337
2338 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2339
2340         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2341         `unix-sync' unless it's defined.
2342
2343 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2344
2345         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2346         `aref' for XEmacs compatibiltiy.
2347
2348 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2351
2352 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2353
2354         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2355         closures, quote the form properly (bug#9194).
2356
2357 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2360         (gnus-summary-insert-new-articles): Protect against servers that are
2361         down.
2362
2363 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2364
2365         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2366         in mm handle if none is specified.
2367
2368 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2369
2370         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2371
2372 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2373
2374         * nnir.el (nnir-search-thread): New function to make an nnir group
2375         based on a thread query.
2376
2377         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2378         of nnir in thread referral.
2379         (gnus-summary-refer-thread): Use it.
2380
2381         * nnimap.el (nnimap-request-thread): Use it.
2382
2383 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384
2385         * shr.el (shr-tag-comment): Ignore HTML comments.
2386
2387 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2388
2389         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2390         argument.
2391         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2392         Use `nnir-address' to handle server info rather than passing an arg.
2393
2394         * nnimap.el (nnimap-make-thread-query): New utility function to format
2395         an imap thread search query.
2396         (nnimap-request-thread): Use it.
2397
2398         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2399         right select-method if we are not going back to the group buffer.
2400
2401 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2404         enter invalid buffer configurations into the quit form (bug#9107).
2405         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2406         unplugged/plugged.
2407
2408         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2409         keep track of which ones are unread (bug#9061).
2410
2411         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2412         (bug#9055).
2413
2414         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2415         (bug#9041).
2416
2417         * gnus-html.el (mm-util): Require (bug#9073).
2418
2419         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2420         (gnus-summary-refer-thread): Use it to remove duplicates in the
2421         un-threaded view (bug#9053).
2422         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2423
2424 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2425
2426         * nnir.el (nnir-read-server-parm): Use default value from global
2427         variable.  Without this the default search engine parameters aren't
2428         used at all.
2429
2430 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2431
2432         * message.el (message-unique-id): Don't use the undocumented return
2433         value from (random t) (bug#9118).
2434
2435 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * message.el (message-auto-save-directory): If the ~/Mail directory
2438         doesn't exist, use ~ as the auto-save directory (bug#4432).
2439
2440         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2441         hasn't already been started.
2442
2443 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2446
2447         * message.el (message-reply): Work around mysterious bug where
2448         `message-mode' seems to overwrite the locally bound `subject' variable.
2449
2450 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2451
2452         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2453         correct group.
2454
2455         * gnus-int.el (gnus-request-thread): Add group argument.
2456
2457         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2458
2459 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2462
2463         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2464         renamed to `debbugs-gnu-*'.
2465
2466 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2467
2468         * plstore.el: Revert the editing feature since it is not urgent.
2469         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2470         (plstore-mode-decoded): Remove.
2471
2472 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2475         isn't very interesting any more, and it leaks potentially secret data.
2476         (gnus-debug): Remove.
2477
2478         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2479         use of :custom-show.
2480
2481 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2482
2483         * plstore.el: Add documentation.
2484         (plstore-mode): New mode to edit plstore file.
2485         (plstore-mode-toggle-display, plstore-mode-original)
2486         (plstore-mode-decoded): New command.
2487         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2488         (plstore--insert-buffer, plstore--make): New function.
2489         (plstore-open, plstore-save): Simplify by using them.
2490
2491 2011-07-06  Glenn Morris  <rgm@gnu.org>
2492
2493         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2494
2495 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2498         no longer is much used.
2499         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2500         Articles".
2501
2502 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2503
2504         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2505         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2506         `notmuch' backend.
2507
2508 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * mm-decode.el (mm-text-html-renderer): Doc fix.
2511
2512         * gnus-msg.el (gnus-bug): Fix the MML tag.
2513
2514         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2515
2516 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2517
2518         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2519         secondary methods if started with `gnus-no-server'.
2520
2521 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2522
2523         * message.el (message-return-action): Fix typo in docstring.
2524
2525 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2526
2527         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2528         bug reports at once.
2529
2530         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2531
2532 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * nndraft.el: Require gnus-group.
2535         (nndraft-request-list): Declare.
2536
2537         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2538         no unread article unless it matches gnus-permanently-visible-groups.
2539
2540         * nndraft.el (nndraft-update-unread-articles): New function.
2541         (nndraft-request-associate-buffer): Use it to update the number of
2542         unread articles for the nndraft groups in the group buffer when saving
2543         or killing a draft message.
2544
2545 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546
2547         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2548         systems to binary before writing and reading the mbox files.
2549
2550         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2551         instead of trying to list them all (bug#8978).
2552
2553 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2554
2555         * pop3.el (pop3-open-server): Use :end-of-capability.
2556
2557 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2560         the id is always a number.
2561
2562         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2563
2564         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2565         debbugs mode, if possible.
2566
2567 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2568
2569         * auth-source.el (auth-source-token-passphrase-callback-function):
2570         Reindent.
2571         (epg-context-operation): Remove unnecessary autoload.
2572
2573 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * gnus.el (gnus-list-debbugs): New command.
2576
2577         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2578         mboxstat instead of the maintbox, since the stat seems to be fuller.
2579
2580         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2581         summary buffers.
2582
2583         * message.el (message-get-reply-headers): Delete all duplicates,
2584         instead of the first.
2585         (message-get-reply-headers): Ensure that we have progress while
2586         deleting duplicates.
2587
2588         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2589         gnus-posting-style value from the summary buffer to make it easier to
2590         make that a per-buffer conf.
2591
2592 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2593
2594         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2595         found by setting `shortcut' in 'query.
2596         (nnir-request-article): Use `shortcut' setting when requesting article
2597         by Message-ID.
2598
2599 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2600
2601         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2602         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2603         Bring the pseudo-headers back too.
2604
2605 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2606
2607         * auth-source.el (auth-source-token-passphrase-callback-function):
2608         Simplify and remove EPA dependency.
2609
2610 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2611
2612         * nnir.el (nnir-request-article): Fix error message text.
2613
2614 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2615
2616         * auth-source.el (plstore-delete): Autoload.
2617         (auth-source-plstore-search): Support delete operation.
2618         * plstore.el (plstore-delete): New function.
2619
2620 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2623         mark actually existing articles as unread rather than the ones that
2624         active asserts.
2625
2626 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2627
2628         * nntp.el (nntp-record-command):
2629         * gnus-util.el (gnus-message-with-timestamp-1):
2630         Use format-time-string rather than decoding time stamps by hand.
2631         This is simpler and insulates the code from potential changes to
2632         current-time format.
2633
2634 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2637
2638 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2639
2640         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2641         (plstore-save): Support public key encryption.
2642         (plstore--init-from-buffer): New function.
2643         (plstore-open): Use it; fix error when opening a non-existent file.
2644         (plstore-revert): Use plstore--init-from-buffer.
2645
2646 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2647
2648         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2649
2650 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2653         for old Emacsen.
2654
2655 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2656
2657         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2658         is not fully working.
2659
2660 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * dgnushack.el: Autoload sha1 on XEmacs.
2663
2664         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2665         quit window configuration.
2666
2667         * auth-source.el (epg-context-set-passphrase-callback):
2668         Remove duplicate autoload.
2669
2670 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2671
2672         * nnir.el (nnir-request-article): Allow requesting articles by
2673         Message-ID with nnimap.
2674
2675         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2676         current server.
2677
2678 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2679
2680         * auth-source.el: Autoload EPA/EPG functions.
2681         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2682         changed when EPA/EPG is not available.
2683         (auth-source-backend): Rename "arg" member to "data".
2684         (auth-source-backend-parse, auth-source-plstore-search)
2685         (auth-source-plstore-create): Use it.
2686
2687 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2688
2689         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2690         `gnus-refer-article-methods'.
2691
2692 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2693
2694         * auth-source.el: Require EPA and EPG.
2695         (auth-source-passphrase-alist): New variable.
2696         (auth-source-passphrase-callback-function)
2697         (auth-source-token-passphrase-callback-function): Callbacks for the
2698         netrc field encryption (GPG tokens).
2699         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2700         Symmetric encryption and decryption of the netrc GPG tokens.
2701         (auth-source-netrc-normalize): Use them, simplifying the closure.
2702
2703 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2704
2705         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2706         is available.
2707
2708 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2711         non-nil, and `nnimap-split-methods' is nil, use the former.
2712
2713 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2714
2715         * plstore.el (plstore-revert): New function.
2716         (plstore-open): Use it; hide the buffer from user.
2717
2718 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2719
2720         * auth-source.el (auth-source-backend): New member "arg".
2721         (auth-source-backend-parse): Handle new backend 'plstore.
2722         * plstore.el: New file.
2723
2724 2011-06-30  Glenn Morris  <rgm@gnu.org>
2725
2726         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2727
2728 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2729
2730         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2731         expiring articles to.
2732
2733         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2734         variations as ASCII (bug#5458).
2735
2736 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2739
2740 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2741
2742         * message.el (message-point-in-header-p): Tweak the function to default
2743         to saying that we're not in the headers if there is no separator at
2744         all.  This makes it possible to use the Message version of `M-q' in
2745         buffers with no headers (bug#7987).
2746         (message-point-in-header-p): Fix last checkin to work with an empty
2747         mail-header-separator, too.
2748
2749         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2750         again, save the choice via customize.
2751
2752 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2755
2756         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2757         ended the connection, bail out before waiting infinitely on a new
2758         connection.
2759
2760 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2761
2762         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2763         reports.
2764
2765         * gnus.el (gnus-bug-package): Use "gnus."
2766         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2767
2768 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * dgnushack.el: Make the timer warning go away on XEmacs.
2771
2772         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2773         animations going on at article exit time.
2774
2775         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2776         since removing it breaks people upgrading.
2777
2778         * shr.el (shr-put-image): Use the new interface for animating images.
2779         (shr-put-image): Animate for 60 seconds.
2780
2781         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2782         avoid compiler warnings.
2783
2784         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2785         error with `find-file-hooks' on Emacs 22.
2786         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2787         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2788         on all architectures.
2789
2790         * spam.el (spam-stat): Require in a normal fashion without binding
2791         `spam-stat-install-hooks' to avoid compilation warnings.
2792
2793         * spam-stat.el (spam-stat-install-hooks): Remove.
2794         (spam-stat-install-hooks): Don't run automatically.
2795
2796 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2797
2798         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2799         and keystroke.
2800
2801 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * auth-source.el (auth-source-netrc-cache): Move forward.
2804
2805 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * proto-stream.el (proto-stream-open-starttls): Use
2808         `gnutls-available-p' to see whether we have built-in support.
2809
2810         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2811         we already know.
2812         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2813         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2814
2815 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2818         %S format, since that looks odd.
2819         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2820         file, especially when saving.
2821
2822 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2823
2824         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2825         article found.
2826
2827 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2828
2829         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2830         `auth-source-save-secrets' with a more sensitive alist that can be
2831         configured per file.  Experimental, so defaults to 'never.
2832         (auth-source-netrc-create): Use it.  Still experimental code.
2833         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2834         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2835
2836 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2837
2838         * auth-source.el (auth-source-save-secrets): New variable to control if
2839         secret tokens should be saved encrypted.
2840         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2841         to `auth-source-netrc-normalize'.
2842         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2843         on the EPA variables being defined.
2844         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2845         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2846         the lexical-let closure.
2847         (auth-source-netrc-create): Create "gpg:" tokens according to
2848         `auth-source-save-secrets'.
2849
2850 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2851
2852         * gnus-group.el (gnus-group-update-group): Add new argument
2853         `info-unchanged' that stops updating dribble buffer.
2854
2855         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2856         deletes lines matching to it in dribble buffer.
2857
2858         * gnus-agent.el (gnus-agent-fetch-group-1):
2859         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2860         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2861         * gnus-start.el (gnus-group-change-level):
2862         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2863
2864         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2865         if newsgroup info is not changed.
2866
2867         * gnus-group.el (gnus-group-get-new-news-this-group):
2868         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2869         Don't update dribble buffer.
2870
2871 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2872
2873         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2874         remove entries with groups we ignore.
2875
2876 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877
2878         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2879         the underline comes at the bottom.
2880
2881 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2882
2883         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2884         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2885         (gnus-registry-article-marks-to-names): Rename from
2886         `gnus-registry-user-format-function-M2'.
2887
2888 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2891         ephemeral group.
2892
2893 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * shr.el (shr-browse-image): Copy the URL if called interactively.
2896
2897 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2900         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2901         done, then unselected articles may be marked as read.
2902
2903         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2904         since not doing this seems to lead to a race condition in pop3-logon.
2905
2906         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2907         so that the call chain it correct when we call "upwards".
2908
2909         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2910         in read-only groups.
2911
2912         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2913
2914         * message.el (message-cite-reply-position): Doc string fix.
2915
2916         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2917         avoid regexp overflow.
2918         (nnimap-transform-split-mail): Ditto.
2919
2920         * pop3.el (pop3-retr): Error out if the server closes the connection.
2921
2922 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2923
2924         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2925         mm-with-unibyte-current-buffer.  The buffer should not contain any
2926         multibyte chars anyway at this stage.
2927
2928 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2929
2930         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2931         at the end of lines.
2932
2933 2011-05-29  Julien Danjou  <julien@danjou.info>
2934
2935         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2936
2937 2011-05-27  Glenn Morris  <rgm@gnu.org>
2938
2939         * gnus-group.el (gnus-bug-group-download-format-alist):
2940         Use the "maintainer" version of debian reports as well.
2941
2942 2011-05-26  Glenn Morris  <rgm@gnu.org>
2943
2944         * gnus-group.el (gnus-bug-group-download-format-alist):
2945         Use the "maintainer" version of debbugs.gnu.org reports.
2946
2947 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2950
2951 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2952
2953         * gnus-cus.el (gnus-agent-customize-category):
2954         * gnus-delay.el (gnus-delay-send-queue):
2955         * gnus.el (gnus-other-frame):
2956         Don't quote lambda expressions with `quote'.
2957
2958 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2959
2960         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2961         the thread moves us backwards and so we loop forever.
2962
2963 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2966         whitespace in base64 data lines.
2967
2968 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2969
2970         * gnus-registry.el (gnus-registry-user-format-function-M):
2971         Use `mapconcat'.
2972         (gnus-registry-user-format-function-M2): Use to see the full text of
2973         the marks.  Make "," the mark text separator.
2974
2975         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2976         authentication with auth-source.
2977
2978 2011-05-17  Glenn Morris  <rgm@gnu.org>
2979
2980         * gnus-group.el (gnus-import-other-newsrc-file):
2981         Use insert-file-contents.
2982
2983 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
2984
2985         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
2986         1000 iterations.
2987
2988 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2989
2990         * nntp.el (nntp-open-connection): Check if process-type is available.
2991
2992 2011-05-16  Julien Danjou  <julien@danjou.info>
2993
2994         * shr.el (shr-tag-del): Add support for del tag.
2995
2996 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * gnus-html.el (gnus-html-put-image): Register a displayer.
2999
3000         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3001
3002 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3003
3004         * registry.el (prune-factor): New initialization parameter defaulting
3005         to 0.1.
3006         (registry-prune-hard): Use it.
3007
3008         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3009         0.1 expicitly.
3010
3011 2011-05-13  Glenn Morris  <rgm@gnu.org>
3012
3013         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3014         is bound, since this function requires sendmail.
3015
3016 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3017
3018         * registry.el (registry-usage-test): Disable pruning test.
3019
3020 2011-05-11  David Engster  <dengste@eml.cc>
3021
3022         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3023         Bind set-network-process-option for XEmacs.
3024
3025 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3026
3027         * registry.el (registry-prune-hard-candidates)
3028         (registry-prune-soft-candidates): Helper methods for registry pruning.
3029         (registry-prune): Use them.  Make the sort function optional.
3030
3031 2011-05-10  Jim Meyering  <meyering@redhat.com>
3032
3033         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3034
3035 2011-05-10  Julien Danjou  <julien@danjou.info>
3036
3037         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3038         symbol and not a list.
3039
3040 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-art.el (gnus-article-mode): Move binding of
3043         shr-put-image-function here from gnus-article-prepare-display.
3044
3045         * shr.el (shr-put-image-function): New variable.
3046         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3047         (shr-put-image): Return scaled image.
3048
3049         * gnus-art.el (gnus-shr-put-image): New function.
3050         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3051
3052         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3053         original ones, as deletable.
3054
3055 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3056
3057         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3058
3059 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3060
3061         * registry.el (registry-full): Add convenience method.  Fix logic.
3062         (registry-insert): Use it.  Fix logic here too.
3063
3064         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3065         `registry-prune' if `registry-full' returns t.
3066         (gnus-registry-handle-action)
3067         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3068         (gnus-registry-usage-test): Use it.
3069
3070 2011-05-07  Julien Danjou  <julien@danjou.info>
3071
3072         * shr.el (shr-link): Make shr-link inherit from link by default.
3073
3074 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3075
3076         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3077
3078 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3079
3080         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3081         error out because the face is not a list.
3082
3083 2011-05-05  Glenn Morris  <rgm@gnu.org>
3084
3085         * proto-stream.el (gnutls-negotiate): Fix declarations.
3086
3087         * gnus-start.el (gnus-propagate-marks): Declare.
3088
3089 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3090
3091         * registry.el (registry-reindex): Fix percentage message.
3092
3093         * proto-stream.el (network-stream-open-starttls): Adjust to call
3094         `gnutls-negotiate' with :process and :hostname arguments.
3095
3096 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3097
3098         * shr.el: Add shr-link face for links.
3099         (shr-urlify): Use it.
3100
3101         * registry.el (registry-insert): Make error message more helpful.
3102
3103 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * gnus-html.el (gnus-html-schedule-image-fetching):
3106         Use url-queue-retrieve, if it exists.
3107
3108         * shr.el (shr-tag-img): Ditto.
3109
3110         * gnus.el: Autoload more gnus-agent functions.
3111
3112         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3113         agent if we haven't already (bug#8502).
3114
3115         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3116         into the Agent, too.
3117
3118         * gnus-agent.el (gnus-agent-store-article): New function.
3119
3120         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3121         and moved from that file for reuse.
3122
3123         * pop3.el (pop3-open-server): Error messages are "-ERR".
3124
3125 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3128         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3129
3130 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3131
3132         * gnus.el: No Gnus v0.17 is released.
3133
3134 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3135
3136         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3137         buffer has moved to a different frame.
3138
3139 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3140
3141         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3142         to get the conversion from unibyte to multibyte buffers to work on
3143         Emacs 22.
3144
3145         * nntp.el (nntp-request-article): Slight clean-up.
3146
3147 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * shr.el (shr-strike-through): New face.
3150         (shr-tag-s): Use it to provide <s> support.
3151         (shr-tag-s): Remove duplicate definition.
3152
3153 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3154
3155         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3156         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3157
3158 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3159
3160         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3161         `gnutls-negotiate'.
3162         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3163
3164 2011-04-23  Glenn Morris  <rgm@gnu.org>
3165
3166         * gnus-sum.el (gnus-extra-headers): Bump :version.
3167
3168 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3169
3170         * shr.el (shr-tag-sup): New function.
3171         (shr-tag-sub): Ditto.
3172
3173 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3174
3175         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3176         for the case where `gnus-registry-ignored-groups' is a list of lists,
3177         and don't call `gnus-parameter-registry-ignore' otherwise.
3178
3179 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3180
3181         * nnimap.el (nnimap-user): New backend variable.
3182         (nnimap-open-connection-1): Use it.
3183         (nnimap-credentials): Accept user parameter so it's explicit what user
3184         name is desired.
3185
3186         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3187         default.
3188
3189         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3190         not gnus-registry.el.
3191
3192         * gnus-registry.el: Mention in comments how to modify
3193         `gnus-extra-headers' for proper recipient tracking and that it may
3194         already have To and Cc recently, which it does as of this commit.
3195         (gnus-registry-ignored-groups): Remove defcustom.
3196         Explain why in comments.
3197         (gnus-registry-action): Fix data-header reference to use the extra
3198         headers.  Explain in package commentary how to add To and Cc headers to
3199         the gnus-extra-headers.
3200         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3201         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3202         parameter list or a string list in `gnus-registry-ignored-groups'.
3203         Fix logic error.
3204
3205 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3206
3207         * shr.el (shr-expand-url): Protect against null urls.
3208
3209 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3210
3211         * shr.el (shr-base): New binding.
3212         (shr-tag-base): Keep track of <base>.
3213         (shr-expand-url): New function used throughout.
3214
3215 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3216
3217         * gnus-registry.el
3218         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3219         (gnus-registry-ignored-groups): New variable.
3220         (gnus-registry-ignore-group-p): Use it.
3221         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3222         set the destination group to nil (same as delete) if it's ignored.
3223
3224 2011-04-20  David Engster  <dengste@eml.cc>
3225
3226         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3227
3228         * Makefile.in (test-nntp): New rule.
3229         (check): Add it.
3230         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3231
3232 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * gnus-registry.el (gnus-registry-action)
3235         (gnus-registry-fetch-header-fast):
3236         Don't use mail-header that looks an internal function of mailheader.el.
3237
3238 2011-04-19  Glenn Morris  <rgm@gnu.org>
3239
3240         * time-date.el (time-to-days): Remove unused local variables.
3241
3242 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * gnus-registry.el: Eliminate cl functions.
3245         (gnus-registry-sort-addresses): New function that replaces mapcan.
3246         (gnus-registry-action, gnus-registry-spool-action)
3247         (gnus-registry-split-fancy-with-parent)
3248         (gnus-registry-fetch-recipients-fast): Use it.
3249         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3250
3251         * registry.el (initialize-instance, registry-lookup)
3252         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3253         (registry-lookup-secondary-value, registry-search, registry-delete)
3254         (registry-insert, registry-reindex, registry-size, registry-prune):
3255         Use eval-and-compile.
3256
3257 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3258
3259         * registry.el (registry-reindex): New method to recreate the secondary
3260         registry indices.
3261
3262         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3263         tracked field changes.
3264         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3265         (gnus-registry-action, gnus-registry-spool-action)
3266         (gnus-registry-handle-action)
3267         (gnus-registry--split-fancy-with-parent-internal)
3268         (gnus-registry-split-fancy-with-parent)
3269         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3270         move, and delete actions, and for fancy splitting with parent.
3271         (gnus-registry-extract-addresses)
3272         (gnus-registry-fetch-recipients-fast)
3273         (gnus-registry-fetch-header-fast): Convenience functions.
3274         (gnus-registry-misc-test): ERT test of
3275         `gnus-registry-extract-addresses'.
3276
3277 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3278
3279         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3280         Track by subject first, then sender.
3281
3282 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3283
3284         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3285
3286         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3287         Lisp.
3288
3289         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3290         (gnus-draft-send): Use it to avoid popping
3291         up frames from gnus-group-send-queue.
3292
3293 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3294
3295         * gnus-registry.el: Updated gnus-registry docs.
3296
3297 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3298
3299         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3300         Fix logic bug.
3301         (gnus-registry-post-process-groups): Fix logging of no results and
3302         quote sender and subject.
3303
3304 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3305
3306         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3307         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3308         gnutls-cli are too slow to be done opportunistically.
3309
3310         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3311         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3312         we had no early-data returned.
3313         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3314         two async commands to the same server at the same time.
3315
3316 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3317
3318         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3319
3320 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3321
3322         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3323         "warning" level.
3324
3325         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3326         (mm-url-insert-file-contents): Don't set the package names.
3327
3328 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3329
3330         * gnus-registry.el (gnus-registry-action): Remove properties and
3331         simplify subject in `gnus-registry-handle-action'.
3332         (gnus-registry-spool-action): Get subject and sender from message if
3333         they are not passed in.
3334         (gnus-registry-handle-action): Remove properties and simplify subject
3335         consistently.
3336
3337 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3338
3339         * registry.el: Require CL before using defmacro*.
3340
3341 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3342
3343         * gnus-art.el (article-treat-date): Assume that
3344         gnus-article-date-headers may be a group parameter.
3345
3346 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3347
3348         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3349
3350         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3351         interactively so the newsrc file can contain foreign groups too.
3352         Useful for debugging but not much for users.
3353
3354 2011-04-07  David Engster  <dengste@eml.cc>
3355
3356         * registry.el (registry-usage-test): Only do
3357         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3358         lexical binding.
3359
3360 2011-04-07  David Engster  <dengste@eml.cc>
3361
3362         * Makefile.in (check, test-registry): New rules for test-suite.
3363
3364 2011-04-06  David Engster  <dengste@eml.cc>
3365
3366         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3367         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3368
3369 2011-04-06  David Engster  <dengste@eml.cc>
3370
3371         * registry.el (initialize-instance): Change :after to :AFTER to be
3372         compatible with old EIEIO version in XEmacs.
3373
3374 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3375
3376         * gnus-registry.el (gnus-registry-post-process-groups)
3377         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3378         and provide better messaging.
3379
3380 2011-04-06  David Engster  <dengste@eml.cc>
3381
3382         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3383         errors.
3384
3385         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3386         dgnushack-compile with error-on-warn enabled, and to signal an error if
3387         clean compilation failed.
3388         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3389         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3390
3391 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3392
3393         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3394         unconditionally anyway, discarding errors.
3395         (gnus-registry-delete-entries): New convenience function.
3396         (gnus-registry-import-eld): Import from old .eld registry.
3397
3398         * registry.el: Don't use ERT if it's not available.  Load it
3399         unconditionally anyway, discarding errors.
3400
3401         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3402         version from the Claudio Bley GnuTLS patch (extra optional parameters
3403         and host name).
3404
3405 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3406
3407         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3408         fixup the parameters that can be customized by the user between
3409         save/read cycles.
3410         (gnus-registry-read): Use it.
3411         (gnus-registry-make-db): Use it.
3412         (gnus-registry-spool-action, gnus-registry-handle-action):
3413         Fix messaging.
3414         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3415         Map references to actual group names with sender and subject tracking.
3416         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3417         (gnus-registry-usage-test): Add subject lookup test.
3418
3419         * registry.el (registry-db, initialize-instance): Set up constructor
3420         instead of :initform arguments for the sake of older Emacsen.
3421         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3422         pre-lexbind merge bug.
3423         (registry-usage-test): Use it.
3424         (initialize-instance, registry-db): Move the non-function initforms
3425         back to the class definition.
3426
3427 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3428
3429         * registry.el: New library to manage gnus-registry-style data.
3430
3431         * gnus-registry.el: Use it (major rewrite).
3432
3433         * nnregistry.el: Use it.
3434
3435         * spam.el: Use it.
3436
3437 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3440         marks on non-selected articles.
3441
3442 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3443
3444         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3445         parameter to open-protocol-stream.
3446
3447 2011-04-01  Julien Danjou  <julien@danjou.info>
3448
3449         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3450         fundamental-mode.
3451
3452 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3455         servers.
3456
3457 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3458
3459         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3460         made marks not propagate, again.
3461
3462 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3463
3464         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3465         Make this the default type.
3466         (proto-stream-open-plain): Rename from proto-stream-open-default.
3467         (open-protocol-stream, proto-stream-open-starttls)
3468         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3469         with `plain'.
3470
3471         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3472         value.
3473
3474         * nntp.el (nntp-open-connection-function): Document the fact that some
3475         values are not functions but are instead handled specially.
3476         Recognize nntp-open-plain-stream value.
3477         (nntp-open-connection): Recognize that value.
3478
3479 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3482         where it seems to be needed.
3483
3484 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3487         stuff.
3488
3489         * gnus-score.el (gnus-score-string): Fix calling convention of
3490         `gnus-simplify-buffer-fuzzy' after last patches.
3491
3492         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3493         server for articles we didn't get any headers for.  This is a sanity
3494         check.
3495
3496 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3497
3498         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3499         new CAPABILITY, use it.
3500
3501 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3504         downloading anything.
3505
3506         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3507
3508 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3509
3510         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3511         colors.
3512         (gnus-splash-svg-color-symbols): New function.
3513
3514 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3517         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3518         (gnus-simplify-subject-fuzzy): Use the local
3519         gnus-simplify-subject-fuzzy-regex instead of the global one.
3520         This makes using this variable in group parameters work.
3521
3522 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3523
3524         * gnus-registry.el (gnus-registry-unfollowed-groups):
3525         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3526         archive:sent-YYYY-MM-DD groups).
3527         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3528         tracking if there are more than `gnus-registry-max-track-groups'
3529         matches.
3530
3531 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3532
3533         * message.el (message--yank-original-internal): New function to do the
3534         insertion cleanly inside eval in `message-yank-original'.
3535         (message-yank-original): Use it.
3536
3537 2011-03-29  Julien Danjou  <julien@danjou.info>
3538
3539         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3540         local variables disabled rather than `normal-mode'.
3541
3542 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3543
3544         * imap.el (imap-shell-open, imap-process-connection-type):
3545         Use imap-process-connection-type for 'shell' streams as well as
3546         Kerberos, SSL, other subprocesses.
3547
3548 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3549
3550         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3551         with open-network-stream.
3552         (proto-stream-always-use-starttls): Option removed.
3553         (open-protocol-stream): Return a process object by default.  Provide a
3554         new parameter :return-list specifying a list-type return value, which
3555         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3556         :type `network' to `try-starttls', and `network-only' to `default'.
3557         Make `default' the default, for compatibility with open-network-stream.
3558         Handle the no-parameter case exactly as open-network-stream, with no
3559         additional stream processing.  Search plists using plist-get.
3560         Explicitly add :end-of-commend parameter if it is missing.
3561         (proto-stream-open-default): Rename from
3562         proto-stream-open-network-only.  Return 'default as the type.
3563         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3564         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3565         failed.  Always return a list with a (possibly dead) process as the
3566         first element, for compatibility with open-network-stream.
3567         (proto-stream-open-tls): Use plist-get.  Always return a list.
3568         (proto-stream-open-shell): Return `default' as connection type.
3569         (proto-stream-capability-open): Use plist-get.
3570         (proto-stream-eoc): Function deleted.
3571
3572         * nnimap.el (nnimap-stream, nnimap-open-connection)
3573         (nnimap-open-connection-1): Handle renaming of :type parameter for
3574         open-protocol-stream.
3575         (nnimap-open-connection-1): Pass a :return-list parameter
3576         open-protocol-stream to obtain a list return value.  Parse this list
3577         using plist-get.
3578
3579         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3580         for open-protocol-stream.  Accept open-protocol-stream return value
3581         that is a subprocess object instead of a list.  Handle the case of a
3582         dead returned process.
3583
3584 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3585
3586         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3587
3588         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3589
3590 2011-03-21  Julien Danjou  <julien@danjou.info>
3591
3592         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3593         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3594         query.
3595         (mm-inline-text): Render normal text with fontification whenever
3596         possible.
3597
3598         * gnus-sum.el (gnus-summary-save-parts-1):
3599         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3600         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3601         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3602         Use `mm-handle-filename'.
3603
3604         * mm-util.el (mm-handle-filename): New function, return the filename of
3605         an handle.
3606
3607 2011-03-18  Julien Danjou  <julien@danjou.info>
3608
3609         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3610         (gnus-buffer-live-p): Check that buffer is not nil.
3611
3612 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3613
3614         * gnus.el: No Gnus v0.15 is released.
3615
3616 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3619         avoid warning on XEmacs.
3620
3621         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3622         on XEmacs.
3623
3624         * gnus-art.el: Require mouse, which the build bot seems to say is
3625         needed.
3626
3627         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3628
3629         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3630         XEmacs, since it doesn't have url-retrieve-synchronously.
3631
3632         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3633         since assoc-string doesn't exist in XEmacs.
3634
3635 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3636
3637         * gnus-group.el (gnus-group-list-ticked): New function.
3638         (gnus-group-make-menu-bar): Provide a menu entry for it.
3639         (gnus-group-list-map): Provide a binding for it.
3640
3641 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * shr.el (shr-visit-file): New command.
3644
3645         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3646
3647 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3648
3649         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3650         servers.
3651
3652 2011-03-16  Julien Danjou  <julien@danjou.info>
3653
3654         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3655         inline.
3656
3657         * gnus-art.el (article-hide-list-identifiers):
3658         Use gnus-group-get-list-identifiers.
3659
3660         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3661         (gnus-summary-remove-list-identifiers):
3662         Use gnus-group-get-list-identifiers to get regexp.
3663         (gnus-select-newsgroup, gnus-summary-insert-subject)
3664         (gnus-summary-insert-articles):
3665         Call gnus-summary-remove-list-identifiers unconditionally.
3666
3667 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3670         we're selecting a group with unread articles.
3671
3672         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3673
3674         * gssapi.el: New file separated out from imap.el to provide a general
3675         Kerberos 5 connection facility for Emacs.
3676
3677         * message.el (message-elide-ellipsis): Document the format spec
3678         ellipsis.
3679
3680 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3681
3682         * message.el (message-elide-region): Allow the ellipsis to say how many
3683         lines were removed.
3684
3685 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3688         window configurations containing buffers that are now dead.
3689
3690         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3691         parsing to avoid integer overflows.
3692         (nnimap-parse-flags): Simplify the last change.
3693         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3694         too large for 32-bit Emacsen.
3695
3696 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3697
3698         * auth-source.el (auth-source-netrc-create):
3699         * message.el (message-yank-original): Fix use of `case'.
3700
3701 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3702
3703         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3704         XEmacs, which was one character too wide.
3705
3706 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3707
3708         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3709         default number of articles to display.
3710         (gnus-articles-to-read): Use pretty names for prompt.
3711
3712 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713
3714         * gnus-int.el (gnus-open-server): Ditto.
3715
3716         * gnus-start.el (gnus-activate-group): Give a backtrace if
3717         debug-on-quit is set and the user hits `C-g'.
3718         (gnus-read-active-file): Ditto.
3719
3720         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3721
3722 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3723
3724         * message.el (message-yank-original): Use cond instead of CL case.
3725
3726 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3727
3728         * auth-source.el (auth-source-netrc-create): Use usual format for the
3729         default in prompts.
3730
3731 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * lpath.el: Fbind read-char-choice for XEmacs.
3734
3735 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3736
3737         * auth-source.el (auth-source-netrc-create): Show the default in the
3738         prompt when prompting for token creation.
3739
3740 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3741
3742         * auth-source.el (auth-source-format-prompt): Always convert the value
3743         to a string to avoid evaluating non-string arguments.
3744         (auth-source-netrc-create): Offer default properly, not as initial
3745         content in `read-string'.
3746         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3747         of line to determine if we've been run before.  If so, don't run again,
3748         but print a trivial message to indicate the cache was hit instead.
3749
3750 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3751
3752         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3753         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3754         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3755         Gnus.
3756
3757 2011-03-11  Julien Danjou  <julien@danjou.info>
3758
3759         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3760         modified file".
3761
3762 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3763
3764         * auth-source.el (auth-source-read-char-choice): New function to read a
3765         character choice using `dropdown-list', `read-char-choice', or
3766         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3767         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3768         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3769         (auth-source-netrc-saver): Use it.
3770         (auth-source-pick-first-password): New convenience function.
3771
3772 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3773
3774         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3775         parameter in the credentials.
3776         (nnimap-open-connection-1): Use it after a successful login.
3777         (nnimap-credentials): Add IMAP-specific user and password prompt.
3778
3779         * auth-source.el (auth-source-search): Add :require parameter, taking a
3780         list.  Document it and the :save-function return token.  Pass :require
3781         down.  Change the CREATED message from a warning to a debug statement.
3782         (auth-source-search-backends): Pass :require down.
3783         (auth-source-netrc-search): Pass :require down.
3784         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3785         Change save prompt to indicate all modifications saved here are
3786         deletions.
3787         (auth-source-netrc-create): Take user login name as default in user
3788         prompt.  Move all the save functionality to a lexically bound function
3789         under the :save-function token in the returned list.  Set up clearer
3790         default prompts for user, host, port, and secret.
3791         (auth-source-netrc-saver): New function, intended to be wrapped for
3792         :save-function.
3793
3794 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3797         lines to be spaces instead.
3798
3799 2011-03-07  Julien Danjou  <julien@danjou.info>
3800
3801         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3802         (sieve-sasl-auth): Check that auth-source-search did return something,
3803         or just return an empty string.
3804
3805 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3806
3807         * gnus.el (gnus-interactive): Use read-directory-name.
3808
3809         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3810         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3811         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3812         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3813         Likewise.
3814
3815         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3816
3817 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3820         onto the list of killed groups, too.  This makes killed nnimap groups,
3821         for instance, more reliably not reappear.
3822
3823         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3824         the parent.
3825
3826         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3827
3828         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3829         really have server-side marks.
3830
3831         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3832         since most backends do not usefully have server-side marks.
3833         (gnus-update-read-articles): Propagate marks to all backends that
3834         really have server-side marks.
3835
3836 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3837
3838         * message.el (message-cite-reply-position, message-cite-style):
3839         New variables.
3840         (message-yank-original): Use the new citation styles.
3841
3842 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3843
3844         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3845         buffer-local issue); don't mark it buffer-local when running under
3846         XEmacs.
3847
3848 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3849
3850         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3851         numbers too big to be `read'.
3852
3853 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3854
3855         * password-cache.el (password-in-cache-p): Add autoload.
3856
3857         * message.el (message-options): Make buffer-local two ways to attempt
3858         to fix a XEmacs bug.
3859
3860 2011-03-02  Julien Danjou  <julien@danjou.info>
3861
3862         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3863
3864 2011-03-01  Julien Danjou  <julien@danjou.info>
3865
3866         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3867         group.
3868         (article-hide-list-identifiers): Use list-identifier group parameter.
3869
3870 2011-02-28  Julien Danjou  <julien@danjou.info>
3871
3872         * sieve.el (sieve-buffer-script-name): New local variable to store
3873         sieve script name.
3874         (sieve-edit-script): Store sieve script name.
3875         (sieve-upload): Use sieve script name when uploading.
3876         (sieve-upload): Use substitute-command-keys.
3877         (sieve-edit-script): Use substitute-command-keys.
3878         (sieve-refresh-scriptlist): Use substitute-command-keys.
3879         (sieve-manage-mode-map): Define keymap properly.
3880         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3881         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3882         Remove commented code about cvs.
3883         (sieve-manage-quit): New function.
3884         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3885
3886 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887
3888         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3889
3890 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3891
3892         * auth-source.el (auth-source-search): Cache empty result sets.
3893
3894         * password-cache.el (password-in-cache-p): Convenience function to
3895         check if a key is in the cache, even if the value is nil.
3896
3897         * auth-source.el (auth-source-save-behavior): New variable to replace
3898         `auth-source-never-create'.
3899         (auth-source-netrc-create): Use it.
3900         (auth-source-never-save): Remove.
3901
3902 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3903
3904         * nnimap.el (nnimap-stream): Doc fix.
3905         (nnimap-open-connection-1): Reverse the order of the ports to that the
3906         prompted-for port is first.
3907
3908         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3909         retrieval by the no-group selection.
3910
3911         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3912         numerical parameters.
3913
3914 2011-02-25  Julien Danjou  <julien@danjou.info>
3915
3916         * gnus-gravatar.el: Use gnus-with-article-buffer.
3917
3918         * gnus-art.el (gnus-with-article-buffer): Check that the
3919         gnus-article-buffer is alive.
3920
3921 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3922
3923         * auth-source.el (auth-source-creation-prompts): New variable to manage
3924         creation-time prompts.
3925         (auth-source-search): Document it.
3926         (auth-source-format-prompt): Add utility function.
3927         (auth-source-netrc-create): Don't default the user name to
3928         user-login-name.  Use `auth-source-creation-prompts' and some default
3929         prompts for user, host, port, and password (the default generic prompt
3930         remains ugly).
3931         (auth-source-never-save): Add customizable option to never save info.
3932         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3933         mode excursion.
3934
3935 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3938         argument that XEmacs doesn't support.
3939
3940         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3941         compiled for Emacsen having no `libxml-parse-html-region' support.
3942
3943         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3944
3945         * lpath.el: Bind buffer-save-without-query for XEmacs.
3946
3947 2011-02-23  Julien Danjou  <julien@danjou.info>
3948
3949         * gnus-art.el (article-make-date-line): Ignore errors if time is
3950         invalid and not convertible.
3951         (article-make-date-line): Only add lapsed time if time is not nil.
3952
3953 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3954
3955         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3956         `read-char-choice' for backwards compatibility.
3957         (auth-source-netrc-element-or-first): New function to DTRT for
3958         parameter extraction.
3959         (auth-source-netrc-create): Use it and fix multiple parameter print
3960         bug.  Use the default passed from above (given-default) or the
3961         built-in (user-login-name for :user).
3962
3963 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3964
3965         * gnus-start.el (gnus-dribble-read-file):
3966         Set buffer-save-without-query, since we always want to save the dribble
3967         file, probably.
3968
3969         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3970         nnimap.
3971
3972         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3973         -summary- since it's a user-visible variable.
3974
3975         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3976         first time you use the new Gnus.
3977
3978 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
3979
3980         * auth-source.el: Don't load netrc.el.
3981         (auth-sources): Search ~/.netrc as well by default.
3982         (auth-source-debug): Add 'trivia option for extra output.
3983         (auth-source-do-trivia): Use it.
3984         (auth-source-search): Simplify logic to use
3985         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
3986         appropriate.  Don't keep a running count at this level.  Layer :create
3987         and :delete options appropriately on the first and second passes.
3988         Don't track the backend with the search results.
3989         (auth-source-search-backends): New function to search a list of
3990         backends for a processed spec.
3991         (auth-source-netrc-parse): Cache all netrc files, making
3992         auth-source-netrc-cache an alist keyed by the file name and using the
3993         file mtime as the caching criterion.  Keep the obfuscated data secret
3994         with a lexical bind.
3995         (auth-source-netrc-search): Don't calculate the length of the results
3996         unnecessarily.
3997         (auth-source-search-backends): Fix bug.
3998         (auth-source-netrc-create): Rework prompts.
3999
4000 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4001
4002         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4003         Lower case names of search constraints.
4004         (nnir-run-query): Cache and reuse search constraints for all imap
4005         servers.
4006
4007 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4008
4009         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4010         after exit.
4011         (gnus-setup-message): Define missing variable from last checkin.
4012
4013         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4014         value, show the raw article.
4015
4016 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4017
4018         * gnus.el: No Gnus v0.13 is released.
4019
4020 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4021
4022         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4023         auth-source now accepts numbers.
4024
4025         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4026         spec, too.
4027         (auth-source-ensure-strings): New function.
4028
4029         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4030         (gnus-article-setup-buffer): Always restart the date timer so that user
4031         changes to the frequency is respected.
4032
4033         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4034         port numbers, so make sure it gets that if nnimap-server-port is
4035         explicit.
4036
4037 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4038
4039         * nnimap.el (nnimap-inbox): Doc fix.
4040
4041 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4042
4043         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4044         Autoload.  Add optional arg FRAME, and pass it to color-values.
4045         (color-complement): Caller changed.  Doc fix.
4046         (color-gradient): Rewrite for better clarity and efficiency.
4047
4048 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4049
4050         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4051         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4052         color-lab-to-srgb.
4053
4054 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4055
4056         * color.el: First part of merge from hexrgb.el.
4057         (color-rgb-to-hex): Rename from color-rgb->hex.
4058         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4059         saturation to zero if the value is too small.
4060         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4061         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4062         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4063         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4064         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4065         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4066         (color-cie-de2000): Doc fix.
4067
4068 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4069
4070         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4071         given method as in the group name if we're using an extended method.
4072         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4073         command, if we're using that, instead of waiting for the beginning.
4074
4075         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4076         we're sure to get unique server names, and we don't output two async
4077         commands in the same buffer.  This fixes an NNTP hang for some users.
4078
4079 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4080
4081         * gnus.el: No Gnus v0.11 is released.
4082
4083 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4084
4085         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4086         summary buffer before reading going to the next buffer.  This avoids
4087         putting the point in the group buffer if you `C-g' the command.
4088
4089         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4090         cache (for now) to make ~/.authinfo.gpg files usable.
4091
4092         * nnfolder.el (copyright-update): Define for the compiler.
4093
4094         * auth-source.el (auth-source-search): Fix unbound variable.
4095
4096 2011-02-19  Glenn Morris  <rgm@gnu.org>
4097
4098         * gnus.el (gnus-meta): Doc fix.
4099
4100 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4101
4102         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4103         in case it's not yet loaded.
4104
4105 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4106
4107         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4108         line we're waiting for.
4109
4110 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4111
4112         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4113         face with line-width greater than zero will cause RET in gnus summary
4114         buffer to scroll down article page-wise because auto vscroll happens,
4115         it should be temporally disabled when doing a scroll-up.
4116
4117 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4118
4119         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4120         outputs from the server.
4121
4122 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4123
4124         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4125         later so that bbdb can hook in easier.
4126
4127 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4128
4129         * auth-source.el (auth-source-search): Don't try to create credentials
4130         if the caller doesn't want that.
4131         (auth-source-search): If we don't find a match, don't bug out on
4132         non-bound variables.
4133         (auth-source-search): Only ask a single backend to create the
4134         credentials.
4135
4136         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4137         logging.
4138         (nnimap-credentials): Protect against auth-source-search returning nil.
4139         (nnimap-request-list): Protect against not being able to open the
4140         server.
4141
4142 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4143
4144         * auth-source.el (auth-source-search): Do a two-phase search, one with
4145         no :create to get the responses from all backends.
4146
4147         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4148         when getting credentials.
4149
4150         * gnus-util.el (gnus-delete-duplicates): New function.
4151
4152 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4153
4154         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4155         a creation default, pass the whole port list down.  It will be
4156         completed.
4157
4158         * auth-source.el (auth-source-search): Updated docs to talk about
4159         multiple creation choices.
4160         (auth-source-netrc-create): Accept a list as a value (from the search
4161         parameters) and do completion on that list.  Keep a separate netrc line
4162         with the password obscured for showing the user.
4163
4164         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4165         first choice to `auth-source-search' so it will be used for entry
4166         creation instead of the server's Gnus-specific name.
4167         (nnimap-credentials): Rely on the auth-source library to select which
4168         port is actually wanted in the new netrc entry, so don't override
4169         `auth-source-creation-defaults'.
4170
4171         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4172         :protocol and accept a missing user, host, or port as a wildcard match.
4173         (auth-source-debug): Default to off.
4174
4175         (auth-source-netrc-search, auth-source-netrc-create)
4176         (auth-source-secrets-search, auth-source-secrets-create)
4177         (auth-source-user-or-password, auth-source-backend, auth-sources)
4178         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4179         instead of :protocol.
4180
4181         * nnimap.el (nnimap-credentials): Pass a port default to
4182         `auth-source-search' in case an entry needs to be created.
4183         (nnimap-open-connection-1): Use :port instead of :protocol.
4184
4185 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * auth-source.el: Bind load-path when loading EIEIO from
4188         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4189         21.4 doesn't support, to `require'.
4190         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4191         delete-dups that is not available in XEmacs 21.4.
4192
4193 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4194
4195         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4196         as EIEIO must also be loaded when auth-source.el is being
4197         byte-compiled.
4198
4199 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4200
4201         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4202
4203         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4204
4205         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4206
4207         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4208
4209         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4210
4211         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4212
4213         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4214
4215         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4216         necessary.
4217
4218 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4219
4220         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4221         nil means that nnimap doesn't get updated.
4222
4223 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4224
4225         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4226         result when the user doesn't want to write to the file.
4227         (auth-source-netrc-search): Expect a synthetic result and proceed
4228         accordingly.
4229         (auth-source-cache-expiry): New variable to override
4230         `password-cache-expiry'.
4231         (auth-source-remember): Use it.
4232
4233         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4234         parameter.  Create entry if necessary by using :create t.
4235         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4236
4237 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4238
4239         * auth-source.el (auth-source-debug): Enable by default and don't
4240         mention the obsolete `auth-source-hide-passwords'.
4241         (auth-source-do-warn): New function to debug unconditionally.
4242         (auth-source-do-debug): Use it.
4243         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4244         and for Secrets API entries when the secrets.el library is not
4245         available.
4246
4247 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4248
4249         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4250         (gnus-summary-exit): Kill the correct article buffer on exit from a
4251         `C-d' group.
4252
4253         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4254         gnus-propagate-marks.
4255
4256         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4257         before killing the buffers so that a non-full window conf gets handled
4258         correctly.
4259         (gnus-summary-exit): Ditto.
4260         (gnus-summary-read-group-1): Ditto.
4261
4262         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4263         async code again so that we can debug it properly.
4264
4265         * message.el (message-reply): Take an optional switch-buffer parameter
4266         so that Gnus window confs are respected better.
4267
4268 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4269
4270         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4271         `plist-get' to accept non-list parameters (XEmacs issue).
4272         Fix docstring.
4273         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4274         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4275         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4276         Login collection is "Login" and not "login".
4277
4278 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4279
4280         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4281         multiple headers.
4282
4283         * nnimap.el (nnimap-inhibit-logging): New variable.
4284         (nnimap-log-command): Don't log login commands.
4285
4286         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4287         to have more parameters.
4288
4289         * nnimap.el (nnimap-send-command): Mark the command time for each
4290         command, so that we don't get NOOPs stepping on our toes.
4291
4292         * gnus-art.el (article-date-ut): Get the date from the Date header on
4293         `t'.
4294
4295 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * auth-source.el (auth-source-search): Use copy-sequence instead of
4298         the cl.el copy-list.
4299
4300 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4301
4302         * imap.el: Bring it back (revert
4303         84d800cd31de3064f0ed39617d725709a2f8f42f).
4304
4305 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4306
4307         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4308         Improve prompt.
4309
4310 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4311
4312         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4313         washing status from the default format.  It isn't very informative.
4314
4315 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4316
4317         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4318         Fix Gcc processing on imap.
4319
4320 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4321
4322         * imap.el: Remove file.  All the functionality is in nnimap.el.
4323
4324 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4325
4326         * message.el (message-bury): Don't pop up a new window when selected
4327         window is dedicated.
4328
4329 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4330
4331         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4332
4333 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4334
4335         * sieve-manage.el: Autoload `auth-source-search'.
4336         (sieve-sasl-auth): Use it.
4337
4338 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4339
4340         * nnimap.el: Autoload `auth-source-forget+'.
4341         (nnimap-open-connection-1): Use it if the connection fails.
4342
4343         * auth-source.el: Require `password-cache'.
4344         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4345         obsolete.
4346         (auth-source-magic): Marker for `password-cache' keys.
4347         (auth-source-do-cache): Update docstring.
4348         (auth-source-search): Use and check cache.
4349         (auth-source-forget-all-cached, auth-source-remember)
4350         (auth-source-recall, auth-source-forget, auth-source-forget+)
4351         (auth-source-specmatchp): Caching support functions.
4352         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4353         Remove and obsolete.
4354         (auth-source-user-or-password): Remove caching to further discourage
4355         using it.  Always hide passwords.
4356
4357         * password-cache.el (password-cache-remove): Accept secrets that are
4358         not strings.
4359
4360 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4361
4362         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4363         code for now, since it doesn't work for all users.
4364
4365 2011-02-09  Julien Danjou  <julien@danjou.info>
4366
4367         * message.el (message-options): Make message-options really buffer
4368         local.
4369
4370 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4371
4372         * mail-source.el: Autoload `auth-source-search'.
4373         (mail-source-keyword-map): Note order matters.
4374         (mail-source-set-1): Get all the mail-source source values and
4375         defaults and search auth-source on those if needed.  This can all
4376         probably be simplified.
4377
4378         * nnimap.el: Autoload `auth-source-search'.
4379         (nnimap-credentials): Use it.
4380         (nnimap-open-connection-1): Ask for the virtual server and physical
4381         address in one shot.
4382
4383         * nntp.el: Autoload `auth-source-search'.
4384         (nntp-send-authinfo): Use it.  Note TODO.
4385
4386 2011-02-08  Julien Danjou  <julien@danjou.info>
4387
4388         * shr.el (shr-tag-body): Add support for text attribute in body
4389         markups.
4390
4391         * message.el (message-options): Make message-options a local variable.
4392
4393 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4394
4395         * auth-source.el (auth-source-secrets-search)
4396         (auth-source-user-or-password): Use `append' instead of `nconc'.
4397         (auth-source-user-or-password): Build return list better and protect
4398         against nil :secret.
4399
4400 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4401
4402         * nnimap.el (nnimap-update-info): Refactor slightly.
4403         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4404         (nnimap-update-info): Clean up slightly.
4405         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4406         characters.
4407         (nnimap-process-quirk): Rename function to avoid collision.
4408         (nnimap-update-info): Fix macrology bug-out.
4409         (nnimap-update-info): Simplify split history test.
4410
4411 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4412
4413         * auth-source.el (top): Require 'eieio unconditionally.
4414         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4415         (auth-source-secrets-search): Limit search when `max' is greater than
4416         number of results.
4417
4418 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4419
4420         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4421         part not returning any data.
4422
4423         * proto-stream.el (open-protocol-stream): Document the return value.
4424
4425 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4426
4427         * auth-source.el (auth-source-secrets-search): Add examples.
4428
4429 2011-02-06  Julien Danjou  <julien@danjou.info>
4430
4431         * message.el (message-setup-1): Handle message-generate-headers-first
4432         set to t.
4433
4434 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4435
4436         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4437         API with a string "secrets:collection-name" and with 'default.
4438         (auth-source-backend-parse): Parse "secrets:collection-name" and
4439         'default.  Recurse on parses instead of repeating code.  Use the
4440         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4441         message when ignoring a source.
4442         (auth-source-search): List ignored search keys at the top level.
4443         (auth-source-netrc-create): Use `case' instead of `cond'.
4444         (auth-source-secrets-search): Created with TODOs.
4445         (auth-source-secrets-create): Created with TODOs.
4446         (auth-source-retrieve, auth-source-create, auth-source-delete)
4447         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4448         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4449         (auth-source-user-or-password-sftp)
4450         (auth-source-user-or-password-smtp): Remove.
4451         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4452         around `auth-source-search'.  Not tested thoroughly.
4453
4454 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4455
4456         * auth-source.el: Bring in assoc and eioeio libraries.
4457         (secrets-enabled): New variable to track the status of the Secrets API.
4458         (auth-source-backend): New EIOEIO class to represent a backend.
4459         (auth-source-creation-defaults): New variable to set prompt defaults
4460         during token creation (see the `auth-source-search' docstring for
4461         details).
4462         (auth-sources): Simplify to allow a simple string as a netrc backend
4463         spec.
4464         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4465         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4466         (auth-source-search): Main auth-source API entry point.
4467         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4468         (auth-source-search-collection): Helper function for searching.
4469         (auth-source-netrc-parse, auth-source-netrc-normalize)
4470         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4471         Supports search, create, and delete.
4472         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4473         backend stubs.
4474         (auth-source-user-or-password): Call `auth-source-search' but it's not
4475         ready yet.
4476
4477 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4478
4479         * message.el (message-setup-1): Remove the read-only stuff, since it
4480         doesn't work under XEmacs, for some reason.
4481
4482         * gnus-sum.el (gnus-user-date): Rename back from
4483         gnus-summary-user-date since user code refers to it.
4484
4485         * shr.el (shr-render-td): Store the actual background color used.
4486
4487         * message.el (message-setup-1): Don't bind the constant
4488         -forbidden-properties.
4489         (message-setup-1): Revert previous change, since it needs to bind the
4490         props to insert them.
4491         (message-resend): Allow removing the read-only separator line.
4492
4493 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4494
4495         * nnimap.el (nnimap-request-accept-article): Give an error message if
4496         the APPEND wasn't successful.
4497
4498 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4499
4500         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4501         that have no groups.
4502
4503 2011-02-03  Julien Danjou  <julien@danjou.info>
4504
4505         * gnus-draft.el: Remove progn around gnus-draft-setup.
4506
4507 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4508
4509         * gnus-start.el (gnus-read-active-for-groups): This function is never
4510         called with a nil `infos', so clean that up.
4511         (gnus-get-unread-articles): Request active files from primary/secondary
4512         methods that have no groups (yet).
4513
4514 2011-02-03  Julien Danjou  <julien@danjou.info>
4515
4516         * message.el (message-setup-1): Always generate References first.
4517         (message-mail): Return the return value of message-setup, not always t.
4518         (message-setup-1): Insert mail-header-separator with read-only and
4519         intangible properties set.
4520
4521         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4522         user-date in docstring.
4523
4524         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4525
4526         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4527         docstring.
4528
4529         * gnus.el (gnus-user-date-format-alist): Change default value.
4530         Use defcustom, with type and group. Move from gnus-util.el.
4531         Rename to gnus-summary-user-date-format-alist.
4532
4533 2011-02-03  Glenn Morris  <rgm@gnu.org>
4534
4535         * nnimap.el (gnus-fetch-headers): Declare.
4536
4537         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4538
4539 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4540
4541         * message.el (message-forward-make-body-digest-plain)
4542         (message-followup, message-reply): Clean up things noted by Stefan.
4543
4544         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4545         gnus-article-update-date-headers is nil.
4546         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4547         it didn't really work with defcustom.
4548         (article-update-date-lapsed): Make sure the window start doesn't move,
4549         either.
4550
4551 2011-02-01  Julien Danjou  <julien@danjou.info>
4552
4553         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4554         format.
4555
4556         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4557         standard in Emacs nowadays.
4558
4559         * color.el (color-gradient): Add a color-gradient function.
4560
4561 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4562
4563         * message.el (message-expand-name): Don't trust the return value of
4564         bbdb-complete-name.
4565         (message-check-news-header-syntax): Remove unused var `start'.
4566         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4567         (message-inhibit-body-encoding): Move to before first use.
4568         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4569         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4570         (Organization, Message-ID, Date, mh-previous-window-config):
4571         Defvar the vars using dynamic scoping.
4572
4573 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4574
4575         * shr.el (shr-render-td): Only do colors at the final rendering.
4576         Should be slightly faster.
4577         (shr-insert-table): Fix up TD background colors when doing the
4578         vertical padding.
4579
4580         * gnus-art.el (article-date-ut): Protect against articles with no Date
4581         header.
4582         (article-update-date-lapsed): Don't use current-column to find the
4583         horizontal position.  It's fragile in the presence of \003 characters.
4584
4585         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4586
4587 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4588
4589         * gnus-art.el (article-transform-date): Rewrite to still work when
4590         there are several rfc2822 parts.
4591         (article-transform-date): Fix infinite recursion.
4592         (article-date-ut): Replace infinitely many Date headers with a single
4593         one when called interactively.
4594
4595         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4596         secure manner.
4597
4598         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4599         move around by not using save-window-excursion.  It seems to work...
4600
4601 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * gnus-art.el (article-make-date-line): Work for user-defined format.
4604
4605 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4606
4607         * nntp.el (nntp-retrieve-group-data-early)
4608         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4609         fetching functions.
4610
4611         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4612         thoroughly for all backends that have no known groups.  This should
4613         allow new nnml methods to retrieve mail.
4614
4615         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4616         that Gnus doesn't know exists again.
4617
4618         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4619         (gnus-treat-date-ut): Ditto.
4620         (gnus-article-update-date-header): Rename.
4621         (gnus-treat-date-local): Remove.
4622         (gnus-treat-date-english): Remove.
4623         (gnus-treat-date-lapsed): Remove.
4624         (gnus-treat-date-combined-lapsed): Remove.
4625         (gnus-treat-date-original): Remove.
4626         (gnus-treat-date-iso8601): Remove.
4627         (gnus-treat-date-user-defined): Remove.
4628         (gnus-article-date-headers): New variable to control all the date
4629         header options.
4630         (article-date-ut): Rewrite to allow using the new way to format date
4631         headers(s).
4632
4633 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4634
4635         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4636         method.
4637         (nnmail-article-group): A better test for fanciness.
4638
4639         * nnimap.el (nnimap-request-head): Protect against not finding the
4640         article by Message-ID.
4641
4642 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4643
4644         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4645         keep point at the "same place".
4646
4647 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4648
4649         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4650         data if the group is inactive.
4651
4652 2011-01-28  Julien Danjou  <julien@danjou.info>
4653
4654         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4655         (gnus-all-windows-visible-p): Remove old compatibility code.
4656         (gnus-window-top-edge): Add docstring.
4657
4658         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4659
4660 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4661
4662         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4663         older request-update-info.
4664
4665         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4666
4667 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4668
4669         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4670         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4671
4672 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4673
4674         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4675         groups.  This makes the nndraft:queue group pop up if it's not already
4676         there.
4677
4678         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4679         messages" logic, which was reversed.
4680
4681         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4682         the "same place" even if point is on the line being replaced.
4683         (article-update-date-lapsed): Allow updating both the combined lapsed
4684         and the lapsed headers.
4685         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4686         (article-make-date-line): Limit the number of segments dynamically to
4687         avoid too-long lines.
4688
4689 2011-01-27  Julien Danjou  <julien@danjou.info>
4690
4691         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4692         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4693
4694 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4695
4696         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4697         Use plist-get instead of the cl function getf.
4698
4699 2011-01-27  Glenn Morris  <rgm@gnu.org>
4700
4701         * gnus-util.el (float-time): Get rid of compiler warning, again.
4702
4703 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4704
4705         * shr.el (shr-put-color): Special-case background colors: Do put them
4706         at the blank parts at the front of the lines.
4707
4708         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4709         exit hook to nix out all data on readedness on group exit.
4710
4711         * gnus-util.el (float-time): If float-time is bound, always use it on
4712         all Emacsen.  It's unclear why the subrp check was there.
4713         (time-date): Require to make some autoload issues on XEmacs go away.
4714
4715         * shr.el (shr-put-color): Don't do the box padding in tables, since
4716         they're already padded.
4717
4718 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4719
4720         * gnus-art.el (gnus-article-next-page): When the last line of the
4721         article is displayed, scroll down once more instead of going to the
4722         next article at once.
4723         (article-lapsed-string): Refactor out and allow specifying how many
4724         segments you want.
4725         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4726         (gnus-article-update-lapsed-header): New variable.
4727
4728         * shr.el: Revert change that made headings use different-sized faces.
4729         The Emacs display engine isn't advanced enough that, for instance,
4730         tables can comfortably use differently-sized faces.
4731
4732 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4733
4734         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4735         used.
4736         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4737         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4738         we're using an encrypted connection.
4739
4740         * proto-stream.el: Alter the interface functions to also return the
4741         actual stream type used: network or tls.
4742
4743 2011-01-25  Julien Danjou  <julien@danjou.info>
4744
4745         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4746         (mm-display-javascript-inline): New function.
4747
4748         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4749         viewing function.
4750
4751 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * shr.el (shr-expand-newlines): Fix variable name.
4754
4755 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4756
4757         * shr.el (shr-expand-newlines): Make nested boxes work.
4758
4759 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4760
4761         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4762         backgrounds.
4763         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4764         in a more sensible manner.
4765
4766 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4767
4768         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4769         if EPG is loaded.
4770
4771 2011-01-24  Julien Danjou  <julien@danjou.info>
4772
4773         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4774         tags.
4775
4776 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4777
4778         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4779         commands.
4780
4781         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4782         in the article buffer.
4783         (gnus-gravatar-insert): Use blank space from the current buffer to
4784         avoid breaking text properties.  This makes X-Sent updating work again.
4785
4786         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4787
4788 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4789
4790         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4791         fix the bug in url-http.el instead.
4792
4793         * shr.el (shr-image-fetched): Ditto.
4794
4795         * shr.el (shr-image-fetched): Avoid having point move in the article
4796         buffer.
4797
4798         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4799         buffer after being called.  It's apparently being killed by url.el, and
4800         killing it made point move to end-of-buffer in a random buffer.
4801
4802         * shr.el (shr-image-fetched): Ditto.
4803
4804 2011-01-23  Julien Danjou  <julien@danjou.info>
4805
4806         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4807
4808         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4809         text/x-org.
4810
4811 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4812
4813         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4814         (i.e., nnimap) returning nil as the article number.
4815
4816 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4817
4818         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4819         "DelSp" parameter in RFC3676.
4820
4821 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4822
4823         * message.el (message-check-recipients): Display the encoded version of
4824         the bogus address if they differ.
4825
4826         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4827         after sending.
4828
4829         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4830
4831         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4832
4833         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4834         group buffer after sending the queue.
4835
4836         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4837
4838 2011-01-22  Julien Danjou  <julien@danjou.info>
4839
4840         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4841
4842 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4843
4844         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4845         nested related parts.
4846
4847         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4848         unexpired articles.  This fixes the regression that led expiry marks to
4849         disappear from nnfolder groups.
4850
4851 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4852
4853         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4854         Don't confuse the "ret" of "retrograde" with RET.
4855
4856 2011-01-21  Julien Danjou  <julien@danjou.info>
4857
4858         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4859         than mm-insert-inline.
4860
4861 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4862
4863         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4864         Widen article buffer.
4865
4866 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4867
4868         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4869         the temp buffer.
4870         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4871
4872 2011-01-20  Julien Danjou  <julien@danjou.info>
4873
4874         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4875
4876         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4877         than mm-insert-inline to insert inline part: this respect
4878         mm-inline-media-tests displayers.
4879
4880         * mm-view.el (mm-display-shell-script-inline): New function.
4881
4882         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4883
4884         * mm-uu.el (mm-uu-type-alist): Add org block.
4885         (mm-uu-org-src-code-block-extract): New function.
4886
4887         * mm-view.el (mm-display-org-inline): New function.
4888
4889         * mm-decode.el (mm-automatic-display): Add text/org.
4890
4891         * mailcap.el (mailcap-mime-extensions): Add .org.
4892
4893 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4896         gnus-article-add-buttons.
4897
4898 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4899
4900         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4901         From header with a date and "nobody" as the sender.
4902
4903 2011-01-19  Julien Danjou  <julien@danjou.info>
4904
4905         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4906         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4907         if you have the same regexp several times.
4908         (gnus-button-push): Fix matching when regexp is symbol.
4909
4910 2011-01-15  Glenn Morris  <rgm@gnu.org>
4911
4912         * message.el (message-mail): A compose-mail function should
4913         accept headers as strings.
4914
4915 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4916
4917         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4918         Add :vert-only tags.
4919         (message-mail): New arg RETURN-ACTION.
4920         (message-return-action): New var.
4921         (message-bury): Use it.
4922         (message-mode): Make it buffer-local.
4923         (message-send-and-exit): Always call message-bury.
4924
4925         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4926         message-mail.
4927
4928 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4929
4930         * nnimap.el (nnimap-convert-partial-article): Protect against
4931         zero-length body parts.
4932
4933         * mm-decode.el (mm-preferred-alternative-precedence):
4934         Discourage showing empty parts.
4935
4936         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4937         and stuff if the backend didn't return the article number.  This fixes
4938         an Exchange-related nnimap bug.
4939
4940         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4941         group window, because it does the wrong thing when a separate frame
4942         displays the group buffer.
4943
4944         * proto-stream.el (open-protocol-stream): Protect against the low-level
4945         transport functions returning nil.
4946
4947 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4948
4949         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4950         (mml2015-epg-find-usable-secret-key): New function.
4951         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4952         mml2015-epg-find-usable-key (Bug#7797).
4953         (mml2015-epg-encrypt): Ditto.
4954
4955 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * dgnushack.el (rot13-string): Fix the way to get the argument.
4958
4959 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4960
4961         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4962
4963 2011-01-03  Glenn Morris  <rgm@gnu.org>
4964
4965         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4966
4967         * sieve.el (sieve-open-server): Give a more explicit error if
4968         sieve-manage-open returns nil.  (Bug#7720)
4969
4970 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4971
4972         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4973
4974 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
4977         This avoids sending passwords in plain text over non-encrypted
4978         channels.
4979
4980         * shr.el (shr-rescale-image): Display all GIF images as animated images.
4981
4982         * nnimap.el (nnimap-login): Refactored out into own function, and
4983         implement CRAM-MD5.
4984         (nnimap-wait-for-line): Refactored out.
4985
4986         * mm-view.el (mml-smime): Require.
4987
4988 2010-12-20  David Engster  <deng@eml.cc>
4989
4990         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
4991         use EPG to decrypt S/MIME messages instead of openssl.
4992
4993 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4994
4995         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
4996
4997         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
4998         status is the group clearly is unreachable.
4999
5000         * auth-source.el (auth-source-create): Add the optional second
5001         parameter to `local-variable-p' to be compatible with XEmacs.
5002
5003 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5004
5005         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5006         work when using a compressed nnml folder.
5007
5008 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5009
5010         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5011         backends after sanitising on entry, because this never makes sense:
5012         If the articles have gone missing, then the data no longer exists on
5013         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5014         overwrite anything anyway.
5015
5016         * shr.el (shr-insert-document): Bind shr-width dynamically to
5017         window-width if it's nil.
5018
5019 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5020
5021         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5022         with the meaning of using the full emacs window width for rendering.
5023
5024 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5025
5026         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5027         case when sender is not given.
5028
5029 2010-12-23  Julien Danjou  <julien@danjou.info>
5030
5031         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5032         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5033         the addresses, otherwise we might misplaced the gravatar.
5034
5035 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5036
5037         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5038         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5039         obsolete in Emacs.
5040
5041 2010-12-20  Julien Danjou  <julien@danjou.info>
5042
5043         * gnus-util.el (gnus-rescale-image): Revert last change.
5044
5045 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5046
5047         * binhex.el: Improve commentary (Bug#7482).
5048
5049 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050
5051         * gnus-group.el (gnus-group-delete-articles): New command.
5052
5053 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5054
5055         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5056
5057 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058
5059         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5060         here, since it's up to the backends to do CRLF removal if their
5061         protocol has it.
5062
5063         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5064
5065 2010-12-17  Julien Danjou  <julien@danjou.info>
5066
5067         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5068         they are from file.  Can also scale up.
5069
5070 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5071
5072         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5073         Restore gnus-use-agent.
5074         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5075
5076         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5077
5078 2010-12-17  Julien Danjou  <julien@danjou.info>
5079
5080         * gravatar.el (gravatar-retrieve-synchronously): New function.
5081         (gravatar-get-data): Make more robust.
5082
5083 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5086
5087 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5088
5089         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5090         to really consider the last line.
5091
5092 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5093
5094         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5095         list of recipient keys, or use symmetric encryption if not a list.
5096         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5097         EPA override, replacing the call to `netrc-store-data'.
5098
5099 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5100
5101         * gnus-srvr.el: Avoid passing nil regexp argument to
5102         delete-matching-lines.
5103
5104 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105
5106         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5107         fetching stops when Gnus exits.
5108
5109         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5110         function.
5111         (nnfolder-request-expire-articles): Save all the buffers after doing
5112         expiry.
5113
5114         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5115         the last article", since that led to serious performance regressions
5116         when expiring nnml groups.
5117
5118 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5119
5120         * nnir.el: Improve customizations.
5121
5122 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5125
5126         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5127         group has been killed.
5128         (gnus-group-yank-group): Ditto.
5129
5130         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5131
5132         * nnimap.el (nnimap-request-update-group-status): New function.
5133
5134         * gnus-int.el (gnus-request-update-group-status): New interface
5135         function.
5136
5137         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5138         copying read-ness to the backends.
5139
5140         * nnimap.el (nnimap-quirk): New function.
5141         (nnimap-retrieve-group-data-early): Use it.
5142         (nnimap-quirks): New alist.
5143
5144 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5145
5146         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5147         don't delete it within indentation.
5148
5149 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5152         previous line.
5153
5154 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5155
5156         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5157         QRESYNC command by deleting a superfluous space which broke Cyrus
5158         servers.  This change will break other servers that are buggy the other
5159         way around.
5160
5161 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * spam.el: Reindent and fix long lines.
5164         (spam-copy-or-move-routine): Exclude invalid move destinations.
5165
5166 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5167
5168         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5169         installed the registry.
5170
5171 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5174
5175 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5176
5177         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5178         groupname doesn't contain "gmane".
5179
5180 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181
5182         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5183         and netrc-bound-and-true-p bindings.
5184         (netrc-parse): Cache the netrc contents.
5185
5186         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5187         (gnus-1): Don't create the nndrafts group twice.
5188         (gnus-setup-news): There's no need to read the active file here, since
5189         that's done again later on a per-backend basis.
5190         (gnus-start-draft-setup): Make sure that the new group is started out
5191         empty.
5192
5193         * gnus-agent.el (gnus-agentize): Don't create the queue group
5194         automatically on startup.  It'll be created later, if needed.
5195
5196         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5197         of automatically subscribed groups.
5198         (gnus-auto-subscribed-categories): New variable.
5199         (gnus-matches-options-n): Use it.
5200         (gnus-default-subscribed-newsgroups): Remove unused variable.
5201         (gnus-start-draft-setup): Message a bit less.
5202
5203 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5204
5205         * nnir.el (nnir-run-imap): Return article list in order of increasing
5206         UID.
5207
5208 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5209
5210         * gnus-sum.el (gnus-summary-enter-digest-group):
5211         Mention gnus-auto-select-on-ephemeral-exit.
5212
5213         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5214         convention of the network-only option.
5215
5216 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5217
5218         * proto-stream.el (proto-stream-open-network-only): New function to
5219         have a way to specify non-STARTTLS upgrade connections.
5220
5221 2010-12-10  Julien Danjou  <julien@danjou.info>
5222
5223         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5224         email address is nil.
5225
5226         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5227
5228 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5229
5230         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5231         deletion.
5232         (nnir-run-imap): Only need to parse list once.
5233
5234 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5235
5236         * shr.el (shr-tag-script): Ignore <script>.
5237         (shr-tag-label): Add <label> support.
5238
5239 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5242
5243         * shr.el (shr-image-displayer): Work for images lined side by side.
5244
5245 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5246
5247         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5248         parameter, since XEmacs doesn't accept t as a parameter.
5249
5250 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5251
5252         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5253         ids.
5254         (nnir-run-gmane): Simplify groupspec formatting.
5255         (nnir-request-expire-articles): New function.
5256
5257 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258
5259         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5260         overflow, possibly.
5261
5262         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5263         (shr-render-td): Handle td style="" better.
5264         (shr-tag-table): Use the color from the style sheet.
5265         (shr-render-td): Make sure we copy over all the overlays, too.
5266
5267 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5268
5269         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5270         (nnir-request-article): Improve article retrieval.
5271
5272 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * mm-util.el (mm-extra-numeric-entities): New variable.
5275
5276         * mm-url.el (mm-url-decode-entities):
5277         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5278
5279         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5280
5281 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5282
5283         * message.el: Use completion-at-point.
5284         (message-completion-function): New fun, extracted from message-tab.
5285         (message-mode): Use it for completion-at-point-functions.
5286         (message-tab): Use it and completion-at-point.
5287
5288 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5291         character if a non-breakable character follows.
5292
5293 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5294
5295         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5296         any stream.
5297
5298         * shr.el (shr-tag-font): Colorize the region.
5299         (shr-tag-body): Ditto.
5300         (shr-tag-font): Actually let the styles be inherited instead of
5301         overwriting them.
5302         (shr-tag-font): Get the background color right.
5303         (shr-tag-style): Ignore all <style> tags for the moment.
5304
5305         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5306         a Message-ID to avoid having nnimap depend on gnus-sum.
5307
5308         * shr.el (shr-descend): Only colorize something if we have a node that
5309         sets colors.
5310
5311 2010-12-06  Julien Danjou  <julien@danjou.info>
5312
5313         * shr.el (shr-render-td): Render td content with shr-descend, so style
5314         will be applied to <td> too.
5315         (shr-colorize-region): Colorize region even if we only have a background.
5316         (shr-tag-body): Fix color and background color inheritance.
5317         Do not recolorize after shr-generic.
5318         (shr-tag-font): Let shr-generic colorize via inheritance.
5319
5320 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5323
5324 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5325
5326         * nnir.el (nnir-request-move-article): Remove obsolete code.
5327
5328 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5331
5332 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333
5334         * gnus-sum.el (gnus-summary-respool-article): The completion function
5335         expects a list instead of an alist.
5336
5337         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5338         string as the parameter.
5339
5340         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5341
5342         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5343         styles.
5344         (shr-colorize-region): New function.
5345         (shr-insert-background-overlay): Remove.
5346         (shr-render-td): Background setting should be taken care of on a higher
5347         level.
5348         (shr-tag-body): Use post-hoc colorizations.
5349         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5350         (shr-put-color-1): Don't overwrite old colors.
5351         (shr-colorize-region): When the background color isn't explicit, use
5352         a fixed background.
5353
5354         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5355         nnmail variables.
5356
5357 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5358
5359         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5360         unless necessary.
5361
5362 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5363
5364         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5365         server.
5366
5367 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5368
5369         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5370         so that TAB works.
5371
5372         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5373         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5374
5375         * shr.el (shr-urlify): Show the URL before the title to avoid
5376         misleading URLs.
5377
5378 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5379
5380         * shr.el (shr-urlify): Display the title in <a> tags.
5381
5382 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5383
5384         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5385
5386 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5387
5388         * nnir.el: Rearrange code to allow macros to be autoloaded by
5389         gnus-sum.el.
5390         (nnir-retrieve-headers-override-function): Make this variable
5391         customizable.
5392         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5393
5394         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5395         from nnir.el.
5396
5397 2010-12-03  Julien Danjou  <julien@danjou.info>
5398
5399         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5400
5401 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5402
5403         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5404         allow optional argument `environment'.
5405
5406 2010-12-03  Glenn Morris  <rgm@gnu.org>
5407
5408         * mm-extern.el (message-goto-body): Update declaration.
5409
5410 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * gnus-util.el (gnus-macroexpand-all): New function.
5413
5414         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5415         instead of macroexpand-all that is unavailable in XEmacs.
5416
5417 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5418
5419         * nnir.el (nnir-summary-line-format): New variable.
5420         (nnir-mode): Use it.
5421         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5422         (nnir-article-ids): Reimplement as defsubst.
5423         (nnir-retrieve-headers): Don't mangle the subject header.
5424         (nnir-run-imap): Use 100 as RSV score.
5425         (nnir-run-find-grep): Fix for full server searching.
5426         (nnir-run-gmane): Better restriction to gmane groups.
5427
5428         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5429         summary buffers.
5430
5431 2010-12-02  Julien Danjou  <julien@danjou.info>
5432
5433         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5434
5435         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5436
5437         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5438         support.
5439
5440 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5441
5442         * nnir.el: Update to handle the registry better.
5443         (autoload): Silence byte-compiler.
5444         (nnir-open-server): Add a hook for nnir groups.
5445         (nnir-request-move-article): Don't mangle the header.  Better to use
5446         formatting variables (which will be added in the future).
5447         (nnir-registry-action): Update the registry using the original article
5448         group name.
5449         (nnir-mode): Install nnir-specific hooks for updating the registry.
5450
5451         * gnus-sum.el
5452         (gnus-article-original-subject,gnus-newsgroup-original-name):
5453         Remove obsolete variables.
5454         (gnus-summary-move-article): Remove use of obsolete variables.
5455         (gnus-summary-local-variables): Make move and delete hooks local to
5456         summary buffers.
5457
5458 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * rtree.el: New file.
5461
5462 2010-12-01  Julien Danjou  <julien@danjou.info>
5463
5464         * message.el (message-user-organization): Do not use
5465         gnus-local-organization.
5466
5467         * gnus.el: Remove gnus-local-organization.
5468
5469         * gnus-msg.el: Remove nastygram thing.
5470
5471 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5474         funcall.
5475
5476 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5479         names.
5480
5481         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5482         characters.
5483
5484         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5485         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5486         Suggested by Štěpán Němec <stepnem@gmail.com>.
5487         (gnus-gravatar-transform-address): Use mail-extract-address-components
5488         that supports non-ASCII names rather than mail-header-parse-addresses.
5489
5490 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * proto-stream.el (open-protocol-stream): All starttls connections are
5493         handled by the network handler.
5494
5495 2010-11-30  Julien Danjou  <julien@danjou.info>
5496
5497         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5498         (nnimap-open-connection-1): Fix PREAUTH.
5499
5500         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5501
5502 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5505         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5506         (shr-insert): Use them.
5507         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5508
5509 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5510
5511         * nnir.el (nnir-request-move-article): Bail out if original group
5512         doesn't support article moves.
5513         (nnir-get-active): Improve active list retrieval.
5514
5515 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5518
5519 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5520
5521         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5522         seem to accept strings-with-numbers as port numbers.
5523
5524 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5525
5526         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5527         change the registry.
5528
5529 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5530
5531         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5532         delete-dups that is not available in XEmacs 21.4.
5533
5534         * mm-util.el (mm-delete-duplicates): Add comment.
5535
5536 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5537
5538         * nnir.el (nnir-ignored-newsgroups): New variable.
5539         (nnir-get-active): Use it.
5540
5541 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * proto-stream.el (proto-stream-open-network): Add some comments.
5544
5545         * nntp.el (nntp-open-connection): Provide a :success condition.
5546
5547         * nnimap.el (nnimap-open-connection-1): Ditto.
5548
5549         * proto-stream.el (proto-stream-open-network): See what the response to
5550         the STARTTLS command is.
5551
5552         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5553         backwards compatibility).
5554         (nnimap-open-connection-1): Really respect nnimap-server-port.
5555
5556         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5557         TLS upgrades we don't really care about the identity of the peer.
5558         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5559         that what we've checked for.
5560         (proto-stream-always-use-starttls): Only default to t if
5561         open-gnutls-stream exists.
5562         (proto-stream-open-network): If STARTTLS failed, then just open a
5563         normal connection.
5564         (proto-stream-open-network): Wait until the greeting before doing
5565         STARTTLS.
5566
5567         * nntp.el (nntp-open-connection): Report what the connection error is.
5568
5569         * proto-stream.el (open-protocol-stream): Rename from
5570         open-proto-stream.
5571
5572 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * nnimap.el (nnimap-stream): Change default to `undecided'.
5575         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5576         first, and then network.
5577         (nnimap-open-connection-1): Respect nnimap-server-port.
5578         (nnimap-open-connection): Be more backwards-compatible.
5579
5580         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5581         (proto-stream-open-starttls): De-duplicate the starttls code.
5582         (proto-stream-open-starttls): Folded back into the main function.
5583         (proto-stream-open-network): Fix typo in the gnutls path.
5584         (proto-stream-command): Refactor out.
5585
5586         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5587
5588         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5589         starttls.el STARTTLS.
5590
5591         * color.el (color-lab->srgb): Fix function call name.
5592
5593         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5594         if we're using tls.el.
5595         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5596         built in, then don't try to establish a STARTTLS connection.
5597
5598         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5599         servers.
5600
5601         * proto-stream.el (open-proto-stream): Use network, not stream.
5602         (open-proto-stream): Add a way to specify what the end of a command is.
5603
5604         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5605         connections types.
5606         (nntp-open-network-stream): Remove.
5607         (nntp-open-ssl-stream): Remove.
5608         (nntp-open-tls-stream): Remove.
5609         (nntp-ssl-program): Remove.
5610
5611         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5612
5613 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5614
5615         * nnir.el: Fix typos.
5616         (nnir-retrieve-headers-override-function): Rename variable to reflect
5617         new semantics.
5618         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5619         macros.
5620         (nnir-request-article, nnir-request-move-article): Use them.
5621         (nnir-categorize): New function.
5622         (nnir-run-query): Use it.
5623         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5624         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5625         sorted.
5626         (nnir-group-full-name): Use gnus-group-full-name instead.
5627         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5628         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5629
5630 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5631
5632         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5633
5634         * proto-stream.el: New library to provide protocol-specific
5635         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5636         protocols.
5637         (open-proto-stream): Complete the documentation.
5638         (proto-stream-open-network): Fix some typos.
5639
5640         * nnimap.el (nnimap-open-connection): Use it.
5641
5642 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5643
5644         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5645         negotiation.
5646
5647 2010-11-26  Julien Danjou  <julien@danjou.info>
5648
5649         * color.el: Rename various rgb functions to srgb.
5650
5651 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5654         names.
5655
5656 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * shr.el (shr-insert): Revert last change.
5659         (shr-find-fill-point): Never leave point being at bol;
5660         relax the kinsoku limitation when rendering tables.
5661
5662 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5665         results from -accept-article.
5666
5667         * shr-color.el: Require cl when compiling.
5668
5669         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5670         checkin.
5671
5672         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5673
5674         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5675
5676         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5677         'add and 'delete to set backend marks.
5678
5679         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5680
5681         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5682
5683         * nntp.el (nntp-request-set-mark): Use it.
5684
5685         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5686
5687         * nnml.el (nnml-request-set-mark): Ditto.
5688
5689         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5690         introduces regressions in article selection.
5691         (nnimap-find-uid-response): New function.
5692         (nnimap-request-accept-article): Use the UID returned, if any.
5693         (nnimap-request-move-article): Use the UID returned, if any.
5694         (nnimap-get-groups): Reimplement to work with folded lines.
5695         (nnimap-find-uid-response): The UID is the last element in the list.
5696         (nnimap-request-set-mark): Extend syntax with 'set.
5697
5698         * nnml.el (nnml-request-set-mark): Ditto.
5699
5700         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5701
5702         * nntp.el (nntp-request-set-mark): Ditto.
5703
5704 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * message.el (message-called-interactively-p): A temporary macro.
5707         (message-goto-body): Use it temporarily.
5708
5709 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5712         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5713         (nnimap-last-response-string): Fix last unfolding fix.
5714
5715 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * shr.el (shr-insert): Fix the way to fold lines.
5718
5719 2010-11-25  Julien Danjou  <julien@danjou.info>
5720
5721         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5722
5723         * color.el: Rename from color-lab.el
5724         (color-rgb->hex): Add.
5725         (color-complement): Add.
5726         (color-complement-hex): Add.
5727
5728         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5729
5730 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5731
5732         * shr-color.el (shr-color-visible): Don't bug out if the color names
5733         don't exist.
5734
5735 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5738         assuming that article displaying or another mml-preview may be
5739         interrupted for an error or for the like.
5740
5741         * shr.el (shr-get-background): Fix argument name.
5742
5743 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5744
5745         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5746
5747         * gnus-sum.el (gnus-summary-include-articles): New function.
5748
5749         * message.el (message-goto-body): called-interactively-p needs a
5750         parameter, so use `any'.
5751
5752         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5753         clear marks before moving, since they're synced from the Gnus side
5754         first.
5755
5756         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5757         (gnus-summary-move-article): Copy over all marks before moving, so that
5758         IMAP doesn't think a new article has arrived.
5759
5760 2010-11-24  Julien Danjou  <julien@danjou.info>
5761
5762         * shr.el (shr-insert-background-overlay): Fix typo.
5763         (shr-render-td): Copy the background before rendering.
5764
5765         * shr-color.el (shr-color-visible): Fix docstring.
5766
5767         * shr.el (shr-tag-table): Add bgcolor support.
5768         (shr-render-td): Add bgcolor support.
5769         (shr-get-background): Add.
5770         (shr-insert-foreground-overlay): Use shr-get-background.
5771
5772         * message.el (message-goto-body): Use called-interactively-p.
5773         (message-in-body-p): message-goto-body returns point.
5774
5775 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5778         Fixes something or other in Emacs 23, and is backwards compatible.
5779
5780         * message.el (message-goto-body): Remove the <#secure special-casing,
5781         which is too special.
5782
5783         * shr.el (shr-parse-style): Drop !important from styles.
5784
5785 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5786
5787         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5788         this function to return incorrect results when calling it with an
5789         explicit article argument different from
5790         (gnus-summary-article-number).
5791
5792 2010-11-24  Julien Danjou  <julien@danjou.info>
5793
5794         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5795         (shr-tag-body): Add background support.
5796         (shr-descend): Add background support.
5797         (shr-tag-title): Add.
5798
5799         * shr-color.el (shr-color-visible): Really return original background
5800         if fixed.
5801
5802 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5803
5804         * shr.el (shr-color-check): Protect against non-existent color names.
5805
5806 2010-11-24  Julien Danjou  <julien@danjou.info>
5807
5808         * color-lab.el: Require 'cl when compiling.
5809
5810         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5811
5812         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5813         matched part.
5814
5815         * color-lab.el: Fix all expt calls to use float type.
5816
5817 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5820         expression to shr-color-check as is.
5821
5822         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5823
5824         * color-lab.el: Add coding cookie.
5825         (float-pi): Use eval-and-compile.
5826
5827         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5828         compiled for Emacsen having no `libxml-parse-html-region' support.
5829
5830 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5831
5832         * shr.el (shr-insert-color-overlay): Split stuff like
5833         "#444444 !important" to find the real color.
5834         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5835         parse <font color="red"> entries.
5836
5837 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5838
5839         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5840         point when parsing headers.
5841
5842         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5843         is positioned properly when parsing headers.
5844
5845 2010-11-23  Julien Danjou  <julien@danjou.info>
5846
5847         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5848
5849         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5850
5851         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5852
5853         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5854         Use shr-color-hue-to-rgb.
5855         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5856
5857 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5858
5859         * shr.el (shr-color->hexadecimal): Autoload.
5860         (shr-descend): Add color to all tags.
5861
5862 2010-11-22  Julien Danjou  <julien@danjou.info>
5863
5864         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5865         shr-color->hexadecimal.
5866
5867         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5868         RGB() or HSL() color representation.
5869
5870         * shr.el (shr-tag-font): Add.
5871         (shr-tag-color-check): New function to get better colors.
5872         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5873         tag-span.
5874
5875         * shr-color.el: New file.
5876
5877         * color-lab.el: New file.
5878
5879         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5880
5881 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5882
5883         * nnir.el: Fix typo in comments.
5884         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5885         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5886
5887 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5888
5889         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5890
5891         * nnimap.el (nnimap-get-capabilities): Refactor out.
5892         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5893
5894 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5895
5896         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5897         appearing when `mm-uu-hide-markers' is nil.
5898
5899 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5900
5901         * nnimap.el (nnimap-unselect-group): Make into its own function.
5902         (nnimap-request-rename-group): Unselect group before renaming.
5903         This had gotten lost somewhere.
5904         (nnimap-request-accept-article): Keep track of examined groups, and
5905         unselect the group before APPENDing to read-only groups.
5906         (nnimap-request-move-article): Clear flags before moving so that they
5907         can be re-set later.
5908
5909 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5912         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5913
5914 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-art.el (gnus-mime-display-single):
5917         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5918         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5919         parameter.
5920
5921 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922
5923         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5924         (shr-table-vertical-line): New variable.
5925         (shr-insert-table): Use it.
5926
5927 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-html.el (gnus-html-wash-images): Don't display images if
5930         gnus-inhibit-images is non-nil; register displayer for cid images.
5931         (gnus-html-display-image): Work for cid image.
5932         (gnus-html-insert-image): Allow arguments.
5933         (gnus-html-put-image): Inhibit read-only.
5934         (gnus-html-prefetch-images): Don't prefetch images if
5935         gnus-inhibit-images is non-nil.
5936
5937 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5938
5939         * shr.el (shr-put-image): Break lines when inserting big pictures.
5940
5941 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5942
5943         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5944         sender, thanks Katsumi Yamaoka.
5945
5946 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5947
5948         * nnir.el (nnir-run-imap): Reverse the article list for each group
5949         rather than the whole list.
5950
5951 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5952
5953         * shr.el (shr-image-displayer): Protect function against non-existent
5954         image source.
5955
5956         * gnus-art.el (gnus-inhibit-images): New user option.
5957         (gnus-mime-display-single): Don't display image if it is non-nil.
5958
5959         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5960         gnus-inhibit-images.
5961
5962         * shr.el (shr-image-displayer): New function.
5963         (shr-tag-img): Use it.
5964
5965 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5966
5967         * mml2015.el (mml2015-epg-sign): Use From header.
5968
5969 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5970
5971         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5972
5973         * gnus-util.el (gnus-find-text-property-region): Return markers.
5974
5975         * shr.el (shr-tag-img): Put a displayer in the text property.
5976
5977         * gnus-util.el (gnus-find-text-property-region): New utility function.
5978
5979         * gnus-html.el (gnus-html-display-image): Make the alt optional.
5980         (gnus-html-show-images): Remove.
5981
5982         * gnus-art.el (gnus-article-show-images): New, more general function.
5983
5984         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
5985         image url text properties.
5986
5987         * shr.el: Ditto.
5988
5989         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
5990         gnus-agent-auto-agentize-methods is set.  Which it isn't.
5991
5992 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5993
5994         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
5995         work for two or more articles.
5996
5997 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6000         divide an image that's in an html article to two or more when washing
6001         non-ASCII characters in alt text of it.
6002
6003 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6006         smime-decrypt-region using function argument.
6007         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6008
6009         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6010
6011         * smime.el (smime-decrypt-region): Catch it.
6012
6013 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6014
6015         * smime.el (smime-mode-map): Move initialization into declaration.
6016         (gnus-run-mode-hooks): Don't autoload.
6017         (smime-mode): Use define-derived-mode.
6018
6019 2010-11-11  Glenn Morris  <rgm@gnu.org>
6020
6021         * smime.el (from): Restrict declaration to XEmacs.
6022
6023         * nnir.el (gnus-group-topic-name): Autoload.
6024
6025 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6026
6027         * shr.el (shr-insert): Don't break long line if it is because of
6028         kinsoku-bol characters in the line end.
6029
6030 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6031
6032         * nnir.el (nnir-request-move-article): Fix to provide original group
6033         and subject.
6034         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6035         been retrieved.
6036
6037         * gnus-sum.el (gnus-summary-move-article): Use original group and
6038         subject for virtual articles such as those in an nnir summary buffer.
6039
6040 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6043         least 21.5).
6044
6045         * smime.el (from): Declare it again for XEmacs.
6046
6047 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6048
6049         * message.el (message-resend): Don't disable encoding unless it's
6050         already encoded.
6051
6052         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6053         low-numbered articles.
6054
6055 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * rfc2047.el (rfc2047-syntax-table): Simplify.
6058
6059         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6060
6061         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6062         set-char-table-range for XEmacs.
6063
6064 2010-11-10  Glenn Morris  <rgm@gnu.org>
6065
6066         * time-date.el (time-to-seconds): Always an alias on Emacs,
6067         never a real function.
6068         (with-no-warnings): Remove compat stub, now unused.
6069         (time-less-p): Doc fix.
6070         (time-to-number-of-days): Simplify.
6071
6072         * smime.el (from): Remove unused declaration.
6073
6074         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6075         (gnus-float-time): On Emacs, always an alias.
6076
6077         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6078         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6079
6080 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * dgnushack.el: Don't use ignore-errors in the top level form since it
6083         is unavailable in XEmacs even if cl is loaded.
6084
6085         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6086
6087 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088
6089         * shr.el (browse-url-mailto): Autoload.
6090
6091         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6092
6093         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6094         regexp doesn't need quoting.
6095
6096 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6097
6098         * message.el (message-subject-trailing-was-ask-regexp)
6099         (message-subject-trailing-was-regexp): Match was: in addition to was.
6100
6101 2010-11-09  Glenn Morris  <rgm@gnu.org>
6102
6103         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6104         (nnbabyl-check-mbox): Use point-at-bol.
6105
6106 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6107
6108         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6109
6110         * message.el (message-mailto): New function.
6111         (message-mailto): Should accept other parameters.
6112         (message-mailto): Remove since it duplicates browse-url-mailto
6113         functionality.
6114
6115 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6116
6117         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6118         methods.
6119         (gnus-read-active-file): Ditto.
6120
6121         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6122         ": " from the prompt.
6123         (gnus-group-make-group): Ditto.
6124
6125 2010-11-07  Glenn Morris  <rgm@gnu.org>
6126
6127         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6128         (gnus-bookmark-kill-line): Use point-at-eol.
6129
6130 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6133         asterisks in From header.
6134
6135 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136
6137         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6138         string to avoid making the From headers syntactically invalid.
6139
6140         * message.el (message-send-mail): Don't insert courtesy messages if the
6141         message already has List-Post and List-ID messages.
6142
6143 2010-11-06  Glenn Morris  <rgm@gnu.org>
6144
6145         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6146         `condition', `type', `length' a prefix.
6147         (gnus-treat-predicate): Update for above name changes.
6148
6149 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6150
6151         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6152         binding.  Handled by `gnus-summary-refer-thread' instead.
6153         (nnir-warp-to-article): New backend function.
6154
6155         * nnimap.el (nnimap-request-thread): Force dependency updating.
6156
6157         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6158         (gnus-summary-refer-thread): Rework to improve thread-referral.
6159
6160         * gnus-int.el (gnus-warp-to-article): New function.
6161
6162         * gnus-sum.el (gnus-summary-article-map): Bind it.
6163
6164 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6165
6166         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6167         gnus-summary-refer-thread.
6168
6169         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6170         headers.
6171         (gnus-summary-limit-include-thread): Prevent articles in thread from
6172         being cut in gnus-cut-threads.
6173         (gnus-summary-refer-thread): Limit retrieved headers to those in
6174         thread.
6175
6176 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6177
6178         * message.el (message-send-mail): Use the value of
6179         message-courtesy-message from the message buffer.
6180
6181         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6182
6183         * shr.el (shr-browse-url): Implement mailto: URLs.
6184
6185         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6186         "raw".
6187
6188         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6189         if it's already selected.
6190
6191         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6192
6193 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6196         to measure the length and truncate alt text.
6197
6198 2010-11-03  Glenn Morris  <rgm@gnu.org>
6199
6200         * nndiary.el (nndiary-generate-nov-databases-1)
6201         (nndiary-generate-active-info): Rename dynamic variable `files' to
6202         something less generic.
6203
6204 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6205
6206         * nnir.el (nnir-request-move-article): Call the underlying backend to
6207         move articles from nnir.
6208
6209 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6210
6211         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6212
6213 2010-11-02  Julien Danjou  <julien@danjou.info>
6214
6215         * nnir.el: Remove wais support.
6216
6217 2010-11-02  Glenn Morris  <rgm@gnu.org>
6218
6219         * gnus-html.el: Reorder requirements to quieten compiler.
6220
6221 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6224         properly for XEmacs as well.
6225         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6226         (gnus-article-natural-long-line-p): Use window-width rather than
6227         frame-width.
6228
6229 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6230
6231         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6232         (nnir-read-parms): Don't modify query.
6233         (nnir-run-query): Add ability to search topic on current line.
6234         (nnir-get-active): Clean up.
6235
6236 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6237
6238         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6239         degenerate articles.
6240
6241         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6242         (gnus-print-buffer): Just print the buffer as is, without any copying
6243         to a buffer and then re-highlighting.
6244
6245         * nnimap.el (nnimap-request-group): Store the new updated info.
6246         (nnimap-request-group): Select the group when we don't know whether it
6247         exists or not.
6248
6249         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6250         groups.
6251
6252         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6253         groups.
6254
6255         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6256         groups.
6257
6258         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6259         long-lines case by only filling the long lines.
6260
6261         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6262         (bug #7311).
6263
6264 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * shr.el: No need to declare `declare-function' since shr.el is for
6267         only Emacsen that provide `libxml-parse-html-region'.
6268
6269         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6270         effective only in a file it is referred to.
6271
6272 2010-11-01  Glenn Morris  <rgm@gnu.org>
6273
6274         * mm-util.el (gnus-completing-read): Autoload.
6275         (mm-read-coding-system): Simplify Emacs definition.
6276
6277         * nnmail.el (gnus-activate-group):
6278         * nnimap.el (gnutls-negotiate):
6279         * nntp.el (netrc-parse): Fix declarations.
6280
6281 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6284         string-match-p in Emacs >=23.
6285
6286         * gnus-msg.el (gnus-configure-posting-styles):
6287         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6288
6289 2010-11-01  Glenn Morris  <rgm@gnu.org>
6290
6291         * nnir.el (declare-function): Add compat stub.
6292         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6293         (nnir-run-gmane): Require 'mm-url.
6294
6295         * mm-util.el (mm-string-to-multibyte): Simplify.
6296
6297         * shr.el (declare-function): Add compat stub.
6298         (url-cache-create-filename): Declare.
6299         (mm-disable-multibyte, widget-convert-button): Autoload.
6300
6301         * smime.el (ldap-search): Declare.
6302         (smime-cert-by-ldap-1): Require ldap on Emacs.
6303
6304         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6305         (nnimap-keepalive): Use gnus-float-time.
6306
6307         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6308         (mail-source-delete-crash-box): Use gnus-float-time.
6309
6310         * gnus-dired.el (gnus-completing-read): Autoload.
6311
6312         * mm-view.el (gnus-rescale-image): Autoload.
6313
6314         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6315
6316         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6317
6318         * sieve-manage.el: Require 'cl when compiling.
6319
6320         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6321         (gnus-iswitchb-completing-read): Require iswitchb.
6322         (gnus-select-frame-set-input-focus): Silence compiler.
6323
6324 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6325
6326         * message.el (message-subject-trailing-was-query): Change default to t,
6327         since I think that's what most people want.
6328
6329         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6330         appending for easier debugging.
6331         (nnimap-wait-for-connection): Take a regexp.
6332         (nnimap-request-accept-article): Wait for the continuation line before
6333         sending anything unless we're streaming.
6334
6335         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6336         leave the header washing to take place.
6337
6338 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6339
6340         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6341         regular expression match and replace in posting styles.
6342
6343 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6344
6345         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6346         an entire server.
6347         (nnir-get-active): New function.
6348         (nnir-run-imap): Use it.
6349         (nnir-run-gmane): Who knew, gmane search returns an article score!
6350
6351         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6352         server on the current line with nnir.
6353
6354 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6355
6356         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6357         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6358         left edge.
6359         (gnus-article-foldable-buffer): Skip past the prefix when determining
6360         raggedness.
6361
6362         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6363         the raw article, and change `C-u g' to show the article without doing
6364         treatments.
6365
6366         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6367         on to `gnus-treat-article'.
6368         (gnus-inhibit-article-treatments): New variable.
6369
6370         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6371
6372         * gnus-art.el (gnus-treatment-function-alist): Have
6373         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6374         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6375         sections.
6376
6377         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6378         parameter.
6379         (gnus-article-fill-cited-long-lines): New function.
6380         (gnus-article-fill-cited-article): Allow filling only long sections.
6381
6382         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6383         and non-punctuation (like after the apostrophe in "'We").
6384
6385         * gnus-sum.el (gnus-summary-select-article): Make sure
6386         gnus-original-article-buffer is alive.
6387
6388         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6389         reflect the order they're in in the digest.
6390
6391         * gnus.el (gnus-group-startup-message): Move point to the start of the
6392         buffer.
6393
6394         * nnimap.el (nnimap-capability): New function.
6395         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6396         is set.
6397
6398 2010-10-31  David Engster  <dengste@eml.cc>
6399
6400         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6401         conform with changes to gnus-completing-read.
6402
6403 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6404
6405         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6406
6407 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6408
6409         * nnir.el: Move defvar, defcustom around to keep file organized
6410         and keep byte-compiler quiet.
6411         (nnir-read-parms): Accept search-engine as arg.
6412         (nnir-run-query): Pass search-engine as arg.
6413         (nnir-search-engine): Remove.
6414
6415 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6416
6417         * shr.el (shr-generic): The text nodes should be text, not :text.
6418
6419         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6420         later in the file.
6421
6422 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6423
6424         * nnir.el: General clean up.  Allow searching with multiple engines.
6425         Allow separate extra-parameters for each engine.
6426         Batch queries when possible.
6427         (nnir-imap-default-search-key,nnir-method-default-engines):
6428         Add customize interface.
6429         (nnir-run-gmane): New engine.
6430         (nnir-engines): Use it.  Qualify all prompts with engine name.
6431         (nnir-search-engine): Remove global variable.
6432         (nnir-run-hyrex): Restore for now.
6433         (nnir-extra-parms,nnir-search-history): New variables.
6434         (gnus-group-make-nnir-group): Use them.
6435         (nnir-group-server): Remove in favor of gnus-group-server.
6436         (nnir-request-group): Avoid searching twice.
6437         (nnir-sort-groups-by-server): New function.
6438
6439 2010-10-30  Julien Danjou  <julien@danjou.info>
6440
6441         * gnus-group.el: Remove gnus-group-fetch-control.
6442
6443         * gnus-start.el (gnus-find-new-newsgroups):
6444         Remove gnus-check-first-time-used.
6445
6446         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6447
6448 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6449
6450         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6451         set on groups that don't have \* permanentflags.
6452
6453 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6454
6455         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6456         control the background color.
6457         (shr-tag-img): Ignore very small web bug type images.
6458         (shr-put-image): Add help-echo alt texts to the images.
6459         (shr-tag-video): Show the video poster image.
6460
6461 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6462
6463         * shr.el (shr-table-depth): New variable.
6464         (shr-tag-table-1): Only insert the images after the top-level table.
6465
6466         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6467
6468         * gnus-util.el (gnus-list-memq-of-list): New function.
6469
6470         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6471         selected.
6472         (nnimap-unsplittable-articles): New slot.
6473         (nnimap-new-articles): Use it.
6474
6475 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6476
6477         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6478         move to the previous line on `M-g'.
6479
6480 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6481
6482         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6483         *-request-group, which seems unnecessary.
6484
6485         * nnimap.el (nnimap-quote-specials): Function copied over from
6486         imap.el.
6487         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6488         they support that.  Suggested by Tom Regner.
6489
6490 2010-10-29  Julien Danjou  <julien@danjou.info>
6491
6492         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6493         defalias.
6494         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6495
6496         * gnus.el: Remove `gnus-nntp-service' variable.
6497         (gnus-secondary-servers): Make obsolete.
6498         (gnus-nntp-server): Make obsolete.
6499
6500         * gnus-start.el (gnus-1): Remove x-splash calls.
6501
6502         * gnus-ems.el (gnus-x-splash): Remove.
6503
6504         * gnus.el (gnus-group-startup-message): Simplify/update code.
6505
6506         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6507         definition.
6508
6509         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6510         capability before doing anything.
6511         (gnus-group-insert-group-line): Remove useless
6512         gnus-group-remove-excess-properties.
6513
6514 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6515
6516         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6517
6518 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6521         config after reselecting.
6522
6523 2010-10-28  Julien Danjou  <julien@danjou.info>
6524
6525         * shr.el (shr-put-image): Use point even if only inserting text.
6526         (shr-put-image): Save excursion when inserting alt text on non-graphic
6527         display, so the behavior is the same when we are on a graphic display.
6528
6529         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6530
6531 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6534         (gnus-mime-copy-part): Check coding system, not charset.
6535         (gnus-mime-view-part-externally): Never remove part.
6536         (gnus-mime-view-part-internally): Don't remove part here.
6537         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6538         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6539         multipart/alternative.
6540
6541         * mm-decode.el (mm-display-part): Take optional arg `force'.
6542
6543 2010-10-26  Julien Danjou  <julien@danjou.info>
6544
6545         * gnus-group.el (gnus-group-default-list-level): Add this function to
6546         compute the default list level.
6547         (gnus-group-default-list-level): Add possibility to use a function.
6548
6549 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6552
6553         * gnus-group.el (gnus-group-completing-read)
6554         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6555         gnus-replace-in-string.
6556
6557 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * shr.el (shr-tag-div): Add.
6560
6561         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6562
6563 2010-10-25  Julien Danjou  <julien@danjou.info>
6564
6565         * gnus-util.el: Remove `gnus-with-local-quit'.
6566
6567         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6568
6569 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6570
6571         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6572         the original article buffer.
6573
6574 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6575
6576         * nnimap.el (nnimap-request-head): New function.
6577         (nnimap-request-move-article): Try to be slightly faster by not
6578         requesting the entire message when moving.
6579         (nnimap-transform-headers): Don't bug out on bodiless articles.
6580         (nnimap-send-command): Have no outstanding messages if the IMAP server
6581         doesn't support streaming.
6582         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6583
6584 2010-10-24  Julien Danjou  <julien@danjou.info>
6585
6586         * message.el (message-default-headers): Fix type.
6587
6588 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6589
6590         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6591         prefetching images.
6592
6593         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6594         backend for unknown groups.  This is mainly useful for nnimap groups.
6595
6596         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6597         group isn't covered by the agent.
6598
6599 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6600
6601         * nnir.el (nnir-method-default-engines): New variable.
6602         (nnir-run-query): Use it.
6603         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6604         (gnus-summary-nnir-goto-thread): Change group if needed.
6605
6606         * gnus-group.el (gnus-group-group-map): Add key binding for
6607         gnus-group-make-nnir-group.
6608
6609 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * shr.el (shr-tag-object): Add.
6612
6613         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6614         original article buffer live.
6615         (gnus-summary-select-article-buffer):
6616         Mention gnus-widen-article-buffer.
6617
6618 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6619
6620         * shr.el (shr-tag-strong): Add.
6621
6622 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6623
6624         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6625         group names.  They mess up the group buffer badly.
6626
6627         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6628
6629         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6630         instead of the summary one.
6631
6632 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * mml.el (mml-preview): Work properly when editing article.
6635
6636         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6637         gnus-have-read-active-file if it's already been in.
6638
6639 2010-10-22  Tom Tromey  <tromey@redhat.com>
6640
6641         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6642         gnus-group-completing-read.
6643
6644 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6645
6646         * message.el (message-mode-map): Don't bind M-; to comment region, to
6647         allow the global comment-dwim to work.
6648
6649 2010-10-21  Julien Danjou  <julien@danjou.info>
6650
6651         * message.el (message-setup-1): Allow message-default-headers to be a
6652         function.
6653
6654 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * shr.el (shr-tag-table): Simplify.
6657
6658 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6659
6660         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6661         to avoid trying to snarf invalid stuff.
6662
6663         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6664
6665         * gnus.el (gnus-message-archive-group): Quote value.
6666         (gnus-message-archive-group): Mark as changed.
6667
6668         * shr.el (shr-add-font): Don't put the font properties on the newline
6669         or the indentation.
6670
6671         * message.el (message-fix-before-sending): Change options when sending
6672         non-printable characters.
6673
6674         * gnus.el (gnus-message-archive-method): Change the default to
6675         monthly outgoing groups.
6676
6677         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6678         that have gotten new numbers.
6679
6680         * nnimap.el (nnimap-request-replace-article): New function.
6681
6682 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6685         (nnrss-request-article): Don't use special html washing code.
6686
6687 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * shr.el (shr-tag-table): Remove useless nconc.
6690
6691 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6692
6693         * gnus-art.el (article-wash-html): Simplify and remove the charset
6694         stuff.  Use the normal html rendering code instead of the special html
6695         washing code.
6696
6697         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6698         `gnus-w3m' symbols.
6699         (mm-text-html-washer-alist): Remove.
6700
6701         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6702         (mm-inline-media-tests): Remove use.
6703         (mm-text-html-renderer): Change default to the `shr' symbol.
6704
6705         * mm-view.el (mm-inline-text-html): Remove use.
6706
6707         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6708         `gnus-blocked-images' to be a function.
6709         (gnus-article-wash-function): Remove.
6710
6711 2010-10-20  Julien Danjou  <julien@danjou.info>
6712
6713         * spam.el (spam-list-of-processors): Mark as obsolete.
6714
6715         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6716         (nnimap-insert-partial-structure): Fix boundary detection.
6717
6718 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6719
6720         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6721         run file-truename on remote files.  This can be expensive and even
6722         prevent one from editing drafts if some unrelated buffer has a stale
6723         connection.
6724
6725 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6728         kinsoku-eol regardless of shr-kinsoku-shorten.
6729         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6730         (shr-tag-table): Support caption, thead, and tfoot.
6731
6732 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6733
6734         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6735         lines.
6736         (shr-save-contents): New command and keystroke.
6737
6738         * nndoc.el (nndoc-type-alist): Add git support.
6739         (nndoc-git-type-p): New function.
6740         (nndoc-transform-git-article): Ditto.
6741         (nndoc-transform-git-headers): Ditto.
6742         (nndoc-transform-git-headers): Generate Subject headers.
6743
6744         * shr.el (shr-parse-style): New function.
6745         (shr-tag-span): Ditto.
6746
6747         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6748         to `G G' to avoid collisions.
6749
6750 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * shr.el: Load kinsoku if necessary.
6753         (shr-kinsoku-shorten): New internal variable.
6754         (shr-find-fill-point): Make kinsoku shorten text line if
6755         shr-kinsoku-shorten is bound to non-nil.
6756         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6757         shr-indentation too when testing if table is wider than frame width.
6758         (shr-insert-table): Use `string-width' instead of `length' to measure
6759         text width.
6760         (shr-insert-table-ruler): Make sure indentation is done at bol.
6761
6762 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6763
6764         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6765         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6766         undecoded network data.
6767
6768 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6769
6770         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6771         name in the mode line spec so that the mode line menu works
6772         (bug #2431).
6773
6774         * message.el (message-get-reply-headers): If we're fed `to-address',
6775         then always use that.
6776
6777         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6778         aren't so wide as to need to switch off the edit menu.
6779
6780         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6781         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6782
6783         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6784         `M-g'.
6785         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6786         the permanent marks.
6787
6788 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6789
6790         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6791         Splitting according to references/in-reply-to obeys the ignore-groups
6792         variable, while splitting by sender and subject do not.
6793
6794 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6795
6796         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6797         alist, so that we can look for non-Unicode chars.
6798         (article-translate-strings): Allow both character and string maps.
6799
6800 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * shr.el (shr-insert): Don't insert space behind a wide character
6803         categorized as kinsoku-bol, or between characters both categorized as
6804         nospace.
6805
6806 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6807
6808         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6809         headers to gnus-newsgroup-headers.
6810
6811 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6812
6813         * shr.el (shr-tag-img): Don't align images -- since we're not
6814         rescaling, this often leads to ugly displays.
6815
6816 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6817
6818         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6819         duplicates.
6820
6821 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6822
6823         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6824         call.
6825
6826 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6827
6828         * gnus.el: Autoload gnus-html-show-images.
6829
6830         * nnimap.el: Use nnheader-message throughout.
6831
6832         * shr.el (shr-tag-img): Ignore images with no data.
6833
6834 2010-10-15  Julien Danjou  <julien@danjou.info>
6835
6836         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6837         a possibility to disable format=flow encoding when using hard newlines.
6838
6839 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * shr.el (shr-insert): Remove space inserted before or after a
6842         breakable character or at the beginning or the end of a line.
6843         (shr-find-fill-point): Do kinsoku; find the second best point or give
6844         it up if there's no breakable point.
6845
6846 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6847
6848         * nnimap.el (nnimap-open-connection): Message when opening connection
6849         for debugging purposes.
6850
6851         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6852         on every setup buffer call to allow this to change from article to
6853         article.
6854
6855         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6856         buffers where we have a wide table.
6857
6858 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6859
6860         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6861         uses *-request-thread.
6862
6863 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6864
6865         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6866         incantation, which is no longer valid.
6867
6868 2010-10-14  Julien Danjou  <julien@danjou.info>
6869
6870         * shr.el: Fix defcustom type (char -> character).
6871
6872 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6873
6874         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6875         programs.
6876
6877 2010-10-14  Julien Danjou  <julien@danjou.info>
6878
6879         * shr.el (shr-tag-a): Use url-link as widget type.
6880
6881         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6882         `gnus-group-get-icon'.
6883
6884 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6885
6886         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6887         This should make server editing work better.
6888
6889         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6890
6891         * tls.el (tls-program): Remove spurious %s from openssl.
6892
6893         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6894         (nnimap-parse-flags): Fix regexp.
6895
6896         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6897         probably work for CJVK text, too.
6898
6899         * nnimap.el (nnimap-extend-tls-programs): Remove.
6900         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6901
6902         * tls.el (tls-starttls-switches): Remove starttls hack.
6903         (open-tls-stream): Ditto.
6904         (tls-find-starttls-argument): Ditto.
6905
6906 2010-10-13  Julien Danjou  <julien@danjou.info>
6907
6908         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6909         responses.
6910
6911 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6912
6913         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6914
6915         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6916         anything in Emacs.
6917
6918         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6919
6920 2010-10-13  Julien Danjou  <julien@danjou.info>
6921
6922         * shr.el (shr-width): Make shr-width a defcustom with default to
6923         fill-column.
6924         (shr-tag-img): Use shr-width rather than fill-column.
6925
6926 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * dgnushack.el (byte-optimize-apply):
6929         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6930
6931         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6932         position when (X-)Faces exist.
6933         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6934         avatars when called interactively.
6935
6936 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6939         gnus-article-x-face-too-ugly is bound.
6940
6941 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6944
6945         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6946         mailbox that doesn't exist.
6947
6948 2010-10-12  Julien Danjou  <julien@danjou.info>
6949
6950         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6951         (shr-get-image-data): Encode URL properly when fetching from cache.
6952         (shr-tag-img): Use aligned-to spaces to align correctly images.
6953
6954         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6955         before inserting the Gravatar.
6956
6957         * shr.el (shr-tag-img): Add align attribute support for <img>.
6958
6959 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960
6961         * gnus-gravatar.el (gnus-art): Require.
6962
6963         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6964         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6965         Remove long obsoleted functions.
6966
6967 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6970
6971         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6972
6973         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6974         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6975         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6976         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
6977         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
6978         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
6979         * sieve-manage.el, smime.el, spam.el:
6980         Fix comment for declare-function.
6981
6982 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983
6984         * nnimap.el (nnimap-request-rename-group): Select group read-only
6985         before renaming it.
6986
6987         * shr.el (shr-insert): Fix up the white space only regexp.
6988
6989         * nnimap.el (nnimap-transform-split-mail): Not all articles have
6990         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
6991
6992         * shr.el (shr-current-column): New function.
6993         (shr-find-fill-point): New function.
6994
6995 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6996
6997         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
6998         numbers.
6999
7000 2010-10-11  Julien Danjou  <julien@danjou.info>
7001
7002         * shr.el (shr-hr-line): Add.
7003         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7004         display hr lines.
7005         (shr-max-columns): Do not change state to nil if we just inserting
7006         spaces.
7007
7008 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7009
7010         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7011         select the last group.
7012
7013 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7014
7015         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7016
7017 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7018
7019         * dig.el (dig-mode-map): Declare and define in one step.
7020
7021 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7024         for Gnus.
7025         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7026         (nnimap-update-qresync-info): Mark \Seen articles as read.
7027
7028         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7029         non-variable, too.
7030
7031         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7032         available.
7033         (nnimap-update-info): Rely more on the current active than the param
7034         active to avoid marking articles as read too much.
7035
7036         * auth-source.el (auth-source-create): Use (user-login-name) for the
7037         user name default.
7038
7039         * nnimap.el (nnimap-update-info): If the server doesn't return any
7040         useful info, just use the previous info.
7041         (nnimap-update-info): Prefer old info over start-article.
7042         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7043
7044 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7045
7046         * nnir.el (autoload): Clean up autoloads.
7047         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7048         Use key rather than value.
7049         (nnir-imap-search-other): New variable.
7050         (nnir-read-parm): Use it.
7051         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7052         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7053
7054 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7055
7056         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7057         the process, too.
7058
7059 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7060
7061         * spam.el (gnus-summary-mode-map): Bind to "$".
7062         Suggested by Russ Allbery.
7063
7064         * shr.el: Rework the way things are indented by <li> slightly.
7065
7066         * gnus.el (gnus-group-set-parameter): Fix typo.
7067
7068         * nnimap.el: Start implementing QRESYNC support.
7069
7070 2010-10-09  Julien Danjou  <julien@danjou.info>
7071
7072         * nnir.el (nnir-engines): Fix too many arguments.
7073
7074 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7075
7076         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7077         group is the "last", so that the backends like nnfolder actually save
7078         their folders.
7079
7080         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7081         try to use that for the tls stream.
7082         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7083         UIDVALIDITY and find out which groups are read-only and not.
7084         (nnimap-get-flags): Use the same marks parsing code as the rest of
7085         nnimap.
7086
7087 2010-10-09  Julien Danjou  <julien@danjou.info>
7088
7089         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7090
7091         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7092         retrieving gravatars.
7093
7094         * shr.el (shr-table-corner): Add.
7095         (shr-table-line): Add.
7096         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7097
7098 2010-10-08  Julien Danjou  <julien@danjou.info>
7099
7100         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7101
7102 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7103
7104         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7105
7106         * gnus-sum.el (gnus-mark-article-as-unread)
7107         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7108         (gnus-summary-set-bookmark): Use it.
7109
7110         * gnus-msg.el (gnus-setup-message): Use it.
7111
7112         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7113
7114         * gnus.el (gnus-group-remove-parameter): Use it.
7115
7116         * gnus-group.el (gnus-group-make-web-group): Use it.
7117
7118         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7119
7120         * nnregistry.el: Update docs to mention manual.
7121
7122         * gnus-registry.el: Update docs to mention nnregistry.el.
7123         (gnus-registry-initialize): Don't install nnregistry refer method
7124         automatically.
7125         (gnus-registry-install-nnregistry): Remove it.
7126
7127 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7128
7129         * shr.el (shr-insert): Don't insert double spaces.
7130
7131 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7132
7133         * gnus-gravatar.el (gnus-treat-from-gravatar)
7134         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7135         called interactively.
7136
7137         * gnus-art.el (gnus-mime-view-part-externally)
7138         (gnus-mime-view-part-internally): Make predicate function passed to
7139         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7140         of a mime type.
7141
7142         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7143
7144 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7145
7146         * shr.el (require): Require cl when compiling.
7147         (shr-tag-hr): New function.
7148
7149         * nnimap.el (nnimap-update-info): Remove double setting of high.
7150         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7151         This makes nnimap work properly on Courier again.
7152
7153         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7154         the variable for backwards compatibility.
7155
7156         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7157         the file name before using to avoid setting mm-default-directory to
7158         nil.
7159
7160         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7161         bidning gnus-agent variables.
7162
7163         * shr.el (shr-render-td): Use a cache for the table rendering function
7164         to avoid getting an exponential rendering behavior in nested tables.
7165         (shr-insert): Rework the line-breaking algorithm.
7166         (shr-insert): Don't leave trailing spaces.
7167         (shr-insert-table): Also insert empty TDs.
7168         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7169
7170 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7171
7172         * gnus-sum.el (gnus-number): Rename from `number'.
7173         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7174         (gnus-summary-limit-children): Update uses correspondingly.
7175
7176 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7179         (gnus-gravatar-transform-address): Don't show avatars of people of
7180         which mail addresses match gnus-gravatar-too-ugly.
7181
7182 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183
7184         * shr.el (shr-table-widths): Expand TD elements to fill available
7185         space.
7186
7187 2010-10-07  Julien Danjou  <julien@danjou.info>
7188
7189         * nnimap.el (nnimap-request-rename-group): Add this method.
7190
7191 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7194         name from XEmacs' function-arglist.
7195
7196         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7197         gravatar under XEmacs.
7198
7199 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7200
7201         * auth-source.el: Update docs with TODO items.
7202
7203         * gnus-sync.el: Update docs to explain state and plans.
7204
7205         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7206         Hooks for mark updates.
7207         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7208
7209         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7210         hooks with arguments, which is needed for mark update hooks.
7211
7212 2010-10-06  Julien Danjou  <julien@danjou.info>
7213
7214         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7215         was matched.
7216
7217         * sieve-manage.el: Update example in `Commentary'.
7218
7219         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7220
7221         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7222         not 2000.
7223         (sieve-manage-authenticate): Re-add function.
7224
7225 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7226
7227         * shr.el (shr-insert): Get 'space transition right.
7228         (shr-render-td): Only delete space at the end of the TD.
7229
7230         * nnimap.el (nnimap-open-connection): Prepare to support
7231         open-gnutls-stream.
7232
7233         * shr.el: Rearrange function order to be more logical.
7234
7235 2010-10-06  Julien Danjou  <julien@danjou.info>
7236
7237         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7238         (nnrss-discover-feed): Remove 404 URL in docstring.
7239
7240         * nnir.el: Fix Swish-E URL.
7241         Fix Namazu URL.
7242
7243         * message.el (message-change-subject): Remove 404 URL in a comment.
7244
7245 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7248         called interactively.
7249
7250         * gnus-util.el (gnus-remove-if): Allow hash table.
7251         (gnus-remove-if-not): New function.
7252
7253         * gnus-art.el (gnus-mime-view-part-as-type):
7254         * gnus-score.el (gnus-summary-score-effect):
7255         * gnus-sum.el (gnus-read-move-group-name):
7256         Replace remove-if-not with gnus-remove-if-not.
7257
7258         * gnus-group.el (gnus-group-completing-read):
7259         Regard collection as a hash table if it is not a list.
7260
7261 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7262
7263         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7264
7265         * shr.el: Document the table-rendering algorithm.
7266
7267 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7270         for Emacsen having no `libxml-parse-html-region' support.
7271
7272 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7275         invalid URLs.
7276
7277         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7278         line-broken.
7279         (shr-tag-img): Ignore image fetching errors.
7280         (shr-overlays-in-region): Compute overlay positions correctly.
7281
7282         * mm-decode.el (mm-shr): Require shr.
7283
7284         * gnus-art.el (gnus-blocked-images): Move variable here.
7285
7286         * shr.el (shr-insert-table): Bind free variable.
7287
7288         * mm-decode.el (mm-shr): Bind shr-content-function.
7289
7290         * shr.el (shr-content-function): New variable.
7291
7292         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7293         added for symmetry.
7294
7295         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7296
7297         * gnus-group.el (gnus-group-make-group): Doc fix.
7298
7299         * nnimap.el (nnimap-request-newgroups): Return success.
7300
7301         * shr.el (shr-find-elements): New function.
7302         (shr-tag-table): Put all the images after the table.
7303         (shr-tag-table): Really inhibit images inside the table.
7304         (shr-collect-overlays): Copy over overlays from the TD elements to the
7305         main document.
7306
7307         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7308         gnus-blocked-images.
7309
7310 2010-10-05  Julien Danjou  <julien@danjou.info>
7311
7312         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7313
7314         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7315         (gnus-html-maximum-image-size): Add this function.
7316         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7317
7318         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7319         server-value of the capability is nil.
7320
7321 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * shr.el (shr-tag-em): Add <EM> tag.
7324
7325 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7326
7327         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7328         customizable.
7329
7330         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7331         handing broken links to browse-url.
7332
7333 2010-10-05  Julien Danjou  <julien@danjou.info>
7334
7335         * gnus-util.el (gnus-emacs-completing-read)
7336         (gnus-iswitchb-completing-read): Use autoload rather than require.
7337
7338 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7341         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7342         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7343         iswitchb-temp-buflist for XEmacs.
7344
7345         * gnus-util.el (gnus-completing-read-function): Exclude
7346         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7347         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7348         XEmacs.
7349
7350         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7351         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7352
7353         * gnus-html.el: Don't require help-fns under XEmacs.
7354         (gnus-html-schedule-image-fetching): Work for XEmacs.
7355
7356         * mm-decode.el (mm-shr): Decode contents by charset.
7357
7358 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7361         unknown.
7362
7363         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7364         (shr-get-image-data): Ensure against the cache file missing.
7365
7366         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7367         for data.
7368
7369         * spam-report.el (spam-report-url-ping-plain): Don't query about
7370         killing the process.
7371
7372         * shr.el (shr-render-td): Protect against too-wide text.
7373
7374 2010-10-04  Julien Danjou  <julien@danjou.info>
7375
7376         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7377         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7378
7379         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7380         retrieved.
7381
7382 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7383
7384         * shr.el (browse-url): Require.
7385         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7386         lines.
7387         (shr-show-alt-text, shr-browse-image): New commands.
7388         (shr-browse-url, shr-copy-url): New commands.
7389
7390         * gnus-sum.el (gnus-widen-article-window): New variable.
7391         (gnus-summary-select-article-buffer): Use it.
7392
7393         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7394         without @ signs.
7395
7396 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7397
7398         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7399
7400 2010-10-04  Julien Danjou  <julien@danjou.info>
7401
7402         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7403         for XEmacs.
7404
7405 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7406
7407         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7408
7409         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7410         (nnimap-close-server): Implement.
7411
7412         * dgnushack.el (iswitchb): Require to shut up the compiler.
7413
7414         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7415         (shr-insert): Tweak line breaking.
7416         (shr-insert): Handle <pre> better.
7417         (shr-tag-li): Get <li> indentation right.
7418         (shr-tag-li): Get <li> indentation even righter.
7419         (shr-tag-blockquote): Ensure paragraph start.
7420         (shr-make-table): Tweak table generation.
7421         (shr-make-table): Fix typo.
7422
7423         * shr.el: Implement table rendering.
7424
7425 2010-10-04  Julien Danjou  <julien@danjou.info>
7426
7427         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7428
7429 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * shr.el (shr-insert): Use string anchors instead of line anchors.
7432
7433 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7434
7435         * shr.el: Add headings.
7436         (shr-ensure-paragraph): Actually work.
7437         (shr-tag-li): Make <ul> prettier.
7438         (shr-insert): Get white space at the beginning/end of elements right.
7439         (shr-tag-p): Collapse subsequent <p>s.
7440         (shr-ensure-paragraph): Don't insert double line feeds after blank
7441         lines.
7442         (shr-insert): \t is also space.
7443         (shr-tag-s): Fix "s" tag name function.
7444         (shr-tag-s): Fix face prop name.
7445
7446 2010-10-03  Julien Danjou  <julien@danjou.info>
7447
7448         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7449
7450         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7451         gnus-window-inside-pixel-edges.
7452
7453         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7454         gnus-ems.
7455
7456         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7457
7458         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7459         function.
7460
7461         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7462         resize choice.
7463
7464 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7465
7466         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7467         beginning of the buffer.
7468
7469         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7470         article buffer again.
7471
7472         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7473
7474         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7475         when it's at the start of the buffer.
7476
7477         * shr.el (shr-tag-blockquote): Convert name.
7478         (shr-rescale-image): Use the right image-size variant.
7479
7480         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7481         buffer isn't shown, then select the current article first instead of
7482         bugging out.
7483         (gnus-summary-select-article-buffer): Show both the article and summary
7484         buffers again.
7485
7486         * shr.el (shr-fontize-cont): Protect against regions with no text.
7487         Rename tag functions to shr-tag-* for enhanced security.
7488         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7489
7490 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7491
7492         * shr.el (shr-insert):
7493         * pop3.el (pop3-movemail):
7494         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7495         loaded.
7496
7497 2010-10-03  Glenn Morris  <rgm@gnu.org>
7498
7499         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7500
7501         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7502
7503         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7504
7505         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7506
7507         * gnus-util.el (gnus-make-local-hook): Simplify.
7508
7509 2010-10-02  Julien Danjou  <julien@danjou.info>
7510
7511         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7512         (gnus-ido-completing-read): New function.
7513         (gnus-emacs-completing-read): New function.
7514         (gnus-completing-read): Use gnus-completing-read-function.
7515         Add gnus-completing-read-function.
7516
7517 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7518
7519         * shr.el (shr-insert-document): Autoload.
7520         (shr-img): Be silent.
7521         (shr-insert): Add a newline after every picture before text.
7522         (shr-add-font): Use overlays for combining faces.
7523         (shr-insert): Pass upwards the text start point.
7524
7525         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7526         possible.
7527         (mm-shr): New function.
7528
7529 2010-10-02  Julien Danjou  <julien@danjou.info>
7530
7531         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7532         should go backward.
7533
7534 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7535
7536         * shr.el (shr): Fix typo in provide call.
7537
7538 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * shr.el: New file.
7541
7542         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7543
7544         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7545         completing read.
7546
7547 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548
7549         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7550         we're being queried about.  Suggested by Dan Jacobson.
7551
7552         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7553         Suggested by Jason Eisner.
7554
7555         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7556         table, too.  Suggested by Stefan Wiens.
7557         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7558         the table unnecessary.  Suggested by Stefan Wiens.
7559
7560         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7561         longer needed, and probably doesn't work either, as pointed out by
7562         Stefan Wiens.
7563         (gnus-summary-exit): Remove call to the clearing function.
7564         (gnus-summary-exit-no-update): Ditto.
7565
7566         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7567         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7568         Reported by Stefan Monnier.
7569         (gnus-summary-save-in-rmail): Ditto.
7570
7571         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7572         article buffer, instead of both the article buffer and the summary
7573         buffer.  Sort of suggested by Dan Jacobson.
7574
7575         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7576
7577         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7578         Suggested by Dan Jacobson.
7579
7580         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7581         documentation clearer.
7582
7583         * message.el (message-shorten-references): Comment on the number "21".
7584         Suggested by Stefan Monnier.
7585
7586         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7587         Suggested by Dan Jacobson.
7588
7589         * gnus.el (gnus-large-newsgroup):
7590         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7591
7592         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7593         externalize attachments.  Bug reported by Steve Wen.
7594
7595         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7596         really message anything to the user.
7597
7598         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7599         directly.
7600
7601         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7602         messages in empty groups.
7603
7604 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7605
7606         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7607         non-UIDNEXT group.
7608
7609 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7610
7611         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7612         not the value from the collection.
7613
7614         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7615         values.  This sometimes happens on some groups that have no info.
7616         (nnimap-request-newgroups): New function.
7617
7618 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7619
7620         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7621         check into `gnus-registry-initialize'.
7622         (gnus-registry-initialize): Ditto.
7623         Fix and extend header docs.
7624
7625 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7628         regexp backtrace overflows.
7629
7630         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7631         for starttls that tls.el implements; i.e. openssl.
7632
7633         * tls.el (tls-starttls-switches): Give up on using starttls with
7634         gnutls-cli.
7635         (tls-program): Add --insecure to be consistent with the defaults from
7636         openssl s_client.  Now all three commands are insecure.
7637
7638 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * lpath.el: Bind completion-styles-alist for XEmacs.
7641
7642         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7643         (gravatar-create-image): New function that's an alias to
7644         gnus-xmas-create-image, gnus-create-image, or create-image.
7645         (gravatar-data->image): Use it.
7646
7647 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7648
7649         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7650         install the nnregistry refer method.
7651         (gnus-registry-install-hooks): Use it.
7652         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7653         unfollowed groups.
7654
7655 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7656
7657         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7658         expanding threads.
7659
7660 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7661
7662         * nnir.el: Use the server names without suffixes (bug #7009).
7663
7664         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7665         unencrypted to STARTTLS, if possible.
7666
7667 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7668
7669         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7670         headers before superseding.
7671
7672 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * nnrss.el (nnrss-use-local): Add documentation.
7675
7676         * nnimap.el (nnimap-extend-tls-programs): New function.
7677         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7678         (nnimap-wait-for-connection): Accept the greeting from the stupid
7679         output from openssl s_client -starttls, too.
7680
7681         * tls.el (tls-starttls-switches): New variable.
7682         (tls-find-starttls-argument): Use it.
7683         (open-tls-stream): Ditto.
7684
7685         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7686         (netrc-machine): Ditto.
7687
7688         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7689         article number.
7690         (nnimap-split-fancy): New variable.
7691         (nnimap-split-incoming-mail): Use it.
7692
7693         * nntp.el (nntp-server-list-active-group): Document.
7694
7695         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7696         SELECT to get the message-id.
7697
7698         * mail-source.el (mail-sources): Remove webmail support.
7699         (defvar): Ditto.
7700         (mail-source-fetcher-alist): Ditto.
7701         (mail-source-fetch-webmail): Remove.
7702
7703         * webmail.el: Remove -- doesn't seem relevant any more.
7704
7705         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7706
7707         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7708         the \r.
7709
7710 2010-09-30  Julien Danjou  <julien@danjou.info>
7711
7712         * gnus-agent.el (gnus-agent-add-group): Fix call to
7713         gnus-completing-read.
7714
7715 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7716
7717         * nndoc.el (nndoc-retrieve-groups): New function.
7718
7719         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7720         `default', use nnmail-split-methods.
7721         (nnimap-request-article): Downcase the NILs so that they are nil.
7722
7723         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7724         symbol.
7725
7726         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7727         code, since if the user has requested network, that's what they ought
7728         to get.
7729         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7730         (nnimap-split-rule): Mark as obsolete.
7731
7732         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7733         New variable.
7734
7735         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7736         correct slot, too.
7737
7738 2010-09-29  Julien Danjou  <julien@danjou.info>
7739
7740         * gnus.el (gnus-local-domain): Declare variable obsolete.
7741
7742         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7743         Fix history computing.
7744         (gnus-ido-completing-read): Require ido.
7745
7746 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7747
7748         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7749         build Gnus.
7750
7751         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7752         when interpreting the structures.
7753         (nnimap-request-accept-article): Add \r\n to the lines to make this
7754         work with Cyrus.
7755
7756         * nndraft.el (nndraft-request-expire-articles): Use the group name
7757         instead if "nndraft".  Fix found by Nils Ackermann.
7758
7759 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7760
7761         * nnregistry.el: Add.
7762
7763 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7764
7765         * nnmail.el (group, group-art-list, group-art):
7766         Remove unneeded directives.
7767
7768 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7771         (mm-mime-charset):
7772         * rfc2047.el (rfc2047-syntax-table):
7773         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7774
7775         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7776         rather than `insert-file-contents' and `eval-region'.
7777
7778         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7779         construction.
7780
7781         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7782
7783         * time-date.el: No need to require cl for Emacs 21.
7784
7785 2010-09-29  Julien Danjou  <julien@danjou.info>
7786
7787         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7788         replacement of `gnus-gravatar-relief' to mimic
7789         `gnus-faces-properties-alist'.
7790         Add :version property.
7791
7792 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * mail-source.el (mail-source-report-new-mail):
7795         * message.el (message-default-mail-headers):
7796         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7797
7798         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7799
7800 2010-09-28  Julien Danjou  <julien@danjou.info>
7801
7802         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7803         mail-address contains the same string as real-name.
7804
7805         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7806         non-blank in header, otherwise it'll get stripped.
7807
7808         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7809         real-name, and then for mail address rather than doing : or , search.
7810
7811 2010-09-27  Julien Danjou  <julien@danjou.info>
7812
7813         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7814         right completing-read function.
7815         (gnus-use-ido): New variable
7816         (gnus-completing-read-with-default): Remove.
7817         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7818         (gnus-agent-add-group):
7819         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7820         * mm-view.el (mm-view-pkcs7-decrypt):
7821         * mm-util.el (mm-codepage-setup):
7822         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7823         * mml-smime.el (mml-smime-openssl-sign-query):
7824         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7825         (mml-insert-multipart):
7826         * gnus-msg.el (gnus-summary-yank-message):
7827         * gnus-int.el (gnus-start-news-server):
7828         * mm-decode.el (mm-interactively-view-part):
7829         * gnus-dired.el (gnus-dired-attach):
7830         * gnus.el (gnus-read-method):
7831         * gnus-bookmark.el (gnus-bookmark-jump):
7832         * gnus-art.el (gnus-mime-view-part-as-type)
7833         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7834         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7835         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7836         * nnmairix.el (nnmairix-create-server-and-default-group)
7837         (nnmairix-update-groups, nnmairix-get-server)
7838         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7839         (nnmairix-get-group-from-file-path):
7840         * nnrss.el (nnrss-find-rss-via-syndic8):
7841         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7842         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7843         (gnus-group-browse-foreign-server):
7844         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7845         (gnus-summary-execute-command, gnus-summary-respool-article)
7846         (gnus-read-move-group-name):
7847         * gnus-score.el (gnus-summary-increase-score)
7848         (gnus-summary-score-effect):
7849         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7850
7851 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7854         x-focus-frame.
7855
7856         * nnimap.el (auth-source-forget-user-or-password)
7857         (auth-source-user-or-password): Autoload.
7858
7859         * message.el (message-from-style, message-interactive)
7860         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7861         (message-yank-prefix, message-indentation-spaces, message-signature)
7862         (message-signature-file): Add comment.
7863
7864 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7865
7866         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7867         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7868         new articles.
7869
7870         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7871         parts.
7872         (nnimap-request-article): Work with the t setting, too.
7873
7874         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7875         that you don't get flashes of other buffers.
7876         (gnus-summary-show-complete-article): Intern before setting.
7877
7878 2010-09-27  David Engster  <dengste@eml.cc>
7879
7880         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7881         well as HEADERS.
7882         (nnmairix-retrieve-headers): Provide new argument for the above.
7883
7884 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7885
7886         * gnus-sum.el (gnus-summary-move-article): Don't alter
7887         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7888         group.
7889
7890         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7891
7892         * message.el (message-cite-prefix-regexp): Revert my last edit.
7893
7894         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7895         variable instead of the Gnus variable.
7896
7897         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7898
7899         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7900
7901         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7902         since some servers don't like it.
7903         (nnimap-open-connection): Forget credentials if the server says the
7904         password was wrong.
7905         (nnimap-parse-line): Protect against invalid data.
7906
7907         * gnus-sum.el (gnus-summary-move-article): Add comment.
7908         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7909         nothing alters it while scanning for new messages.
7910
7911         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7912         which may or may not help.
7913         (nnimap-open-connection): If we're doing a stream connection, and then
7914         discover we're on a STARTTLS-capable server, then open a STARTTLS
7915         connection instead.
7916
7917 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7918
7919         * nnimap.el (utf7): Require.
7920
7921         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7922         prefix.
7923
7924 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7925
7926         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7927
7928 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7929
7930         * nnimap.el (nnimap-request-accept-article): Message the error on
7931         error.
7932
7933 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7936
7937 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7938
7939         * nndoc.el (nndoc-request-list): Return success always.
7940
7941         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7942         `fetch-old' -- we only want to fetch the articles we've requested.
7943         The rest are in the agent, probably.
7944         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7945         disappeared server" to something low.  It's not important.
7946
7947         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7948         arrived before the FETCH data.
7949
7950         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7951         target here, because we don't know the Gnus name of the group.
7952
7953         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7954         for the correct group.
7955
7956         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7957
7958         * gnus.el (gnus): Give a final warning after startup.
7959
7960         * gnus-util.el (gnus-action-message-log): New variable.
7961         (gnus-message): Use it.
7962         (gnus-final-warning): New function.
7963
7964         * nnimap.el (nnimap-open-connection): Record the greeting.
7965         (nnimap): Add greeting.
7966
7967 2010-09-26  Julien Danjou  <julien@danjou.info>
7968
7969         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7970         arguments.
7971         (gnus-html-wash-images): Fix spec computing to include start/end.
7972
7973         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7974
7975 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7976
7977         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
7978         deletion.
7979         (nnimap-retrieve-headers): Don't select the group, because that's
7980         already done by nnimap-possibly-change-group.
7981
7982         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
7983         (gnus-picon-transform-address): Use it.
7984
7985         * mail-source.el (mail-source-value): Revert previous patch.
7986
7987         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
7988         on failure.
7989         (nnimap-open-connection): Look up both virtual and physical server name
7990         credentials.
7991
7992         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
7993
7994 2009-02-07  Dave Love  <fx@gnu.org>
7995
7996         * tls.el (open-tls-stream): Don't query killing process.
7997
7998 2009-02-08  Dave Love  <fx@gnu.org>
7999
8000         * gnus-win.el (gnus-window-to-buffer-helper)
8001         (gnus-all-windows-visible-p): Function needn't be a symbol.
8002
8003         * mail-source.el (mail-source-value): Function needn't be a symbol.
8004
8005 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006
8007         * message.el (message-cite-prefix-regexp): Remove } from the cite
8008         prefix.
8009
8010         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8011         highlight again, so that the highlight is correct.
8012
8013         * gnus-picon.el (gnus-picon): Remove again.
8014         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8015
8016         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8017         doing the header highlightling, so that the background color of the
8018         picon is correct.
8019
8020         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8021         (gnus-picon): Ditto.
8022         (gnus-picon): Reinstate.  The background color for picons is white.
8023         (gnus-picon-insert-glyph): Make the background white.
8024
8025         * nnml.el (nnml-open-nov): Don't return dead buffers.
8026
8027         * auth-source.el (auth-source-create): Query the user for whether to
8028         store the credentials.
8029
8030         * netrc.el (netrc-store-data): New function.
8031
8032         * auth-source.el (auth-source-user-or-password): Use the existing auth
8033         sources, if any, for creation.
8034
8035         * gnus.el (gnus-group-fast-parameter): Return the last matching
8036         parameter instead of the first matching parameter.
8037
8038 2010-09-26  Julien Danjou  <julien@danjou.info>
8039
8040         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8041
8042 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8043
8044         * mml2015.el (mml2015-use): Remove gpg support.
8045
8046         * mml1991.el (mml1991-function-alist): Remove gpg function.
8047         (mml1991-gpg-sign): Remove.
8048
8049 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8050
8051         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8052         (gnus-browse-unsubscribe-current-group): Document it.
8053         (gnus-browse-unsubscribe-group): Use it.
8054
8055 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8056
8057         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8058         address to the To list for easier response.
8059
8060         * gnus.el (gnus-play-startup-jingle): Remove.
8061         (gnus-splash): Don't play jingle.
8062         (gnus): Silence gnus-load message.
8063
8064         * gnus-art.el (gnus-treat-play-sounds): Remove.
8065
8066         * gnus.el (gnus-play-jingle): Remove audio support.
8067
8068         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8069
8070         * earcon.el: Remove -- no users.
8071
8072         * gnus-audio.el: Remove -- no users of this package.
8073
8074         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8075
8076         * gnus-start.el (gnus-setup-news): Remove nocem support.
8077
8078         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8079
8080         * gnus.el (gnus-use-nocem): Remove.
8081
8082         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8083         Remove.
8084
8085         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8086         uses NoCeM any more.
8087
8088         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8089         (gnus-button-ctan-handler): Ditto.
8090         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8091         (gnus-button-ctan-directory-regexp): Ditto.
8092         (gnus-button-handle-ctan): Ditto.
8093         (gnus-button-tex-level): Ditto.
8094         (gnus-button-alist): Remove CTAN stuff.
8095
8096 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8097
8098         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8099         nnimap-streaming test.
8100
8101         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8102         servers twice.
8103
8104         * nnimap.el (nnimap-open-connection): Add more error reporting when
8105         nnimap fails early.
8106
8107         * nnheader.el (nnheader-get-report-string): New function.
8108         (nnheader-get-report): Use it.
8109
8110         * gnus-int.el (gnus-check-server): Say what the error was when opening
8111         failed.
8112
8113         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8114         using streaming.
8115
8116 2010-09-25  Julien Danjou  <julien@danjou.info>
8117
8118         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8119         gnus-window-inside-pixel-edges.
8120
8121 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8122
8123         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8124
8125         * mm-decode.el (mm-save-part): Allow saving to other directories the
8126         normal Emacs way.
8127
8128         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8129         Suggested by Jay Berkenbilt.
8130
8131         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8132         there isn't a single byte.
8133
8134         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8135         just do it.  It doesn't really seem to matter what the user responds
8136         here, I think, so it's just a confusing question.
8137
8138         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8139         non-streaming case.
8140
8141         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8142         (gnus-article-encrypt-body): Use it.
8143
8144         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8145         keystroke.
8146
8147         * nnimap.el (nnimap-find-wanted-parts-1):
8148         Use gnus-fetch-partial-articles.
8149
8150         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8151
8152         * nnimap.el (nnimap-insert-partial-structure): New function.
8153         (nnimap-get-partial-article): New function.
8154         (nnimap-request-article): Use it.
8155         (nnimap-wait-for-response): Return whether the wait was successful.
8156         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8157         retrieval wasn't successful.
8158         (nnimap-retrieve-group-data-early): Allow throttling servers.
8159         (nnimap-streaming): New variable.
8160         (nnimap-fetch-partial-articles): Remove.
8161
8162         * mm-decode.el (mm-with-part): Protect against killed buffers.
8163
8164         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8165         for prettier summary display.
8166
8167 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8168
8169         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8170
8171 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8172
8173         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8174         apparently third-party libraries depend on it.
8175
8176         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8177         before starting negotiation.
8178
8179         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8180         privacy reasons.
8181         (gnus-treat-mail-gravatar): Ditto.
8182
8183         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8184         buffer when inserting images.  Inserting text into the headers, for
8185         instance, can make them invalid.
8186
8187 2010-09-25  Julien Danjou  <julien@danjou.info>
8188
8189         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8190         variables.
8191
8192         * nnheader.el: Remove useless variables news-reply-yank-from and
8193         news-reply-yank-message-id.
8194
8195         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8196         variables.
8197
8198         * mml1991.el: Remove useless mml1991-verbose.
8199
8200         * gnus.el: Remove useless variable gnus-use-generic-from.
8201         Remove obsolete variable gnus-topic-indentation.
8202
8203         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8204
8205         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8206
8207         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8208
8209         * gnus-group.el: Remove useless gnus-group-icon-cache.
8210         Remove useless gnus-ephemeral-group-server.
8211
8212         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8213
8214         * mml2015.el: Remove useless mml2015-verbose.
8215
8216         * mml-smime.el: Remove useless mml-smime-verbose.
8217
8218         * gnus.el: Remove useless gnus-local-domain.
8219
8220         * gnus-gravatar.el (gnus-gravatar-transform-address):
8221         Use gnus-gravatar-size.
8222
8223         * gnus-art.el: Remove useless gnus-treat-translate.
8224
8225 2010-09-24  Julien Danjou  <julien@danjou.info>
8226
8227         * gnus-sum.el: Add support for Gravatars.
8228
8229         * gnus-art.el: Add support for Gravatars.
8230
8231         * gnus-gravatar.el: Add this file.
8232
8233         * gravatar.el: Add this file.
8234
8235 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8236
8237         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8238
8239         * gnus-group.el (gnus-group-fetch-faq): Remove.
8240
8241         * gnus.el (gnus-group-faq-directory): Remove.
8242
8243         * gnus-group.el (gnus-group-fetch-charter): Remove.
8244
8245         * gnus.el (gnus-group-charter-alist): Remove.
8246
8247         * gnus-group.el (gnus-group-archive-directory): Remove.
8248         (gnus-group-recent-archive-directory): Ditto.
8249         (gnus-group-make-archive-group): Remove.
8250
8251         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8252
8253         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8254         use the same article number for all the cached articles.
8255
8256         * nnimap.el (nnimap-command): Register the last command time so
8257         that we can use it for idling NOOPs.
8258         (nnimap-open-connection): Start the keeplive timer.
8259         (nnimap-make-process-buffer): Store all the process buffers.
8260         (nnimap-keepalive): New function.
8261
8262         * starttls.el (starttls-open-stream): Add autoload cookie.
8263
8264 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8265
8266         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8267         handling.
8268
8269 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8270
8271         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8272         its data structures.
8273
8274         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8275         instead of the cl.el copy-list.
8276         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8277         equalp.
8278
8279 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8282         and tool-bar-local-item-from-menu.
8283
8284         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8285         mode-line-highlight face for Emacs.
8286
8287         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8288         loading gnus-sum.elc; fix comment for canlock-verify.
8289         (gnus-article-jump-to-part): Use read-number.
8290         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8291         Remove Emacs pre-21 compatible code for help-echo.
8292         (gnus-article-next-page-1): No need to adjust the number of lines.
8293         (gnus-article-describe-bindings): Always use help-buffer.
8294
8295         * gnus-audio.el (gnus-audio-inline-sound):
8296         * gnus-cus.el (gnus-custom-mode):
8297         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8298
8299         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8300
8301         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8302         compatible code.
8303
8304 2010-09-24  Glenn Morris  <rgm@gnu.org>
8305
8306         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8307         visiting the fcc file in rmail-mode.
8308
8309         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8310
8311 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * nnir.el: Silence the byte compiler.
8314
8315         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8316         alias to browse-url-url-encode-chars if any.
8317         (gnus-html-encode-url): Use it.
8318
8319 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8320
8321         * gnus-start.el (gnus-use-backend-marks): New variable.
8322         (gnus-get-unread-articles-in-group): Use it.
8323
8324         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8325         makeover.
8326
8327 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8328
8329         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8330
8331 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8332
8333         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8334         Remove.
8335         (gnus-setup-news-hook):
8336         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8337
8338         * gnus-int.el (gnus-request-update-info): Protect against backends not
8339         having the function.
8340
8341         * nnimap.el (nnimap-stream): Mention starttls.
8342         (nnimap-open-connection): Add starttls support.
8343
8344 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8345
8346         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8347
8348 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8349
8350         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8351         BODYSTRUCTUREs.
8352         (nnimap-transform-headers): Unfold quoted {42} headers.
8353
8354         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8355         the info.
8356         (gnus-get-unread-articles): Only call updatep on backends that support
8357         it.
8358
8359         * nnweb.el (nnweb-request-update-info): NOOP.
8360
8361         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8362
8363         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8364         since it only deals with marks.
8365
8366         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8367         gnus-request-marks, and make a new gnus-request-update-info.
8368
8369         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8370         the active instead of the high number, which is usually too low.
8371
8372 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8373
8374         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8375         * encrypt.el: Remove.
8376
8377 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8378
8379         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8380         server in symbolic form.
8381
8382         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8383
8384 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8385
8386         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8387         (nnimap-update-info): Fix up code slightly.
8388
8389         * gnus-int.el (gnus-open-server): Add tracing for performance
8390         debugging.
8391
8392         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8393         (gnus-group-insert-group-line): Pass the real group name so that it
8394         gets the right data.
8395
8396         * gnus-start.el (gnus-get-unread-articles): Don't have
8397         `gnus-get-unread-articles-in-group' update info, since that can be
8398         really slow and doesn't seem to be needed?
8399
8400 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8401
8402         * time-date.el (date-to-time): Try using parse-time-string first before
8403         using the slower timezone-make-date-arpa-standard.
8404
8405 2010-09-22  Julien Danjou  <julien@danjou.info>
8406
8407         * gnus-group.el (gnus-group-insert-group-line):
8408         Call gnus-group-highlight-line.
8409         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8410         default hook list.
8411         (gnus-group-update-eval-form): Add new function.
8412         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8413         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8414
8415 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8416
8417         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8418         immediate, then expire all articles.
8419         (nnimap-update-info): Fix off-by-one errors.
8420         (nnimap-flags-to-marks): Would return no marks lists for group with no
8421         flags.  Instead return the other data.
8422
8423 2010-09-22  Julien Danjou  <julien@danjou.info>
8424
8425         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8426         Only return an icon.
8427         (gnus-group-insert-group-line): Compute icon to return.
8428
8429         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8430         (gnus-html-image-fetched): Only cache if
8431         gnus-html-image-automatic-caching is set.
8432         (gnus-html-image-fetched): Check for errors.
8433
8434 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435
8436         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8437         once per method on `g'.  This ensures that backends like nnfolder don't
8438         open all their folders.
8439
8440         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8441         (nnimap-request-list): Nix out group in the correct buffer.
8442         (nnimap-parse-flags): Implement by using `read' instead of
8443         hand-parsing.
8444         (nnimap-flags-to-marks): Pass on permanent-flags.
8445         (nnimap-make-process-buffer): Record the server name.
8446         (nnimap-parse-flags): Fix typo.
8447         (nnimap-request-scan): Run split on the server in general, not just a
8448         single group.
8449
8450         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8451         parameter, and propagate this downwards.
8452
8453         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8454         since EXAMINE changes it on the server.
8455
8456         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8457         this command might take a while.
8458
8459 2010-09-22  Julien Danjou  <julien@danjou.info>
8460
8461         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8462         harmful if you have 2 images side-by-side, they can't be properly
8463         update on text deletion.  Using text-property is safer here.
8464         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8465         data.
8466
8467 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8468
8469         * nnimap.el (nnimap-expunge-inbox): Remove.
8470         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8471         (nnimap-expunge): Flip default to t.
8472
8473         * gnus.el (gnus-method-to-server): Don't push things to the cache
8474         unless it's unique.
8475         (gnus-server-to-method): Ditto.
8476
8477 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8478
8479         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8480
8481 2010-09-22  Julien Danjou  <julien@danjou.info>
8482
8483         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8484         get the start of data.
8485         (gnus-html-encode-url): Add this function to encode special chars in
8486         URL.
8487         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8488         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8489
8490         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8491         default.
8492         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8493
8494         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8495         images alt-text.
8496         (gnus-html-put-image): Put alt-text as help-echo.
8497
8498 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8501         * mm-util.el (mm-decompress-buffer):
8502         * nnir.el (nnir-run-find-grep):
8503         * pop3.el (pop3-list): Use 3rd arg of split-string.
8504
8505         * time-date.el (format-seconds): Comment fix.
8506
8507         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8508         and byte-optimize-form-code-walker.
8509         (dgnushack-make-auto-load): Don't advise make-autoload.
8510
8511         * lpath.el: Remove Emacs 21 stuff.
8512
8513 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8514
8515         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8516         outside the active range.  Suggested by Dan Christensen.
8517
8518         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8519         slightly later to avoid double-getting it.
8520
8521         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8522         previous patch.
8523
8524         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8525
8526 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8527
8528         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8529
8530 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8531
8532         * gnus-int.el (gnus-open-server): Give a better error message in the
8533         "go offline" case.
8534
8535         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8536         marks for nnimap, which is seldom the right thing to do.
8537
8538         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8539         (gnus-same-method-different-name): New function.
8540
8541         * nnimap.el (parse-time): Require.
8542
8543         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8544         method in the presence of many similar methods.
8545
8546         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8547
8548         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8549         nnml-inhibit-expiry.
8550
8551         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8552         find out whether methods are equal.
8553
8554         * nnimap.el (nnimap-find-expired-articles): New function.
8555         (nnimap-process-expiry-targets): New function.
8556         (nnimap-request-move-article): Request the article before looking at
8557         what the Message-ID is.  Fix found by Andrew Cohen.
8558         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8559
8560         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8561         for oldness in addition to being a predicate.
8562
8563         * nnimap.el (nnimap-request-group): When we have zero articles, return
8564         the right data to Gnus.
8565         (nnimap-request-expire-articles): Only delete articles immediately if
8566         the target is 'delete.
8567
8568         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8569         method, this would bug out.
8570
8571         * gnus-group.el (gnus-group-expunge-group): Rename from
8572         gnus-group-nnimap-expunge, and implemented as a normal interface
8573         function.
8574
8575         * gnus-int.el (gnus-request-expunge-group): New function.
8576
8577         * nnimap.el (nnimap-request-create-group): Implement.
8578         (nnimap-request-expunge-group): New function.
8579
8580 2010-09-21  Julien Danjou  <julien@danjou.info>
8581
8582         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8583         (gnus-html-cache-expired): Add new function.
8584         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8585         wethever we should display image for fetch it.
8586         Compute alt-text earlier to pass it to the fetching function too.
8587         (gnus-html-schedule-image-fetching): Change function argument to only
8588         get one image at a time, not a list.
8589         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8590         cache.
8591         (gnus-html-get-image-data): New function to retrieve image data from
8592         cache.
8593         (gnus-html-put-image): Change buffer argument to use image data rather
8594         than file, and place image above region rather than inserting a new
8595         one.  Do not take alt-text as argument, since it's useless now: we place
8596         the image above alt-text.
8597         (gnus-html-prune-cache): Remove.
8598         (gnus-html-show-images): Start to fetch image when we find one, do not
8599         push into a temporary list.
8600         (gnus-html-prefetch-images): Only fetch image if they have expired.
8601         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8602         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8603
8604 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8607
8608 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8609
8610         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8611         spec inser "*" if the group isn't active instead of 0.
8612
8613         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8614         opening the server.
8615         (nnimap-request-delete-group): Implement group deletion.
8616         (nnimap-transform-headers): Return the size of the entire message in
8617         the Bytes header, not just the size of the first part.
8618         (nnimap-request-move-article): When moving an article from nnimap,
8619         request the article first so the accepting form has an article to
8620         accept.  Reported by Dan Christensen.
8621         (nnimap-command): Make sure that the error message doesn't error out.
8622
8623 2010-09-20  David Edmondson  <dme@dme.org>
8624
8625         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8626         we haven't requested anything.
8627
8628 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8629
8630         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8631         "".  Fix found by Andrew Cohen.
8632
8633         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8634         instead of -encode-string.
8635
8636 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8639
8640         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8641         by mm-subst-char-in-string.
8642
8643 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8644
8645         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8646         waiting for the connection string.
8647
8648         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8649         arriving.
8650
8651         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8652         bogus characters.  This allows selecting certain Gmail groups.
8653
8654         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8655         (nnimap-fetch-partial-articles): New variable.
8656         (nnimap-open-connection): When looking for credentials, also use the
8657         nnimap-server-port.
8658         (nnimap-request-article): Return the group/article number, so that Gnus
8659         `^' works as expected.
8660         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8661
8662         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8663         comments.
8664         (gnus-methods-sloppily-equal): New function.
8665         (gnus): When using the development version of Gnus, load the gnus-load
8666         file.
8667
8668         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8669         `gnus-open-server' on each method before trying to scan them etc.
8670         This ensures that all the backend parameters are set correctly.
8671
8672         * nnimap.el (nnimap-authenticator): New variable.
8673         (nnimap-open-connection): Allow anonymous login.
8674         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8675         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8676
8677         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8678         patch, found by Knut Anders Hatlen.
8679
8680 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8681
8682         * gnus-agent.el (gnus-agent-batch-confirmation)
8683         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8684         to gnus-message.
8685         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8686         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8687         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8688         * gnus-int.el (gnus-open-server): Likewise.
8689         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8690         (gnus-score-check-syntax): Likewise.
8691         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8692         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8693         Likewise.
8694         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8695
8696 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8699         calling conventions so that prefetch doesn't bug out.
8700
8701 2010-09-19  Julien Danjou  <julien@danjou.info>
8702
8703         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8704         rather than `subst-char-in-region' in order to be able to replace ASCII
8705         char by UTF-8 ones.
8706
8707         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8708         than curl.
8709         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8710         the right URL and ALT text on images.
8711         (gnus-html-wash-tags): Fix tag case.
8712         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8713         (gnus-article-html): Add -o display_ins_del=2 option.
8714         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8715
8716 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8719         the extra mail headers, which sometimes seem to happen for unknown
8720         reasons.
8721
8722         * mail-parse.el (mail-header-encode-parameter): Define as
8723         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8724         (or most, perhaps?) mail readers don't understand the latter, but do
8725         understand the former.
8726
8727         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8728         to nil, so that no methods are automatically agentized.  I think this
8729         is probably what most users want.
8730
8731         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8732         from url-retrieve, for instance about invalid URLs.
8733
8734         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8735         groups that have no articles.
8736         (nnimap-request-article): Check that we really got an article when we
8737         requested one.
8738
8739         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8740         doesn't exist.
8741
8742         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8743         nntp buffer so the agent can save it.
8744         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8745         that CRLF doesn't get translated to \n.
8746         (nnimap-open-connection): Don't make 'shell commands only send \n.
8747
8748 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8749
8750         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8751         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8752         Update var name.
8753         (nnml-generate-nov-file): Use dolist.
8754         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8755         Use with-current-buffer.
8756
8757 2010-09-18  Julien Danjou  <julien@danjou.info>
8758
8759         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8760         parallel.
8761
8762 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8763
8764         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8765         the range update right.
8766         (nnimap-request-group): Don't make `M-g' bug out on group with no
8767         marks.
8768         (nnoo): Require, so that other packages can require nnimap.
8769         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8770         command we're looking for.  This helps when the server sends more
8771         responses after we've gotten everything we expected.
8772         (nnimap): Add a `newlinep' field to keep track of end-of-line
8773         conventions.
8774         Don't send CRLF to things that don't want it.
8775         (nnimap-request-accept-article): Ditto.
8776
8777 2010-09-18  Julien Danjou  <julien@danjou.info>
8778
8779         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8780         than curl to retrieve images.
8781
8782 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8783
8784         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8785         the marks.
8786         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8787         (nnimap-wait-for-connection): New function.
8788         (nnimap-open-connection): If we have PREAUTH, don't query for login
8789         credentials.
8790         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8791         when doing a partial update.
8792
8793 2010-09-18  Julien Danjou  <julien@danjou.info>
8794
8795         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8796         tags.
8797
8798 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8799
8800         * nnimap.el (nnimap-credentials): New function.
8801         (nnimap-open-connection): Use the new function to look for credentials
8802         also on the numeric equivalents of "imap" and "imaps".
8803
8804         * gnus-start.el (gnus-activate-group): Send the info to
8805         gnus-request-group.
8806
8807         * nnimap.el (nnimap-request-group): Have the "check" version of the
8808         function parse flags and update the info, so that a `M-g' get a total
8809         resync of all flags from the group.
8810
8811         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8812         to allow backends to alter the info on group selection.  Also alter all
8813         the backend -request-group functions to take the parameter.
8814
8815         * nnimap.el (nnimap-store-info): New function.
8816         (nnimap-update-info): Store the info for later usage.
8817         (nnimap-request-group): Use the stored info for the dont-check case, so
8818         that we don't retrieve all marks when we enter a group.
8819
8820         * nnimap.el: Use deffoo instead of defun for interface functions.
8821
8822         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8823         update the group info.  This makes the nndraft groups, for instance, go
8824         back to their old behavior.
8825
8826         * gnus-sum.el (gnus-select-newsgroup): Indent.
8827
8828         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8829         in.
8830         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8831         nothing.
8832
8833         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8834         from methods that are denied.
8835
8836         * gnus-int.el (gnus-method-denied-p): New function.
8837
8838         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8839         store the password instead of netrc.
8840         (nnimap-open-connection): Don't error out when we can't make a
8841         connections.
8842
8843         * auth-source.el (auth-source-create): In the password prompt, say what
8844         we're querying for.  Also prompt for user name if that hasn't been
8845         given.
8846
8847         * nnimap.el (nnimap-with-process-buffer): Remove.
8848
8849 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8850
8851         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8852         method when we're reading from the agent.
8853
8854         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8855
8856         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8857         that's probably most useful for users.
8858
8859         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8860         "failed" all the time.
8861
8862         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8863         ...)) with (with-current-buffer ... ).
8864
8865         * nntp.el (nntp-open-server): Return whether the open was successful or
8866         not.
8867
8868         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8869         select an unread unseen article first.
8870
8871         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8872         /etc/services, supply some sensible port defaults.
8873
8874         * dgnushack.el: Define netrc-credentials.
8875
8876 2010-09-17  Julien Danjou  <julien@danjou.info>
8877
8878         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8879
8880 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8881
8882         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8883         doesn't have any parameters.
8884
8885 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8886
8887         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8888         only upcased checks.
8889
8890         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8891
8892         * nnimap.el (nnimap-open-shell-stream): New function.
8893         (nnimap-open-connection): Use it.
8894         (nnimap-transform-headers): Get the number of lines in each message.
8895         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8896         number of lines.
8897         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8898         problem.
8899
8900         * utf7.el (utf7-encode): Autoload.
8901
8902         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8903         to allow the mail splitting to not return a default group.  This is
8904         useful for nnimap, which will leave unmatched mail in the inbox.
8905
8906         * nnimap.el: Rewritten.
8907
8908         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8909         nnimap usage.
8910
8911         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8912         if the move is internal, so that nnimap can do fast internal moves.
8913
8914         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8915         data.
8916         (gnus-read-active-for-groups): Support finishing the early retrieval of
8917         data.
8918
8919         * gnus-range.el (gnus-range-nconcat): New function.
8920
8921         * gnus-int.el (gnus-finish-retrieve-group-infos)
8922         (gnus-retrieve-group-data-early): New functions.
8923
8924 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8925
8926         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8927         (nnrss-retrieve-groups):
8928         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8929         (pop3-quit): Use with-current-buffer.
8930
8931 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8934         instead of nnheader-accept-process-output.
8935
8936         * dgnushack.el (dgnushack-compile): Add comment.
8937
8938         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8939
8940         * gnus-html.el (gnus-html-schedule-image-fetching)
8941         (gnus-html-prefetch-images): Replace process-kill-without-query by
8942         gnus-set-process-query-on-exit-flag.
8943
8944 2010-09-16  Romain Francoise  <romain@orebokech.com>
8945
8946         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8947
8948 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8949
8950         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8951         parameter to unintern is mandatory-ish in Emacs 24.
8952
8953         * gnus-html.el (gnus-html-schedule-image-fetching)
8954         (gnus-html-prefetch-images): Check for curl before using it.
8955
8956         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8957         depend on curl, which isn't essential.
8958
8959         * imap.el: Revert back to version
8960         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8961         seem problematic.
8962
8963 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8964
8965         * gnus-registry.el (gnus-registry-install-shortcuts):
8966         Explicitly pass `obarray' to `unintern' to avoid a warning.
8967
8968 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8969
8970         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8971         change.
8972
8973         * nnrss.el (nnrss-request-list): Remove this function and related
8974         functions, including the moreover stuff.
8975
8976 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8977
8978         * nnrss.el (nnrss-retrieve-groups): New function.
8979
8980 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8981
8982         * .dir-locals.el: Add no-byte-compile cookie.
8983
8984 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * time-date.el (format-seconds): Comment fix.
8987
8988         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
8989         for back end that doesn't support request-scan.
8990
8991 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
8994         then do request scans from the backends.
8995
8996         * netrc.el (netrc-credentials): New conveniency function.
8997
8998         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
8999         avoid running a hook per line, since this takes a lot of time,
9000         profiling shows.
9001         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9002         directly if gnus-visual-p is true.
9003
9004 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9007         groups; replace mapcar with dolist which is a bit faster; pass groups
9008         info to gnus-read-active-file-1.
9009         (gnus-read-active-file-1): Scan only specified groups if the new
9010         optional arg `infos' is given.
9011
9012 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013
9014         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9015
9016         * pop3.el (pop3-movemail): Remove.
9017         (pop3-streaming-movemail): Rename to pop3-movemail.
9018
9019         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9020         don't restrict end-tag searches to the end of the line.
9021
9022 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9025         articles of every unchecked group to t, which means unknown since the
9026         server has never been opened.
9027
9028 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9029
9030         * gnus-html.el (gnus-html-show-alt-text): New command.
9031         (gnus-html-browse-image): Ditto.
9032         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9033         to browse the image directly.
9034         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9035         better.
9036
9037         * gnus-async.el (gnus-async-article-callback):
9038         Call `gnus-html-prefetch-images' unconditionally.
9039
9040         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9041         before feeding URLs to curl.
9042
9043 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9046         internal images as deletable by `W D D'.
9047
9048         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9049         (gnus-async-article-callback): Fix typo.
9050
9051 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052
9053         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9054         current line to work around bugs in the output from w3m.
9055
9056         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9057         for groups that want that.
9058
9059         * nntp.el (nntp-wait-for-string): Supply a timeout for
9060         accept-process-output to ensure progress.
9061
9062         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9063         level to get unread articles from, then use that for foreign groups,
9064         too.
9065
9066         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9067         confuses the rest of the function.
9068
9069         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9070         for the methods that support -retrieve-groups, too.
9071
9072         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9073
9074 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9077         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9078
9079         * pop3.el: Require cl when compiling.
9080         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9081
9082 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9083
9084         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9085         that aren't going to be activated.
9086         (gnus-get-unread-articles): Fix up the last commit.
9087
9088         * gnus-html.el (gnus-article-html): Allow calling without specifying
9089         the handle.  In that case, dissect the buffer first.
9090
9091         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9092
9093         * nnimap.el (nnimap-open-connection): Revert the change that would look
9094         into authinfo for imaps instead of imap.
9095
9096         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9097         say that you don't want to call gnus-request-group with don-check, but
9098         do check the reponse.  This is for virtual groups only.
9099         (gnus-get-unread-articles): Count the archive groups as secondary, so
9100         that they're activated the same way as before.
9101
9102         * imap.el (imap-message-map): Removed optional buffer parameter, since
9103         no callers use it.
9104         (imap-message-get): Ditto.
9105         (imap-message-put): Ditto.
9106         (imap-mailbox-map): Ditto.
9107         (imap-mailbox-put): Ditto.
9108         (imap-mailbox-get): Ditto.
9109         (imap-mailbox-get): Revert last change for this function.
9110
9111         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9112         case-insensitively.
9113         (nnimap-debug): Remove.
9114
9115         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9116         callers to use `imap-fetch' instead.  According to the comments, this
9117         should be safe, since all other IMAP clients use the 1:* syntax.
9118         (imap-enable-exchange-bug-workaround): Remove.
9119         (imap-debug): Remove -- doesn't seem very useful.
9120
9121         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9122         mail from a file, and the file doesn't exist.
9123
9124         * imap.el (imap-log): New convenience function used throughout instead
9125         of repeating the same code all over the place.
9126
9127         * pop3.el (pop3-streaming-movemail): Return t for success.
9128
9129         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9130         .authinfo if we're using ssl connection.
9131
9132         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9133         already have if we're in a main Gnus `g' run.
9134
9135         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9136
9137 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9140
9141         * nnmh.el (nnmh-request-list-1): Bind `file'.
9142
9143         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9144         alias to set-process-query-on-exit-flag or process-kill-without-query.
9145         (pop3-open-server): Use it.
9146
9147 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9148
9149         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9150         box to the Incoming file.  Fixes mistake in previous checkin.
9151
9152         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9153         request loop (for debugging purposes) removed.
9154
9155         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9156         culprit is more visible.
9157         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9158         (nnml-add-incremental-nov): New functions to do "incremental" nov
9159         updates, where we just append to the end of the existing nov files
9160         without reading/writing them in full.
9161
9162         * mail-source.el (mail-source-delete-crash-box): Really only check the
9163         incoming files once in a while.
9164
9165         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9166
9167         * mail-source.el (mail-source-delete-crash-box): Only check the
9168         incoming files for deletion once per day to save a lot of file
9169         accesses.
9170
9171         * pop3.el (pop3-logon): Fix up unbound variable typo.
9172
9173         * mail-source.el (pop3-streaming-movemail): Autoload.
9174
9175         * pop3.el (pop3-streaming-movemail):
9176         Respect pop3-leave-mail-on-server.
9177
9178         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9179         retrieval.
9180
9181         * pop3.el (pop3-process-filter): Remove unused function.
9182         (pop3-streaming-movemail, pop3-send-streaming-command)
9183         (pop3-wait-for-messages, pop3-write-to-file)
9184         (pop3-number-of-responses): New functions for streaming pop3
9185         retrieval.
9186
9187         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9188         come from no known methods.
9189         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9190         list.
9191
9192         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9193         message sizes.
9194         (pop3-movemail): Use erase-buffer instead of looping and deleting
9195         regions, which seems rather odd.
9196
9197         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9198         file once per `g' run.
9199
9200         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9201         directories.  This makes the draft queue directory work.
9202
9203         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9204         data from the backends, so that we only request the list of groups from
9205         each method once.  This should speed things up considerably.
9206
9207         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9208         detect that it's not implemented.
9209
9210         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9211         we actually do recurse down into the tree, but don't stat all leaf
9212         nodes.
9213
9214         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9215         then say so instead of bugging out.
9216
9217         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9218         files exist before trying to read them.
9219
9220         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9221         around <pre_int>.
9222
9223         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9224
9225         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9226
9227 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9228
9229         * mm-util.el (mm-image-load-path): Just return the image directories,
9230         not all directories in the path in addition to the image directories.
9231         (mm-image-load-path): Maintain a cache of the image directories so that
9232         the `g' command in Gnus doesn't have to stat dozens of directories each
9233         time.
9234
9235         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9236         (gnus-html-wash-tags): Add a new `i' command to insert images.
9237         (gnus-html-insert-image): New command and keystroke.
9238         (gnus-html-redisplay-with-images): New command and keystroke.
9239         (gnus-html-show-images): Rename command.
9240         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9241         spacers.
9242         (gnus-html-wash-tags): Decode entities at the end, so that entities
9243         inside the tags don't mess up the rest of the "parsing".
9244
9245         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9246         so that nnimap methods aren't agentized by default.  There's apparently
9247         many problems related to agent/imap behavior.
9248
9249         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9250
9251         * gnus-html.el: Doc fix.
9252
9253 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9256         specifier-spec-list for Emacs 21.
9257
9258         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9259         glyph-width and glyph-height instead of display-graphic-p and
9260         image-size; make avoidance of displaying small images work for XEmacs.
9261
9262         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9263         for XEmacs.
9264
9265         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9266         of symbol that holds plist data.
9267         (gnus-process-plist): Remove plist of process after getting it.
9268
9269 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9270
9271         * message.el (message-generate-hashcash): Change default to
9272         'opportunistic if hashcash is installed.
9273
9274         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9275         (gnus-html-put-image): Only call image-size once, since it's somewhat
9276         time-consuming on remote X servers.
9277
9278 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9281         type on data, not a file name.
9282
9283         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9284         window-pixel-edges for Emacs 21.
9285
9286         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9287         decoded contents.
9288         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9289
9290 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9293         group line format, since it isn't very interesting.
9294
9295         * gnus-agent.el (gnus-agent-short-article),
9296         (gnus-agent-long-article): Increase values for these two variables,
9297         since most people are likely to have more network connection and
9298         storage than before.
9299
9300         * gnus.el (gnus-refer-article-method): Change default to 'current.
9301         When referring an article, the common behavior is to refer it from the
9302         current select method, not the native select method.  The chances of
9303         the native select method having the message in question is rather slim
9304         these days.
9305
9306         * gnus-sum.el (gnus-auto-select-subject): Change default to
9307         `unseen-or-unread'.  I think it's likely that most people want to
9308         select an unseen article over a previously seen, but unread one.
9309
9310         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9311         means that in the article buffer none of the minor mode elements will
9312         be shown, usually, and this is not desirable in most cases.
9313
9314         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9315         that commands like `d' (and the like) go to the next line in the
9316         buffer, instead of the next unread article.  I think this is the
9317         behavior that is most natural for most users.
9318         (gnus-single-article-buffer): Change default to nil, so that people can
9319         have as many article buffers open as they have summary buffer.  I think
9320         this is the most natural way for the groups to behave.
9321
9322         * message.el (message-generate-new-buffers): Change default to
9323         `unsent', so that all new message buffers start their names with the
9324         string "*unsent", and it's easier to find the buffers if you move from
9325         them.
9326
9327 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9328
9329         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9330         small.  They're probably tracking images.
9331         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9332         (gnus-html-rescale-image): Yet another try at getting the image sizing
9333         right.
9334
9335         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9336         nntp-marks-file-name is nil.
9337
9338 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9339
9340         * gnus-html.el (gnus-html-wash-tags)
9341         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9342         Better logging.
9343
9344 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9347
9348         * gnus-html.el (gnus-html-wash-tags): Check the value of
9349         gnus-blocked-images in the summary buffer.
9350
9351 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9352
9353         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9354
9355 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9356
9357         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9358         like "a", it seems like.
9359         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9360         since it needs to be picked from the correct buffer.
9361
9362         * nnwfm.el: Remove.
9363
9364         * nnlistserv.el: Remove.
9365
9366 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9367
9368         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9369         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9370
9371 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9372
9373         * nnkiboze.el: Remove.
9374
9375         * nndb.el: Remove.
9376
9377         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9378         alt text.
9379         (gnus-html-rescale-image): Try to get the rescaling logic right for
9380         images that are just wide and not tall.
9381
9382         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9383         overshadow variable bindings.
9384
9385 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9386
9387         * gnus-html.el (gnus-html-wash-tags)
9388         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9389         Add extra logging.
9390
9391 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9392
9393         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9394         (gnus-max-image-proportion): New variable.
9395         (gnus-html-rescale-image): New function.
9396         (gnus-html-put-image): Rescale images.
9397
9398 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9399
9400         Fix up some byte-compiler warnings.
9401         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9402         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9403         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9404         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9405         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9406         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9407         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9408
9409 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-html.el (gnus-article-html): Decode contents by charset.
9412
9413 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9414
9415         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9416         (gnus-html-frame-width, gnus-blocked-images):
9417         * message.el (message-prune-recipient-rules): Add custom version.
9418         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9419
9420         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9421         functions.
9422
9423         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9424         gnus-process-get.
9425
9426 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9427
9428         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9429         instead of lsub directly.
9430
9431 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432
9433         * nnwarchive.el: Remove.
9434
9435         * gnus-soup.el: Remove.
9436
9437         * nnsoup.el: Remove.
9438
9439         * nnultimate.el: Remove.
9440
9441         * gnus-html.el (gnus-blocked-images): New variable.
9442
9443         * message.el (message-prune-recipients): New function.
9444         (message-prune-recipient-rules): New variable.
9445
9446         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9447         guess whether a long line is natural text or not.
9448
9449         * gnus-html.el (gnus-html-schedule-image-fetching):
9450         Use gnus-process-plist and friends for compatibility.
9451
9452 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9453
9454         * gnus-html.el: Require packages that define macros used in this file.
9455         (gnus-article-mouse-face): Declare to silence byte-compiler.
9456         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9457         process-get.
9458         (gnus-html-put-image): Use plist-get to avoid getf.
9459         (gnus-html-prefetch-images): Use with-current-buffer.
9460
9461 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9462
9463         * gnus-ems.el: Provide compatibility functions for
9464         gnus-set-process-plist.
9465
9466         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9467         header-line-format for XEmacs 21.4.
9468
9469         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9470         * gnus.el (gnus-valid-select-methods):
9471         * message.el (message-send-mail-partially-limit):
9472         * mm-decode.el (mm-text-html-renderer):
9473         * mml.el (mml-insert-mime-headers-always):
9474         * smiley.el (smiley-regexp-alist): Bump custom version.
9475
9476 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9477
9478         * gnus-html.el: require mm-url.
9479         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9480         with the url to `url'.
9481         (gnus-html-wash-tags): Support cid: URLs/images.
9482
9483 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9486         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9487         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9488
9489         * gnus-move.el: Remove file, since it doesn't really work.
9490
9491         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9492         UTF-8.  This seems to fix problems with some German web feeds.
9493
9494         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9495         at the top so that the proper colors are applied.
9496
9497         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9498         don't have dots in their names.
9499
9500         * gnus-art.el (gnus-article-view-part): Doc fix.
9501
9502         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9503         XEmacs-compatible.
9504         (gnus-html-put-image): Don't do images on non-graphic displays.
9505
9506         * nnslashdot.el: Remove this unused backend.
9507
9508         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9509         actions.
9510         (gnus-undo-register-1): Revert last change.
9511
9512         * gnus-group.el (gnus-group-completing-read): Protect against not
9513         having completion-styles bound.
9514
9515         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9516         make broken recipients happier.
9517
9518         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9519
9520         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9521         point parameter.
9522
9523         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9524
9525         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9526         completion-styles for group selection.
9527
9528 2009-02-04  Andreas Schwab  <schwab@suse.de>
9529
9530         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9531         headers and regexp-quote the match if necessary.
9532
9533 2009-03-24  Miles Bader  <miles@gnu.org>
9534
9535         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9536         the blinking smiley.
9537
9538 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9539
9540         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9541         blink smiley.
9542
9543 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9546         where the dribbel file lives exists.
9547
9548         * message.el (message-send-mail-partially-limit): Change the default to
9549         nil, since most people don't want this.
9550
9551         * mm-url.el (mm-url-decode-entities): Also decode entities like
9552         &#x3212.
9553
9554 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9555
9556         * gnus-sum.el (gnus-summary-idna-message):
9557         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9558         Hyperlink urls in docstrings with URL `...'.
9559
9560 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9561
9562         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9563         functions.
9564
9565 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9566
9567         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9568         say what the mouseover text should be.
9569
9570         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9571         version of the mm-w3m-safe-url-regexp variable to only download images
9572         in the groups where we want that to happen.
9573
9574         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9575
9576         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9577         easier debugging.
9578         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9579         big pictures in the article buffer.
9580
9581         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9582         gnus-article-html.
9583         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9584         w3m.
9585
9586         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9587
9588 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9589
9590         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9591         which doesn't exist.
9592
9593         * message.el (message-inhibit-ecomplete): New variable to allow some
9594         function to inhibit ecomplete address storage.
9595         (message-resend): Disable ecomplete message storage when resending
9596         messages.
9597
9598         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9599
9600 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9603         Save excursion while copying, moving, and deleting articles in order to
9604         prevent the cursor from jumping to unforeseen place.
9605
9606 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * lpath.el: No need to bind bookmark-current-buffer,
9609         bookmark-yank-point and bookmark-make-record-function.
9610
9611 2010-08-17  Glenn Morris  <rgm@gnu.org>
9612
9613         * gnus-sync.el: Require gnus components whose functions are used.
9614
9615         * gnus-art.el (bookmark-make-record-function):
9616         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9617         Declare for compiler.
9618
9619         * mm-url.el (mml-compute-boundary): Autoload.
9620
9621 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9624
9625 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9626
9627         Typo fix "hoo4a" -> "hook".
9628
9629         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9630
9631 2010-08-14  Glenn Morris  <rgm@gnu.org>
9632
9633         * gnus-sync.el (gnus-sync): Fix defgroup version.
9634
9635 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9636
9637         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9638
9639         * gnus-sync.el: Fix docs.
9640         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9641         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9642
9643 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9644
9645         Optimizations for gnus-sync.el.
9646
9647         * gnus-sync.el: Add docs about gnus-sync-backend
9648         possibilities.
9649         (gnus-sync-save): Remove unnecessary message.
9650         (gnus-sync-read): Optimize and show what groups were skipped.
9651
9652 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9653
9654         Minor bug fixes for gnus-sync.el.
9655
9656         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9657         Don't read the sync on get-new-news.
9658
9659         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9660         quiet.
9661
9662         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9663         (fix typo).
9664
9665 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9666
9667         Make saving and restoring of hidden threads work with overlays.
9668         Patch applied by Ted Zlatanov.
9669
9670         * gnus-sum.el (gnus-hidden-threads-configuration)
9671         (gnus-restore-hidden-threads-configuration): Update to deal with text
9672         properties, rather than searching for a magic character.
9673
9674 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9675
9676         New gnus-sync.el library for synchronization of marks.
9677
9678         * gnus-sync.el: New library for synchronization of marks.
9679
9680         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9681         renamed from `gnus-registry-grep-in-list'.
9682
9683         * gnus-registry.el (gnus-registry-follow-group-p):
9684         Use `gnus-grep-in-list'.
9685
9686         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9687
9688 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9691         determining charset of text fails.
9692
9693 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * nnmail.el (nnmail-get-new-mail-1): Revert.
9696
9697         * nnml.el (nnml-active-number): Make sure names of newly created groups
9698         in nnml-group-alist are encoded.
9699
9700 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9703         containing non-ASCII characters in active file for nnml back end.
9704
9705 2010-07-24  David Engster  <dengste@eml.cc>
9706
9707         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9708         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9709
9710 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9711
9712         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9713         tag (Bug#6654).
9714
9715 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9716
9717         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9718         the article buffer, not the summary buffer.
9719
9720 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9723         Emacs 23 as well.
9724
9725 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9728         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9729
9730 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9731
9732         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9733         Patch applied by Karl Fogel.
9734
9735         * gnus-sum.el (gnus-summary-bookmark-make-record):
9736         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9737
9738 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9739
9740         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9741         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9742         C-w still not working correctly from Article buffers; Thierry's
9743         patch to fix that will be applied after this.
9744
9745         * gnus-art.el (bookmark-make-record-function): New local variable.
9746
9747         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9748         article buffer.
9749         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9750
9751 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9752
9753         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9754         on changes in bookmark.el.
9755
9756 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9759         `no-log' instead of message not to log prompt string.
9760
9761 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9762
9763         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9764         the *other* type of HTML form submission.
9765
9766 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9767
9768         * auth-source.el (auth-source-pick): If choice does not contain a
9769         questioned keyword, set the check to t.
9770
9771 2010-06-12  Romain Francoise  <romain@orebokech.com>
9772
9773         * gnus-util.el (gnus-date-get-time): Move up before first use.
9774
9775 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9778         (gnus-article-edit-part): Bind it to make last part that is substituted
9779         or deleted visible.
9780         (gnus-mime-display-single): Buttonize part of which id equals to
9781         gnus-mime-buttonized-part-id.
9782
9783 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9784
9785         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9786         (gnus-dd-mmm): Use gnus-date-get-time.
9787         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9788         simplify logic.
9789         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9790         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9791
9792 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9793
9794         * auth-source.el (top): Autoload `secrets-list-collections',
9795         `secrets-create-item', `secrets-delete-item'.
9796         (auth-sources): Fix tag string.
9797         (auth-get-source, auth-source-retrieve, auth-source-create)
9798         (auth-source-delete): New defuns.
9799         (auth-source-pick): Rewrite in order to avoid 2 passes.
9800         (auth-source-forget-user-or-password): New parameter USERNAME.
9801         (auth-source-user-or-password): New parameters CREATE-MISSING and
9802         DELETE-EXISTING.  Retrieve password interactively, if needed.
9803
9804 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9805
9806         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9807         deleting unused directories when gnus-expert-user is t.
9808
9809 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9812         for each temp file when gnus-article-browse-delete-temp is ask.
9813
9814 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9815
9816         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9817         Replace Lisp calls to delete-backward-char by calls to delete-char.
9818
9819 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9820
9821         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9822
9823 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9824
9825         * password-cache.el (password-cache-remove): Fix docstring.
9826
9827 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9830         article unless decoding article to be saved.
9831
9832 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9835         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9836         generated within the mm-with-unibyte-current-buffer macro.
9837
9838 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9841         to nil when we're in a mml-preview buffer and no group is selected.
9842
9843 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9844
9845         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9846         when catching the `C-g'.  Reported by "Leo".
9847
9848 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9849
9850         * message.el (message-forward-make-body-plain)
9851         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9852         multibyte-string-p.
9853
9854         * lpath.el: Revert.
9855
9856 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * message.el (message-forward-make-body-mml): Assume original message
9859         is multibyte string; error on unibyte.
9860         (message-forward-make-body-plain): Ditto; don't add excessive newline
9861         in body end.
9862
9863         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9864
9865 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9866
9867         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9868         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9869
9870 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * mm-extern.el (mm-extern-url): Don't use
9873         mm-with-unibyte-current-buffer.
9874         (mm-extern-cache-contents): Use with-current-buffer instead of
9875         save-excursion + set-buffer.
9876
9877 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * mm-util.el (mm-emacs-mule): Remove.
9880
9881 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9882
9883         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9884         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9885         change.
9886
9887 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9890         bind the default value of enable-multibyte-characters to nil.
9891
9892 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * message.el (message-forward-make-body-plain)
9895         (message-forward-make-body-mml):
9896         Don't use mm-with-unibyte-current-buffer.
9897
9898 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9899
9900         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9901
9902 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9903
9904         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9905         (Bug#5592).
9906
9907 2010-05-07  Julien Danjou  <julien@danjou.info>
9908
9909         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9910         it to mm-pipe-part.
9911
9912         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9913         it is given.
9914
9915 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * binhex.el (binhex-decode-region-internal):
9918         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9919         (dns-query):
9920         * nnweb.el (nnweb-gmane-search):
9921         * pgg-parse.el (pgg-parse-armor):
9922         * pgg.el (pgg-verify-region):
9923         * sha1.el (sha1-string-external):
9924         * uudecode.el (uudecode-decode-region-internal):
9925         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9926         XEmacs.
9927
9928         * gnus-art.el (gnus-article-browse-html-parts):
9929         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9930         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9931         make-temp-file.
9932
9933         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9934         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9935         compiling.
9936
9937         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9938         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9939         XEmacs when compiling.
9940
9941         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9942         gnus-pick-mode-off-hook for XEmacs when compiling.
9943         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9944         gnus-binary-mode-off-hook for XEmacs when compiling.
9945
9946         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9947         Return nil if char-charset is not available.
9948
9949         * imap.el (imap-disable-multibyte)
9950         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9951         macros.
9952
9953         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9954         instead of encode-coding-string.
9955
9956         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9957         'xemacs) instead of mm-emacs-mule to switch function definitions.
9958         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9959
9960         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9961         bind temporary-file-directory for XEmacs;
9962         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9963         timer-set-function for XEmacs 21.4 and SXEmacs;
9964         bind timer-list for XEmacs 21.4 and SXEmacs;
9965         fbind char-charset and find-charset-region for non-Mule XEmacs;
9966         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9967         encode-coding-region and encode-coding-string for XEmacs having no
9968         file-coding feature.
9969
9970 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9971
9972         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9973
9974 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9977         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9978
9979 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9980
9981         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9982         alias `jka-compr-delete-temp-file' no longer exists.
9983
9984 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9985
9986         Use define-minor-mode in Gnus where applicable.
9987         * mml.el (mml-mode): Use define-minor-mode.
9988         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9989         (gnus-undo-mode): Use define-minor-mode.
9990         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9991         (gnus-dead-summary-mode): Use define-minor-mode.
9992         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9993         Initialize in declaration.
9994         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9995         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9996         (gnus-mailing-list-mode): Use define-minor-mode.
9997         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9998         (gnus-draft-mode): Use define-minor-mode.
9999         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10000         (gnus-dired-mode): Use define-minor-mode.
10001
10002 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10003
10004         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10005         handles on recursive mml-to-mime translation and check them for
10006         boundary delimiter collisions.  Reported by Greg Troxel.
10007
10008 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10011
10012 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10013
10014         * mm-util.el (mm-find-buffer-file-coding-system):
10015         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10016
10017 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10018
10019         * message.el (message-generate-headers): Record insertion of optional
10020         headers as well.  Otherwise the check to prevent repeated insertion of
10021         optional headers is a no-op.
10022
10023 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10024
10025         * smime.el: Don't mention CVS.
10026
10027         * nnrss.el (nnrss-fetch): Don't mention CVS.
10028
10029         * nnir.el: Don't mention CVS.
10030
10031 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10032
10033         * gnus-sum.el (gnus-summary-bookmark-make-record):
10034         Add `location' field.
10035
10036 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * lpath.el: Fbind bookmark-default-handler,
10039         bookmark-get-bookmark-record, bookmark-make-record-default,
10040         bookmark-prop-get for Emacs <23 and XEmacs.
10041
10042 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10043
10044         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10045         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10046         Use with-current-buffer to silence the byte-compiler.
10047         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10048         bother to require `gnus'.
10049         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10050
10051 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10052
10053         * gnus-sum.el (gnus-summary-bookmark-make-record)
10054         (gnus-summary-bookmark-jump): New functions.
10055         (gnus-summary-mode): Setup bookmark support.
10056
10057 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10058
10059         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10060         if set.
10061
10062 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10065         gnus-article-browse-html-save-cid-image; make it work recursively for
10066         forwarded messages as well.
10067         (gnus-article-browse-html-parts): Work when prefix arg is given.
10068         (gnus-article-browse-html-article): Doc fix.
10069
10070 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10071
10072         * message.el (message-default-mail-headers):
10073         (message-default-headers): Carry the value mail-default-headers over
10074         into message-default-mail-headers, rather than message-default-headers.
10075
10076 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10077
10078         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10079         charset.
10080
10081         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10082         charset into the <meta> tag when the article is encoded to utf-8.
10083
10084 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * gnus-art.el (gnus-article-browse-delete-temp-files):
10087         Delete directories as well.
10088         (gnus-article-browse-html-parts): Work for images that do not specify
10089         file names; delete temp directory when quitting; insert header at the
10090         right place; use file: scheme for image files.
10091
10092 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10093
10094         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10095         (gnus-article-browse-html-parts): Use it to make temporary cid image
10096         files in addition to html file so that browser may display them.
10097
10098 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10101
10102 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10103
10104         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10105
10106 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10107
10108         * auth-source.el (auth-sources): Change default to be simpler.
10109         Explain about Secret Service API sources.  Improve Customize options.
10110         (auth-source-pick): Change to accept any number of search parameters.
10111         Implement fallbacks iteratively, not recursively.  Add scoring on the
10112         second pass and sort by score.  Call Secret Service API when needed.
10113         (auth-source-user-or-password): Use it.  Call Secret Service API
10114         directly when needed to get the user name and the password.
10115
10116 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10117
10118         * message.el (message-interactive): Doc fix.
10119         (message-qmail-inject-args): Reflow.
10120         (message-kill-to-signature): Fix typo in docstring.
10121
10122         * smiley.el (smiley-buffer): Fix typo in docstring.
10123
10124 2010-03-24  Glenn Morris  <rgm@gnu.org>
10125
10126         * mail-source.el (gnus-message): Declare.
10127         (mail-source-delete-old-incoming): Require gnus-util.
10128
10129 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10130
10131         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10132
10133         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10134
10135         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10136         password-cache's default if it is not bound.
10137         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10138         password-cache-expiry's default if it is not bound.
10139
10140         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10141         available in Emacs 21.
10142
10143         * lpath.el: Suppress compiler warnings for:
10144         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10145         XEmacs;
10146         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10147         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10148         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10149
10150 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10151
10152         * auth-source.el (auth-sources): Fix up definition so extra parameters
10153         are always inline.
10154
10155 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10156
10157         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10158         wasn't updated after mismatch.  Clear cached mailbox info correctly
10159         when uidvalidity changes.
10160         (nnimap-group-prefixed-name): New function to avoid some code
10161         duplication.
10162         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10163         (nnimap-request-group): Use it.
10164         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10165         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10166         with many imap folders.  This is done by caching the group status from
10167         the imap server persistently in a group parameter `imap-status'.  (This
10168         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10169         but not persistently, so every Gnus startup was still very slow.)
10170
10171 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10172
10173         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10174         delete the extra newline.  Otherwise editing of :string and :number
10175         types don't work.
10176
10177 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10178
10179         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10180         secrets.el dependency.
10181         (auth-sources): Add optional user name.  Add secrets.el configuration
10182         choice (unused right now).
10183
10184 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10185
10186         * gnus-sum.el (gnus-summary-make-menu-bar):
10187         Let `gnus-registry-install-shortcuts' fill in the functions.
10188
10189         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10190         warnings.
10191         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10192         (gnus-registry-install-shortcuts): Populate and use it in a
10193         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10194
10195 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10196
10197         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10198         In-place substitutions for the group name encoding/decoding.
10199         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10200         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10201         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10202         (nnimap-update-unseen, nnimap-request-list)
10203         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10204         (nnimap-request-set-mark, nnimap-split-to-groups)
10205         (nnimap-split-articles, nnimap-request-newgroups)
10206         (nnimap-request-create-group, nnimap-request-accept-article)
10207         (nnimap-request-delete-group, nnimap-request-rename-group)
10208         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10209         `encoded-mbx' for consistency.
10210         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10211         variable `imap-current-mailbox'.
10212
10213         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10214         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10215
10216 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10217
10218         * pop3.el (pop3-display-message-size-flag): Display message size byte
10219         counts during POP3 download.
10220         (pop3-movemail): Use it.
10221         (pop3-list): Implement listing of available messages.
10222
10223 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10224
10225         * nnir.el (nnir-get-article-nov-override-function): New function to
10226         override the normal NOV retrieval.
10227         (nnir-retrieve-headers): Use it.
10228
10229 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10230
10231         * auth-source.el (netrc-machine-user-or-password): Autoload.
10232
10233 2010-03-19  Glenn Morris  <rgm@gnu.org>
10234
10235         Stop message.el from loading about 40 libraries it doesn't always need.
10236         The general approach is to autoload rather than require, and to
10237         require in the specific functions rather than the file.  (Bug#5642)
10238
10239         * gmm-utils.el: Don't require wid-edit.
10240         (widget-create-child-value, widget-convert, widget-default-get):
10241         Autoload.
10242
10243         * gnus-util.el: Don't require time-date, netrc.
10244         (message-fetch-field, gnus-group-name-decode): Declare rather than
10245         autoloading.
10246         (gnus-fetch-field): Require message.
10247         (gnus-decode-newsgroups): Require gnus-group.
10248
10249         * ietf-drums.el: Don't require time-date.
10250
10251         * message.el: Don't require hashcash, canlock, ecomplete.
10252         Do require mail-utils.  Require nnheader only when compiling.
10253         (smtpmail-default-smtp-server): Remove declaration.
10254         (message-send-mail-function): Check smtpmail-default-smtp-server
10255         is bound rather than requiring smtpmail.
10256         (message-auto-save-directory, message-insert-signature):
10257         Use expand-file-name rather than nnheader-concat.
10258         (nnheader-insert-file-contents): Autoload.
10259         (hashcash-wait-async): Declare.
10260         (message-send-mail): Only call gnus-setup-posting-charset if
10261         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10262         (message-send-mail-with-sendmail): Require sendmail.
10263         (canlock-password, canlock-password-for-verify): Declare.
10264         (message-canlock-password): Require canlock.
10265         (nnheader-get-report): Autoload.
10266         (gnus-setup-posting-charset): Declare.
10267         (message-send-news): Require gnus-msg.
10268         (message-make-references, message-make-in-reply-to): Use mail-header-id
10269         rather than the alias mail-header-message-id.
10270         (ecomplete-add-item, ecomplete-save): Declare.
10271         (message-put-addresses-in-ecomplete): Require ecomplete.
10272         (ecomplete-display-matches): Autoload.
10273
10274         * mm-decode.el: Don't require mailcap, gnus-util.
10275         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10276         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10277         Autoload.
10278         (mailcap-mime-extensions): Declare.
10279
10280         * mm-encode.el: Don't require mailcap.
10281         (mailcap-extension-to-mime): Autoload.
10282
10283         * mml-sec.el: Don't require password-cache.
10284
10285         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10286         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10287         (mml-minibuffer-read-type): Require mailcap.
10288         (mml-preview): Require gnus-msg.
10289
10290         * mml1991.el: Require password-cache.
10291         (password-cache-expiry): Remove declaration.
10292
10293         * mml2015.el: Require password-cache.
10294         (password-cache-expiry): Remove declaration.
10295
10296         * nneething.el (mailcap): Require mailcap.
10297
10298         * nnheader.el (declare-function): Add compatibility stub.
10299         (message-remove-header): Declare rather than autoload.
10300         (nnheader-replace-header): Require message.
10301
10302         * nnimap.el (declare-function): Add compatibility stub.
10303         (netrc-parse, netrc-machine-user-or-password): Declare.
10304         (nnimap-open-connection): Require netrc.
10305
10306         * nntp.el (declare-function): Add compatibility stub.
10307         (netrc-parse, netrc-machine, netrc-get): Declare.
10308         (nntp-send-authinfo): Require netrc.
10309
10310         * rfc2047.el: Don't require qp.
10311         (quoted-printable-encode-region, quoted-printable-decode-string):
10312         Autoload.
10313
10314         * sieve-mode.el: Don't require easymenu.
10315         (easy-menu-add-item): Autoload it.
10316
10317         * spam-stat.el (time-to-number-of-days): Autoload it.
10318
10319 2010-03-19  Glenn Morris  <rgm@gnu.org>
10320
10321         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10322
10323 2010-03-18  Glenn Morris  <rgm@gnu.org>
10324
10325         * hashcash.el (declare-function): Remove duplicate definition.
10326
10327 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10328
10329         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10330         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10331         value if any backslash escapes).
10332
10333 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10336         if it is available.  (bug#5647)
10337
10338         * lpath.el: Suppress compiler warning for coding-system-from-name for
10339         Emacs 21 and XEmacs.
10340
10341 2010-03-14  Juri Linkov  <juri@jurta.org>
10342
10343         * hmac-def.el:
10344         * hmac-md5.el:
10345         * netrc.el: Fix keywords.
10346
10347 2010-02-26  Glenn Morris  <rgm@gnu.org>
10348
10349         * message.el (message-send-mail-function): Change the default, so that
10350         it inherits from a customized send-mail-function.  (Bug#5643)
10351
10352 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10353
10354         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10355         shell-command-to-string signals an error (bug#5299).
10356
10357 2010-02-24  Glenn Morris  <rgm@gnu.org>
10358
10359         * message.el (message-smtpmail-send-it)
10360         (message-send-mail-with-mailclient): Doc fixes.
10361
10362 2010-02-16  Glenn Morris  <rgm@gnu.org>
10363
10364         * message.el (message-default-mail-headers): Change the default value
10365         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10366
10367 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10368
10369         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10370         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10371
10372 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10373
10374         * time-date.el (date-to-time): Doc fix (Bug#5408).
10375
10376 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10377
10378         * message.el (message-mail): Just pass yank-action on to message-setup.
10379         (message-setup): Handle (FUN . ARGS) form of yank-action.
10380         (message-with-reply-buffer, message-widen-reply)
10381         (message-yank-original): Handle non-buffer values of
10382         message-reply-buffer (Bug#4080).
10383         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10384
10385 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10386
10387         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10388         Fix typo in docstring.
10389
10390 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10391
10392         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10393         response.
10394
10395 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10398
10399         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10400
10401         * message.el (message-check-news-header-syntax): Protect against a
10402         string that `rfc822-addresses' returns when parsing fails.
10403
10404 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10407         (gnus-previous-char-property-change): New functions.
10408
10409         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10410
10411 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10412
10413         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10414         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10415
10416 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10417
10418         * message.el (message-exchange-point-and-mark): Rework last change to
10419         avoid using optional arg of exchange-point-and-mark, for backward
10420         compatibility.
10421
10422 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10423
10424         * message.el (message-exchange-point-and-mark):
10425         Call exchange-point-and-mark with an argument rather than setting
10426         mark-active by hand (Bug#5175).
10427
10428 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * nntp.el (nntp-service-to-port): Work for service expressed with
10431         numeric string; replace [:digit:] with [0-9] for XEmacs.
10432
10433 2009-12-17  Glenn Morris  <rgm@gnu.org>
10434
10435         * gnus-group.el (gnus-bug-group-download-format-alist):
10436         Change emacs entry to debbugs.gnu.org.  Bump :version.
10437
10438 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10441
10442 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10443
10444         * message.el (message-info): Explain why we use `Info-goto-node'.
10445
10446 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10449
10450 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10451
10452         * message.el (message-completion-in-region): New compatibility function.
10453         (message-expand-group): Use it.
10454
10455 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10456
10457         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10458         with no unread article should be listed if the 2nd arg `predicate' is
10459         given.
10460
10461 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10464
10465 2009-11-29  Juri Linkov  <juri@jurta.org>
10466
10467         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10468         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10469         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10470
10471 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10472
10473         * sha1.el (sha1-string-external): default-directory "/" in case
10474         otherwise non-existent.  process-connection-type pipe for touch of
10475         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10476
10477 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10478
10479         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10480         it's comms related and sgml-mode.el has "comm" on that basis too.
10481
10482 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10485         containing tspecial characters if they have been already quoted.
10486
10487 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10488
10489         * dns-mode.el (auto-mode-alist): Purecopy string.
10490
10491 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10492
10493         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10494
10495 2009-10-24  Glenn Morris  <rgm@gnu.org>
10496
10497         * gnus-art.el (help-xref-stack-item): Define for compiler.
10498
10499 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10500
10501         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10502
10503 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10506
10507 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10510         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10511
10512 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10515         (gnus-overlays-in): New alias to overlays-in.
10516
10517         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10518         gnus-overlay-get, and gnus-delete-overlay.
10519         (gnus-summary-show-thread): Make it work as well for systems in which
10520         next-single-char-property-change is not available.
10521         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10522
10523         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10524         (gnus-overlay-get): New alias to extent-property.
10525         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10526
10527         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10528         SXEmacs.
10529
10530         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10531         SXEmacs.
10532
10533 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10536
10537 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10538
10539         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10540         and XEmacs that don't have `remove-overlays'.
10541
10542 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10543
10544         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10545         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10546         selective display.  Use overlays instead.
10547
10548 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10549
10550         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10551
10552 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10553
10554         * spam-stat.el (spam-stat-load): Fix typo in message.
10555
10556 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10557
10558         * dig.el (dig-invoke): Fix typo in docstring.
10559         (query-dig): Reflow docstring.
10560
10561 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10562
10563         * gnus-art.el (gnus-article-encrypt-body):
10564         * message.el (message-check-recipients):
10565         * mm-util.el (mm-codepage-setup):
10566         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10567         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10568
10569 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10570
10571         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10572         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10573         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10574         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10575         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10576
10577 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10578
10579         * dig.el: Add "Keywords: comm", as per net-utils.el.
10580
10581 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10582
10583         * dig.el (dig-mode): Use define-derived-mode.
10584
10585 2009-09-19  Glenn Morris  <rgm@gnu.org>
10586
10587         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10588
10589 2009-09-18  Glenn Morris  <rgm@gnu.org>
10590
10591         * gnus-diary.el (gnus-diary-check-message):
10592         * message.el (message-insert-formatted-citation-line):
10593         * nnbabyl.el (top-level):
10594         * nndiary.el (nndiary-schedule):
10595         Fix typos in condition-case handlers.
10596
10597 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10600         configuration that provides the sole article window in a frame;
10601         position point correctly after deleting a part.
10602
10603 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10604
10605         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10606         (spam-resolve-registrations-routine): Use it to unregister articles
10607         that change status.
10608
10609 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10612         with XEmacs.
10613         (parse-time-string-chars): Use it.
10614
10615 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10616
10617         * imap.el (imap-interactive-login): Better messages.
10618         (imap-open): Fix bug with renamed buffer on reconnect.
10619         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10620         for easier debugging and cleaner code.  On successful (guessed based on
10621         server capabilities) secondary authentication, set imap-state
10622         correctly.
10623         (imap-last-authenticator): Define imap-last-authenticator as a variable
10624         to avoid warnings.
10625
10626 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10627
10628         * nnrss.el (nnrss-request-article): Remove binding of
10629         default-enable-multibyte-characters that has gotten needless by
10630         the 2007-07-13 change in rfc2047-encode-message-header.
10631
10632         * mml.el (mml-insert-multipart): Error on the message header.
10633         (mml-insert-part): Error on the message header; position point at
10634         the end of a MIME tag.
10635
10636 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * time-date.el (autoload): Expand define-obsolete-function-alias into
10639         defalias and make-obsolete for old Emacsen that Gnus supports.
10640         (with-no-warnings): Define it for old Emacsen.
10641         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10642         is available.
10643         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10644         float-time is available; suppress compile warning for time-to-seconds.
10645
10646         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10647         (gnus-float-time): Alias to float-time if it exists.
10648
10649         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10650         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10651         float-time is available; suppress compile warning for time-to-seconds.
10652
10653         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10654         XEmacs.
10655
10656 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10657
10658         * imap.el (imap-message-map): Docstring fix.
10659
10660 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10661
10662         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10663         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10664         Add the optional argument `encoding' that overrides the default.
10665
10666         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10667         mm-encode-buffer.
10668
10669 2009-09-04  Glenn Morris  <rgm@gnu.org>
10670
10671         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10672         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10673         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10674         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10675         * mm-util.el (mm-with-unibyte-current-buffer)
10676         (mm-find-buffer-file-coding-system):
10677         * yenc.el (yenc-decode-region): Use default-value rather than
10678         default-enable-multibyte-characters.
10679
10680 2009-09-03  Glenn Morris  <rgm@gnu.org>
10681
10682         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10683         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10684         than default-enable-multibyte-characters.
10685
10686 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10687
10688         * gnus-art.el (gnus-article-read-summary-keys):
10689         Fix gnus-buffer-configuration's value temporarily used.
10690
10691 2009-09-02  Glenn Morris  <rgm@gnu.org>
10692
10693         * gnus-util.el (gnus-float-time): New function.
10694         * gnus-delay.el (gnus-delay-article):
10695         * gnus-sum.el (gnus-thread-latest-date):
10696         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10697         * nnspool.el (nnspool-request-newgroups):
10698         Use gnus-float-time rather than time-to-seconds.
10699         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10700
10701         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10702         (gnus-header-subject-face, gnus-header-newsgroups-face)
10703         (gnus-header-name-face, gnus-header-content-face):
10704         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10705         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10706         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10707         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10708         (gnus-cite-face-11):
10709         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10710         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10711         (gnus-server-closed-face, gnus-server-denied-face)
10712         (gnus-server-offline-face):
10713         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10714         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10715         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10716         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10717         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10718         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10719         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10720         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10721         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10722         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10723         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10724         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10725         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10726         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10727         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10728         (gnus-summary-high-undownloaded-face)
10729         (gnus-summary-low-undownloaded-face)
10730         (gnus-summary-normal-undownloaded-face)
10731         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10732         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10733         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10734         (gnus-splash-face):
10735         * message.el (message-header-to-face, message-header-cc-face)
10736         (message-header-subject-face, message-header-newsgroups-face)
10737         (message-header-other-face, message-header-name-face)
10738         (message-header-xheader-face, message-separator-face)
10739         (message-cited-text-face, message-mml-face):
10740         * sieve-mode.el (sieve-control-commands-face)
10741         (sieve-action-commands-face, sieve-test-commands-face)
10742         (sieve-tagged-arguments-face):
10743         * spam.el (spam-face):
10744         Mark face aliases with "-face" in the name as obsolete.
10745
10746 2009-09-01  Glenn Morris  <rgm@gnu.org>
10747
10748         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10749         than goto-line.
10750
10751 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10754         Don't move point if the command is invoked inside the message header.
10755
10756 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10757
10758         * imap.el (imap-send-command): Simplify.
10759         (imap-wait-for-tag): point-max -> buffer-size.
10760
10761 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10762
10763         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10764         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10765         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10766         * nnir.el (nnir-swish-e-index-file):
10767         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10768         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10769         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10770         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10771         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10772         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10773
10774 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10777         Don't save excursion.
10778
10779 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10780
10781         * nnheader.el (nnheader-find-file-noselect):
10782         * mm-util.el (mm-insert-file-contents):
10783         Use (default-value 'major-mode) instead of default-major-mode.
10784
10785 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10786
10787         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10788
10789 2009-08-26  Glenn Morris  <rgm@gnu.org>
10790
10791         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10792         than placing in files.el.
10793
10794 2009-08-25  Glenn Morris  <rgm@gnu.org>
10795
10796         * nnir.el (top-level): Don't require cl at run-time.
10797         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10798         Replace cl-function substitute with gnus-replace-in-string.
10799         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10800         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10801         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10802         simplified expansions.
10803
10804 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10805
10806         * dig.el (dig): Add autoload cookie.
10807
10808 2009-08-22  Glenn Morris  <rgm@gnu.org>
10809
10810         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10811         goto-line.
10812
10813 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10814
10815         * parse-time.el (parse-time-string-chars): Save match data.
10816
10817 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10818
10819         * parse-time.el (parse-time-string-chars): Compute using character
10820         classes, to handle non-ascii characters (Bug#3190).
10821
10822 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10825
10826         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10827         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10828         (gnus-mm-display-part, gnus-mime-display-single)
10829         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10830         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10831
10832         * gnus-sum.el
10833         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10834         (gnus-summary-move-article): Add expirable mark to articles copied or
10835         moved to group that has auto-expire turned on if the option is non-nil.
10836
10837 2009-07-24  Glenn Morris  <rgm@gnu.org>
10838
10839         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10840         Fix typo.  (Bug#3903)
10841
10842 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10843
10844         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10845         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10846         that should not be used for draft articles.
10847         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10848         that has no concern in minor mode keys.
10849         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10850         Abolish.
10851
10852 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10855         article without making inquiry to a user for unknown encoding.
10856
10857         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10858         (nnmaildir--scan): Assume i-node and device number that file-attributes
10859         returns might be cons-cell.
10860
10861         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10862
10863         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10864
10865 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10866
10867         * auth-source.el: Remove docs now in auth.texi.  Don't use
10868         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10869         `auth-source-hide-passwords' and use them.
10870
10871 2009-07-15  Glenn Morris  <rgm@gnu.org>
10872
10873         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10874
10875 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10878         excessive whitespace from the default values of title and description.
10879
10880 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10883         mail-fetch-field to fetch Content-Description header in order to
10884         exclude newlines.
10885
10886 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10887
10888         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10889         format used by GnuPG 2.0.11.
10890
10891 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10894         to deleted part.
10895
10896 2009-05-30  David Engster  <dengste@eml.cc>
10897
10898         * nnmairix.el: Remove old documentation in the commentary block.
10899         (nnmairix-request-group): Do not update active file for nnml back ends.
10900         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10901         end so that overview files are ignored.
10902         (nnmairix-update-groups): Make updating the groups more robust by using
10903         marks.
10904         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10905         with dollar characters in message-id.
10906
10907 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10910         2008-12-25 in dns.el.
10911
10912 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10913
10914         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10915         could happen if the text is only composed of spaces and/or tabs.
10916
10917 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10918
10919         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10920         when sending a queued message to avoid extra mml tags.
10921
10922 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10925
10926 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10927
10928         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10929         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10930         rmail-toggle-header for XEmacs;
10931         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10932
10933 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-dired.el: Remove autoload for gnus-setup-message.
10936         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10937         displaying Gnus logo; always use compose-mail.
10938
10939 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10942
10943 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10944
10945         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10946         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10947         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10948         available.
10949         (gnus-nocem-epg-verify): New function.
10950
10951 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10952
10953         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10954
10955 2009-02-15  Glenn Morris  <rgm@gnu.org>
10956
10957         * gnus-util.el (rmail-insert-rmail-file-header)
10958         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10959         autoloads.
10960         (rmail-default-rmail-file): Remove unnecessary declaration.
10961         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10962
10963 2009-02-14  Glenn Morris  <rgm@gnu.org>
10964
10965         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10966         variable (only used in gnus-util, which declares it anyway).
10967         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10968         which was only needed by gnus-art (changed to not use it any more).
10969         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10970         only used in gnus-util, which autoloads it itself.
10971         (rmail-update-summary): Fix autoload.
10972
10973         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10974         rather than rmail-output-to-rmail-file.
10975
10976 2009-02-07  Glenn Morris  <rgm@gnu.org>
10977
10978         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10979         autoload of function that no longer exists.
10980         (rmail-toggle-header): Declare.
10981         (message-forward-rmail-make-body): Handle mbox Rmail.
10982
10983 2009-01-31  Glenn Morris  <rgm@gnu.org>
10984
10985         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10986         2009-01-09 change.
10987
10988 2009-01-31  Dave Love  <fx@gnu.org>
10989
10990         * imap.el (imap-fetch-safe): Bind debug-on-error.
10991         (imap-debug): Add imap-fetch-safe.
10992
10993 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10994
10995         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10996         (auth-source-forget-all-cached): New convenience function.
10997         (auth-source-user-or-password): Accept list of modes or a single mode.
10998
10999         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11000         auth-source modes.
11001
11002         * netrc.el (netrc-machine-user-or-password): Use list of
11003         auth-source modes.
11004
11005         * nnimap.el (nnimap-open-connection): Use list of
11006         auth-source modes.
11007
11008         * nntp.el (nntp-send-authinfo): Use list of
11009         auth-source modes.
11010
11011 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11012
11013         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11014         now.
11015
11016 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11017
11018         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11019         coding system in XEmacs; add a workaround for XEmacs.
11020
11021         * lpath.el: Fbind coding-system-aliasee.
11022
11023 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11024
11025         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11026         of current-language-environment.
11027
11028 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11031         available at runtime.
11032
11033 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11036
11037 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11038
11039         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11040         the greatest positive fixnum value doesn't work under an XEmacs with
11041         bignum support; use the most-positive-fixnum constant instead,
11042         available since Emacs 21.1 with cl and XEmacs 21.1.
11043
11044 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11047         XEmacs gets not to work.
11048
11049 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * mm-util.el (mm-coding-system-priorities): Allow the value like
11052         "Japanese (UTF-8)" of current-language-environment.
11053
11054 2009-01-09  Glenn Morris  <rgm@gnu.org>
11055
11056         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11057         with last-command-event.
11058
11059 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11062         in the doc string.
11063
11064         * message.el (message-fix-before-sending): Amend comment.
11065
11066 2009-01-08  Dave Love  <fx@gnu.org>
11067
11068         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11069
11070 2009-01-07  David Engster  <dengste@eml.cc>
11071
11072         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11073         simplified server definitions by converting it via
11074         gnus-server-to-method.
11075
11076 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11079         parameter's operands.
11080
11081 2009-01-06  David Engster  <dengste@eml.cc>
11082
11083         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11084         primary select method (for gnus-group-mark-article-as-read).
11085
11086 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11087
11088         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11089         `(gnus)Face', not `(gnus)X-Face'.
11090
11091 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11092
11093         * mm-util.el (mm-ucs-to-char): New function.
11094
11095         * mm-url.el (mm-url-decode-entities): Use it.
11096
11097         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11098         unicode-to-char.
11099
11100 2009-01-05  Dave Love  <fx@gnu.org>
11101
11102         * time-date.el: Require cl for `declare'.
11103
11104 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11107         Dave Love.
11108
11109 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * message.el (message-fix-before-sending): Add `eight-bit' to
11112         illegible-text check.
11113
11114 2009-01-03  Michael Olson  <mwolson@gnu.org>
11115
11116         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11117         `headers' is nil.  This can occur if the IMAP server does not have
11118         permissions to read messages from a folder, but can write new messages
11119         to the folder.
11120         (nnimap-request-article-part): Do not insert `data' if it is nil.
11121
11122         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11123         characters which will confuse `read', so skip past them.
11124
11125 2009-01-01  Dave Love  <fx@gnu.org>
11126
11127         * imap.el (imap-string-to-integer): Fix typo.
11128         (imap-fetch-safe): New function.
11129         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11130
11131         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11132
11133         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11134         (imap-parse-greeting): Fix doc strings.
11135         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11136         (imap-parse-flag-list): Make messages unique.
11137         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11138
11139         * nnimap.el: Fix author email.
11140         (nnimap-split-rule): Add FIXME comment.
11141         (nnimap-debug): Fix doc string.
11142
11143 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11144
11145         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11146
11147 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11150         nslookup if resolv.conf isn't available.
11151         (dns-query): Rename from query-dns.
11152         (dns-query-cached): Rename from query-dns-cached.
11153
11154 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11157         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11158         to check if those variables exist (first appeared in Emacs 18.50).
11159
11160 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * mm-util.el (mm-line-number-at-pos): New function.
11163
11164         * spam-report.el (spam-report-process-queue): Use it.
11165
11166 2008-12-24  David Engster  <dengste@eml.cc>
11167
11168         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11169         parameters that haven't existed as variables as buffer-local variables.
11170
11171 2008-12-23  Dave Love  <fx@gnu.org>
11172
11173         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11174         cadar.
11175
11176         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11177         imap-starttls-p.
11178         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11179
11180 2008-12-22  Dave Love  <fx@gnu.org>
11181
11182         * imap.el: Fix author email.  Doc fixes.
11183         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11184         reply.
11185
11186 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * spam-report.el (spam-report-gmane-max-requests): New constant.
11189         (spam-report-gmane-wait): New variable.
11190         (spam-report-gmane-ham, spam-report-gmane-spam)
11191         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11192         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11193         the server.
11194
11195         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11196         Add explanations.
11197
11198         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11199         nnheader-accept-process-output and nnheader-read-timeout if available.
11200         (pop3-movemail): Use it.
11201
11202         * message.el (message-check-news-body-syntax): Fix signature check if
11203         there's an attachment.
11204
11205 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * mm-util.el: Add comments to the mm- emulating functions.
11208
11209 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11212         Reported by Stephen Berman <stephen.berman@gmx.net>.
11213
11214 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11215
11216         * mm-util.el (mm-substring-no-properties): New function.
11217         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11218         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11219         (mm-string-to-multibyte): Doc fix.
11220
11221         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11222
11223 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * mml.el (mml-attach-file): Strip text properties from file name.
11226         (Bug#1574)
11227
11228 2008-12-16  Glenn Morris  <rgm@gnu.org>
11229
11230         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11231
11232 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11233
11234         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11235         knows since the charset specified might be a bogus alias that
11236         mm-charset-synonym-alist provides.
11237
11238 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11241         "ISO_8859-1".
11242
11243         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11244
11245 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * mm-util.el (mm-charset-eval-alist):
11248         Define it before mm-charset-to-coding-system.
11249         (mm-charset-to-coding-system): Add optional argument `silent';
11250         define it before mm-charset-override-alist.
11251         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11252         default value if it can be used in Emacs currently running;
11253         silence mm-charset-to-coding-system.
11254
11255 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11258         `allow-override' which says whether to use `mm-charset-override-alist'.
11259         (rfc2047-decode-encoded-words): Use it.
11260
11261         * mm-util.el (mm-charset-override-alist): Fix custom type;
11262         add `(gb2312 . gbk)' to choices.
11263
11264 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11265
11266         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11267         fast.
11268
11269         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11270
11271         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11272
11273 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11274
11275         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11276         on links.
11277
11278         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11279
11280 2008-12-03  Lute Kamstra  <lute@gnu.org>
11281
11282         * sha1.el: Remove leading * from docstrings of defcustoms,
11283         deffaces, defconsts and defuns.
11284
11285 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11288         users' addresses that don't have domain parts.
11289         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11290         rather than message-narrow-to-head since there will be the message
11291         header separator.
11292
11293 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11294
11295         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11296         since the result is inserted in a unibyte buffer anyway.
11297         (nnimap-demule-use-string-to-multibyte): Remove.
11298         (nnimap-demule): Alias it to mm-string-to-multibyte.
11299
11300 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11303         variable for debugging bug#464 and bug#1174.
11304         (nnimap-demule): Use it.
11305
11306 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11309         score calculation correctly.
11310
11311 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11312
11313         * message.el (message-send-mail): Just set the buffer to unibyte
11314         rather than use mm-with-unibyte-current-buffer which does a lot more.
11315         (message-send-mail-partially): Don't bother with
11316         mm-with-unibyte-current-buffer since it's already been made unibyte by
11317         message-send-mail.
11318
11319 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11320
11321         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11322
11323 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11324
11325         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11326
11327 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11330         require itself and to remove `with-no-warnings'.
11331
11332 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11333
11334         * starttls.el (starttls-any-program-available): Get the name of the
11335         available TLS layer program.
11336         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11337         well as the host name in the "opening" message.
11338
11339         * auth-source.el (auth-source-cache, auth-source-do-cache)
11340         (auth-source-user-or-password): Cache passwords and logins by default,
11341         allow override with `auth-source-do-cache'.
11342         (auth-source-forget-user-or-password): Allow users to remove cache
11343         entries if needed.
11344
11345 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11346
11347         * md4.el (md4-buffer): Fix typo in docstring.
11348         (md4, md4-64): Doc fixes.
11349         (md4-pack-int32): Reflow docstring.
11350
11351 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11352
11353         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11354         condition-case to only the forward-sexp call.
11355
11356 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11357
11358         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11359         quotes contained.  Make it more robust regardless by an extra
11360         condition-case wrapper.
11361
11362 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11365
11366 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11367
11368         * nnml.el (nnml-request-expire-articles): Check if the function set to
11369         `nnmail-expiry-target' returns the symbol `delete'.
11370
11371         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11372
11373         * nnmail.el (nnmail-expiry-target): Fix custom type.
11374
11375 2008-10-02  Glenn Morris  <rgm@gnu.org>
11376
11377         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11378         Silence compiler warning.
11379
11380 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11381
11382         * tls.el (open-tls-stream): Show the actual command being
11383         executed, instead of the format string.
11384
11385 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * lpath.el: Fbind codepage-setup for Emacs 23.
11388
11389 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11390
11391         * mml.el (mml-menu): Don't assume mml2015 is bound.
11392
11393 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11396         exists.
11397
11398 2008-09-27  Glenn Morris  <rgm@gnu.org>
11399
11400         * gnus-util.el (mail-header-remove-comments): Autoload it.
11401
11402 2008-09-27  Andreas Schwab  <schwab@suse.de>
11403
11404         * gnus-util.el (gnus-split-references): Strip comments.
11405         (gnus-parent-id): Likewise.
11406
11407 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * message.el (message-confirm-send): Fix version.
11410
11411 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * message.el (message-idna-to-ascii-rhs-1): Use
11414         mail-extract-address-components rather than mail-header-parse-addresses
11415         that is an alias by default to ietf-drums-parse-addresses that does not
11416         support non-ASCII names in headers' contents.
11417
11418 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11419
11420         * message.el (message-confirm-send): Fix variable documentation to
11421         avoid the "y/n" wording.
11422
11423 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11424
11425         * message.el (message-set-auto-save-file-name): Save to a different
11426         filename so multiple messages (especially drafts) can be recovered.
11427
11428 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11429
11430         * message.el (message-confirm-send): Add appropriate version.
11431
11432 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11433
11434         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11435         defvar.
11436
11437 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11438
11439         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11440         (mm-pkcs7-enveloped-magic): Ditto.
11441
11442 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11443
11444         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11445         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11446
11447 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11448
11449         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11450         default, it's better.
11451
11452 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11453
11454         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11455         summary line gnus-number property and ignore them (with a warning
11456         message).
11457
11458 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11461         macro caddr in the interactive form since it won't be expanded.
11462
11463 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11466         `charset'; fix name of function called recursively.
11467         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11468
11469 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11472         (gnus-mime-set-charset-parameters): New function.
11473         (gnus-mime-view-part-as-charset): Use it to correctly display part
11474         specifying wrong charset.
11475
11476 2008-09-08  David Engster  <dengste@eml.cc>
11477
11478         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11479         in completing-read for back end server.
11480
11481 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11482
11483         * message.el (message-confirm-send): New variable to confirm sending a
11484         message.
11485         (message-send): Use it.
11486
11487 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11488
11489         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11490
11491 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11492
11493         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11494
11495 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11496
11497         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11498         prevent tracking too many groups.
11499         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11500         Use it.
11501
11502 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11503
11504         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11505         moving point to the bottom of the window in order to avoid recentering.
11506
11507 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11510
11511         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11512         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11513         (gnus-article-beginning-of-window): Fix calculation.
11514
11515 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * gnus-msg.el (gnus-summary-supersede-article)
11518         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11519         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11520         message header.
11521
11522 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11523
11524         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11525         pending output coming after the status change.
11526
11527 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11528
11529         * message.el:
11530         * gnus-start.el:
11531         * gnus-registry.el: Remove VMS support.
11532
11533 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11536         macro.
11537         (rfc2104-hash): Use it.
11538
11539 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11542         (gnus-summary-sort-by-most-recent-date): New commands.
11543         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11544         and menu entries.
11545
11546 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11547
11548         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11549         don't redisplay article for raw contents; remove plural articles stuff.
11550
11551         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11552         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11553         on gnus-summary-save-article; display results properly.
11554
11555 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * lpath.el: No need to fbind ns-focus-frame.
11558
11559 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11562
11563 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-art.el (gnus-summary-save-in-pipe):
11566         Consider gnus-save-all-headers.
11567
11568 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11569
11570         * gnus-util.el (ns-focus-frame): Remove declaration.
11571         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11572         like x.
11573
11574 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11575
11576         * rfc2104.el (rfc2104-zero): Delete defconst.
11577         (rfc2104-hex-alist): Likewise.
11578         (rfc2104-hex-to-int): Delete func.
11579         (rfc2104-hexstring-to-bitstring): Likewise.
11580         (rfc2104-nybbles): New defconst.
11581         (rfc2104-hash): Rewrite for speed.
11582
11583 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * tls.el (open-tls-stream): Make it work with the 2nd argument
11586         BUFFER that is a string but does not exist as a buffer object, as
11587         mentioned in the doc-string.
11588
11589 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11592         SXEmacs.
11593
11594 2008-07-16  Glenn Morris  <rgm@gnu.org>
11595
11596         * gnus-util.el (ns-focus-frame): Declare for compiler.
11597
11598 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11601         set as a group parameter.
11602         (gnus-summary-save-in-pipe): Work when it is called independently.
11603         (gnus-summary-pipe-to-muttprint): Don't modify
11604         gnus-summary-pipe-output-default-command.
11605
11606 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11607
11608         * message.el (message-send-mail-with-sendmail):
11609         Display the error message.
11610
11611 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * gnus-art.el (gnus-default-article-saver):
11614         Add gnus-summary-save-in-pipe to choices.
11615         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11616         gnus-summary-pipe-output-default-command as the default command.
11617         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11618         instead of gnus-last-shell-command.
11619
11620         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11621         New user option.
11622         (gnus-summary-muttprint-program): Mention the value will be changed.
11623         (gnus-summary-save-article): Force showing of all headers.
11624         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11625
11626 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11627
11628         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11629
11630 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11631
11632         * nnimap.el (nnimap-id):
11633         * sieve-manage.el (sieve-manage-open): Doc fixes.
11634
11635 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11636
11637         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11638         if available.
11639
11640 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11641
11642         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11643
11644         * nnkiboze.el (nnkiboze-generate-group):
11645         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11646
11647         * nnmairix.el: Require CL.
11648
11649 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * dgnushack.el: Autoload get-display-table and put-display-table for
11652         XEmacs 21.5.
11653
11654         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11655         21.4 and SXEmacs.
11656
11657 2008-06-15  David Engster  <dengste@eml.cc>
11658
11659         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11660
11661 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11662
11663         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11664         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11665         runtime choice under XEmacs.
11666
11667         * gnus-sum.el (gnus-summary-set-display-table):
11668         Use `gnus-put-display-table', `gnus-get-display-table',
11669         `gnus-set-display-table' for the display table, instead of `aset'.
11670
11671         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11672         Use `gnus-put-display-table', `gnus-get-display-table',
11673         `gnus-set-display-table' for the display table.
11674
11675 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * nnmairix.el: Add autoloads.
11678
11679 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11680
11681         * nnmairix.el (nnmairix-delete-recreate-group)
11682         (nnmairix-update-and-clear-marks): Fix error messages.
11683
11684 2008-06-14  David Engster  <dengste@eml.cc>
11685
11686         * nnmairix.el: Upgrade to version 0.6.
11687         (nnmairix-group-toggle-propmarks-this-group)
11688         (nnmairix-group-toggle-readmarks-this-group)
11689         (nnmairix-group-delete-recreate-this-group)
11690         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11691         (nnmairix-remove-tick-mark-original-article): New commands.
11692         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11693         (nnmairix-propagate-marks-to-nnmairix-groups)
11694         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11695         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11696         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11697         functions needed for marks propagation and manipulation of read marks.
11698         (nnmairix-update-groups): New function.
11699         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11700         (nnmairix-determine-original-group-from-registry)
11701         (nnmairix-determine-original-group-from-path)
11702         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11703         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11704         New helper functions.
11705         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11706         keystrokes for new commands.
11707         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11708         (nnmairix-request-group): Check allow-fast group parameter.
11709         (nnmairix-request-create-group): Set allow-fast group parameter if
11710         nnmairix-allowfast-default is set.
11711         (nnmairix-close-group): Propagate marks upon closing if needed.
11712         (nnmairix-group-toggle-threads-this-group): Use new.
11713         nnmairix-group-toggle-parameter helper function.
11714         (nnmairix-search): Better check for empty search result.
11715         (nnmairix-goto-original-article): Use new helper functions for
11716         determining original article.
11717         (nnmairix-show-original-article): Make sure message-id is in brackets.
11718         (nnmairix-call-mairix-binary): Change variable name.
11719         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11720         helper function.
11721         (nnmairix-widget-toggle-activate): Fix doc string.
11722
11723 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * nnir.el: Require edmacro when compiling with XEmacs.
11726         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11727         available in Emacs 21.
11728
11729 2008-06-11  Glenn Morris  <rgm@gnu.org>
11730
11731         * gnus-util.el (x-focus-frame):
11732         * gnus.el (image-size):
11733         * mm-decode.el (image-size): Declare.
11734
11735         * gnus-picon.el (declare-function): Add compat definition.
11736         (image-size): Declare.
11737
11738         * gnus-group.el (tool-bar-map):
11739         * gnus-sum.el (tool-bar-map): Define for compiler.
11740
11741         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11742
11743         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11744
11745         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11746         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11747         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11748         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11749         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11750         * sieve-manage.el, spam-report.el, spam.el:
11751         Remove unnecessary eval-and-compile of autoloads.
11752
11753 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11754
11755         * auth-source.el: Precise Tramp doc.
11756
11757 2008-06-07  Glenn Morris  <rgm@gnu.org>
11758
11759         * nnmairix.el: Remove unnecessary eval-when-compile.
11760
11761 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11762
11763         * lpath.el: Fbind propertize for XEmacs 21.4.
11764
11765 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * nnir.el: Move here from ../contrib.
11768
11769 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11770
11771         * gnus-util.el (gnus-read-shell-command): New function.
11772         * mm-decode.el (mm-pipe-part):
11773         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11774
11775 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11778
11779 2008-06-03  Glenn Morris  <rgm@gnu.org>
11780
11781         * pop3.el (nnheader-accept-process-output): Autoload it.
11782
11783 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11784
11785         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11786         are not 2-digit hexadecimal characters that follow `%'s.
11787
11788 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * message.el (message-bogus-recipient-p): Fix type in doc string.
11791         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11792         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11793         Improve custom options.
11794         (message-bogus-recipient-p): Adjust accordingly.
11795
11796 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11797
11798         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11799         long-form month and day names.
11800
11801 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * dgnushack.el: Autoload debug, eudc-expand-inline and
11804         pgg-snarf-keys-region for XEmacs.
11805
11806         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11807
11808         * nnmairix.el: Require edmacro when compiling with XEmacs.
11809
11810 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11813         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11814
11815 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11816
11817         * auth-source.el: Add more docs.
11818
11819         * netrc.el (netrc-machine): Always match if the port is not given.
11820
11821 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11822
11823         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11824         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11825         retrieval faster in some cases, but might make CPU usage larger.
11826         If this has any bad side effects, we might revert this change.
11827
11828         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11829         seems to make mail retrieval much, much faster.
11830         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11831         unconditionally.
11832
11833         * gnus-draft.el (gnus-group-send-queue):
11834         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11835
11836 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11839
11840         * message.el (message-bogus-address-regexp): Fix and improve custom
11841         type.
11842         (message-setup-hook): Add message-check-recipients as custom option.
11843
11844 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * message.el (message-cite-function): Remove bogus autoload which crept
11847         in during merge from v5-10.
11848
11849 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11850
11851         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11852
11853         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11854
11855         * auth-source.el: Preliminary Tramp docs.
11856         (auth-sources): Change the default auth-sources to use
11857         EPA .gpg files.
11858
11859 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11860
11861         * nntp.el: Autoload `auth-source-user-or-password'.
11862         (nntp-send-authinfo): Use it.
11863
11864         * nnimap.el: Autoload `auth-source-user-or-password'.
11865         (nnimap-open-connection): Use it.
11866
11867         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11868         for the gnus-message function.
11869         (auth-source-user-or-password): Use it.
11870
11871 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11872
11873         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11874         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11875         (rfc2104-hash): Use it.
11876
11877 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11878
11879         * gnus-art.el (gnus-article-toggle-truncate-lines):
11880         Don't use `iff' in docstring.
11881
11882 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11883
11884         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11885
11886         * gnus-util.el (gnus-extract-address-component-name)
11887         (gnus-extract-address-component-email): Convenience functions around
11888         `gnus-extract-address-components'.
11889
11890         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11891         Use `gnus-extract-address-component-email' to fix bug of comparing full
11892         sender name to `user-mail-address'.
11893
11894 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11895
11896         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11897         catch/throw to optimize.
11898         (gnus-registry-find-keywords): Just use member to find a keyword.
11899
11900 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11901
11902         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11903         is current before calling gnus-server-prepare.
11904         (gnus-server-setup-buffer, gnus-server-update-server)
11905         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11906
11907 2008-05-04  Juri Linkov  <juri@jurta.org>
11908
11909         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11910         (mailcap-file-default-commands): Use mailcap-replace-in-string
11911         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11912         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11913
11914 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11915
11916         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11917
11918 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11919
11920         * gnus.el: Bump version to 0.11.
11921
11922 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11923
11924         * gnus.el: No Gnus v0.10 is released.
11925
11926 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11927
11928         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11929         hooks.
11930         (gnus-update-read-articles): Speed up non-marks-using users.
11931         (gnus-use-marks): Define gnus-use-marks.
11932         (gnus-propagate-marks): Rename variable to something more sensible.
11933
11934 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11935
11936         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11937         (gmm-image-load-path-for-library): Fix typos in docstrings.
11938         (gmm-message): Reflow docstring.
11939
11940 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11941
11942         * mail-source.el (mail-source-set-1, mail-source-bind):
11943         Move auth-source code out of the macro to clean it up and fix bugs.
11944
11945 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11946
11947         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11948         by sender if it's equal to user-mail-address, it's likely to be
11949         useless.
11950
11951         * mail-source.el (mail-source-bind): Don't use user or password if they
11952         are not bound.  Unintern them if they are nil.  Don't use server unless
11953         it's bound, and default it to empty string otherwise.
11954
11955 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11956
11957         * mail-source.el: Load auth-source.el.
11958         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11959         get user name or password, if auth-sources is set up.
11960
11961         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11962         strategy of splitting with parent.
11963         (gnus-registry-split-fancy-with-parent)
11964         (gnus-registry-post-process-groups): Use it and fix prior
11965         bug (returning a list as the split result).
11966
11967         * auth-source.el (auth-sources): Remove server parameter.
11968         (auth-source-pick, auth-source-user-or-password)
11969         (auth-source-user-or-password-imap)
11970         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11971         (auth-source-user-or-password-sftp)
11972         (auth-source-user-or-password-smtp): Remove server parameter.
11973
11974 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11975
11976         * smime.el (smime-sign-region, smime-encrypt-region)
11977         (smime-decrypt-region):
11978         Remove redundant calls to `generate-new-buffer-name'.
11979
11980 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11981
11982         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11983         Don't use QP for message/rfc822.
11984         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11985
11986 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11987
11988         * sieve-manage.el (sieve-string-bytes): Remove.
11989         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11990         correct byte-length only if the process's coding-system is the same as
11991         the one used internally by Emacs to represent strings.
11992
11993 2008-04-22  Juri Linkov  <juri@jurta.org>
11994
11995         * mailcap.el (mailcap-file-default-commands): New function.
11996
11997 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * message.el (message-signature-separator, message-cite-function):
12000         Change custom version.
12001
12002 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12003
12004         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12005         commands.
12006         (tls-checktrust): Ditto.
12007
12008 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12009
12010         * mm-decode.el (mm-display-external): Make temp file read-only.
12011
12012 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12013
12014         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12015         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12016         `C-c C-f d'.
12017
12018 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12019
12020         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12021
12022 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12023
12024         * gnus.el: Bump version to 0.9.
12025
12026 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * gnus.el: No Gnus v0.8 is released.
12029
12030 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12031
12032         * mail-source.el (mail-source-value):
12033         Prefer fboundp to functionp so it works with macros as well.
12034
12035 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12036
12037         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12038         Fix last change in case the element is not even a symbol.
12039
12040 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12041
12042         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12043         Prefer fboundp to functionp so it works with macros as well.
12044
12045 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12046
12047         * auth-source.el: Add docs.
12048         (auth-sources): Modify format to support server.
12049         (auth-source-pick, auth-source-user-or-password)
12050         (auth-source-user-or-password-imap)
12051         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12052         (auth-source-user-or-password-sftp)
12053         (auth-source-user-or-password-smtp): Add server parameter.
12054
12055 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12056
12057         * gnus-registry.el: Initialize the registry when gnus-registry-install
12058         is t.
12059
12060 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * compface.el (uncompface): Make buffer unibyte.
12063
12064 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12065
12066         * mail-source.el (mail-source-value):
12067         Prefer fboundp to functionp so it works with macros as well.
12068
12069 2008-04-05  Glenn Morris  <rgm@gnu.org>
12070
12071         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12072
12073 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12074
12075         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12076         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12077
12078         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12079         multibyteness after rather than before erasing it.
12080
12081         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12082         mm-with-multibyte.
12083         (gnus-request-article-this-buffer): Make sure the proper decoding is
12084         used if gnus-original-article-buffer happens to be unibyte.
12085
12086         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12087         default-enable-multibyte-characters.
12088
12089         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12090         default-enable-multibyte-characters.
12091
12092         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12093
12094         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12095
12096 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12097
12098         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12099         Fix last change in case the element is not even a symbol.
12100
12101 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12102
12103         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12104         (imap-message-copyuid-1): Use it.
12105         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12106         J. Williams in
12107         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12108
12109         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12110         imap-enable-exchange-bug-workaround.
12111         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12112
12113 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12114
12115         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12116         a 100 byte status-checks into a 2-3MB transfer for each group.
12117         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12118         to enable bug workaround or not.
12119         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12120
12121 2008-03-31  Glenn Morris  <rgm@gnu.org>
12122
12123         * message.el (mml2015-use): Declare for compiler.
12124         (message-info): Require mml2015 when appropriate.
12125
12126 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12129         whitespace.
12130
12131 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12132
12133         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12134         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12135         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12136         (nntp-service-to-port): New function.
12137         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12138         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12139         (nntp-open-netcat-stream): New function.
12140         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12141
12142 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12143
12144         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12145
12146 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12147
12148         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12149
12150 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12151
12152         * dns.el (dns-write): Use set-buffer-multibyte.
12153
12154 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12155
12156         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12157
12158 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * message.el (message-signature-separator): Change default.
12161         Improve custom type.
12162         (message-cite-function): Change default to
12163         message-cite-original-without-signature.
12164
12165         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12166         toggle.
12167
12168         * message.el (message-check-news-body-syntax): Fix signature check.
12169         (message-setup-1): Mark buffer as unmodified _after_ running
12170         message-setup-hook and handling message-alternative-emails.
12171         (message-shorten-references): Be more strict when building list of
12172         valid references to comply with GNKSA.
12173
12174         * gnus-group.el (gnus-read-ephemeral-bug-group)
12175         (gnus-read-ephemeral-debian-bug-group)
12176         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12177
12178         * message.el (message-info): Don't use booleanp which isn't supported
12179         in Emacs 21 and XEmacs.
12180
12181 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12182
12183         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12184         gnus-group-gmane-group-download-format.
12185         (gnus-group-read-ephemeral-gmane-group): Rename from
12186         gnus-group-read-ephemeral-gmane-group.
12187         (gnus-read-ephemeral-gmane-group-url): Rename from
12188         gnus-group-read-ephemeral-gmane-group-url.
12189         (gnus-bug-group-download-format-alist): New variable.
12190         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12191         (gnus-read-ephemeral-emacs-bug-group): New commands.
12192
12193 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12194
12195         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12196         (gnus-visible-headers): Improve custom type.
12197
12198 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * mml.el (mml-menu): Add workarounds for XEmacs.
12201
12202         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12203         X-Boundary header.
12204
12205         * message.el (message-simplify-recipients): Fix previous commit.
12206
12207 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12208
12209         * mm-util.el (mm-set-buffer-multibyte): New function.
12210         * mm-decode.el (mm-copy-to-buffer): Use it.
12211
12212         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12213         Prefer fboundp to functionp so it works with macros as well.
12214
12215 2008-03-19  Glenn Morris  <rgm@gnu.org>
12216
12217         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12218         Accidentally removed in the sync process with Emacs.
12219
12220 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12221
12222         * message.el (message-alter-recipients-discard-bogus-full-name):
12223         New function.
12224         (message-alter-recipients-function): New variable.
12225         (message-get-reply-headers): Use it.
12226         (message-replace-header): New helper function.
12227         (message-recipients-without-full-name): New variable.
12228         (message-simplify-recipients): New command.
12229
12230         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12231
12232         * message.el (message-info): Handle EasyPG manual.
12233
12234         * mml.el (mml-menu): Add entry for EasyPG.
12235
12236 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12237
12238         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12239         parameter.
12240
12241         * message.el (message-disassociate-draft): Specify drafts group name
12242         fully.
12243
12244 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12245
12246         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12247         Eliminate unnecessary duplicates from the match list.
12248
12249 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12252
12253         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12254
12255         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12256         args of `how-many' of which the XEmacs version doesn't take; declare
12257         Info-index-next as function.
12258
12259 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12260
12261         * gnus-score.el (gnus-score-headers): Fix handling of
12262         gnus-inhibit-slow-scoring.
12263
12264         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12265         string.
12266         (gnus-button-url-regexp): Improve handling of parenthesis.
12267         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12268         (gnus-button-handle-info-keystrokes): Handle index entries.
12269
12270 2008-03-15  Glenn Morris  <rgm@gnu.org>
12271
12272         * parse-time.el (parse-time-string): Simplify.
12273
12274 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12275
12276         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12277         Incoming* files.
12278
12279 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12280
12281         * auth-source.el (auth-sources): Rename from auth-source-choices.
12282         (auth-source-pick): Use it.
12283
12284 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12285
12286         * binhex.el (binhex-decode-region-internal):
12287         * uudecode.el (uudecode-decode-region-internal):
12288         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12289         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12290         setting default-enable-multibyte-characters.
12291
12292 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12293
12294         * auth-source.el (auth-source-protocols)
12295         (auth-source-protocols-customize, auth-source-choices): Add and
12296         modified variable customizations and defaults.
12297         (auth-source-pick, auth-source-user-or-password)
12298         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12299         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12300         (auth-source-user-or-password-sftp)
12301         (auth-source-user-or-password-smtp): Use new variables and provide an
12302         interface to netrc.el.
12303
12304 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12307         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12308         Make sure the nntp port to specify is a string.
12309
12310 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12311
12312         * nntp.el: Use with-current-buffer.
12313         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12314         dubious mm-with-unibyte-current-buffer.
12315         (nntp-with-open-group-function): New function extracted from
12316         nntp-with-open-group macro.
12317         (nntp-with-open-group): Use the function, so it's easier to debug.
12318         Add indentation and debugging info.
12319         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12320         Recommend the use of the netcat alternatives.
12321
12322         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12323         Avoid mm-string-as-multibyte as well.
12324
12325         * nnweb.el (nnweb-insert-html):
12326         Remove use of nnheader-string-as-multibyte.
12327
12328         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12329         (nnheader-string-as-multibyte): Remove.
12330
12331         * mm-view.el: Use inhibit-read-only.
12332         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12333         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12334         or unibyte-string.
12335
12336         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12337         (mm-uu-yenc-extract): Use with-current-buffer.
12338
12339         * gnus-soup.el (gnus-soup-send-packet): Don't use
12340         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12341
12342         * nnmh.el: Use with-current-buffer.
12343         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12344         mm-string-as-multibyte on the output of mm-encode-coding-string.
12345
12346         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12347         (nnimap-request-move-article): Use with-current-buffer.
12348
12349         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12350         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12351         conversion uses string-make-unibyte rather than string-as-unibyte.
12352
12353         * gnus-msg.el: Use with-current-buffer.
12354
12355         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12356
12357 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12358
12359         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12360         string for caching if it is 'PIN.
12361
12362 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * lpath.el: Consider the case without Emacs/W3.
12365
12366 2008-03-08  Glenn Morris  <rgm@gnu.org>
12367
12368         * time-date.el (date-to-time, time-subtract, time-add)
12369         (safe-date-to-time): Doc fixes.
12370
12371 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * mail-source.el (mail-source-delete-old-incoming-confirm):
12374         Change default to nil.
12375         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12376
12377 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12378
12379         * lpath.el: Rearrange.
12380
12381         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12382         (gnus-article-goto-prev-page): Work for articles having ^L's.
12383
12384         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12385
12386         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12387
12388 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12389
12390         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12391         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12392         (gnus-bookmark-jump): Adjust some variable names.
12393
12394 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12395
12396         * auth-source.el: New package.
12397         (auth-source-choices): Add customization entry point variable.
12398
12399         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12400         bug.
12401
12402 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12403
12404         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12405         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12406         (gnus-registry-install-shortcuts): Rename from
12407         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12408         the `gnus-registry-mark-map' keymap dynamically from
12409         `gnus-registry-marks'.  The generated functions update the summary line
12410         when a registry mark is added or deleted, and will call
12411         `gnus-registry-install-p' (see the comments in the code).
12412         (gnus-registry-user-format-function-M): Use concat intelligently.
12413
12414         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12415         the registry mark functions.
12416
12417 2008-03-05  Glenn Morris  <rgm@gnu.org>
12418
12419         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12420         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12421         gnus-art.
12422         (top-level): No need to load own source when compiling.
12423
12424 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12427         Suggested by <chris.anderton@zetnet.co.uk>.
12428
12429 2008-03-04  Glenn Morris  <rgm@gnu.org>
12430
12431         * gnus-sum.el (top-level): No need to require gnus when compiling,
12432         since unconditionally required near start of file.
12433         (gnus-summary-display-while-building): Move definition before use.
12434
12435 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12436
12437         * gnus-registry.el (gnus-registry-user-format-function-M):
12438         Add formatting function.
12439
12440 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12441
12442         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12443         with plists.
12444         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12445         Use new format.
12446
12447 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12450         `where-is-internal' that returns a range of key sequences.
12451
12452 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12453
12454         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12455
12456         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12457         (gnus-summary-jump-to-group): Consider windows on other displayed
12458         frames as well.  Similar changes might be needed elsewhere, but that's
12459         the one I've bumped into during my use.
12460
12461         * nndoc.el (nndoc-oe-dbx-type-p):
12462         * gnus-msg.el (gnus-debug):
12463         * gnus-group.el (gnus-update-group-mark-positions):
12464         Use mm-string-to-multibyte.
12465
12466 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12469         doesn't handle NotDashEscaped.
12470
12471         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12472         (mml-dnd-attach-options): Fix typo in custom choice.
12473
12474         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12475         Change nndoc-article-type to mbox.
12476         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12477
12478         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12479         to nil, instead of html2text.
12480
12481         * imap.el (imap-debug): Add `imap-ping-server'.
12482
12483         * gnus-bookmark.el: Add FIXMEs.
12484
12485         * message.el (message-form-letter-separator)
12486         (message-send-form-letter-delay): New variables.
12487         (message-send-form-letter): Use them.  New command to send form
12488         letters.  Requested by Uwe Siart.
12489         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12490
12491 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * Update copyright years.
12494
12495 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12496
12497         Sync from EMACS_22_BASE.
12498
12499         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12500
12501 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12502
12503         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12504         empty author.
12505
12506 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12507
12508         * gnus-registry.el (gnus-registry-marks): Add variable for
12509         customization of marks and their appearance.
12510         (gnus-registry-read-mark): Use it.
12511         (gnus-registry-do-marks): Add utility function to loop through
12512         `gnus-registry-marks'.
12513         (gnus-registry-install-shortcuts-and-menus): Add function to install
12514         shortcuts and menus.
12515         (gnus-registry-initialize): Use it.
12516         (gnus-registry-default-mark): Clarify documentation.
12517
12518 2008-02-29  Glenn Morris  <rgm@gnu.org>
12519
12520         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12521         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12522         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12523         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12524         Change defcustom :version from 23.0 to 23.1.
12525
12526 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12527
12528         * gnus-registry.el (gnus-registry-follow-group-p)
12529         (gnus-registry-post-process-groups): Add functions to aid registry
12530         splitting and improve logging.  Clarify behavior in function
12531         documentation.
12532         (gnus-registry-split-fancy-with-parent): Use them.
12533
12534 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12535
12536         * gnus-art.el: Use with-current-buffer.
12537
12538 2008-02-27  David Engster  <dengste@eml.cc>
12539
12540         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12541         Express real group name in the response.
12542
12543 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12546         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12547         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12548         autoload gnus-registry-fetch-group when compiling.
12549         (nnmairix-request-group-with-article-number-correction):
12550         Remove unreferenced argument passed to nnmairix-call-backend.
12551
12552 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12555         (mm-uu-extract): Improve face for low color ttys.
12556         Reported by Sascha Wilde.
12557
12558 2008-02-27  Glenn Morris  <rgm@gnu.org>
12559
12560         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12561         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12562         variables to defconsts.  Convert comments to doc-strings.
12563         (nnmairix-last-server, nnmairix-current-server): Convert from free
12564         variables to defvars.  Convert comments to doc-strings.
12565         (gnus-registry-fetch-group): Autoload.
12566         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12567         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12568         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12569         caddr.
12570         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12571         nnmairix-request-group-with-article-number-correction call.
12572         (nnmairix-fast, nnmairix-group): New, less general names, for free
12573         variables passed from nnmairix-request-group to
12574         nnmairix-request-group-with-article-number-correction.  Declare.
12575         (nnmairix-request-group-with-article-number-correction):
12576         Use nnmairix-fast, nnmairix-group rather than fast, group.
12577
12578 2008-02-26  David Engster  <dengste@eml.cc>
12579
12580         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12581         version 0.5.
12582
12583 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12584
12585         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12586         instead of making an extra function call.  Don't add the current group
12587         to articles only when they have the group.  Use
12588         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12589         Reported by David <de_bb@arcor.de>.
12590
12591 2008-02-24  Miles Bader  <miles@gnu.org>
12592
12593         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12594         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12595         (mm-find-mime-charset-region):
12596         * mm-bodies.el (mm-encode-body):
12597         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12598
12599 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12602         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12603
12604 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * mail-source.el (mail-source-delete-incoming): Change default.
12607         Supplement doc string.
12608
12609         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12610
12611 2008-02-14  Glenn Morris  <rgm@gnu.org>
12612
12613         * time-date.el (format-seconds): New function.
12614
12615 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12616
12617         * nnmail.el (nnmail-message-id-cache-file): Derive from
12618         `gnus-home-directory'.
12619
12620 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12621
12622         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12623         Document negative prefix.
12624
12625         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12626
12627 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12628
12629         * message.el (message-unsent-separator): Add the Exim bounce
12630         separator.
12631
12632 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12633
12634         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12635         list.
12636         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12637         recipient/signer list.
12638
12639 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12640
12641         * Makefile.in (datarootdir): Define.
12642         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12643         name that might contain whitespace.
12644
12645 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12648         fbound (Emacs 23 unicode), signal an error.
12649
12650 2008-02-08  Glenn Morris  <rgm@gnu.org>
12651
12652         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12653
12654 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12655
12656         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12657         ports to the calls to `netrc-machine-user-or-password' in addition to
12658         "imap" and "imaps".
12659
12660 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12661
12662         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12663
12664         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12665
12666 2008-02-01  Kenichi Handa  <handa@m17n.org>
12667
12668         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12669         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12670         (rfc2104-hash): Convert the result of concat to unibyte string.
12671
12672 2008-02-01  Dave Love  <fx@gnu.org>
12673
12674         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12675         coding-system-for-read.
12676         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12677
12678 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12679
12680         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12681         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12682         <hanche@math.ntnu.no>.
12683
12684 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12687
12688         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12689
12690 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12691
12692         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12693         * message.el (message-beginning-of-line): Use featurep instead of bound
12694         tests in order to resolve conditionals at compile time.
12695
12696 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12697
12698         * mail-source.el (mail-sources): Add `group' choice.
12699
12700         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12701         parameter `in-group' to control into which group the articles go.
12702         Add treatment of `group' mail-source.
12703
12704 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12705
12706         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12707
12708         * mm-decode.el (mm-dissect-buffer): Decode description.
12709
12710         * mml.el (mml-to-mime): Encode message header first.
12711
12712 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12715         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12716
12717         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12718         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12719
12720 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12721
12722         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12723
12724 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12727         prefix keys.
12728         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12729         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12730         gnus-xmas.el.
12731
12732         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12733         (gnus-xmas-article-describe-bindings): New function.
12734         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12735         gnus-xmas-article-describe-bindings.
12736
12737         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12738
12739 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12740
12741         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12742         Add new variables for article mark management.
12743         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12744         list of extra data entries which, when present, will indicate that the
12745         article ID should not be trimmed from the registry.
12746         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12747         functions.
12748         (gnus-registry-read-mark): New function to read a mark name from the
12749         user.
12750         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12751         (gnus-registry-set-article-mark-internal): New functions to add and
12752         remove marks.
12753         (gnus-registry-get-article-marks): New function to show the marks for
12754         an article, or retrieve them for further use.
12755
12756 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12759         keys when no argument is given.
12760
12761 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12762
12763         * imap.el (imap-ping-server): New variable.
12764         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12765         (imap-ping-server): Minor doc string fixes.
12766
12767 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12768
12769         * imap.el (imap-ping-server): New function.
12770         (imap-opened): Call imap-ping-server.
12771
12772 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12773
12774         * gnus-sum.el (gnus-article-sort-by-random)
12775         (gnus-thread-sort-by-random): Fix doc strings.
12776         Reported by jidanni@jidanni.org.
12777
12778 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-art.el (gnus-article-describe-bindings): New function.
12781         (gnus-article-read-summary-keys): Use it.
12782         (gnus-article-mode-map): Bind `C-h b' to it.
12783
12784 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12787         XEmacs.
12788         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12789         Protect against non-character events.
12790
12791         * lpath.el: Fbind map-keymap for Emacs 21.
12792
12793 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12796         New command.
12797         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12798         instead of END.  Change name of the temp file.
12799         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12800         customizable.
12801
12802 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12805         bind `S W' to gnus-article-wide-reply-with-original; set default
12806         binding to gnus-article-read-summary-send-keys.
12807         (gnus-article-read-summary-keys): Fix the order of keys; display
12808         continuation keys correctly in the echo area; describe bindings
12809         correctly when keys end with `C-h'.
12810         (gnus-article-read-summary-send-keys): New function.
12811         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12812         Work for gnus-article-read-summary-send-keys; display continuation keys
12813         correctly in the echo area.
12814         (gnus-article-reply-with-original): Ignore prefix argument.
12815         (gnus-article-wide-reply-with-original): New function.
12816
12817         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12818         Emacs 21.
12819
12820 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12823         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12824
12825 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12826
12827         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12828         (gnus-group-read-ephemeral-gmane-group): New command.
12829
12830 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12831
12832         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12833
12834 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * message.el (message-send-mail-function): Increase custom version.
12837
12838         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12839         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12840
12841 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12842
12843         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12844         for the cases where imap-authenticate is called with a nil buffer
12845         parameter.
12846
12847 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12850         html parts correctly; support forwarded messages.
12851         (gnus-article-browse-html-article): Remove work buffers.
12852
12853         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12854         compiling.
12855         (netrc-bound-and-true-p): New macro.
12856         (netrc-parse): Use it instead of bound-and-true-p that is not available
12857         in XEmacs 21.4.
12858
12859 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12860
12861         * gnus-registry.el (gnus-registry-mark-article)
12862         (gnus-registry-article-marks): Add functionality to mark articles
12863         through the Gnus registry.
12864
12865         * encrypt.el: Clarify documentation for the new pgg method.
12866         (encrypt-file-alist): Add PGG option.
12867         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12868         functionality.  Abstract password key and messaging to external
12869         functions.
12870         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12871         (encrypt-message-method-and-cipher): Add new convenience external
12872         functions.
12873         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12874         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12875
12876         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12877         (netrc-parse): Use encrypt-file-alist to determine if
12878         encrypt-find-model or encrypt-insert-file-contents should be used.
12879
12880         * encrypt.el: Clarify documentation.  Load password-cache or
12881         password, whichever one is found first, instead of autoloading.
12882
12883 2007-12-19  Glenn Morris  <rgm@gnu.org>
12884
12885         * mml.el (message-options-set, message-narrow-to-head)
12886         (message-in-body-p, message-mail-p, message-encode-message-body):
12887         Autoload.
12888         (message-remove-header, message-narrow-to-headers-or-head)
12889         (message-subscribed-p, message-make-mail-followup-to)
12890         (message-position-on-field, message-news-p)
12891         (message-options-set-recipient, message-generate-headers)
12892         (message-sort-headers): Declare as functions.
12893
12894 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12897         convention in doc string.
12898
12899 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12902         title to html parts.
12903         (gnus-article-browse-html-article): Pass message header to it.
12904
12905         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12906
12907 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12910         or password compatible with XEmacs.
12911
12912 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12913
12914         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12915         format document.
12916         (gnus-mime-delete-part): Don't write description line if empty.
12917         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12918
12919 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12920
12921         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12922         (gnus-summary-mark-read-and-unread-as-read)
12923         (gnus-summary-mark-current-read-and-unread-as-read)
12924         (gnus-summary-mark-unread-as-ticked): Doc fix.
12925         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12926
12927 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12930         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12931
12932 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12933
12934         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12935         yes-or-no-p.
12936
12937 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * mm-decode.el (mm-add-meta-html-tag): New function.
12940         (mm-save-part-to-file, mm-pipe-part): Use it.
12941
12942         * gnus-art.el (gnus-article-browse-delete-temp-files):
12943         Use gnus-y-or-n-p instead of y-or-n-p.
12944         (gnus-article-browse-html-parts): Work with message/external-body; use
12945         mm-add-meta-html-tag.
12946
12947 2007-12-11  Glenn Morris  <rgm@gnu.org>
12948
12949         * gnus-cache.el: Require gnus-sum not just when compiling.
12950
12951         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12952
12953         * gnus-int.el (gnus-server-opened, gnus-status-message):
12954         Move definitions before use.
12955
12956         * mm-decode.el: Require gnus-util.
12957         (mm-remove-part): Only call delete-annotation on XEmacs.
12958
12959         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12960
12961         * nnmail.el: Require gnus-int.
12962
12963         * spam.el: Move `require's before `eval-when-compile's.
12964
12965         * gnus-ems.el (gnus-alive-p):
12966         * gnus-fun.el (message-goto-eoh):
12967         * gnus-util.el (gnus-group-name-decode):
12968         * mail-source.el (gnus-compress-sequence):
12969         * message.el (Info-goto-node, format-spec):
12970         * mm-bodies.el (message-options-get):
12971         * mm-decode.el (mm-view-pkcs7):
12972         * mm-util.el (gmm-write-region):
12973         * mml-smime.el (mml-compute-boundary)
12974         (gnus-completing-read-with-default):
12975         * mml.el (widget-button-press, gnus-make-hashtable):
12976         * mml1991.el (mm-decode-content-transfer-encoding)
12977         (mm-encode-content-transfer-encoding)
12978         (message-options-get, message-options-set):
12979         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12980         * nnfolder.el (gnus-request-group):
12981         * nnheader.el (ietf-drums-unfold-fws):
12982         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12983         * smime.el (gnus-run-mode-hooks):
12984         * spam-stat.el (gnus-message): Autoload.
12985
12986         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12987         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12988         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12989         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12990         Add declare-function compatibility definition.
12991
12992         * gnus-cache.el (nnvirtual-find-group-art):
12993         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12994         (gnus-add-image, gnus-add-wash-type):
12995         * gnus-group.el (nnkiboze-score-file):
12996         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12997         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12998         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12999         (message-tokenize-header, gnus-get-buffer-create)
13000         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13001         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13002         * gnus.el (gnus-group-decoded-name):
13003         * mail-source.el (imap-capability):
13004         * mm-bodies.el (message-options-set):
13005         * mm-decode.el (gnus-configure-windows):
13006         * mm-extern.el (message-goto-body):
13007         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13008         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13009         (epg-sub-key-validity, message-options-set):
13010         * mml.el (widget-event-point, gnus-configure-windows):
13011         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13012         * mml2015.el (epg-check-configuration, epg-configuration)
13013         (message-options-set):
13014         * nndb.el (nndb-request-article):
13015         * nnfolder.el (gnus-request-create-group):
13016         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13017         * nnmaildir.el (gnus-group-mark-article-read):
13018         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13019         * rfc1843.el (message-fetch-field):
13020         * spam.el (gnus-extract-address-components):
13021         Declare as functions.
13022
13023 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13026
13027         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13028
13029         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13030         bind show-trailing-whitespace for XEmacs.
13031
13032 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13035         new no-op macro for backward compatibility.
13036
13037         * imap.el (imap-string-to-integer): New function.
13038
13039 2007-12-09  Glenn Morris  <rgm@gnu.org>
13040
13041         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13042
13043         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13044         * message.el, mm-view.el, sieve-manage.el, smime.el:
13045         Add declare-function compatibility definition.
13046
13047         * gnus-art.el (w3-region, w3m-region, Info-menu):
13048         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13049         * gnus-sum.el (gnus-get-predicate):
13050         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13051         * message.el (mail-abbrev-in-expansion-header-p):
13052         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13053         (w3m-detect-meta-charset, w3m-region):
13054         * sieve-manage.el (password-read, password-cache-add)
13055         (password-cache-remove):
13056         * smime.el (password-read-and-add): Declare as functions.
13057
13058 2007-12-08  David Kastrup  <dak@gnu.org>
13059
13060         * gnus-sum.el (gnus-summary-simplify-subject-query):
13061         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13062         `message'.
13063
13064 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13065
13066         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13067         it to bind idna-program, installation-directory, defined-colors, and
13068         face-attribute for XEmacs of the version that compiles defcustom forms.
13069
13070 2007-12-07  Glenn Morris  <rgm@gnu.org>
13071
13072         * gnus-art.el (article-make-date-line): Revert previous change.
13073
13074 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13075
13076         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13077
13078 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13079
13080         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13081         Call gnus-add-to-range ranges only once with a prepared article-list.
13082
13083 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13084
13085         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13086         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13087         group names with backslashes.
13088         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13089
13090 2007-12-06  Deepak Goel  <deego3@gmail.com>
13091
13092         * gnus-art.el (article-make-date-line):
13093         * gnus-start.el (gnus-load):
13094         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13095
13096 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * gnus-art.el (gnus-use-idna):
13099         * gnus-start.el (gnus-site-init-file):
13100         * message.el (message-use-idna):
13101         * mm-uu.el (mm-uu-hide-markers):
13102         * smiley.el (smiley-style): Revert changes that suppress warnings.
13103
13104 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13105
13106         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13107         specify charset to html source.
13108         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13109
13110 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13111
13112         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13113         idna-program in order to suppress byte compile warning issued by XEmacs
13114         that came to byte compile the default value section of defcustom forms
13115         recently.
13116
13117         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13118         value of installation-directory.
13119
13120         * message.el (message-use-idna): Don't directly refer to the value of
13121         idna-program.
13122
13123         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13124
13125         * smiley.el (smiley-style): Don't directly call face-attribute.
13126
13127 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13130
13131         * gnus-dired.el: Reduce Gnus dependencies.
13132         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13133         Don't require.  Use autoloads instead.
13134         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13135         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13136         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13137         (gnus-dired-mode): Adjust doc string.
13138         (gnus-dired-mail-mode): New variable.
13139         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13140         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13141         (gnus-dired-mail-buffers): New function.  Return mail or message
13142         composition buffers.
13143         (gnus-dired-attach): Use it.
13144         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13145         NO-DECODE.
13146         (gnus-dired-print): Use `gnus-print-buffer' depending on
13147         `gnus-dired-mail-mode'.
13148
13149 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13150
13151         * rfc2047.el (rfc2047-encoded-word-regexp)
13152         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13153         explaining what regexp patterns are for.
13154
13155 2007-12-04  Glenn Morris  <rgm@gnu.org>
13156
13157         * password.el: Move to password-cache.el.
13158
13159         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13160         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13161         * mml-smime.el (password-read, password-cache-add)
13162         (password-cache-remove):
13163         No need to autoload, since mml-sec requires password.
13164
13165         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13166         * message.el (gnus-extract-address-components):
13167         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13168
13169         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13170         password.
13171
13172 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13173
13174         * mailcap.el: Reduce dependencies.
13175         (mail-header-parse-content-type): Autoload.
13176         (mailcap-delete-duplicates): New alias.
13177         (mailcap-mime-info): Add optional argument NO-DECODE.
13178         (mailcap-mime-types): Use mailcap-delete-duplicates.
13179
13180         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13181
13182 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13183
13184         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13185         (imap-parse-status): Upcase status-att for servers that sends them
13186         lower-case (e.g., MS Exchange 2007).
13187
13188 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13189
13190         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13191         function.
13192
13193         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13194         (gnus-uu-yenc-article): New function.
13195
13196         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13197
13198         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13199
13200 2007-12-02  Glenn Morris  <rgm@gnu.org>
13201
13202         * binhex.el (binhex): New custom group.
13203         (binhex-decoder-program, binhex-decoder-switches)
13204         (binhex-use-external): Move to the binhex custom group.
13205
13206         * uudecode.el (uudecode): New custom group.
13207         (uudecode-decoder-program, uudecode-decoder-switches)
13208         (uudecode-use-external): Move to the uudecode custom group.
13209
13210         * netrc.el (top-level): Don't load `encrypt' features.
13211         (netrc-parse): Don't use encrypt.
13212         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13213
13214         * encrypt.el: Remove file.
13215
13216 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13219         matches on patches.
13220
13221         * gnus-art.el (gnus-article-browse-html-article):
13222         Mention `mm-text-html-renderer' in the doc string.
13223
13224         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13225         string.  Add comments.
13226
13227         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13228         if rhs is ASCII.
13229
13230 2007-12-01  Glenn Morris  <rgm@gnu.org>
13231
13232         * mail-source.el (top-level): Require format-spec before
13233         eval-when-compile.
13234
13235 2007-11-30  Glenn Morris  <rgm@gnu.org>
13236
13237         * encrypt.el: Require password, rather than autoloading password-read.
13238
13239 2007-11-29  Glenn Morris  <rgm@gnu.org>
13240
13241         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13242         (sasl-make-client, sasl-next-step, sasl-step-data)
13243         (sasl-step-set-data): Declare as functions.
13244
13245 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13248
13249 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13250
13251         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13252         certs should be verified and what is to be done in the event of a
13253         verification failure.
13254
13255         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13256         caller can indicate whether the cache should be disregarded for this
13257         call.  This way the result of the call is reproducible at all times and
13258         can be considered a canonical server name for the supplied method.
13259         (gnus-agent-method-p): Canonicalize server names by pushing their
13260         method through `gnus-method-to-server' using the no-cache argument.
13261
13262         * gnus-srvr.el (gnus-server-insert-server-line):
13263         Call `gnus-method-to-server' with `no-cache' argument.
13264
13265         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13266         gnus-agent-possibly-synchronize-flags as this should be called when the
13267         server is actually being opened.
13268         (gnus-agent-possibly-synchronize-flags)
13269         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13270         flags file of an agentized server to the latter function.
13271
13272         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13273         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13274         after a connection has been established successfully.
13275
13276 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13277
13278         * gnus-art.el (article-display-face): Force to display face if called
13279         interactively; check if gnus-article-x-face-too-ugly matches author.
13280         (article-display-x-face): Display face even if From header is missing
13281         as article-display-face does.
13282
13283 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13284
13285         * hashcash.el (message-narrow-to-headers-or-head)
13286         (message-fetch-field, message-goto-eoh)
13287         (message-narrow-to-headers): Declare as functions.
13288
13289 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * mail-source.el (mail-sources): Default to fetch from file for
13292         compatibility with default of nnmail-spool-file.
13293
13294 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13297         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13298         to look for encoded word that should be encoded again.
13299         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13300         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13301         encoding pattern.
13302         (rfc2047-decode-region): Switch strict regexp and loose one according
13303         to rfc2047-allow-irregular-q-encoded-words.
13304
13305 2007-11-25  Romain Francoise  <romain@orebokech.com>
13306
13307         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13308
13309 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13310
13311         * tls.el (tls-program): Provide more custom choices from
13312         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13313         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13314
13315 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13316
13317         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13318         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13319
13320         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13321         `nnmail-spool-file'.
13322
13323         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13324         `nnmail-spool-file'.
13325
13326         * gnus-move.el (gnus-change-server): Ditto.
13327
13328         * gnus-kill.el (gnus-batch-score): Ditto.
13329
13330         * gnus-cache.el (gnus-jog-cache): Ditto.
13331
13332         * gnus-msg.el (gnus-summary-reply):
13333         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13334
13335 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13336
13337         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13338         version.  Minor improvement to doc strings.
13339         (tls-program): Add comment.
13340
13341 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13342
13343         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13344         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13345         mismatch between the hostname provided in the certificate and the name
13346         of the host connnecting to.
13347         (open-tls-stream): Use them.  Check certificates against trusted root
13348         certificates.
13349
13350 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13351
13352         * gnus-cache.el (gnus-cache-generate-nov-databases):
13353         Use nnml-generate-nov-databases-directory instead of
13354         nnml-generate-nov-databases-1.
13355
13356 2007-11-24  Glenn Morris  <rgm@gnu.org>
13357
13358         * message.el (message-tool-bar-retro): Update for rename
13359         mail_send.xpm->mail-send.xpm.
13360
13361 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13362
13363         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13364         `smime-ldap-search' for Emacs 22 and up.
13365
13366 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13367
13368         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13369
13370         * message.el (message-send-mail-function): Fix error convention.
13371         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13372         (message-widen-reply, message-send-mail, message-talkative-question)
13373         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13374         (message-clone-locals, message-send-news): Use with-current-buffer.
13375         (message-insert-or-toggle-importance): Remove unused var `valid'.
13376         (message-make-references): Remove unused var `new-references'.
13377         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13378
13379 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13380
13381         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13382         (spam-split-symbolic-return-positive): Reflow docstring.
13383         (spam-backends, spam-summary-exit-behavior)
13384         (spam-mark-ham-unread-before-move-from-spam-group)
13385         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13386         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13387         (spam-clear-cache, spam-backend-check, spam-install-backend)
13388         (spam-install-statistical-backend, spam-list-of-processors)
13389         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13390         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13391         (spam-check-crm114, spam-initialize, spam-unload-hook):
13392         Fix typos in docstrings.
13393
13394 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13397         been checked if they have never been read and those group levels are
13398         higher than the one that a user specified.
13399
13400 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13403         foreign groups unless a group level is specified by a user.
13404         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13405
13406 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * message.el (message-send-mail-function): Require sendmail.
13409
13410 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * message.el (message-send-mail-function): Check for smtpmail too.
13413
13414         * utf7.el (utf7-encode, utf7-decode): Use coding system
13415         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13416
13417         * message.el (message-send-mail-function): New function.
13418         (message-send-mail-function): Set default using
13419         message-send-mail-function.  Adjust doc string.
13420         (message-send-mail-with-mailclient): New function.
13421
13422 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13423
13424         * smime.el (from):
13425         * rfc2047.el (message-posting-charset):
13426         * qp.el (mm-use-ultra-safe-encoding):
13427         * pop3.el (parse-time-months):
13428         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13429         * nnml.el (files):
13430         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13431         (jka-compr-compression-info-list, ange-ftp-path-format)
13432         (efs-path-regexp):
13433         * nndiary.el (files):
13434         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13435         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13436         (epg-digest-algorithm-alist, inhibit-redisplay)
13437         (password-cache-expiry):
13438         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13439         (pgg-output-buffer, password-cache-expiry):
13440         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13441         (efs-path-regexp):
13442         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13443         (inhibit-redisplay):
13444         * mm-uu.el (file-name, start-point, end-point, entry)
13445         (gnus-newsgroup-name, gnus-newsgroup-charset):
13446         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13447         (latin-unity-ucs-list):
13448         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13449         (mm-uu-binhex-decode-function):
13450         * message.el (gnus-message-group-art, gnus-list-identifiers)
13451         (rmail-enable-mime-composing, gnus-local-organization)
13452         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13453         (gnus-read-active-file, facemenu-add-face-function)
13454         (facemenu-remove-face-function, gnus-article-decoded-p)
13455         (tool-bar-mode):
13456         * mail-source.el (display-time-mail-function):
13457         * gnus-util.el (nnmail-pathname-coding-system)
13458         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13459         (gnus-original-article-buffer, gnus-user-agent)
13460         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13461         (xemacs-codename, sxemacs-codename, emacs-program-version):
13462         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13463         * gnus-start.el (gnus-agent-covered-methods)
13464         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13465         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13466         (gnus-newsgroup-headers, gnus-group-list-mode)
13467         (gnus-group-mark-positions, gnus-newsgroup-data)
13468         (gnus-newsgroup-unreads, nnoo-state-alist)
13469         (gnus-current-select-method, mail-sources)
13470         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13471         (nnmail-spool-file, gnus-cache-active-hashtb):
13472         * gnus-mh.el (mh-lib-progs):
13473         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13474         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13475         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13476         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13477         (gnus-group-buffer):
13478         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13479         (font-lock-set-defaults):
13480         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13481         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13482         (gnus-summary-post-menu, total-parts, type, condition, length):
13483         * gnus-agent.el (gnus-agent-read-agentview):
13484         * flow-fill.el (show-trailing-whitespace):
13485         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13486         eval-and-compile wrappers for byte compiler pacifiers.
13487
13488         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13489         (mm-display-inline-fontify): Check for featurep 'xemacs not
13490         extent-list.
13491
13492         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13493         itimer-list.
13494         (mm-create-image-xemacs): Only do something for XEmacs.
13495         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13496
13497         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13498
13499         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13500         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13501
13502 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13503
13504         * nnimap.el (nnimap-split-download-body):
13505         * gnus-demon.el (gnus-demon):
13506         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13507
13508 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13511         New macros.
13512         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13513         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13514         copy data from unibyte buffer to multibyte current buffer.
13515         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13516         to copy data from unibyte current buffer to multibyte buffer.
13517         (nntp-make-process-buffer): Make process buffer unibyte.
13518
13519         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13520
13521 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13522
13523         * pop3.el (pop3-open-server): Accept and process data more robustly at
13524         connection start to avoid spurious "POP SSL connection failed" errors.
13525
13526 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13529         read group names.
13530
13531 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13534
13535 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13538         (nnmail-save-active): Use a unibyte buffer when saving active file,
13539         which may contain non-ASCII group names.
13540
13541         * nnml.el (nnml-request-group): Decode group names in messages.
13542
13543 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13544
13545         * message.el (message-citation-line-function)
13546         (message-insert-formatted-citation-line): Fix spelling of
13547         `message-insert-formated-citation-line'.
13548
13549 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13552
13553 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13556         nnmail-pathname-coding-system.
13557
13558         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13559         that a user enters; decode group names in messages.
13560
13561         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13562
13563 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13564
13565         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13566
13567         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13568
13569         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13570         risky local variable.
13571
13572         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13573
13574 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13575
13576         * encrypt.el: Improve documentation to fix function name typo.
13577         Reported by Daiki Ueno <ueno@unixuser.org>.
13578
13579 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13582         even if the point is not in the last page of an article.
13583         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13584         back to the previous page.
13585
13586 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13589
13590 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13593
13594 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13595
13596         * message.el (message-check-news-body-syntax):
13597         Avoid mm-string-as-multibyte.
13598         (message-hide-headers): Don't assume (point-min)==1.
13599
13600 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13601
13602         * message.el (message-remove-blank-cited-lines): Fix if remove is
13603         given.
13604         (message-bogus-address-regexp): New variable.
13605         (message-bogus-recipient-p): New function.
13606         (message-check-recipients): New command.
13607         (message-syntax-checks): Add `bogus-recipient'.
13608         (message-fix-before-sending): Add `bogus-recipient'.
13609
13610         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13611         (gnus-treat-body-boundary): Don't test window-system.
13612
13613 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13614
13615         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13616
13617 2007-10-28  Miles Bader  <miles@gnu.org>
13618
13619         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13620         at compile-time too.
13621
13622 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13623
13624         * gnus-msg.el (gnus-message-setup-hook):
13625         Add `message-remove-blank-cited-lines' to options.
13626
13627 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13628
13629         * message.el (message-remove-blank-cited-lines): New function.
13630         Suggested by Karl Plästerer.
13631
13632 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13635         mapc.
13636
13637         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13638         (top-level): Use mapc to set functions to be traced for debugging.
13639
13640         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13641         called for effect with while loop.
13642
13643         * message.el (message-talkative-question): Replace mapcar called for
13644         effect with mapc.
13645
13646         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13647         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13648         called for effect with dolist.
13649
13650         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13651
13652         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13653         gnus-extra-headers and nnmail-extra-headers.
13654
13655         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13656         called for effect with dolist.
13657         (top-level): Use mapc to set functions to be traced for debugging.
13658
13659         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13660         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13661         dolist.
13662
13663         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13664         Replace mapcar called for effect with mapc.
13665         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13666         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13667         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13668         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13669
13670         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13671         remove-if that's a cl function.
13672
13673         * webmail.el (webmail-debug): Replace mapcar called for effect with
13674         dolist.
13675
13676         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13677         with mapc.
13678
13679 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13682         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13683         with while loop.
13684
13685         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13686         functions from article-* functions.
13687         (gnus-multi-decode-header): Replace mapcar called for effect with
13688         dolist.
13689
13690         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13691         (gnus-bookmark-show-details): Replace mapcar called for effect with
13692         while loop.
13693
13694         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13695         called for effect with while loop.
13696
13697         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13698         with dolist.
13699
13700         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13701         Replace mapcar called for effect with dolist.
13702
13703         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13704
13705         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13706         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13707         Replace mapcar called for effect with dolist.
13708         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13709         mapc.
13710
13711         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13712         Replace mapcar called for effect with dolist.
13713         (gnus-topic-list): Replace mapcar called for effect with mapc.
13714
13715         * gnus.el: Use mapc instead of mapcar to add autoloads.
13716
13717 2007-10-23  Richard Stallman  <rms@gnu.org>
13718
13719         * gnus-group.el (gnus-group-highlight): Mark as risky.
13720
13721 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * gnus.el (gnus-server-to-method): Return method found first in
13724         gnus-newsrc-alist.
13725
13726         * gnus-art.el (gnus-article-highlight-signature)
13727         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13728         button overlay without the front stickiness.
13729
13730 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13731
13732         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13733         overview buffer needed a catch to receive its throw.
13734         (gnus-agent-flush-cache): Declare as interactive to make this function
13735         easier to use.
13736
13737 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13740         `next-line'.
13741
13742 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13745         exclude address matching message-dont-reply-to-names.
13746
13747 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * gnus-util.el (gnus-string<): New function.
13750
13751         * gnus-sum.el (gnus-article-sort-by-author)
13752         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13753
13754 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13755
13756         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13757         the frame-focus tag is set in gnus-buffer-configuration.
13758
13759 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13760
13761         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13762         the front stickiness.
13763
13764 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13767         url pattern; remove duplicate one.
13768         (gnus-article-extend-url-button): New function.
13769         (gnus-article-add-buttons): Use it.
13770         (gnus-button-push): Use concatenated url that it makes.
13771
13772 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13773
13774         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13775
13776 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13777
13778         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13779         Don't hardcode point-min==1.
13780
13781 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13782
13783         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13784         Fix comment about "iso8859-1".
13785
13786 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13787
13788         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13789         ones returned from the verify-function.
13790
13791         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13792         Call mml2015-extract-cleartext-signature if extraction failed.
13793
13794 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13795
13796         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13797         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13798         failed.
13799
13800 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13801
13802         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13803
13804 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13805
13806         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13807         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13808         recommends to use EasyPG instead of PGG.
13809
13810         * pgg.el: Revert to revision 6.23.2.16.
13811
13812         * pgg-def.el: Revert to revision 6.6.2.14.
13813
13814         * pgg-gpg.el: Revert to revision 6.23.2.34.
13815
13816 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13817
13818         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13819         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13820         thread for both the null and zero (kill/expire thread) universal prefix
13821         cases.
13822         (gnus-summary-expire-thread): Add new function to expire a thread,
13823         using gnus-summary-kill-thread.
13824         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13825         shortcuts for gnus-summary-expire-thread.
13826         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13827         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13828
13829 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13830
13831         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13832         extras value, so an extras entry can be deleted.
13833         (gnus-registry-delete-extra-entry): Use it.
13834         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13835         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13836         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13837         storage through the gnus-registry, and provide an appropriate API for
13838         it.
13839
13840 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13843         Suggested by Leo <sdl.web@gmail.com>.
13844
13845         * gnus.el: Do.
13846
13847 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13850         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13851
13852         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13853
13854         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13855         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13856
13857 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13860         newline.
13861         (nnmbox-request-accept-article): Don't change article in source buffer;
13862         narrow to header to use message-fetch-field rather than
13863         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13864         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13865         as delimiters; make sure article ends with newline.
13866         (nnmbox-delete-mail): Correct last position of article to be deleted;
13867         ignore X-Gnus-Newsgroup header in article body.
13868         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13869         positions; make sure article ends with newline.
13870
13871         * message.el (message-display-abbrev): Don't infloop when a user
13872         inserts SPC in the beginning of header.
13873
13874         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13875         coding-system-for-read and coding-system-for-write for XEmacs having no
13876         file-coding feature.
13877
13878         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13879
13880 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13881
13882         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13883         list of groups not followed by default.  Fix type to be regexp.
13884         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13885
13886 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13887
13888         * hmac-def.el (define-hmac-function): Switch from old-style to
13889         new-style backquotes.
13890
13891         * md4.el (md4-make-step): Likewise.
13892
13893 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13896         raw-text coding system when saving .newsrc file, which may contain
13897         non-ASCII group names.
13898
13899 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-cus.el (gnus-score-extra): New widget.
13902         (gnus-score-extra-convert): New function.
13903         (gnus-score-customize): Use it for Extra.
13904
13905 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13906
13907         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13908         (mml2015-mailcrypt-clear-verify): Use it.
13909         (mml2015-gpg-clear-verify): Use it.
13910         (mml2015-pgg-clear-verify): Use it.
13911         (mml2015-epg-clear-verify): Replace the current part with the output
13912         from GnuPG; don't extract the plaintext by itself.
13913
13914         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13915         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13916         mml2015-clear-verify-function; don't touch the armor headers or
13917         dash-escaped text here.
13918
13919 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13920
13921         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13922         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13923         parts, or application/octet-stream as a last resort.
13924         (gnus-mime-view-part-as-type): Don't toggle display.
13925         (gnus-mime-view-part-as-charset): Don't turn off display before
13926         querying charset.
13927
13928         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13929         stuff to undisplayer function in Emacs.
13930         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13931
13932         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13933         text/calendar parts.
13934
13935 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13938         decoding text/calendar parts.
13939
13940         * message.el (message-forward-make-body-mime): Always mark body as
13941         having no illegible text; remove signed-or-encrypted argument.
13942         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13943
13944         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13945         (mml-generate-mime-1): Don't encode body if it is specified to be in
13946         raw form; don't make buffer be unibyte when inserting multibyte string.
13947
13948 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13949
13950         * sha1.el: Fix up comment style.
13951         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13952         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13953
13954         * hex-util.el: Fix up comment style.
13955         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13956
13957         * gnus-salt.el: Use with-current-buffer.
13958         (gnus-pick-setup-message): Fix long-standing typo.
13959
13960 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * imap.el (imap-logout-timeout): New variable.
13963         (imap-logout, imap-logout-wait): New functions.
13964         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13965
13966         * nnimap.el (nnimap-logout-timeout): New server variable.
13967         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13968         nnimap-logout-timeout.
13969
13970         * gnus-art.el (gnus-article-summary-command-nosave)
13971         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13972
13973 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus.el (gnus-maximum-newsgroup): New variable.
13976
13977         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13978         according to gnus-maximum-newsgroup.
13979
13980         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13981         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13982         Limit the range of articles according to gnus-maximum-newsgroup.
13983
13984 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13985
13986         * gnus-art.el (gnus-sticky-article): Fix problems described in
13987         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13988         Don't perform gnus-configure-windows here; reuse existing sticky
13989         article buffer.
13990
13991         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13992         it doesn't exist in gnus-article-mode.
13993
13994 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13997         (gnus-agent-decoded-group-name): New function.
13998         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13999         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14000
14001 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14002
14003         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14004         Add binding for gnus-sticky-article.
14005         (gnus-summary-exit): Don't kill sticky article buffers.
14006
14007         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14008         article buffer.
14009         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14010         (gnus-kill-sticky-article-buffers): New commands.
14011
14012 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * nntp.el (nntp-xref-number-is-evil): New server variable.
14015         (nntp-find-group-and-number): If it is non-nil, don't trust article
14016         numbers in the Xref header.
14017
14018 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * gnus-agent.el (gnus-agent-read-group): New function.
14021         (gnus-agent-flush-group, gnus-agent-expire-group)
14022         (gnus-agent-regenerate-group): Use it.
14023         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14024         nnmail-pathname-coding-system.
14025
14026 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14029
14030         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14031         that are unread as unread, and also as selected so that information of
14032         marks having been changed by a user may be updated when exiting group.
14033
14034 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14035
14036         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14037
14038 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14041         calculated ignoring signature parts to gnus-treat-article.
14042
14043 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14046         a point here in order to keep the window start.
14047         (gnus-insert-mime-security-button): Make a button overlay without the
14048         front stickiness.
14049         (gnus-mime-display-security): Goto the end of a button.
14050
14051         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14052
14053 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14056         group-name-at-point.
14057         (gnus-group-completing-read): New function that offers decoded
14058         non-ASCII group names for completion.
14059         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14060         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14061         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14062         (gnus-group-fetch-control): Use it.
14063         (gnus-fetch-group): Use group-name-at-point for the initial value
14064         rather than the default value; use gnus-alive-p.
14065
14066         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14067         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14068         (gnus-summary-post-news): Use gnus-group-completing-read.
14069
14070         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14071         (gnus-read-move-group-name): Decode group name for completion.
14072
14073 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14074
14075         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14076         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14077         Yamaoka slightly modified the code).
14078
14079 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14082         (nnmail-split-incoming): Bind it.
14083
14084         * nnml.el (nnml-group-name-charset): New function.
14085         (nnml-decoded-group-name): Use it; don't decode group name if
14086         nnmail-group-names-not-encoded-p is non-nil.
14087         (nnml-encoded-group-name): New function.
14088         (nnml-group-pathname): Inline nnml-decoded-group-name.
14089         (nnml-request-expire-articles): Decode group name in message.
14090         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14091         nnmail-pathname-coding-system.
14092         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14093         not decoded ones according to nnmail-group-names-not-encoded-p.
14094         (nnml-generate-active-info): Use nnml-encoded-group-name.
14095
14096 2007-08-08  Glenn Morris  <rgm@gnu.org>
14097
14098         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14099         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14100         doc-strings and comments.
14101
14102 2007-07-25  Glenn Morris  <rgm@gnu.org>
14103
14104         * Relicense all FSF files to GPLv3 or later.
14105
14106 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * gnus-sum.el (gnus-summary-move-article):
14109         Make gnus-summary-respool-article work.
14110
14111 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14112
14113         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14114         string.
14115
14116 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14117
14118         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14119         that should be ignored when comparing distant RSS articles with local
14120         ones.
14121         (nnrss-make-hash-index): New function.  Create a hash index according
14122         to the ignored fields.
14123         (nnrss-check-group): Use it.
14124
14125 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14126
14127         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14128
14129         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14130
14131         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14132         the new optional argument ENCODED is non-nil.
14133         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14134         coding system for encoding group name.
14135         (gnus-group-make-rss-group): Pass un-encoded group name to
14136         gnus-group-make-group.
14137         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14138         encoded.
14139
14140         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14141         Encode group name to which articles are moved or copied.
14142         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14143         coding system for encoding Newsgroup, Followup-To and Xref headers.
14144
14145         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14146         marks; use nnheader-file-coding-system to write a file.
14147         (nnagent-retrieve-headers): Bind file-name-coding-system to
14148         nnmail-pathname-coding-system.
14149
14150         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14151
14152         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14153         (nnml-request-article, nnml-request-create-group)
14154         (nnml-request-rename-group, nnml-find-id)
14155         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14156         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14157         (nnml-save-marks): Use nnml-group-pathname instead of
14158         nnmail-group-pathname.
14159
14160         (nnml-request-create-group, nnml-request-expire-articles)
14161         (nnml-request-move-article, nnml-request-delete-group)
14162         (nnml-deletable-article-p, nnml-possibly-create-directory)
14163         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14164         (nnml-open-marks): Bind file-name-coding-system to
14165         nnmail-pathname-coding-system.
14166
14167         (nnml-request-article): Pass server argument to nnml-find-group-number.
14168         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14169         Pass server argument to nnml-possibly-create-directory.
14170         (nnml-request-accept-article): Pass server argument to
14171         nnml-active-number and nnml-save-mail.
14172         (nnml-find-group-number): Pass server argument to nnml-find-id.
14173         (nnml-request-update-info): Pass server argument to
14174         nnml-marks-changed-p.
14175
14176         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14177         (nnml-save-mail, nnml-active-number): Add server argument.
14178
14179         (nnml-request-delete-group): Warn if group is missing.
14180         (nnml-get-nov-buffer): Decode group name.
14181         (nnml-generate-active-info): Encode group name.
14182         (nnml-open-marks): Decode group name in messages.
14183
14184 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14187         if it is not specified.
14188         (gnus-article-pipe-part, gnus-article-save-part)
14189         (gnus-article-interactively-view-part, gnus-article-copy-part)
14190         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14191         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14192         (gnus-article-replace-part, gnus-article-delete-part)
14193         (gnus-article-view-part-as-type): Pass raw prefix argument to
14194         gnus-article-part-wrapper.
14195
14196 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-agent.el (gnus-agent-save-active):
14199         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14200
14201         * gnus-cache.el (gnus-cache-save-buffers)
14202         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14203         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14204         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14205         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14206         (gnus-cache-generate-active, gnus-cache-rename-group)
14207         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14208         (gnus-cache-update-overview-total-fetched-for):
14209         Bind file-name-coding-system to nnmail-pathname-coding-system.
14210         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14211         New variables.
14212         (gnus-cache-decoded-group-name): New function.
14213         (gnus-cache-file-name): Use it.
14214         (gnus-cache-generate-active): Use non-decoded group name for active.
14215
14216         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14217         right place.
14218         (gnus-write-active-file): Don't break non-ASCII group names.
14219
14220         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14221         nnmail-pathname-coding-system.
14222
14223         * lpath.el: Bind default-file-name-coding-system,
14224         file-name-coding-system and language-info-alist for XEmacs.
14225
14226         * gnus-uu.el (gnus-uu-decode-save): Typo.
14227
14228 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14231
14232 2007-07-14  David Kastrup  <dak@gnu.org>
14233
14234         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14235         finishing actions if we did not edit the article.
14236
14237 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14240         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14241         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14242         (gnus-agent-flush-group, gnus-agent-flush-cache)
14243         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14244         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14245         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14246         (gnus-agent-regenerate-group)
14247         (gnus-agent-update-files-total-fetched-for)
14248         (gnus-agent-update-view-total-fetched-for):
14249         Bind file-name-coding-system to nnmail-pathname-coding-system.
14250         (gnus-agent-group-pathname): Don't encode file names by
14251         nnmail-pathname-coding-system.
14252         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14253         coding-system-for-write instead of buffer-file-coding-system to
14254         gnus-agent-file-coding-system.
14255
14256         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14257         Decode group name.
14258
14259         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14260
14261         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14262         (gnus-read-newsrc-el-file): Make group names unibyte.
14263
14264         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14265         nnmail-pathname-coding-system.
14266
14267         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14268         (nnrss-request-delete-group): Bind file-name-coding-system to
14269         nnmail-pathname-coding-system.
14270         (nnrss-read-server-data, nnrss-read-group-data):
14271         Bind file-name-coding-system correctly.
14272         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14273
14274         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14275         (nntp-server-to-method-cache): New variable.
14276         (nntp-group-pathname): New function that decodes non-ASCII group names.
14277         (nntp-possibly-create-directory, nntp-marks-changed-p)
14278         (nntp-save-marks, nntp-open-marks): Use it.
14279         (nntp-possibly-create-directory, nntp-open-marks):
14280         Bind file-name-coding-system to nnmail-pathname-coding-system.
14281         (nntp-open-marks): Decode group names when bootstrapping marks.
14282
14283         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14284         Newsgroups and Followup-To headers.
14285
14286 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14287
14288         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14289         (gnus-server-closed-face, gnus-server-denied-face)
14290         (gnus-server-offline-face): Remove variable.
14291         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14292
14293         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14294         of modifying message-stack directly for XEmacs.
14295
14296         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14297         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14298         if the coding-system argument is nil for XEmacs.
14299
14300         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14301         mm-charset-override-alist.
14302
14303         * rfc2047.el: Don't require base64; require rfc2045 for the function
14304         rfc2045-encode-string.
14305         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14306         to quote the parameter value.
14307
14308 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14311         form in gnus-group-name-charset-method-alist.
14312
14313         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14314         overrides the default layout edit-form.
14315
14316         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14317
14318         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14319
14320 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14323         as unfetched articles.
14324
14325 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14328
14329 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14332         original back end that keeps marks in the local system.
14333
14334 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14337         arg of pop-to-buffer for XEmacs.
14338         (gnus-article-read-summary-keys): Ditto; don't restore window
14339         configuration if summary command ends up with neither article buffer
14340         nor summary buffer; describe bindings if summary keys end with C-h.
14341
14342 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * message.el (message-fix-before-sending): Skip raw message part to be
14345         forwarded while checking illegible text.
14346         (message-forward-make-body-mime, message-forward-make-body):
14347         Mark signed or encrypted raw message as having no illegible text.
14348
14349 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14352         (gnus-message-with-timestamp-1): New macro.
14353         (gnus-message-with-timestamp): New function.
14354         (gnus-message): Use them.
14355
14356         * nnheader.el (nnheader-message): Use them.
14357
14358 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14359
14360         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14361         .newsrc.eld file.
14362
14363 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * gnus-agent.el (gnus-agent-fetch-headers)
14366         (gnus-agent-retrieve-headers):
14367         Bind gnus-decode-encoded-address-function to identity.
14368
14369         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14370         available also when the server returns simply a dot.
14371
14372         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14373
14374 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14375
14376         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14377
14378 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14379
14380         * gnus-ems.el (gnus-x-splash): Make it work.
14381
14382         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14383         from being used.
14384
14385         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14386
14387 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14390         4th and the 5th arguments.
14391
14392         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14393         the front stickiness.
14394         (gnus-article-summary-command-nosave): Correct the order of the
14395         arguments passed to pop-to-buffer.
14396         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14397         summary command ends up with the article buffer.
14398
14399         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14400         the same faces.
14401
14402 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14403
14404         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14405
14406 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14407
14408         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14409         * gnus-sum.el (gnus-summary-highlight):
14410         * pgg.el (pgg-sign-region, pgg-sign):
14411         * mail-source.el (mail-source-delete-old-incoming-confirm):
14412         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14413
14414 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14415
14416         * gnus-art.el (gnus-mime-view-part-externally)
14417         (gnus-mime-view-part-internally): Fix predicate function passed to
14418         completing-read.
14419
14420         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14421
14422         * gnus.el (gnus-update-message-archive-method): Add :version.
14423
14424 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus.el (gnus-update-message-archive-method): New variable.
14427
14428         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14429         according to gnus-message-archive-method if
14430         gnus-update-message-archive-method is non-nil.
14431
14432 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14435         Suggested by Loic Dachary <loic@dachary.org>.
14436         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14437
14438 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * message.el (message-pop-to-buffer): Add switch-function argument.
14441         (message-mail): Pass switch-function argument to it.
14442
14443 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14444
14445         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14446         Improve doc string.
14447
14448 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14449
14450         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14451         (gnus-header-content):
14452         * gnus-cite.el (gnus-cite-10):
14453         * gnus-srvr.el (gnus-server-closed):
14454         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14455         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14456         (gnus-group-mail-3-empty, gnus-group-mail-low)
14457         (gnus-group-mail-low-empty, gnus-splash):
14458         * message.el (message-header-to, message-header-cc)
14459         (message-header-subject, message-header-other, message-header-name)
14460         (message-header-xheader, message-separator, message-cited-text)
14461         (message-mml): Lighten colors of faces used for dark background.
14462
14463 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14464
14465         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14466         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14467
14468 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * message.el (message-narrow-to-headers-or-head):
14471         Ignore mail-header-separator in the body.
14472
14473 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14476         same as window size.
14477
14478 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14479
14480         * message.el (message-font-lock-keywords): Use message-header-xheader
14481         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14482         ahead of the anything pattern, to get it recognized.
14483
14484 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14485
14486         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14487         spam.el loads uses it in the compiled defadvice form.
14488
14489 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14490
14491         * gnus-sum.el (gnus-articles-to-read)
14492         (gnus-summary-insert-old-articles): Don't truncate group name for
14493         `read-string'.
14494
14495         * gnus-util.el (gnus-limit-string): Delete this function.
14496
14497         * gnus-sum.el (gnus-simplify-subject-fully):
14498         Use `truncate-string-to-width' instead.
14499
14500 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14501
14502         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14503         Tell if, on summary exit, the next group has to be selected.
14504         (gnus-summary-exit): Use it.
14505
14506 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14509         non-break space.
14510
14511 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14514         Check if group is not a directory.
14515         (nnfolder-request-expire-articles): Don't delete articles if the target
14516         group is not available.
14517
14518         * nnml.el (nnml-request-create-group): Properly check if group is not a
14519         file.
14520         (nnml-request-expire-articles): Don't delete articles if the target
14521         group is not available.
14522
14523         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14524         Don't quote characters that are within parentheses.
14525
14526 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14527
14528         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14529         (gnus-handle-ephemeral-exit): Select article according to it.
14530
14531 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14532
14533         * message.el (message-insert-formated-citation-line): Remove newline.
14534         (message-citation-line-format): Add final \n here so that the user can
14535         avoid a blank line.
14536
14537 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14538
14539         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14540         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14541         Update lanl/arXiv support.
14542
14543 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14544
14545         * gnus.el: Bump version number.
14546
14547 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14548
14549         * gnus.el (gnus-version-number): Bump version.
14550
14551 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14552
14553         * gnus.el: No Gnus v0.6 is released.
14554
14555 2007-04-27  Didier Verna  <didier@xemacs.org>
14556
14557         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14558         * gmm-utils.el (gmm-regexp-concat): ... here.
14559         * message.el: Don't require 'gnus-util.
14560         (message-dont-reply-to-names): Handle name change above.
14561         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14562
14563 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14566         since the initial value varies according to the system.
14567
14568 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14569
14570         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14571
14572 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14573
14574         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14575
14576 2007-04-24  Didier Verna  <didier@xemacs.org>
14577
14578         Improve the type of gnus-ignored-from-addresses.
14579         * gnus-util.el (gnus-orify-regexp): New function.
14580         * message.el (gnus-util): Require it.
14581         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14582         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14583         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14584
14585 2007-04-24  Didier Verna  <didier@xemacs.org>
14586
14587         * gnus-sum.el:
14588         * gnus-utils.el: Fix some trailing whitespaces.
14589
14590 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14593         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14594         article's Message-ID; refer parent article in summary buffer.
14595
14596         * message.el (message-bounce): Call mime-to-mml.
14597
14598         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14599         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14600         optimize and/or forms properly.
14601
14602 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14603
14604         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14605         URL.
14606
14607 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14610
14611 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14612
14613         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14614         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14615         displayed of multipart/alternative part if it is invoked from summary
14616         buffer.
14617
14618         * mm-view.el (mm-inline-text-html-render-with-w3m)
14619         (mm-inline-text-html-render-with-w3m-standalone)
14620         (mm-inline-render-with-function): Use mail-parse-charset by default.
14621
14622 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14623
14624         * parse-time.el (parse-time-string-chars): Check if CHAR
14625         is less than the length of parse-time-syntax.
14626
14627 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14630         from gnus-newsgroup-processable.
14631
14632 2007-04-16  Didier Verna  <didier@xemacs.org>
14633
14634         * gnus-msg.el (gnus-configure-posting-styles):
14635         Handle message-signature-directory properly with :file syntax.
14636         Reported by "Leo".
14637
14638 2007-04-11  Didier Verna  <didier@xemacs.org>
14639
14640         New user option: message-signature-directory.
14641         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14642         * message.el (message-insert-signature): Ditto.
14643         * message.el (message-signature-file): Doc update.
14644         * message.el (message-signature-directory): New.
14645
14646 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * gnus-msg.el (gnus-inews-yank-articles):
14649         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14650
14651 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * message.el (message-yank-original): Make sure cited text ends with
14654         newline; don't exchange point and mark.
14655
14656 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14657
14658         * tls.el (open-tls-stream): Properly handle case where there
14659         is no associated buffer.
14660
14661 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14662
14663         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14664         message-yank-original, make sure (< mark TEXT point).
14665
14666 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14667
14668         * message.el (message-fill-column): New variable.
14669         (message-mode): Use it.  Add comment on a possible new hook.
14670
14671         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14672         (nnmail-get-new-mail): Reformat.
14673
14674         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14675
14676         * gmm-utils.el: Fix Commentary.
14677         (gmm-tool-bar-from-list): Fix typo in doc string.
14678
14679 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14680
14681         * message.el (message-yank-original): Don't switch point and mark
14682         unnecessarily to put point and mark as documented.
14683
14684 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14685
14686         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14687         from the message heads.
14688
14689 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14690
14691         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14692         article buffer does not have a window.  This may not be the best
14693         solution but is certainly better than setting the start of the null,
14694         that is the current, window.
14695
14696 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14697
14698         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14699         (gnus-draft-setup): Run it.
14700
14701         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14702         gnus-score-fast-scoring.  Allow regexp.
14703         (gnus-score-headers): Use it.
14704
14705         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14706         XEmacs.
14707
14708         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14709         string.
14710         (gnus-button-alist): Also catch `<f1> k ...'.
14711         (gnus-treat-display-x-face): Fix doc string.
14712
14713 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14714
14715         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14716         evaluation of gnus-extended-version to ensure correct generation of the
14717         User-Agent header when message-generate-headers-first is used.
14718
14719 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14720
14721         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14722         hashcash-path is nil.  Don't call callback with incorrect number of
14723         parameters if val is 0.
14724
14725 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14726
14727         * message.el (message-required-news-headers):
14728         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14729
14730 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14731
14732         * tls.el (open-tls-stream): In handshake-waiting loop,
14733         don't wait more if there is output available to process.
14734
14735 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14736
14737         * tls.el (tls-program): Doc fix.
14738
14739 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * message.el (message-generate-new-buffers): Change the meaning of the
14742         nil value; add `standard' to the choices; treat t as `unique'; improve
14743         doc string.
14744         (gnus-select-frame-set-input-focus): Autoload.
14745         (message-buffer-name): Search for the existing message buffer if
14746         message-generate-new-buffers is nil or `standard'; treat the value t of
14747         message-generate-new-buffers as `unique'.
14748         (message-pop-to-buffer): Raise the frame already displaying the message
14749         buffer; clear the echo area after querying.
14750         (message-setup): Pass the `continue' argument to compose-mail.
14751         (message-mail): Prefer `switch-function' if it is given; search for the
14752         existing message buffer if the `continue' argument is non-nil; pass
14753         continue and switch-function arguments to compose-mail by way of
14754         message-setup.
14755         (message-mail-other-window): Adjust argument of message-setup.
14756         (message-mail-other-frame): Ditto.
14757
14758 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14761         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14762         to turn font-lock on when turning gnus-message-citation-mode on.
14763
14764 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14765
14766         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14767         (mml-smime-function-alist): New variable; add epg as the backend.
14768         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14769         mml-smime- functions instead.
14770         * mm-view.el: Require smime.
14771
14772 2007-03-05  Didier Verna  <didier@xemacs.org>
14773
14774         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14775         instead of just inheritance for posting styles.
14776         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14777
14778 2007-02-24  Chris Moore  <dooglus@gmail.com>
14779
14780         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14781         * pgg-pgp.el (pgg-pgp-encrypt-region):
14782         * pgg-gpg.el (pgg-gpg-encrypt-region):
14783         Check pgg-encrypt-for-me if no other recipients.
14784
14785 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14786
14787         * tls.el (tls-certtool-program): Fix custom type.
14788
14789 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14792         and point-at-eol instead of line-(beginning|end)-position.
14793
14794         * assistant.el (assistant-parse-buffer): Ditto.
14795
14796         * netrc.el (netrc-parse-services): Ditto.
14797
14798 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14799
14800         * mml2015.el (mml2015-epg-find-usable-key): New function.
14801         (mml2015-epg-sign): Use it.
14802         (mml2015-epg-encrypt): Use it.
14803
14804 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * message.el (message-make-in-reply-to): Quote name containing
14807         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14808         if there are special characters.  Reported by NAKAJI Hiroyuki
14809         <nakaji@jp.freebsd.org>.
14810
14811 2007-02-27  Didier Verna  <didier@xemacs.org>
14812
14813         Include the group parameters as well as the topic ones in the
14814         inheritance filter process.
14815         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14816         argument GROUP-PARAMS-LIST.
14817         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14818
14819 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * nntp.el (nntp-never-echoes-commands)
14822         (nntp-open-connection-functions-never-echo-commands): New variables.
14823         (nntp-send-command): Use them.
14824
14825 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14826
14827         * mml2015.el (mml2015-epg-verify): Simplify.
14828
14829 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * mml.el (mml-content-disposition-alist): New user option.
14832         (mml-content-disposition): New function.
14833         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14834         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14835
14836 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14837
14838         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14839         verification.
14840
14841 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14842
14843         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14844         articles posted in the last 24 hours.
14845
14846 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14847
14848         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14849
14850 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14851
14852         * nntp.el (nntp-send-command): Don't wait for echoes when
14853         nntp-open-ssl-stream is used.
14854
14855 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14856
14857         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14858         (gnus-message-add-citation-keywords)
14859         (gnus-message-remove-citation-keywords): Remove.
14860         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14861         directly, make the variables in font-lock-defaults buffer-local, add
14862         gnus-message-citation-keywords to them and then update the value of
14863         font-lock-keywords.
14864
14865 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * message.el (message-cite-original-1): Don't call
14868         gnus-article-highlight-citation.
14869
14870         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14871         citations; fix line count.
14872
14873 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14876         (gnus-message-add-citation-keywords)
14877         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14878         versions of font-lock-add-keywords and font-lock-remove-keywords to
14879         work with XEmacs correctly.
14880
14881 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * gnus-cite.el (gnus-cite-face-list): Set the values of
14884         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14885         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14886         (gnus-message-cite-prefix-regexp): New variable.
14887         (gnus-message-search-citation-line): Use it; protect against long
14888         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14889         the 0th match data for Emacs.
14890         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14891         (gnus-message-add-citation-keywords): Append keywords rather than
14892         prepending; emulate font-lock-add-keywords if it is not available.
14893         (gnus-message-remove-citation-keywords):
14894         Emulate font-lock-remove-keywords if it is not available.
14895
14896         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14897
14898         * message.el (message-cite-prefix-regexp): Set the value of
14899         gnus-message-cite-prefix-regexp.
14900
14901 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14902
14903         * nnweb.el (nnweb-google-parse-1): Update parser.
14904
14905 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14906
14907         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14908
14909 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14910
14911         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14912         regexp.
14913
14914 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14917         string-to-multibyte.
14918         (uudecode-decode-region-internal): Use it.
14919
14920         * lpath.el: Fbind string-as-multibyte for XEmacs.
14921
14922 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14923
14924         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14925         Fix custom choice.
14926
14927         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14928
14929 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14930
14931         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14932
14933         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14934         `write-region' to respect `mm-inhibit-file-name-handlers'.
14935
14936 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14937
14938         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14939         Use gnus-home-directory instead of "~/" or "$HOME".
14940
14941 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14942
14943         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14944         to mention filename.
14945         Add comments at beginning regarding usage.
14946         (encrypt-write-file-contents): Change interactive so a string is
14947         acceptable.  If the file has no associated model, show an error instead
14948         of a nonsense prompt.
14949
14950 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14951
14952         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14953         Thanks to Yoshihiko Yamada for kind notification of this typo.
14954
14955 2007-01-12  Kenichi Handa  <handa@m17n.org>
14956
14957         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14958         multibyte buffer.
14959
14960 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14961
14962         * gnus-score.el (gnus-score-fast-scoring): New variable.
14963         (gnus-score-headers): Use it.
14964
14965         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14966
14967         * message.el (message-cite-original-1):
14968         Call gnus-article-highlight-citation if requested.
14969         (message-make-from): Allow name and address as optional arguments.
14970
14971         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14972
14973         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14974         bugs to doc string.
14975         (gnus-button-alist): Add mid\\|message-id.
14976         (gnus-button-fetch-group): Extend for use in
14977         `browse-url-browser-function'.
14978         (gnus-button-url-regexp): Try to catch paired parentheses like in
14979         Wikipedia URLs.
14980
14981         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14982         Suggested by Simon Krahnke <overlord@gmx.li>.
14983
14984 2007-01-13  Romain Francoise  <romain@orebokech.com>
14985
14986         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14987         Update copyright.
14988
14989 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14990
14991         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14992
14993 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14994
14995         * gnus-registry.el (gnus-registry-unfollowed-groups)
14996         (gnus-registry-split-fancy-with-parent): Fix documentation.
14997
14998 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14999
15000         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15001         from nnweb groups.
15002
15003 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15004
15005         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15006         Xref urls.  Erase buffer before requesting head.
15007
15008         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15009
15010 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15011
15012         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15013         customizable.
15014
15015 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15016
15017         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15018         no signing key is found.
15019         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15020         no encrypting and/or signing key is found.
15021
15022 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15025
15026 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15027
15028         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15029         headers read from disk with the ones newly found in the current search.
15030         This should no longer cause problems, because the article numbers in
15031         Gmane's `nov.php' output are ignored since the previous change.
15032
15033 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15034
15035         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15036
15037 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15040         replace-regexp-in-string; bind url-version; fbind display-images-p and
15041         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15042         find-face and set-itimer-function for Emacs; bind itimer-list for
15043         Emacs.
15044
15045         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15046
15047 2007-01-01  Romain Francoise  <romain@orebokech.com>
15048
15049         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15050
15051 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15052
15053         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15054         `define-minor-mode' macro definition expanded properly.
15055         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15056         exclude it there.
15057
15058         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15059         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15060         `fboundp' test.
15061         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15062         This is OK to autoload in (S)XEmacs now.
15063
15064 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15065
15066         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15067         keystroke.
15068         (gnus-summary-limit-to-singletons): Fix typo.
15069
15070         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15071         else fails.
15072
15073 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15074
15075         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15076         docstring.
15077
15078         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15079         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15080         (gnus-summary-insert-dormant-articles): Fix typo in message.
15081
15082 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15085         nil for XEmacs.
15086         (gnus-message-citation-mode): Don't autoload in XEmacs.
15087
15088         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15089
15090 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15091
15092         * nnimap.el (nnimap-expunge-search-string):
15093         Mention nnimap-search-uids-not-since-is-evil in docstring.
15094
15095 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15096
15097         * spam.el: Revert to make-obsolete-variable because
15098         define-obsolete-variable-alias is not supported in Emacs 21.
15099
15100         * spam.el (spam-ifile-path, spam-ifile-database-path)
15101         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15102         make-obsolete-variable.
15103         (spam-bsfilter-path, spam-bsfilter-program)
15104         (spam-spamassassin-path, spam-spamassassin-program)
15105         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15106         Don't use "path" inappropriately.
15107         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15108         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15109         variable names.
15110
15111 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15112
15113         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15114         summary buffer.
15115
15116         * password.el (password-cache-remove): Use clear-string to burn
15117         password, if available.
15118
15119 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15120
15121         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15122
15123         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15124
15125         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15126         (gnus-message-highlight-citation): Move defcustom here from
15127         gnus-cite.el.
15128         (gnus-message-citation-mode): Autoload.
15129
15130         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15131         checks to make it compile with XEmacs.
15132         (gnus-message-citation-mode): New minor mode.
15133         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15134         (gnus-message-highlight-citation): New variables.
15135         (gnus-message-search-citation-line)
15136         (gnus-message-add-citation-keywords)
15137         (gnus-message-remove-citation-keywords)
15138         (turn-on-gnus-message-citation-mode)
15139         (turn-off-gnus-message-citation-mode): New functions.
15140
15141 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15142
15143         * gnus-cite.el: Enable highlighting of different citation levels in
15144         message-mode.
15145
15146 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15147
15148         * message.el (message-make-fqdn): Fix comment.
15149         (message-bogus-system-names): Add ".local".
15150
15151         * spam.el (spam-ifile-path, spam-ifile-program)
15152         (spam-ifile-database-path, spam-ifile-database)
15153         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15154         Don't use "path" inappropriately.
15155         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15156         strings.
15157         (spam-check-ifile, spam-ifile-register-with-ifile)
15158         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15159         Use new variable names.
15160
15161         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15162         (gnus-treat-display-smileys): Simplify using
15163         gnus-image-type-available-p.
15164
15165         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15166         available.
15167
15168         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15169         Use `display-images-p' if available.
15170
15171 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15174         one after turning on the buffer's multibyteness instead of decoding
15175         them directly in the unibyte buffer that causes unexpected conversion
15176         in Emacs 23 (unicode).
15177
15178 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15179
15180         * message.el (message-generate-hashcash): Fix custom type.
15181
15182 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15183
15184         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15185
15186 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15187
15188         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15189         disconnect icons.  Add help text.
15190
15191 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15192
15193         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15194         negated to be consistent with the others we handle.
15195
15196 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15197
15198         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15199         version of gnus-summary-buffer to something, so that we can use two
15200         article buffers at the same time.
15201
15202 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15203
15204         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15205         trigger all the extra headers.
15206         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15207         sorting.
15208
15209 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15210
15211         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15212         solid groups.
15213
15214 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15215
15216         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15217
15218 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15219
15220         * legacy-gnus-agent.el: Add Copyright notice.
15221
15222 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15223
15224         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15225
15226 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15227
15228         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15229
15230         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15231         to make it work reliably in CVS Emacs.
15232         (gnus-summary-limit-strange-charsets-predicate)
15233         (gnus-summary-limit-to-predicate): New functions.
15234
15235 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15236
15237         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15238         specifying array size.
15239         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15240         array if it is too small.
15241         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15242         (gnus-sort-threads-loop): New function.
15243
15244 2006-12-06  Chris Moore  <dooglus@gmail.com>
15245
15246         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15247         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15248
15249 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15250
15251         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15252         options.
15253
15254 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15255
15256         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15257         DOS-ing the recipient.
15258
15259         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15260         the headers when creating the mapping to avoid mismappings.
15261         (nnweb-gmane-create-mapping): Always nix out old mapping.
15262
15263 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15266         and mm-verify-option to never.
15267
15268 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * message.el (message-signed-or-encrypted-p): New function.
15271         (message-forward-make-body): Use it.
15272
15273         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15274         Replace encode-coding-string with mm-encode-coding-string.
15275
15276 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * nneething.el (nneething-decode-file-name):
15279         Replace decode-coding-string with mm-decode-coding-string.
15280
15281         * gnus-int.el (gnus-open-server): Say failed server's name.
15282
15283 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15284
15285         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15286         strings to a single string.  Quote `errors-file-name'.
15287         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15288         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15289         Adjust calls.  Use `shell-quote-argument'.
15290
15291 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15292
15293         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15294         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15295
15296         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15297         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15298         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15299         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15300         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15301         (gnus-subscribe-newsgroup, gnus-1):
15302         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15303         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15304         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15305         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15306
15307 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15308
15309         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15310         keystroke.
15311         (gnus-summary-limit-to-bodies): Implement headersp.
15312
15313 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15314
15315         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15316
15317 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15320
15321 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15322
15323         * message.el (message-generate-hashcash): Expand range of values to
15324         include `opportunistic'.
15325         (message-send-mail): Use it.
15326
15327 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15328
15329         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15330         and comment it.
15331
15332         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15333
15334 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15335
15336         * gnus-util.el (gnus-extract-address-components): Improve comment.
15337
15338 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-util.el (gnus-extract-address-components): Work with address in
15341         which the name portion contains @.
15342
15343         * lpath.el: Fbind custom-autoload.
15344
15345 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15346
15347         * gnus.el (gnus-start): Move custom group up.
15348         (gnus-select-method): Don't autoload, but make it available for
15349         `customize-variable'.
15350         (gnus-getenv-nntpserver): Don't autoload.
15351
15352 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15353
15354         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15355
15356 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15357
15358         * message.el (message-sendmail-extra-arguments): New variable.
15359         (message-send-mail-with-sendmail): Use it.
15360
15361 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15364         mm-with-unibyte-current-buffer to make string unibyte.
15365
15366         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15367         mm-string-as-multibyte.
15368
15369 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15370
15371         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15372         Reported by Werner Koch <wk@gnupg.org>.
15373
15374 2006-11-14  Daiki Ueno  <ueno@p360>
15375
15376         * mml2015.el: Autoload epa-select-keys when compiling.
15377
15378 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15379
15380         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15381         message-options.
15382         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15383
15384 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15385
15386         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15387         EasyPG (< 0.0.6).
15388         (mml2015-always-trust): New user option.
15389         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15390         prompt.
15391
15392 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15393
15394         * nntp.el (nntp-authinfo-force): New variable.
15395         (nntp-send-authinfo): Use it.
15396
15397 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15398
15399         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15400         decode encoded words.  Improve prompt.  Add comment about forwarding.
15401         (message-replacement-char): Move up.
15402
15403 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15404
15405         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15406         instead of gnus-intersection because arguments of gnus-sorted-nunion
15407         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15408
15409 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15410
15411         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15412         (message-simplify-subject-functions):
15413         Enable message-strip-subject-encoded-words by default.
15414
15415 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15416
15417         * message.el (message-strip-subject-encoded-words): New function.
15418         (message-simplify-subject-functions): New variable.
15419         (message-simplify-subject): Use it.  Fix typo in doc string.
15420         Support message-strip-subject-encoded-words.
15421
15422 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15423
15424         * gnus-diary.el (gnus-diary-delay-format-function):
15425         * nndiary.el (nndiary-reminders):
15426         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15427
15428 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15429
15430         * gnus-art.el (article-hide-boring-headers): Fetch date from
15431         gnus-original-article-buffer to avoid problems with localized date
15432         strings.
15433
15434 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15435
15436         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15437
15438 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15439
15440         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15441         New variables.
15442         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15443         (mm-charset-synonym-alist): Move some entries to
15444         mm-codepage-iso-8859-list.
15445         (mm-charset-synonym-alist, mm-charset-override-alist):
15446         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15447
15448 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15449
15450         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15451
15452 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15453
15454         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15455         with Emacs 21 and XEmacs.
15456
15457 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15458
15459         * spam.el (spam-parse-address): New function for better parsing,
15460         catching errors, etc.
15461         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15462
15463 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15464
15465         * mm-view.el: Add interactive arg to html2text autoload.
15466
15467 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15470
15471 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15472
15473         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15474         New variables.
15475         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15476         (mm-charset-synonym-alist): Move some entries to
15477         mm-codepage-iso-8859-list.
15478
15479         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15480
15481 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15482
15483         * message.el (message-citation-line-format)
15484         (message-insert-formated-citation-line): Fix implementation of %E, %N
15485         and %n according to the doc string.
15486
15487 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15488
15489         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15490         Use car-safe to avoid bad parses.
15491
15492 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15493
15494         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15495         names.
15496
15497         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15498
15499 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15502         header.
15503
15504         * message.el (message-draft-headers): Add Date.
15505         (message-headers-to-generate): Fix typo in docstring.
15506
15507         * nndraft.el (nndraft-required-headers): New variable.
15508         (nndraft-generate-headers): Use it.
15509
15510         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15511
15512 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15513
15514         * gnus-registry.el (gnus-registry-wash-for-keywords)
15515         (gnus-registry-find-keywords): New functions to allow easy searching of
15516         articles that are in the registry.
15517
15518 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15519
15520         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15521         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15522         Reported by Damien Elmes <damien@repose.cx>.
15523
15524 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * gnus.el (gnus-mime): Remove unused custom group.
15527
15528 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15529
15530         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15531         "blank line" when searching for end of armor headers.
15532
15533 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15534
15535         * gmm-utils.el (gmm-write-region): Fix variable name.
15536
15537 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15538
15539         * gmm-utils.el (gmm-write-region): New function based on compatibility
15540         code from `mm-make-temp-file'.
15541
15542         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15543
15544         * nnmaildir.el (nnmaildir--update-nov)
15545         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15546         Use `gmm-write-region'.
15547
15548 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15549
15550         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15551         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15552
15553         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15554
15555         * message.el (message-replacement-char): New variable.
15556         (message-fix-before-sending): Use it.
15557         (message-simplify-subject): New function to remove duplicate code.
15558         (message-reply, message-followup): Use it.
15559
15560         * gnus-sum.el (gnus-summary-make-menu-bar):
15561         Clarify gnus-summary-limit-to-articles.
15562
15563 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15564
15565         * gnus-util.el (gnus-with-local-quit): New macro.
15566
15567         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15568
15569 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15570
15571         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15572         ignore non-string data.
15573
15574 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15575
15576         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15577         non-string data (needs to be done in the registry too).
15578
15579 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15580
15581         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15582         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15583         (gnus-registry-split-fancy-with-parent)
15584         (gnus-registry-fetch-simplified-message-subject-fast)
15585         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15586         Remove text properties on ingress into the registry and when it's saved.
15587         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15588         registry from entries with no groups.
15589
15590 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15591
15592         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15593         function to remove string properties.
15594
15595 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15596
15597         * gmm-utils.el (gmm): Adjust custom version.
15598
15599         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15600         Adjust custom version.
15601
15602         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15603
15604 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15605
15606         * gnus-art.el (gnus-insert-prev-page-button)
15607         (gnus-insert-next-page-button): Simplify.  Reformat.
15608
15609 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15610
15611         * gnus-art.el (gnus-insert-prev-page-button)
15612         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15613
15614 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15615
15616         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15617
15618 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15619
15620         * gnus-art.el (gnus-insert-mime-button)
15621         (gnus-insert-mime-security-button):
15622         Apply gnus-article-button-face to MIME and security buttons.
15623
15624 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15625
15626         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15627         readable.
15628
15629 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15632
15633 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15634
15635         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15636         `browse-url-of-file' instead of `browse-url'.
15637
15638 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15639
15640         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15641         regexp.  Articles containing quotation were cut prematurely.
15642
15643 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * message.el (message-cite-original-1): Use nobody by default for the
15646         value of From header.
15647         (message-reply): Ditto.
15648
15649 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15650
15651         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15652         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15653         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15654
15655 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15656
15657         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15658         mails in the doc string.  Add some URLs in comment.
15659         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15660
15661 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15664         backslashes handling and the way to find boundaries of quoted strings.
15665
15666 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15667
15668         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15669         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15670         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15671         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15672
15673 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15676         doc string.
15677         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15678
15679 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * lpath.el: Fbind epg-check-configuration.
15682
15683 2006-09-06  Simon Josefsson  <jas@extundo.com>
15684
15685         * mml2015.el (mml2015-use): Doc fix, mention epg.
15686
15687 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15688
15689         * mml2015.el (mml2015-use): Default to epg, if available.
15690
15691 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15692
15693         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15694         message-sender.
15695         (mml1991-epg-encrypt): Ditto.
15696         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15697         message-sender.
15698         (mml2015-epg-encrypt): Ditto.
15699
15700 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15701
15702         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15703         several common directories.
15704
15705 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15706
15707         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15708         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15709
15710 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15711
15712         * gnus-art.el (article-decode-encoded-words): Make it fast.
15713
15714 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15717
15718         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15719         in quoted string into `\'.
15720
15721 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15724         Use standard-syntax-table.
15725
15726 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15727
15728         * gnus-art.el (gnus-decode-address-function): New variable.
15729         (article-decode-encoded-words): Use it to decode headers which are
15730         assumed to contain addresses.
15731         (gnus-mime-delete-part): Remove useless `or'.
15732
15733         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15734         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15735         (gnus-nov-parse-line): Use it to decode From header.
15736         (gnus-get-newsgroup-headers): Ditto.
15737         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15738
15739         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15740         (mail-decode-encoded-address-string): New alias.
15741
15742         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15743         New function.
15744         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15745         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15746         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15747         (rfc2047-decode-string): Ditto.
15748         (rfc2047-decode-address-region): New function.
15749         (rfc2047-decode-address-string): New function.
15750
15751 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15752
15753         * message.el (message-caesar-buffer-body): Allow rotating headers.
15754
15755         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15756
15757         * message.el (message-insert-formated-citation-line): Fix %f.
15758         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15759
15760 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15763         (gnus-bookmark-mouse-available-p): New macro.
15764         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15765         (gnus-bookmark-bmenu-show-infos): Use it.
15766         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15767         (gnus-bookmark-bmenu-hide-infos): Ditto.
15768         (gnus-bookmark-remove-properties): New function.
15769         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15770         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15771         (gnus-bookmark-write-file): Bind coding-system-for-write.
15772         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15773         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15774         group before selecting it.
15775         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15776         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15777         quit-window if it is not available; use gnus-mouse-2 and bind it to
15778         gnus-bookmark-bmenu-select-by-mouse.
15779         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15780         (gnus-bookmark-bmenu-select-by-mouse): New function.
15781
15782 2006-08-13  Romain Francoise  <romain@orebokech.com>
15783
15784         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15785         space.
15786
15787 2006-08-10  Romain Francoise  <romain@orebokech.com>
15788
15789         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15790         (dns-mode-soa-auto-increment-serial): New user option.
15791         (dns-mode-soa-maybe-increment-serial): New function.
15792         (dns-mode): Add the latter to `write-contents-functions'.
15793
15794 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * compface.el (uncompface): Use binary rather than raw-text-unix.
15797
15798 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * compface.el (uncompface): Make sure the eol conversion doesn't take
15801         place when communicating with the external programs.
15802         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15803
15804 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15807
15808 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15809
15810         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15811         Make it more robust by parsing author and date independently.
15812
15813 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15816
15817 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15818
15819         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15820         first matching secret key.
15821         (mml2015-epg-encrypt): Ditto.
15822
15823         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15824         first matching secret key.
15825         (mml1991-epg-encrypt): Ditto.
15826
15827         * mml2015.el (mml2015-encrypt-to-self): New user option.
15828         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15829         mml2015-epg-encrypt-to-self is set.
15830
15831         * mml1991.el (mml1991-encrypt-to-self): New variable.
15832         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15833         mml1991-epg-encrypt-to-self is set.
15834
15835         * mml2015.el (mml2015-signers): New user option.
15836         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15837         (mml2015-epg-encrypt): Allow to select signing keys.
15838
15839         * mml1991.el (mml1991-signers): New variable.
15840         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15841         (mml1991-epg-encrypt): Allow to select signing keys.
15842
15843 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15844
15845         * nnheader.el (nnheader-insert-head): Make it work even if the file
15846         uses CRLF for the line-break code.
15847
15848 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15849
15850         * mml2015.el: Require mml-sec instead of password.
15851         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15852         (mml2015-cache-passphrase): Inherit the default value from
15853         mml-secure-cache-passphrase.
15854         (mml2015-passphrase-cache-expiry): Inherit the default value from
15855         mml-secure-passphrase-cache-expiry.
15856
15857         * mml1991.el: Require mml-sec instead of password.
15858         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15859         (mml1991-cache-passphrase): Inherit the default value from
15860         mml-secure-cache-passphrase.
15861         (mml1991-passphrase-cache-expiry): Inherit the default value from
15862         mml-secure-passphrase-cache-expiry.
15863
15864         * mml-sec.el: Require password.
15865         (mml-secure-verbose): New user option.
15866         (mml-secure-cache-passphrase): New user option.
15867         (mml-secure-passphrase-cache-expiry): New user option.
15868
15869 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15870             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15871
15872         * pgg-def.el (pgg-truncate-key-identifier):
15873         Truncate the key ID to 8 letters from the end.
15874
15875 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15876
15877         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15878         workaround for the url package included with Emacs.
15879
15880         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15881
15882 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15885         correctly.  This fixes a bug caused by the 2006-05-12 change.
15886
15887 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15888
15889         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15890         some information about the error when saying that the `bogus' mail
15891         group will be used.
15892
15893 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15894
15895         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15896         string.
15897
15898 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15899
15900         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15901
15902 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15903
15904         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15905
15906 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15907
15908         * mml1991.el (mml1991-function-alist): Add epg.
15909         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15910         (mml1991-epg-encrypt): New functions.
15911
15912 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15913
15914         * mml2015.el (mml2015-verbose): New variable.
15915         (mml2015-cache-passphrase): Ditto.
15916         (mml2015-passphrase-cache-expiry): Ditto.
15917         (mml2015-function-alist): Add epg.
15918         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15919         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15920         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15921         New functions.
15922
15923 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15924
15925         * message.el (message-cite-original-1): Preserve region when removing
15926         quoted text due to X-No-Archive in order to avoid bogus attribution
15927         when citing multiple messages.
15928
15929 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15930
15931         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15932         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15933
15934 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15935
15936         * gnus-diary.el (gnus-user-format-function-d)
15937         (gnus-user-format-function-D): Autoload.
15938
15939         * imap.el (Commentary): Fix typo.
15940
15941         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15942         2006-04-22 contribution.
15943
15944 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15945
15946         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15947         It didn't really fix the bogosity I'm seeing with solid web groups.
15948
15949 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15950
15951         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15952         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15953         created using server names.  If we use the feature without declaring
15954         it, Gnus does not properly manage server and group state.
15955
15956         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15957         bound.
15958
15959 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15960
15961         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15962         looking up the method using GROUP's prefix before inventing a new one.
15963         It is used on killed/unknown groups in various places where returning
15964         an all-new method isn't expected by the caller.
15965
15966         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15967         and match semantics of gnus-group-real-prefix.
15968
15969 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * nnmail.el (nnmail-broken-references-mailers): New variable.
15972         (nnmail-ignore-broken-references): New function generalizing
15973         nnmail-fix-eudora-headers.
15974         (nnmail-fix-eudora-headers): Now obsolete.
15975
15976         * gnus-art.el (gnus-button-handle-custom):
15977         Support `customize-apropos*'.
15978
15979 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15980
15981         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15982
15983         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15984         articles.
15985
15986 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15987
15988         * message.el (message-cite-reply-above): New variable.
15989         (message-yank-original): Use it.
15990
15991 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15992
15993         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15994
15995 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15996
15997         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15998         as read.
15999
16000         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16001
16002 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16005         (gnus-bookmark-default-file): Use gnus-directory.
16006         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16007         Remove "*" in doc string.
16008         (gnus-bookmark-write-file): Simplify.
16009         (gnus-bookmark-maybe-sort-alist): Use `when'.
16010         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16011         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16012         Add FIXME about Emacs 21 and XEmacs compatibility.
16013         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16014         compatibility.
16015         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16016         compatibility.
16017         (gnus-bookmark-menu-heading): Fix version.
16018
16019 2006-06-19  Bastien Guerry  <bzg@altern.org>
16020
16021         * gnus-bookmark.el: New file.
16022
16023 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * message.el (message-syntax-checks): Doc fix.
16026
16027 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16028
16029         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16030         unsubscribed groups as if they were killed ones.  It causes duplicate
16031         entries in gnus-newsrc-alist.
16032
16033 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * message.el (message-syntax-checks): Doc fix.
16036         (message-send-mail): Add check for continuation headers.
16037         (message-check-news-header-syntax): Fix regexp used to check for
16038         continuation headers.
16039
16040 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16043
16044 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16045
16046         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16047
16048 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16049
16050         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16051         default-truncate-lines.
16052
16053 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16054
16055         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16056         to fill the utf-8 entry.
16057
16058         * lpath.el: Fbind unicode-precedence-list.
16059
16060 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16061
16062         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16063
16064 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16065
16066         * gnus-agent.el (directory-files-and-attributes): Move all the way
16067         forward (the third and final move).
16068         (gnus-agent-read-agentview): Trap reconstruction errors due to
16069         nonexistent directory.  Handle by returning nil.
16070
16071 2006-05-30  Didier Verna  <didier@xemacs.org>
16072
16073         * message.el (message-dont-reply-to-names): Update the custom type.
16074         * message.el (message-dont-reply-to-names): New defsubst: potentially
16075         convert a list of regexps into a single one.
16076         * message.el (message-get-reply-headers): Use it.
16077         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16078
16079 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16080
16081         * gnus-agent.el (directory-files-and-attributes): Move forward.
16082
16083 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16084
16085         * gnus-ml.el (gnus-mailing-list-subscribe)
16086         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16087         (gnus-mailing-list-message): Fix doc strings.
16088
16089 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16090
16091         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16092         of doing it manually.
16093
16094 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16095
16096         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16097         comment.
16098
16099 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16100
16101         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16102         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16103         (gnus-agent-read-local): All symbols allocated in my-obarray.
16104         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16105         (gnus-agent-regenerate-group): Check numeric names to see if they are
16106         messages or groups.
16107         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16108         better way of do this...)
16109
16110         * gnus-cache.el (gnus-agent-total-fetched-for):
16111         Ignore 'dummy.group' (there should be a better way of do this...)
16112
16113 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16114
16115         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16116         (gnus-saved-headers): Ditto.
16117         (gnus-default-article-saver): Mention functions may have properties.
16118         (gnus-article-save): Override gnus-save-all-headers and
16119         gnus-saved-headers by :headers property which saver function may have.
16120         (gnus-summary-save-in-file): Add :headers property.
16121         (gnus-summary-write-to-file): Ditto.
16122
16123         * gnus-sum.el (gnus-summary-save-article): Bind
16124         gnus-prompt-before-saving to t when saving many articles in a file;
16125         always show all headers.
16126
16127         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16128
16129 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16130
16131         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16132         marks.
16133
16134         * message.el (message-indent-citation): Add optional arguments to allow
16135         using it outside of message buffers.
16136
16137         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16138         (gnus-article-treat-unfold-headers): Use it.
16139         (gnus-article-truncate-lines): New variable.
16140         (gnus-article-mode): Use it.
16141         (gnus-article-toggle-truncate-lines): New function.
16142
16143         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16144         Add gnus-article-toggle-truncate-lines.
16145
16146         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16147         coding system in XEmacs, use binary.
16148
16149 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16150
16151         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16152         after-load-alist.
16153
16154         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16155         this function should save decoded articles.
16156         (gnus-summary-write-to-file): Use property to specify this function
16157         should save decoded articles and specify gnus-summary-save-in-file
16158         should be used to save articles other than the first one when saving
16159         many articles.
16160         (gnus-summary-save-body-in-file): Use property to specify this
16161         function should save decoded articles.
16162         (gnus-summary-write-body-to-file): Use property to specify this
16163         function should save decoded articles and specify
16164         gnus-summary-save-body-in-file should be used to save articles other
16165         than the first one when saving many articles.
16166
16167         * gnus-sum.el (gnus-summary-save-article): Simplify.
16168
16169 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * gnus-art.el (gnus-default-article-saver):
16172         Add gnus-summary-write-body-to-file.
16173         (gnus-article-save-coding-system): Don't use coding system object
16174         in XEmacs.
16175         (gnus-read-save-file-name): Add optional `dir-var' argument which
16176         specifies directory in which files are saved; work even if optional
16177         `variable' argument is not specified.
16178         (gnus-summary-write-to-file): Read file name.
16179         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16180         (gnus-summary-write-body-to-file): New function.
16181
16182         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16183         (gnus-summary-local-variables): Add it.
16184         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16185         (gnus-summary-save-article): Remove optional `decode' argument;
16186         determine whether to decode articles by the value of
16187         gnus-default-article-saver; when saving many files using
16188         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16189         it first and use gnus-summary-save-in-file or
16190         gnus-summary-save-body-in-file thereafter unless
16191         gnus-prompt-before-saving is always; move point to article which
16192         will be saved.
16193         (gnus-summary-save-article-file): Revert.
16194         (gnus-summary-write-article-file): Revert.
16195         (gnus-summary-save-article-body-file): Revert.
16196         (gnus-summary-write-article-body-file): New function.
16197
16198 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * gnus-art.el (gnus-default-article-saver): Doc fix.
16201         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16202         from gnus-summary-save-article-coding-system, and default to a
16203         certain coding system.
16204         (gnus-output-to-file): Add coding cookie and encode text according
16205         to gnus-article-save-coding-system; don't use mm-append-to-file.
16206
16207         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16208         gnus-art.el and rename to gnus-article-save-coding-system.
16209         (gnus-summary-save-article): Require gnus-art; don't show all
16210         headers if it decodes articles; don't add coding cookie here;
16211         don't bind mm-text-coding-system-for-write.
16212         (gnus-summary-save-article-file): Save decoded articles.
16213         (gnus-summary-write-article-file): When saving many files, use
16214         gnus-summary-write-to-file first and gnus-summary-save-in-file
16215         thereafter unless gnus-prompt-before-saving is always.
16216         (gnus-summary-save-article-body-file): Save decoded articles.
16217
16218         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16219
16220 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16221
16222         * nnrss.el (nnrss-check-group): Bind hash-index.
16223
16224 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16225
16226         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16227         its hash index.  Store this hash in `nnrss-group-data'.
16228         (nnrss-read-group-data): Update accordingly.
16229
16230 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16231
16232         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16233         entry.
16234
16235         * gnus-sum.el (gnus-summary-make-menu-bar):
16236         Add gnus-article-browse-html-article.
16237
16238 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16239
16240         * gnus-sum.el (gnus-summary-mime-map):
16241         Add gnus-article-browse-html-article.
16242
16243         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16244
16245 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16246
16247         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16248         suitable coding systems in customize.
16249
16250 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16251
16252         * mail-source.el (mail-sources): Fix custom type.
16253
16254 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16255
16256         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16257         (gnus-summary-expire-articles-now): Shorten prompt.
16258
16259         * gmm-utils.el (wid-edit): Require.
16260         (defun-gmm): Rename from `gmm-defun-compat'.
16261         (gmm-image-search-load-path): Use it.
16262         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16263
16264 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * gnus-sum.el (gnus-summary-save-article-coding-system):
16267         New variable.
16268         (gnus-summary-save-article): Add optional `decode' argument.
16269         If it is set and gnus-summary-save-article-coding-system is non-nil,
16270         save decoded article.
16271         (gnus-summary-write-article-file): Save decoded article if
16272         gnus-summary-save-article-coding-system is non-nil.
16273
16274         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16275         type.
16276
16277 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16280
16281 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16284         first to test gnus-single-article-buffer which may be buffer-local.
16285
16286         * gnus-sum.el (gnus-summary-setup-buffer):
16287         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16288         group; make gnus-article-buffer, gnus-article-current, and
16289         gnus-original-article-buffer always buffer-local.
16290         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16291         group.
16292         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16293
16294 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16295
16296         * nnml.el (nnml-request-compact-group): Compressed files might not
16297         have .gz extension.
16298
16299 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16300
16301         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16302         (mm-copy-to-buffer): Use with-current-buffer.
16303         (mm-display-part): Simplify.
16304         (mm-inlinable-p): Add optional arg `type'.
16305
16306 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16307
16308         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16309         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16310         Try harder to show the attachment internally or externally using
16311         gnus-mime-view-part-as-type.
16312
16313 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16314
16315         * message.el (message-from-style, message-signature-separator)
16316         (message-user-organization-file, message-send-mail-function)
16317         (message-citation-line-function, message-yank-prefix)
16318         (message-indent-citation-function, message-signature)
16319         (message-signature-file, message-signature-insert-empty-line):
16320         Remove autoloads.
16321
16322         * gnus-art.el (gnus-buttonized-mime-types):
16323         Remove "multipart/signed".  Revert 2006-04-26 change.
16324
16325 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16326
16327         * gnus.el (gnus-version-number): Bump version.
16328
16329 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16330
16331         * gnus.el: No Gnus v0.5 is released.
16332
16333 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16334
16335         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16336         fetching articles by message-id.
16337
16338 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16339
16340         * message.el (hashcash): Require hashcash as normal.
16341
16342         * ecomplete.el (ecomplete-highlight-match-line):
16343         Use point-at-eol.
16344         (ecomplete-highlight-match-line): Use `highlight', because that
16345         face exists in both Emacs and XEmacs.
16346
16347         * message.el (message-display-abbrev): Use point-at-bol.
16348
16349         * mail-source.el: Don't require timer/timer-funcs.
16350
16351         * gnus-async.el: Ditto.
16352
16353         * password.el: Ditto.
16354
16355         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16356
16357         * mm-url.el: Ditto.
16358
16359         * gnus-xmas.el: Don't require timer-funcs.
16360
16361         * mm-util.el: Require timer/timer-funcs.
16362
16363 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16364
16365         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16366         Close.
16367
16368 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16369
16370         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16371         unibyte after clear-decrypt function runs.
16372
16373         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16374         returns as a unibyte string.
16375
16376 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16377
16378         * lpath.el: Revert.
16379
16380         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16381         (pgg-gpg-process-sentinel): Revert.
16382
16383         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16384         (pgg-pgp-lookup-key): Revert.
16385
16386         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16387         (pgg-pgp5-lookup-key): Revert.
16388
16389         * pgg.el (pgg-fetch-key): Revert.
16390
16391 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * lpath.el: Fbind string-as-multibyte for XEmacs.
16394
16395         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16396         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16397         (mml1991-pgg-encrypt): Ditto.
16398
16399         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16400         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16401         a multibyte buffer.
16402
16403         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16404         (pgg-pgp-lookup-key): Ditto.
16405
16406         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16407         (pgg-pgp5-lookup-key): Ditto.
16408
16409         * pgg.el (pgg-fetch-key): Ditto.
16410
16411 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16412
16413         * message.el (message-user-organization-file): Check several
16414         locations of the organization file.
16415
16416         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16417         Add gnus-article-view-part-as-type.
16418
16419         * gnus-art.el (gnus-article-view-part-as-type): New function.
16420
16421         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16422         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16423
16424         * mml.el: Simplify autoload.
16425         (mml-mode): defvar dnd-protocol-alist instead of using
16426         symbol-value.
16427         (mml-default-directory): New variable.
16428         (mml-minibuffer-read-file): Use it.
16429         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16430
16431         * message.el (message-citation-line-format): New variable.
16432         (message-insert-formated-citation-line): New function.
16433         (message-citation-line-function):
16434         Add `message-insert-formated-citation-line' to custom type.
16435
16436         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16437         to doc string.
16438
16439         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16440         depending on mm-verify-option.
16441
16442 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16445         binding pgg-* variables; reimplement the section which prevents
16446         MIME header from being signed.
16447         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16448         pgg-text-mode; remove a blank line at the top of body.
16449
16450         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16451         lines at the top of body; use gnus-newsgroup-charset if there's no
16452         Charset header.
16453
16454 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16455
16456         * message.el (message-self-insert-commands): Doc fix.
16457
16458         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16459         (mm-uu-pgp-encrypted-test): Ditto.
16460         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16461         between header and body; return application/pgp-encrypted handle
16462         if decryption failed; decode decrypted body by charset.
16463
16464         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16465         element match to application/pgp-*.
16466
16467 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16468
16469         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16470         HTML.
16471
16472 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16473
16474         * mail-source.el (mail-source-call-script): Message the error
16475         string.
16476
16477 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16478
16479         * gnus-util.el (gnus-byte-compile): Use it.
16480
16481 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16482
16483         * gnus-util.el (kill-empty-logs): New function.
16484
16485 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16486
16487         * message.el (message-mail-alias-type): Doc fix.
16488         (message-mail-alias-type-p): New function.
16489         (message-send): Use it.
16490         (message-mode): Ditto.
16491         (message-strip-forbidden-properties): Ditto.
16492
16493         * ecomplete.el (ecomplete-database-file-coding-system):
16494         New variable.
16495         (ecomplete-save): Use it.
16496         (ecomplete-setup): Use it.
16497
16498 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * message.el (message-self-insert-commands): New variable.
16501         (message-strip-forbidden-properties): Use it.
16502
16503 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16504
16505         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16506         that doesn't make XEmacs choke.
16507
16508 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16509
16510         * gnus-util.el (gnus-replace-in-string):
16511         Prefer replace-regexp-in-string over of replace-in-string.
16512
16513 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus-util.el (gnus-select-frame-set-input-focus):
16516         Use select-frame-set-input-focus if it is available in XEmacs; use
16517         definition defined in Emacs 22 for old Emacsen.
16518
16519         * dgnushack.el: Autoload unmorse-region for XEmacs.
16520
16521         * lpath.el: Bind cursor-in-non-selected-windows and
16522         select-frame-set-input-focus for XEmacs.
16523
16524 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16527
16528 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16529
16530         * gnus-registry.el (gnus-registry-cache-save): Remove text
16531         properties when saving via the temp buffer.
16532
16533 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16534
16535         * message.el (message-generate-hashcash): Honor custom type.
16536
16537 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16538
16539         * message.el (message-generate-hashcash): Default to non-nil when
16540         hashcash is found.
16541
16542         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16543         (gnus-refer-thread-limit): Increase default to 500.
16544
16545         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16546
16547         * flow-fill.el (fill-flowed): Allow delete-space.
16548
16549 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16550
16551         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16552         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16553         Remove autoloads.
16554
16555 2006-04-18  Simon Josefsson  <jas@extundo.com>
16556
16557         * message.el (message-generate-hashcash): Default to.
16558
16559 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16562         concatenating segments rather than before concatenating them.
16563
16564 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16565
16566         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16567
16568 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16569
16570         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16571
16572         * message.el (message-forward-make-body-plain):
16573         Allow message-forward-ignored-headers to be a list.
16574         (message-remove-ignored-headers): Factor out into function.
16575         (message-forward-make-body-mml): Use it.
16576
16577         * imap.el (imap-quote-specials): New function.
16578         (imap-login-auth): Quote specials.
16579
16580         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16581         (rfc2231-parse-string): Allow concatanation of parameters that
16582         aren't contiguous.  The test case is
16583           (mail-header-parse-content-type "message/external-body;
16584             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16585             access-type=LOCAL-FILE;
16586             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16587
16588 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16589
16590         * nntp.el (nntp-accept-process-output): Return the value of
16591         `nnheader-accept-process-output'.
16592
16593 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16594
16595         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16596         (gnus-button-alist): Recognize more diff formats.
16597         (gnus-button-patch): Strip directory.
16598
16599 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16600
16601         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16602         Emacs 22 when setting focus.
16603
16604 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16605
16606         * gnus-art.el (gnus-article-treat-types): Do treatment of
16607         text/x-verbatim parts.
16608         (gnus-button-patch): New command.
16609
16610         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16611         addresses that contain invalid characters.
16612
16613 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16614
16615         * message.el (message-put-addresses-in-ecomplete):
16616         Use gnus-replace-in-string.
16617         (message-is-yours-p): Use the more correct
16618         mail-header-parse-address instead of
16619         mail-extract-address-components.
16620         (message-put-addresses-in-ecomplete): Fix typo.
16621
16622         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16623         keystroke.
16624
16625         * gnus-art.el (gnus-treatment-function-alist): Change order of
16626         newsgroups/generic header folding to avoid double-folding.
16627
16628         * message.el (message-hidden-headers): Add X-Draft-From.
16629
16630         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16631         New command.
16632         (gnus-summary-repeat-search-article-backward): New command.
16633
16634         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16635         groups in the parent topic.
16636
16637 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16638
16639         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16640         (spam-extra-header-to-number): Return the CRM114 number as a
16641         number instead of a string.
16642
16643 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16644
16645         * gnus-art.el (gnus-face-properties-alist): Move here from
16646         gnus-fun.
16647
16648         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16649
16650 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16651
16652         * message.el (message-strip-forbidden-properties): Only display on
16653         self-insert-command.
16654
16655         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16656         reindent.
16657         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16658
16659 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16660
16661         * smiley.el (smiley-style): Fix typo.
16662
16663 2006-03-23  Kenichi Handa  <handa@m17n.org>
16664
16665         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16666         instead of set-buffer-multibyte.
16667
16668 2006-03-23  Kenichi Handa  <handa@m17n.org>
16669
16670         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16671         buffer and then decode the buffer text if necessary.
16672         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16673         first, and after mm-encode-body, change the buffer to unibyte.
16674
16675 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16676
16677         * hashcash.el (hashcash-insert-payment-async-2):
16678         Use message-goto-eoh instead of doing it manually.
16679         (mail-add-payment): Use message-narrow-to-header instead of trying
16680         to do the same itself.
16681
16682         * message.el (message-hidden-headers): Add Face.
16683
16684         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16685         reparenting code.
16686         (gnus-summary-reparent-children): Refactored out code.
16687         (gnus-summary-thread-map): New keystroke.
16688         (gnus-summary-reparent-children): Make into command.
16689
16690         * smiley.el (smiley-style): Default to `medium' if using a large
16691         font.
16692
16693         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16694         does it itself.
16695
16696         * message.el (message-point-in-header-p): Simplify definition.
16697
16698 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16699
16700         * nnagent.el (nnagent-request-set-mark): Silence log file
16701         writing.
16702         (nnagent-request-set-mark): Use write-region instead of
16703         append-to-file.
16704
16705         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16706         strange select method.
16707
16708         * ecomplete.el (ecomplete-display-matches): Get highlightling
16709         right.
16710         (ecomplete-display-matches): Use literals.
16711         (ecomplete-display-matches): Disable message logging.
16712
16713         * message.el (message-display-abbrev): Small optimization.
16714
16715         * ecomplete.el (ecomplete-display-matches): Allow automatic
16716         display.
16717
16718         * message.el (message-strip-forbidden-properties):
16719         Display abbrevs.
16720         (message-display-abbrev): Get automatic display right.
16721
16722         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16723         keystrokes.
16724
16725 2006-04-13  Romain Francoise  <romain@orebokech.com>
16726
16727         TODO: Backport to v5-10!
16728
16729         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16730         Move here (and rename) from gnus-registry.el.
16731
16732         * gnus-registry.el: Require gnus-util.
16733         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16734
16735 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16736
16737         * gnus-group.el (gnus-group-catchup-current):
16738         Change if-then-else-if-then-else into cond.
16739         (gnus-group-catchup): Indent.
16740         (group-name-at-point): New function.
16741         (gnus-fetch-group): Provide default from thing at point.
16742
16743 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16744
16745         * message.el (message-display-abbrev): Fix regexp.
16746
16747         * ecomplete.el (ecomplete-highlight-match-line):
16748         Reimplement choosing.
16749         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16750         dead variables.
16751
16752         * message.el (message-newline-and-indent): Remove debugging.
16753         (message-display-abbrev): Use new implementation.
16754
16755 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * gnus-art.el (gnus-article-mode):
16758         Set cursor-in-non-selected-windows to nil.
16759
16760         * smiley.el: Revert previous change.
16761         (smiley-data-directory): defvar it before using it in the
16762         defcustom of `smiley-style'.
16763
16764 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16765
16766         * message.el (message-newline-and-indent): New function.
16767
16768         * ecomplete.el: Implement more bits.
16769
16770         * message.el (message-put-addresses-in-ecomplete): Clean up the
16771         string.
16772
16773         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16774
16775         * gnus-sum.el (gnus-summary-save-parts):
16776         Bind gnus-summary-save-parts-counter and use it to make unique file
16777         names.
16778
16779         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16780
16781         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16782         parameter to say whether to actually parse the individual
16783         addresses.
16784
16785         * message.el (message-put-addresses-in-ecomplete): New function.
16786         (ecomplete): Require.
16787         (message-mail-alias-type): Add ecomplete as an option.
16788
16789 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16790
16791         * flow-fill.el (fill-flowed): Remove trailing space from blank
16792         quoted lines.
16793
16794 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16795
16796         * smiley.el (smiley-style): Move definition later to avoid a
16797         compilation warning.
16798
16799 2006-04-12  Kenichi Handa  <handa@m17n.org>
16800
16801         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16802         buffer and then decode the buffer text if necessary.
16803         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16804         first, and after mm-encode-body, change the buffer to unibyte.
16805         Use mm-disable-multibyte instead of set-buffer-multibyte.
16806
16807 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16808
16809         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16810         Content-Type header instead of Content-Disposition header.
16811         (gnus-mime-inline-part): Ditto.
16812         (gnus-mime-view-part-as-charset): Ignore charset that the part
16813         specifies.
16814
16815         * mm-decode.el (mm-display-part): Work with external parts and
16816         usual parts similarly.
16817
16818         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16819         instead of gnus-display-mime.
16820
16821         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16822         instead of with-temp-buffer.
16823
16824         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16825         tag to summarized topics part in order to encode non-ASCII text.
16826
16827 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16828
16829         * smiley.el (smiley-style): New variable.
16830         (smiley-directory): New function.
16831         (smiley-data-directory): Derive from `smiley-style' using
16832         `smiley-directory'.
16833         (smiley-regexp-alist): Add new entries.
16834
16835         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16836         (gnus-article-browse-delete-temp): Add :version.
16837
16838 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16839
16840         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16841         the sieve region.
16842
16843 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16844
16845         * gnus.el (gnus-version-number): Bump version.
16846
16847 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16848
16849         * gnus.el: No Gnus v0.4 is released.
16850
16851 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16852
16853         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16854         layout.
16855
16856         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16857         unknown charset.
16858
16859         * message.el (message-header-synonyms): Add Original-To to the
16860         default.
16861
16862         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16863         optional parameter.
16864
16865 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16866
16867         * gnus-fun.el (gnus): Require it for gnus-directory.
16868
16869 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16870
16871         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16872
16873 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16874
16875         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16876
16877 2006-04-05  Simon Josefsson  <jas@extundo.com>
16878
16879         * password.el (password-reset): New function.
16880
16881 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16882
16883         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16884         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16885
16886 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16887
16888         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16889         Some whitespace was matched into the url, which broke browsing hits
16890         > 100 when mm-url-use-external was nil.
16891
16892 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16895         Check gnus-extra-headers for 'Newsgroups.
16896
16897         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16898         bound.
16899
16900 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16901
16902         * pgg-gpg.el: Clean up process buffers every time gpg processes
16903         complete.
16904
16905 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16906
16907         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16908         doc string.
16909
16910 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16911
16912         * pgg-gpg.el (pgg-gpg-process-filter)
16913         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16914
16915         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16916         lines, temporary fix.
16917
16918 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16919
16920         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16921
16922 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16923
16924         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16925         default-enable-multibyte-characters.  This reverts the change from
16926         revision 6.17 which is no longer necessary because the passphrase
16927         is sent separately now.  GnuPG messages are unreadable under
16928         multibyte locales with default-enable-multibyte-characters set to
16929         nil.
16930
16931 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16932
16933         * message.el (message-tool-bar-gnome): Move "spell".
16934
16935 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16936
16937         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16938         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16939         instead.
16940
16941 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16942
16943         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16944         Improve newsgroups handling for NNTP overviews which don't include
16945         Newsgroups.
16946
16947 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16948
16949         * message.el (message-resend): Bind message-generate-hashcash to nil.
16950
16951 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16952
16953         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16954         when searching for already-paid recipients.
16955
16956 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16957
16958         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16959         passphrases when it is not needed.
16960         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16961         passphrase stuff from gpg, should only be necessary when you use
16962         gpg with a smartcard.
16963
16964 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * mml.el (mml-insert-mime): Ignore cached contents of
16967         message/external-body part.
16968
16969         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16970         (mm-insert-part): Ditto.
16971
16972 2006-03-23  Simon Josefsson  <jas@extundo.com>
16973
16974         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16975         Reiner.
16976         (pgg-gpg-use-agent-p): Use it again.
16977
16978 2006-03-23  Simon Josefsson  <jas@extundo.com>
16979
16980         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16981         older emacsen.
16982         (pgg-gpg-use-agent-p): Don't use it.
16983
16984 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16985
16986         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16987         if we can.
16988
16989 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16990
16991         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16992         (pgg-gpg-update-agent): New function.
16993         (pgg-gpg-use-agent-p): New function.
16994         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16995         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16996         (pgg-gpg-sign-region): Use it.
16997
16998 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17001         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17002
17003 2006-03-21  Simon Josefsson  <jas@extundo.com>
17004
17005         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17006         <wilde@sha-bang.de>.
17007         (pgg-gpg-use-agent): New variable.
17008         (pgg-gpg-process-region): Use it.
17009         (pgg-gpg-encrypt-region): Likewise.
17010         (pgg-gpg-encrypt-symmetric-region): Likewise.
17011         (pgg-gpg-decrypt-region): Likewise.
17012         (pgg-gpg-sign-region): Likewise.
17013         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17014
17015 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17016
17017         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17018
17019         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17020         Add comment on version.
17021
17022 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17023
17024         * smiley.el: Add missing test smiley.
17025
17026 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17027
17028         * mm-decode.el (mm-with-part): New macro.
17029         (mm-get-part): Use it; work with message/external-body as well.
17030         (mm-save-part): Treat name and filename equally.
17031
17032         * mm-extern.el (mm-extern-cache-contents): New function.
17033         (mm-inline-external-body): Use it; force the part to be displayed;
17034         move undisplayer added to the cached handle to the parent.
17035
17036         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17037         (gnus-mime-view-part-as-type): Work with message/external-body.
17038
17039         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17040
17041 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17042
17043         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17044         images in image-load-path.  [Sync with image.el, revision 1.60, in
17045         Emacs.]
17046
17047 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17048
17049         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17050         path rather than symbol.  Always return list of directories.
17051         Guarantee that image directory comes first.  [Sync with image.el,
17052         revision 1.59, in Emacs.]
17053
17054         * message.el (message-make-tool-bar): Adjust to new API of
17055         `gmm-image-load-path-for-library'.
17056
17057         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17058
17059         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17060
17061 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17062
17063         * gnus-art.el (gnus-article-only-boring-p):
17064         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17065         intangible text.
17066         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17067
17068 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17069
17070         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17071         Use `defun' instead of `gmm-defun-compat'.
17072
17073 2006-03-14  Simon Josefsson  <jas@extundo.com>
17074
17075         * message.el (message-unique-id): Don't use message-number-base36
17076         if (user-uid) is a float.
17077         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17078
17079 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17080
17081         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17082
17083         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17084         empty line between a part and a message part.
17085
17086 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17087
17088         * smiley.el: Add more test smileys.
17089         (smiley-data-directory, smiley-regexp-alist)
17090         (gnus-smiley-file-types): Fix doc strings.
17091         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17092         adding new elements.
17093         (smiley-mouse-map): Unused code.  Make it a comment.
17094
17095 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17098         scan latest NoCeM messages instead of old ones.
17099         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17100         delimiters that are recently used.
17101         (gnus-nocem-load-cache): Add autoload cookie.
17102
17103         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17104
17105         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17106         level which is larger than gnus-use-nocem is specified.
17107
17108         * gnus-group.el (gnus-group-get-new-news): Ditto.
17109
17110 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17111
17112         * gnus-util.el (gnus-tool-bar-update): New function.
17113
17114         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17115         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17116
17117         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17118
17119         * gnus-group.el (gnus-group-redraw-when-idle)
17120         (gnus-group-redraw-check): Remove.
17121         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17122
17123 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17124
17125         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17126         if optional last element is specified in splits (FIELD VALUE...).
17127
17128 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17129
17130         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17131         to gmm-image-load-path-for-library.  Call with no-error argument.
17132         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17133
17134         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17135
17136         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17137
17138         * gmm-utils.el (gmm-image-load-path): Remove alias.
17139
17140 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17141
17142         * gmm-utils.el (gmm-image-load-path): Add alias.
17143
17144         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17145         nnml-generate-nov-databases-1.
17146         (nnml-generate-nov-databases): Use it.
17147         (nnml-generate-nov-databases-directory): Document no-active
17148         argument.
17149
17150         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17151         directory if path is t.  Add no-error.
17152
17153         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17154         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17155
17156         * gnus-art.el (gnus-article-browse-delete-temp-files):
17157         Simplify resetting gnus-article-browse-html-temp-list.
17158
17159         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17160         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17161         Add example to docstring.  Rename local variables.  Move error
17162         checks to default case in cond and simplify.
17163
17164 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17167         handle is multipart when calling it recursively.
17168         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17169
17170 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17171
17172         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17173         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17174
17175 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17178         is loaded.
17179
17180         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17181         loaded.
17182
17183 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17184
17185         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17186         to "Emacs 23 (unicode)" in doc string.
17187
17188         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17189         "Emacs 23 (unicode)" in comment.
17190
17191 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17192
17193         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17194
17195         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17196         characters 160 through 255 in Emacs 23.
17197
17198 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17199
17200         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17201         gnus-article-browse-html-temp.
17202         (gnus-article-browse-delete-temp): Make it customizable.
17203         Add `file'.  Adjust doc string.
17204         (gnus-article-browse-delete-temp-files): Add argument.
17205         Allow query for each file.  Adjust doc string.
17206         (gnus-article-browse-html-parts):
17207         Add `gnus-article-browse-delete-temp-files' to
17208         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17209
17210 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17211
17212         * gnus-art.el (gnus-article-browse-html-temp)
17213         (gnus-article-browse-delete-temp): New variables.
17214         (gnus-article-browse-delete-temp-files): New function.
17215         (gnus-article-browse-html-parts): Use it.
17216
17217 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17218
17219         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17220
17221         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17222         string.
17223
17224         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17225         gnus-summary-insert-new-articles when unplugged.
17226         Remove gnus-summary-search-article-forward.
17227
17228         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17229         display-visual-class instead of display-color-cells.
17230
17231 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17232
17233         * dgnushack.el: Autoload customize-group for XEmacs.
17234
17235         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17236         message/* containing non-ASCII text properly.
17237
17238 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17239
17240         * message.el: Require gmm-utils, remove autoloads.
17241         (message-tool-bar): Set default based on
17242         gmm-tool-bar-style.
17243         (message-tool-bar-gnome): Add gmm-customize-mode.
17244
17245         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17246         gmm-tool-bar-style.
17247         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17248
17249         * gnus-group.el (gnus-group-tool-bar): Set default based on
17250         gmm-tool-bar-style.
17251         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17252
17253         * gmm-utils.el (gmm-image-directory): Rename variable from
17254         gmm-image-load-path.
17255         (gmm-image-load-path): Use gmm-image-directory.
17256         (gmm-customize-mode): New function.
17257         (gmm-tool-bar-style): New variable.
17258
17259         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17260         gnus-group-redraw-line-number.
17261         (gnus-group-redraw-check): Simplify.
17262         (gnus-group-tool-bar-update): Remove redraw check.
17263         (gnus-group-make-tool-bar): Add redraw check.
17264
17265 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17266
17267         * gnus-art.el (gnus-button): Add missing parentheses.
17268
17269 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17270
17271         * lpath.el: Fbind line-number-at-pos.
17272
17273 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17276
17277 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17278
17279         * gnus-art.el (gnus-button): New face.
17280         (gnus-article-button-face): Use it.
17281
17282         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17283         Add gnus-summary-next-page.  Re-order.
17284
17285         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17286         next-node are now included.
17287         (gnus-group-redraw-line-number): New internal variable.
17288         (gnus-group-redraw-check): Helper function for updating the tool
17289         bar.
17290         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17291
17292         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17293
17294         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17295         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17296         Use it to match format of Spamassassin 3.0 and later.
17297         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17298         (spam-check-bogofilter)
17299         (spam-bogofilter-register-with-bogofilter): Fix args of
17300         `gnus-error' calls.
17301
17302 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17305         unnecessary interaction when sending queued mails.
17306         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17307
17308 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17309
17310         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17311         first or last are nil.
17312
17313 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17314
17315         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17316
17317 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17318
17319         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17320
17321 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17322
17323         * dns.el (query-dns): Protect more against buggy tcp output.
17324
17325 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17328         nov.php.
17329
17330 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17331
17332         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17333         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17334         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17335         output on the server side.
17336         (nnweb-google-create-mapping): Update regexps and add some
17337         progress indication.
17338
17339 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17340
17341         * gnus-group.el (gnus-group-tool-bar-gnome):
17342         Fix gnus-agent-toggle-plugged.  Re-order icons.
17343         (gnus-group-tool-bar-gnome):
17344         Add gnus-group-{prev,next}-unread-group.
17345         (gnus-group-tool-bar-gnome): Re-order icons.
17346
17347         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17348         Move gnus-summary-insert-new-articles.
17349
17350         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17351         Fix comments.
17352
17353         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17354         also available in Emacs 21.3.
17355
17356         * message.el (message-fix-before-sending): Change "Emacs 22" to
17357         "Emacs 23 (unicode)" in comment.
17358
17359         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17360         "Emacs 23 (unicode)" in comment.
17361
17362         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17363         comment.
17364         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17365
17366         * mm-view.el (mm-fill-flowed): Add :version.
17367
17368 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17371         and load-path.
17372
17373 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17374
17375         * message.el: Autoload gmm-image-load-path.
17376         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17377         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17378         consitency.
17379
17380         * gmm-utils.el (gmm-image-load-path): Also search in
17381         "../etc/images".  Don't set gmm-image-load-path if we don't find
17382         the image.
17383
17384 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17385
17386         * gmm-utils.el (gmm-image-load-path): Don't make
17387         `gmm-image-load-path' include subdirectories which the second arg
17388         `image' might specify.
17389
17390         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17391         subdirectory to icon file names.
17392
17393         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17394
17395 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17396
17397         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17398         gmm-image-load-path calls.
17399
17400         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17401
17402         * message.el (message-make-tool-bar): Ditto.
17403
17404         * mml.el (mml-preview): Add comment concerning tool bar icons.
17405
17406         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17407         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17408
17409         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17410         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17411
17412         * message.el (message-tool-bar-gnome): Use new icon names.
17413         (message-make-tool-bar): Use `gmm-image-load-path'.
17414
17415         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17416         New functions from MH-E.
17417         (gmm-image-load-path): New variable from MH-E.
17418         (gmm-image-load-path): New function from MH-E.  Add arguments
17419         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17420         *-image-load-path-called-flag.
17421
17422 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17423
17424         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17425
17426 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17427
17428         * nnimap.el (nnimap-request-move-article): Change folder back to
17429         source group before deleting.
17430
17431 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17432
17433         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17434
17435         * gnus-art.el (mm-url-insert-file-contents-external):
17436         Autoload mm-url.
17437
17438         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17439
17440 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17441
17442         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17443         coding system which mm-charset-to-coding-system returns for a
17444         given charset is valid.
17445
17446 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17447
17448         * html2text.el (html2text-remove-tag-list):
17449         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17450
17451 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17452
17453         * gnus-cus.el: Revert 2005-10-17 change.
17454
17455 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17456
17457         * gnus-art.el (article-strip-banner):
17458         Call article-really-strip-banner only when the regexp match is made.
17459
17460 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * gnus-art.el (article-strip-banner):
17463         Use gnus-extract-address-components instead of
17464         mail-header-parse-addresses to make it work with non-ASCII text;
17465         remove mail-encode-encoded-word-string.
17466
17467         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17468         values which are surrounded with \"...\"; make it never cause a
17469         Lisp error; give up parsing of parameters if it failed in
17470         extracting type.
17471
17472 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17473
17474         * smime.el (smime-cert-by-ldap-1): Fix bug where
17475         `smime-ldap-search' returns results without userCertificates.
17476
17477 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17480
17481 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17482
17483         * spam.el (spam-check-spamassassin-headers): Adapt format for
17484         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17485         <ari@mbf.ocn.ne.jp>.
17486         (spam-list-of-processors): Add spam-use-gmane.
17487
17488 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17491         make-temp-file; make it work with XEmacs as well.
17492
17493         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17494         mm-make-temp-file.
17495
17496         * mm-decode.el (mm-display-external): Use the 3rd arg of
17497         mm-make-temp-file.
17498         (mm-create-image-xemacs): Ditto.
17499
17500 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17503         with message-narrow-to-headers.
17504         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17505         (gnus-draft-check-draft-articles): New function.
17506         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17507
17508 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17509
17510         * gnus-art.el (gnus-article-browse-html-parts):
17511         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17512         Don't use suffix argument for mm-make-temp-file for Emacs 21
17513         compatibility.  Remove useless `format'.
17514
17515 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17516
17517         * nnweb.el (nnweb-google-wash-article): Update regexps.
17518         (nnweb-group-alist): Use defvoo instead of defvar.
17519
17520 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17521
17522         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17523         re-loading nn* modules.
17524
17525 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17526
17527         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17528         for `tool-bar-mode' and don't check it's default-value.
17529
17530         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17531
17532         * message.el (message-make-tool-bar): Ditto.
17533
17534         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17535         `substring'.  Shorten tmp-file name.
17536
17537         * gnus.el: Remove bogus comment.
17538
17539 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17540
17541         * gnus-art.el (gnus-article-browse-html-parts): New function.
17542         (gnus-article-browse-html-article): New function for viewing html
17543         articles with a browser.
17544
17545 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17546
17547         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17548         in elisp.
17549         (pgg-gpg-encrypt-symmetric-region): Ditto.
17550         (pgg-gpg-sign-region): Ditto.
17551
17552         * pgg-def.el (pgg-text-mode): New variable.
17553
17554         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17555         (mml2015-pgg-encrypt): Ditto.
17556
17557         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17558         (mml1991-pgg-encrypt): Ditto.
17559
17560 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17561
17562         * nnfolder.el (nnfolder-insert-newsgroup-line):
17563         Use message-make-date instead of current-time-string.
17564
17565         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17566         to gnus-decoded which mm-uu might set.
17567
17568 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17569
17570         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17571         don't decode quoted parameters; remove misimported Emacs code.
17572         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17573         (rfc2231-decode-encoded-string): Don't use split-string which
17574         behaves differently according to Emacs version; use
17575         mm-decode-coding-region to convert charset to coding-system.
17576         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17577         (rfc2231-encode-string): Remove misimported Emacs code.
17578
17579 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17580
17581         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17582         when calling mail-header-parse-content-type.
17583         (article-de-quoted-unreadable): Ditto.
17584         (article-de-base64-unreadable): Ditto.
17585         (article-wash-html): Ditto.
17586
17587         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17588         calling mail-header-parse-content-type and
17589         mail-header-parse-content-disposition.
17590         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17591         mail-header-parse-content-type.
17592
17593         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17594         insert charset and format parameters; encode description after
17595         inserting it to buffer.
17596         (mml-insert-parameter): Fold lines properly even if a parameter is
17597         segmented into two or more lines; change the max column to 76.
17598
17599         * rfc1843.el (rfc1843-decode-article-body): Don't use
17600         ignore-errors when calling mail-header-parse-content-type.
17601
17602         * rfc2231.el (rfc2231-parse-string): Return at least type if
17603         possible; don't cause an error even if it fails in parsing of
17604         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17605         (rfc2231-encode-string): Don't break lines at the beginning, leave
17606         it to mml-insert-parameter.
17607
17608         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17609         calling mail-header-parse-content-type.
17610
17611 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17612
17613         * spam-report.el (spam-report-gmane-use-article-number):
17614         Improve doc string.
17615         (spam-report-gmane-internal): Check if a suitable header was found
17616         in the article.
17617
17618 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17619
17620         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17621         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17622
17623 2006-02-05  Romain Francoise  <romain@orebokech.com>
17624
17625         Update copyright notices of all files in the gnus directory.
17626
17627 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17628
17629         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17630
17631 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17634         segmented lines of parameter value to cope with Thunderbird 1.5
17635         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17636         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17637         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17638
17639 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17640
17641         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17642         parts.
17643
17644 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17645
17646         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17647         there's only one active file for all servers.
17648         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17649         solid groups.  Gnus might have used a FAST request to select the group.
17650         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17651         and nnweb-search redundantly in the active file.
17652         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17653         (nnweb-request-create-group): Don't use ARGS.
17654         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17655         initializations.  Let nnoo do the work.
17656
17657 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17658
17659         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17660         Say the part has been decoded.
17661
17662         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17663
17664 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17665
17666         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17667         mailcap-viewer-test-cache when there's no 'test clause, since that
17668         will invert the meaning of a "nil" test previously determined by
17669         mailcap-mailcap-entry-passes-test.
17670
17671 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17672
17673         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17674         compiling.
17675
17676         * gnus-sum.el: Ditto.
17677
17678         * message.el: Don't bind tool-bar-map when compiling.
17679
17680 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17681
17682         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17683
17684 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17685
17686         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17687         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17688         current Google Groups.
17689
17690 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17691
17692         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17693         and tool-bar-mode.
17694
17695         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17696         and tool-bar-mode.
17697
17698         * message.el (message-tool-bar-update): Simplify.
17699         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17700
17701         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17702         gnus-summary-buffer.
17703         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17704         gnus-summary-reply.
17705
17706         * gmm-utils.el (gmm): Add :version.
17707
17708 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17709
17710         * Makefile.in (clean): New rule.
17711         (distclean): Use it.
17712
17713 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17714
17715         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17716         Don't autoload.
17717
17718 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17719
17720         * gmm-utils.el (gmm-verbose): Add :group.
17721
17722 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17723
17724         * message.el: Change some comments WRT tool-bars.
17725
17726         * gnus-sum.el (gnus-summary-tool-bar)
17727         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17728         (gnus-summary-tool-bar-zap-list): New variables.
17729         (gnus-summary-make-tool-bar): Complete rewrite using
17730         `gmm-tool-bar-from-list'.
17731
17732         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17733         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17734         New variables.
17735         (gnus-group-make-tool-bar): Complete rewrite using
17736         `gmm-tool-bar-from-list'.
17737         (gnus-group-tool-bar-update): New function.
17738
17739         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17740
17741 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17744         is dissected into a single part of which the type is the same as
17745         the given one; decode charset.
17746
17747 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17748
17749         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17750         into alists as symbol not string, since that's what
17751         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17752         look for.
17753
17754 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17755
17756         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17757         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17758
17759         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17760
17761 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17764         (gnus-xmas-mime-security-button-menu): New function.
17765
17766         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17767         (gnus-mime-security-button-menu): New definition.
17768         (gnus-mime-security-button-map): Use them.
17769         (gnus-mime-security-button-menu): New function.
17770         (gnus-insert-mime-security-button): Addition to help echo.
17771         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17772         (gnus-mime-security-pipe-part): New functions.
17773
17774         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17775         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17776
17777         * mm-decode.el (mm-handle-set-disposition): Remove.
17778         (mm-handle-set-description): Remove.
17779
17780 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17783         (mm-w3m-standalone-supports-m17n-p): New function.
17784         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17785         w3m usage.
17786
17787         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17788         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17789
17790 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17791
17792         * message.el (message-tool-bar-zap-list):
17793         Use gmm-tool-bar-zap-list as custom type.
17794         (message-tool-bar-update): New function.
17795         (message-tool-bar, message-tool-bar-gnome)
17796         (message-tool-bar-retro): Add message-tool-bar-update.
17797         (message-tool-bar-gnome): Add flyspell-buffer.
17798
17799         * gnus-util.el (gnus-error): Describe `args'.
17800
17801         * gmm-utils.el (gmm-error): Describe `args'.
17802         (gmm-tool-bar-zap-list): New widget.
17803         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17804
17805 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17808         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17809         the number of recursive calls.
17810
17811         * mm-decode.el (mm-handle-set-disposition): New macro.
17812         (mm-handle-set-description): New macro.
17813
17814 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17815
17816         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17817         encoding.
17818
17819 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17820
17821         * message.el (message-tool-bar-zap-list, message-tool-bar)
17822         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17823         (message-tool-bar-local-item-from-menu): Remove.
17824         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17825         (message-make-tool-bar): New function.
17826         (message-mode): Use `message-make-tool-bar'.
17827
17828         * gmm-utils.el: New file.
17829         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17830         (gmm-lazy): New widget copied from `nnmail.el'.
17831         (gmm-tool-bar-from-list): New function for creating customizable
17832         tool bars.
17833         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17834         output.
17835         (gmm): Add :prefix to defgroup.
17836
17837 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17838
17839         * gmm-utils.el (gmm-widget-p): New function.
17840
17841 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17842
17843         * mml.el (mml-attach-file): Describe `description' in doc string.
17844         (mml-menu): Add Emacs MIME manual and PGG manual.
17845
17846 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17847
17848         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17849
17850 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17851
17852         * nntp.el (nntp-end-of-line): Doc fix.
17853
17854 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17855
17856         * imap.el (imap-open): Handle case where buffer is a buffer
17857         object.
17858
17859 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17860
17861         * gnus-delay.el (gnus-delay): Don't autoload.
17862         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17863         to be re-loaded when customizing the `gnus-delay' group.
17864
17865 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17866
17867         * message.el (message-insert-citation-line): Use newlines.
17868
17869 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17870
17871         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17872         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17873         these routines, so the passphrase can be managed externally and
17874         passed in to the system.
17875         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17876         pgg-add-passphrase-to-cache function.
17877
17878         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17879         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17880         these routines, so the passphrase can be managed externally and
17881         passed in to the system.
17882         (pgg-pgp5-sign-region): Use new name of
17883         pgg-add-passphrase-to-cache function.
17884
17885 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17886
17887         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17888         part of the decoded armor to find the key-identifier.
17889         (pgg-gpg-lookup-key-owner): New function to return the
17890         human-readable identifier of a key owner.
17891         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17892         itself.
17893         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17894         the key value) if we have a key and can match it against a secret
17895         key.  Also, added a note pointing out fact that the prompt only
17896         indicates the first matching key.
17897
17898         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17899         pgg-decrypt-region.
17900         (pgg-add-passphrase-to-cache): Rename from
17901         `pgg-add-passphrase-cache' to reduce confusion (all callers
17902         changed).
17903         (pgg-remove-passphrase-from-cache): Rename from
17904         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17905         changed).
17906         (pgg-read-passphrase, pgg-add-passphrase-cache)
17907         (pgg-remove-passphrase-cache): Add informative docstrings.
17908         (pgg-decrypt): Convey provided passphrase in subordinate call to
17909         pgg-decrypt-region.
17910
17911 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17912
17913         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17914         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17915         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17916         'passphrase' argument, so the passphrase can be managed externally
17917         and then passed in to the system.
17918
17919         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17920         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17921         so the passphrase cache can be used reliably with identifiers
17922         besides a pgp packet's key id.
17923
17924         * pgg-gpg.el (pgg-gpg-encrypt-region)
17925         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17926         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17927         these routines, so the passphrase can be managed externally and
17928         passed in to the system.
17929
17930         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17931         'notruncate' argument, so the passphrase cache can be used
17932         reliably with identifiers besides a pgp packet's key id.
17933
17934 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17935
17936         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17937         symmetric encryption.
17938         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17939         encrypted session key.
17940         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17941         message ask for the passphrase in a proper way.
17942
17943         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17944         New user commands for symmetric encryption.
17945
17946 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17949
17950         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17951
17952 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17953
17954         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17955
17956 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17957
17958         * mm-decode.el (mm-inlined-types): Add application/pgp.
17959         (mm-automatic-display): Ditto.
17960
17961         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17962         part as text.
17963
17964 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * nnrss.el: Update copyright.
17967         (nnrss-opml-import): Query whether to subscribe to each entry.
17968
17969         * gnus-art.el:
17970         * gnus-sum.el:
17971         * gnus-xmas.el:
17972         * messagexmas.el:
17973         * mm-uu.el:
17974         * mm-view.el: Update copyright.
17975
17976 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17977
17978         * message.el (message-info): New function.
17979         (message-mode-menu): Add it.
17980         Update copyright.
17981
17982         * ChangeLog: Fix and update copyright.
17983
17984 2006-01-13  Romain Francoise  <romain@orebokech.com>
17985
17986         * message.el (message-forward-subject-name-subject): Prefer the
17987         address to 'nowhere' if the sender has no name.
17988         Fix typo.  Update copyright year.
17989
17990 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17991
17992         * gnus-art.el (article-wash-html):
17993         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17994         (gnus-article-wash-html-with-w3m-standalone): New function.
17995
17996         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17997         mm-inline-text-html-render-with-w3m-standalone.
17998         (mm-text-html-washer-alist): Map w3m-standalone to
17999         gnus-article-wash-html-with-w3m-standalone.
18000         (mm-inline-text-html-render-with-w3m-standalone): New function.
18001
18002 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18003
18004         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18005         Improve LaTeX.
18006
18007 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18010         (nnrss-request-article): Render text/plain parts as HTML.
18011
18012         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18013         the buffer.
18014
18015 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18016
18017         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18018         custom definition of `gnus-posting-styles'.
18019
18020         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18021         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18022
18023 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18024
18025         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18026         Use nntp for bug archive.
18027
18028 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18029
18030         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18031         parts.
18032         (nnrss-normalize-date): New function converts ISO 8601 date into
18033         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18034         (nnrss-check-group): Use it.
18035
18036 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18037
18038         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18039
18040         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18041         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18042         (nnrss-insert-w3): Ditto.
18043
18044 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18047         the articles to be forwarded including the case where neither a
18048         number of articles nor a region is specified.
18049
18050 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * nnrss.el (nnrss-request-article): Fix last change; fill
18053         text/plain parts.
18054
18055 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18058         in text/plain part.
18059         (nnrss-check-group): Don't add excessive newline to dc:subject.
18060
18061 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18062
18063         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18064         article.
18065
18066 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18067
18068         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18069         (nnml-use-compressed-files, nnml-save-mail): Support other
18070         comression programs such as bzip2.
18071
18072 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18073
18074         * dns.el (query-dns): Make sure we check the buffer size before
18075         removing tcp headers.
18076
18077 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18080         remove MIME buttons associated with multipart/alternative parts.
18081         (gnus-mime-display-alternative): Tag buttons using `article-type'
18082         text property.
18083
18084         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18085         associated with multipart/alternative parts.
18086
18087         * gnus-art.el (gnus-signature-separator): Fix custom type.
18088
18089         * mm-decode.el (mm-inlined-types): Fix custom type.
18090         (mm-keep-viewer-alive-types): Ditto.
18091         (mm-automatic-display): Ditto.
18092         (mm-attachment-override-types): Ditto.
18093         (mm-inline-override-types): Ditto.
18094         (mm-automatic-external-display): Ditto.
18095
18096 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18097
18098         * spam-report.el (spam-report-user-mail-address)
18099         (spam-report-user-agent): New variables.
18100         (spam-report-url-ping-plain): Use spam-report-user-agent.
18101
18102 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18103
18104         * gnus-art.el (gnus-button-handle-custom): Do not just use
18105         `customize-apropos' for any "M-x customize-*" button but the
18106         function called for.  Accept both the function name and its
18107         argument in order to achieve this.
18108         (gnus-button-alist): Remove support for "custom:" URL's.
18109         Pass function name to `gnus-button-handle-custom' in case of "M-x
18110         customize-*" buttons.
18111
18112 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18115         multipart/alternative and add xref to mm-discouraged-alternatives
18116         in doc string.
18117
18118         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18119         gnus-buttonized-mime-types in doc string.
18120
18121 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18122
18123         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18124         Suggest image/.* in the doc string.
18125
18126 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18127
18128         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18129         message-marks (Debian bug #342521).
18130
18131 2005-12-12  Simon Josefsson  <jas@extundo.com>
18132
18133         * password.el (password-read-from-cache): Add.
18134         (password-read): Use it.
18135
18136 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * rfc2047.el (rfc2047-charset-to-coding-system):
18139         Recognize us-ascii as a MIME charset.
18140
18141         * mm-bodies.el (mm-decode-content-transfer-encoding):
18142         Protect against the case where the 2nd arg TYPE is nil.
18143
18144 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18145
18146         * pop3.el (pop3-stream-type): Fix custom version.
18147
18148         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18149
18150 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18151
18152         * mm-decode.el (mm-display-external): Add missing cdr.
18153
18154 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18157         RFC1524) if it is in mailcap or add a suffix according to
18158         mailcap-mime-extensions when generating a temp filename; postpone
18159         deleting a temp file for 2 seconds for some wrappers, shell
18160         scripts, and so on, which might exit right after having started a
18161         viewer command as a background job.
18162
18163 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18164
18165         * nntp.el (nntp-marks-directory): Fix custom group.
18166
18167         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18168         steps when < 10.
18169
18170         * gnus-start.el (gnus-no-server-1):
18171         Mention `gnus-level-default-subscribed' in doc string.
18172
18173 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18174
18175         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18176         parens.
18177
18178 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * gnus-xmas.el (gnus-use-toolbar): Revert.
18181         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18182         gnus-use-toolbar is default.
18183
18184         * messagexmas.el (message-use-toolbar): Revert.
18185         (message-setup-toolbar): Use global default-toolbar if
18186         message-use-toolbar is default.
18187
18188 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18191         according to default-toolbar-visible-p.
18192
18193         * messagexmas.el (message-use-toolbar): Ditto.
18194
18195 2005-11-26  Dave Love  <fx@gnu.org>
18196
18197         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18198         (tls-program, tls-success): Provide openssl alternative.
18199
18200         * starttls.el: Doc fixes.
18201         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18202         SERVICE to PORT.
18203
18204         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18205         port null or service name.
18206         (starttls-negotiate): Autoload.
18207
18208 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * message.el (message-kill-to-signature): Fix interactive spec.
18211
18212 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18213
18214         * pop3.el (pop3-open-server): Recognize a string as a service name.
18215
18216 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18217
18218         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18219
18220 2005-11-23  Dave Love  <fx@gnu.org>
18221
18222         Add pop3s, pop3/starttls.
18223
18224         * pop3.el (pop3-authentication-scheme): Clarify doc.
18225         (open-tls-stream, starttls-open-stream): Autoload.
18226         (pop3-stream-type): New.
18227         (pop3-open-server): Use it.
18228
18229         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18230         for POP.
18231         (mail-source-keyword-map): Add :stream for POP.
18232         (mail-source-fetch-pop): Use pop3-stream-type.
18233
18234 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18235
18236         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18237         of current-time-string.
18238
18239 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18240
18241         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18242         date header.
18243
18244 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18245
18246         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18247         it can seriously impact performance as it bypasses the agent's
18248         local caches.
18249
18250 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18251
18252         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18253         must be explicitly online rather than "not explicitly offline" for
18254         its flags to be synchronized.
18255
18256         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18257         that gnus-uu-unmark-thread will function correctly.
18258
18259         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18260         1024K is instead displayed as 1M.
18261
18262 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18263
18264         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18265
18266 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18267
18268         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18269
18270 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18271
18272         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18273         error message to display actual error condition.
18274         (gnus-agent-save-local): Avoid saving symbols that are bound to
18275         nil as they simply result in a warning message in
18276         gnus-agent-read-local.
18277
18278 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18281         rather than make-variable-buffer-local for file-precious-flag.
18282
18283 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18284
18285         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18286         for duplicates which are removed.  The invalid sort check then
18287         triggers a rescan after the sort as sorting may have moved
18288         duplicate entries such that they can be cheaply detected.
18289
18290 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18291
18292         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18293
18294 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18295
18296         * gnus-agent.el (gnus-agent-article-alist-save-format):
18297         Change internal variable to a custom variable.  Change default value
18298         from compressed(2) to uncompressed(1).
18299         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18300         support for uncompressed agentview files.  Taken together, reading
18301         the agentview file should now be 6-7 times faster.
18302
18303 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18304
18305         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18306         as a buffer-local variable.  This avoids creating truncated
18307         dribble files as a result of a hang up, eg.
18308
18309 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18310
18311         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18312         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18313         XEmacs.
18314
18315 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18316
18317         * gnus-start.el (gnus-start-draft-setup):
18318         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18319
18320         * gnus.el (gnus-splash): Change custom group.
18321         (gnus-group-get-parameter, gnus-group-parameter-value):
18322         Describe allow-list argument.
18323
18324         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18325         string.
18326
18327 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18328
18329         * gnus-art.el (gnus-default-article-saver): Add user-defined
18330         `function' to custom type.
18331
18332 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18333
18334         * imap.el (imap-open): Handle case where buffer is a buffer
18335         object.
18336
18337 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18338
18339         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18340         long lines.
18341         (gnus-cache-delete-group): Wrap doc strings.
18342
18343         * gnus-agent.el (gnus-agent-rename-group)
18344         (gnus-agent-delete-group): Wrap doc strings.
18345
18346 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * messagexmas.el (message-use-toolbar): Change the valid values
18349         into default, top, bottom, left, and right.
18350         (message-toolbar-thickness): New variable.
18351         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18352         well.
18353         (message-setup-toolbar): Make it work.
18354
18355         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18356         (gnus-use-toolbar): Change the valid values into default, top,
18357         bottom, left, and right.
18358         (gnus-toolbar-thickness): New variable.
18359         (gnus-xmas-setup-toolbar): New function.
18360         (gnus-xmas-setup-group-toolbar): Use it.
18361         (gnus-xmas-setup-summary-toolbar): Use it.
18362
18363 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18364
18365         * gnus-start.el (gnus-1): Add "native" to
18366         gnus-predefined-server-alist.
18367
18368         * gnus.el (gnus-method-to-server): Don't add "native" to the
18369         lists here, because that leads to problems when
18370         gnus-select-method is bound.
18371
18372 2005-11-09  Simon Josefsson  <jas@extundo.com>
18373
18374         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18375         use (not sort-by-date) instead.
18376
18377 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18378
18379         * gnus-delay.el (gnus-delay-group): Don't autoload.
18380         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18381         to be re-loaded when customizing the `gnus-delay' group.
18382
18383 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18384
18385         * message.el: Revert last changes.
18386         (message-insert-citation-line): Use newlines.
18387
18388 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18389
18390         * message.el (message-courtesy-message)
18391         (message-mark-insert-begin, message-mark-insert-end)
18392         (message-elide-ellipsis, message-cancel-message)
18393         (message-add-header, message-change-subject)
18394         (message-cross-post-followup-to-header)
18395         (message-cross-post-insert-note, message-reduce-to-to-cc)
18396         (message-widen-reply, message-delete-not-region)
18397         (message-kill-to-signature, message-insert-signature)
18398         (message-insert-importance-high, message-insert-importance-low)
18399         (message-insert-or-toggle-importance)
18400         (message-insert-disposition-notification-to)
18401         (message-indent-citation, message-yank-original)
18402         (message-cite-original-without-signature, message-cite-original)
18403         (message-insert-citation-line, message-position-on-field)
18404         (message-fix-before-sending, message-send-mail-partially)
18405         (message-send-mail, message-send-mail-with-sendmail)
18406         (message-send-mail-with-qmail, message-send-news)
18407         (message-check-news-header-syntax, message-generate-headers)
18408         (message-insert-courtesy-copy, message-fill-address)
18409         (message-fill-header, message-shorten-references)
18410         (message-setup-1, message-cancel-news)
18411         (message-forward-make-body-plain, message-forward-make-body-mime)
18412         (message-forward-make-body-mml, message-encode-message-body)
18413         (message-forward-make-body-digest-plain)
18414         (message-forward-make-body-digest-mime)
18415         (message-use-alternative-email-as-from): Insert `hard-newline'
18416         instead of ordinary newlines.
18417
18418 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * message.el (message-generate-headers): Downcase the argument
18421         given to message-check-element.
18422
18423 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18424
18425         * nntp.el (nntp-authinfo-rejected): New error condition.
18426         (nntp-wait-for): Use new error condition to signal authentication
18427         error.
18428         (nntp-retrieve-data): Rethrow new error condition to break out of
18429         recursive call to nntp-send-authinfo.
18430
18431 2005-11-08  Romain Francoise  <romain@orebokech.com>
18432
18433         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18434         (gnus-summary-exit-map): Bind to `Z p'.
18435         (gnus-summary-make-menu-bar): Add menu item.
18436
18437 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18438
18439         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18440         (gnus-treat-*): Add `first' in all doc strings.
18441
18442         * gnus-group.el (gnus-group-compact-group): Fix typo.
18443
18444 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18445
18446         * gnus.el (gnus-parameters-case-fold-search): New variable.
18447         (gnus-parameters-get-parameter): Use it.
18448
18449         * gnus-score.el (gnus-home-score-file): Doc fix.
18450
18451 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18452
18453         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18454
18455 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18456
18457         * mm-util.el (mm-special-display-p): New function.
18458
18459         * mml.el (mml-preview): Use it; doc fix.
18460
18461 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18462
18463         * imap.el (imap-open): Handle case where buffer is a buffer object.
18464
18465 2005-10-29  Romain Francoise  <romain@orebokech.com>
18466
18467         * message.el (message-fix-before-sending): Fix comment.
18468
18469 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18470
18471         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18472
18473 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18474
18475         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18476         Used in gnus-score.el.
18477
18478 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18479
18480         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18481
18482 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18483
18484         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18485         whitespace removed in revision 7.8.  Use concatenated string to
18486         protect trailing whitespace.
18487
18488 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18489
18490         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18491         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18492         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18493         Courier IMAP ("some version from 2004").  Mostly based on similar
18494         code in the same function.
18495
18496 2005-10-26  Didier Verna  <didier@xemacs.org>
18497
18498         * gnus-group.el (gnus-group-compact-group): Invalidate original
18499         article buffer.
18500         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18501         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18502         NOV database and in article itself.
18503         Invalidate article backlog.
18504
18505 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18506
18507         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18508
18509 2005-10-26  Simon Josefsson  <jas@extundo.com>
18510
18511         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18512         part of 2004-07-25 change.
18513
18514 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * message.el (message-display-completion-list): New function.
18517         (message-expand-group): Use it; make sure the Completions buffer
18518         is modifiable.
18519 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18520
18521         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18522         user-mail-name is an empty string.
18523
18524 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18525
18526         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18527         depending on gnus-score-decay-constant.
18528
18529         * encrypt.el (encrypt-insert-file-contents)
18530         (encrypt-write-file-contents): Don't use `gnus-message'.
18531
18532         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18533         arguments.
18534         (mm-uu-type-alist): Add message-marks and insert-marks.
18535         Pass arguments to mm-uu-verbatim-marks-extract.
18536         (mm-uu-hide-markers): New variable.
18537         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18538
18539         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18540         (gnus-convert-image-to-face-command): Use "convert" by default to
18541         allow other input image formats.
18542         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18543         accordingly.
18544
18545 2005-10-23  Simon Josefsson  <jas@extundo.com>
18546
18547         * imap.el (imap-gssapi-program): Align command line parameters
18548         with latest GNU SASL.
18549         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18550
18551 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18552
18553         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18554         HTML.
18555         (nnslashdot-request-article): Ditto.
18556
18557         * lpath.el (featurep): Add nobreak-char-display.
18558
18559 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18560
18561         * mail-source.el (mail-source-fetch-pop): Require pop3.
18562         (mail-source-check-pop): Ditto.
18563
18564 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18567         errors.
18568
18569 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18570
18571         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18572         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18573
18574         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18575
18576         * mm-bodies.el (mm-decode-string):
18577         Call `mm-charset-to-coding-system' with allow-override argument.
18578
18579 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18582         (rfc2047-charset-to-coding-system): New function.
18583         (rfc2047-decode-encoded-words): New function.
18584         (rfc2047-decode-region): Use them.
18585         (rfc2047-decode-cte): Remove.
18586         (rfc2047-parse-and-decode): Remove.
18587         (rfc2047-decode): Remove.
18588
18589 2005-10-15  Kenichi Handa  <handa@m17n.org>
18590
18591         * rfc2047.el (rfc2047-decode-cte): New function.
18592         (rfc2047-decode-region): Change the way to decode successive
18593         encoded-words: decode B- or Q-encoding in each encoded-word,
18594         concatenate them, and decode it as charset.
18595
18596 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18597
18598         * lpath.el: Fbind codepage-setup for XEmacs.
18599
18600 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18601
18602         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18603         widget-move-and-invoke.
18604         (gnus-custom-mode): Use gnus-custom-map.
18605
18606 2005-10-15  Bill Wohler  <wohler@newt.com>
18607
18608         * message.el (message-tool-bar-map): Rename image file from
18609         mail_send to mail/send.
18610
18611 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18612
18613         * message.el (message-expand-group): Pass the common
18614         prefix substring of completion to `display-completion-list'.
18615
18616 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18617
18618         * mml-sec.el (mml-secure-method): New internal variable.
18619         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18620         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18621         New functions using mml-secure-method.
18622
18623         * mml.el (mml-mode-map): Add key bindings for those functions.
18624         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18625         Harder <harder@myrealbox.com>.
18626         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18627         Goto end of message if point is the headers of the message.
18628
18629         * message.el (message-in-body-p): New function.
18630
18631         * assistant.el: Autoload gnus-util and netrc.
18632
18633         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18634         Use `mm-charset-override-alist' only when decoding.
18635
18636         * mm-bodies.el (mm-decode-body):
18637         Call `mm-charset-to-coding-system' with allow-override argument.
18638
18639         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18640         `filename' from Content-Disposition if Content-Type doesn't
18641         provide `name'.
18642         (gnus-mime-view-part-as-type): Set default instead of
18643         initial-input.
18644
18645 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18646
18647         * format-spec.el (format-spec): Propagate text properties of % spec.
18648
18649 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18650
18651         * gnus-art.el (gnus-treat-predicate): Add `first'.
18652
18653 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18654
18655         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18656         (mm-charset-override-alist): New variable.
18657         (mm-charset-to-coding-system): Use it.
18658         (mm-codepage-setup): New helper function.
18659         (mm-charset-eval-alist): New variable.
18660         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18661         Warn about unknown charsets.
18662
18663         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18664
18665 2005-10-04  David Hansen  <david.hansen@gmx.net>
18666
18667         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18668         (nnrss-check-group): Ditto.
18669
18670 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18671
18672         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18673         Rename x-gnus-verbatim to x-verbatim.
18674         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18675
18676         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18677         x-verbatim.
18678
18679         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18680
18681         * gnus-util.el (gnus-remove-duplicates): Remove.
18682
18683         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18684         instead of gnus-remove-duplicates.
18685
18686         * message.el (message-remove-duplicates): Remove.
18687         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18688         message-remove-duplicates.
18689
18690         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18691         available, else use implementation from `delete-dups'.
18692
18693         * message.el (message-insert-expires): New function.
18694         (message-mode-map): Add key binding.
18695         (message-mode-field-menu): Add menu entry.
18696         (message-mode): Document it.
18697         (message-make-expires-date): Use `message-make-date'.
18698
18699 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18700
18701         * message.el (message-make-expires-date): New function.
18702
18703 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * Makefile.in (list-installed-shadows): New entry.
18706         (install): Use it.
18707         (remove-installed-shadows): New entry.
18708
18709         * dgnushack.el (dgnushack-default-load-path): New variable.
18710         (dgnushack-find-lisp-shadows): New function.
18711         (dgnushack-remove-lisp-shadows): New function.
18712
18713 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * Makefile.in (install-el-elc): New entry.
18716         (install): Use it so that .el files are necessarily installed.
18717
18718 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18721
18722 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18723
18724         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18725         function rather than the diff-mode.el package.
18726         (mm-display-external): Use with-current-buffer.
18727         (mm-viewer-completion-map, mm-viewer-completion-map):
18728         Move initialization inside declaration.
18729
18730 2005-09-29  Simon Josefsson  <jas@extundo.com>
18731
18732         * spam.el: Load hashcash when compiling, to avoid warnings.
18733         Don't autoload mail-check-payment.
18734         (spam-check-hashcash): Define unconditionally, since hashcash.el
18735         is part of Gnus now.  Ignore errors from payment checking.
18736
18737 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18738
18739         * message.el (message-bold-region, message-unbold-region):
18740         Rename from `bold-region' and `unbold-region'.
18741
18742         * message.el: Remove useless autoloads.
18743
18744 2005-09-28  Simon Josefsson  <jas@extundo.com>
18745
18746         * message.el (message-use-idna): Default to t.
18747         (message-use-idna): Test whether encoding works too.  Doc fix.
18748
18749 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18750
18751         * nntp.el (nntp-warn-about-losing-connection): Remove.
18752
18753 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18754
18755         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18756         customizable.  Change default value.
18757         (mm-uu-diff-groups-regexp): Change default value.
18758         (mm-uu-type-alist): Add doc string.
18759         (mm-uu-configure): Add doc string.  Make it interactive.
18760         (mm-uu-tex-groups-regexp): New variable.
18761         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18762         (mm-uu-type-alist): Add LaTeX documents.
18763         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18764         of "text/verbatim".
18765         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18766
18767         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18768         instead of "text/verbatim".
18769
18770         * message.el (message-mark-inserted-region)
18771         (message-mark-insert-file): Use slrn style marks when called with
18772         prefix argument.
18773
18774 2005-09-27  Simon Josefsson  <jas@extundo.com>
18775
18776         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18777
18778 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18779
18780         * message.el (message-remove-duplicates): New function.
18781         Implementation borrowed from `gnus-remove-duplicates'.
18782         (message-idna-to-ascii-rhs): Also encode idna addresses in
18783         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18784         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18785         only ask about the same idna domain once per header and also tell
18786         in what header to replace the idna domain.
18787
18788         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18789         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18790         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18791         a header is decoded and not just the last one.
18792
18793 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18796         has been decoded.
18797
18798         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18799         (mm-insert-part): Don't modify text if it has been decoded.
18800
18801         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18802         decoded.
18803
18804         * mm-view.el (mm-inline-text): Don't strip text props unless
18805         decoding enriched or richtext parts.
18806
18807 2005-09-25  Romain Francoise  <romain@orebokech.com>
18808
18809         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18810         * gnus-start.el (gnus-subscribe-interactively):
18811         * gnus-uu.el (gnus-uu-grab-articles):
18812         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18813         space.
18814
18815 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18816
18817         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18818         * mm-view.el (mm-view-pkcs7-decrypt):
18819         * gnus-sum.el (gnus-summary-limit-to-extra)
18820         (gnus-summary-respool-article, gnus-read-move-group-name):
18821         * gnus-score.el (gnus-summary-increase-score):
18822         * gnus-util.el (gnus-completing-read-with-default):
18823         * gnus-art.el (gnus-read-save-file-name)
18824         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18825         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18826         * message.el (message-check-news-header-syntax):
18827         Follow convention for reading with the minibuffer.
18828
18829 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18830
18831         * spam-report.el (spam-report-url-ping-plain):
18832         Use gnus-extended-version as User-Agent.
18833
18834         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18835         default value is nil.
18836
18837         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18838         (mm-uu-verbatim-marks-extract): New function.
18839         (mm-uu-extract): New face.
18840         (mm-uu-copy-to-buffer): Use it.
18841
18842         * spam-report.el (spam-report-gmane-ham): Rename from
18843         `spam-report-gmane-unspam'.
18844         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18845         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18846
18847         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18848         Autoload.
18849         (spam-report-gmane-unregister-routine):
18850         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18851
18852 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18853
18854         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18855         (spam-report-gmane-unregister-routine): Add support for gmane
18856         unregistration.
18857
18858         * spam-report.el (spam-report-gmane-unspam)
18859         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18860         (spam-report-gmane): Change to take a single article and do unspam
18861         registration.
18862
18863 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18864
18865         * mm-url.el (mm-url-decode-entities): Fix regexp.
18866
18867 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18868
18869         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18870         default to nil, to be able to use Gnus at all.  If the default
18871         switches to something else, then the function should be fixed not
18872         be exceedingly slow.
18873
18874 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18875
18876         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18877         fail hard.
18878
18879         * spam-report.el: Add better Keywords line.
18880
18881         * spam.el: Add Maintainer and better Keywords line.
18882
18883 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18884
18885         * gnus-art.el (gnus-article-replace-part)
18886         (gnus-mime-replace-part): New functions.
18887         (gnus-mime-action-alist, gnus-mime-button-commands)
18888         (gnus-mime-save-part-and-strip): Add file argument.
18889         (gnus-article-part-wrapper): Add interactive argument.
18890
18891         * gnus-sum.el (gnus-summary-mime-map):
18892         Add `gnus-article-replace-part'.
18893
18894 2005-09-19  Didier Verna  <didier@xemacs.org>
18895
18896         The nnml compaction feature:
18897         * nnml.el (nnml-request-compact-group): New function.
18898         * nnml.el (nnml-request-compact): New function.
18899         * gnus-int.el (gnus-request-compact-group): New function.
18900         * gnus-int.el (gnus-request-compact): New function.
18901         * gnus-group.el (gnus-group-compact-group): New function.
18902         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18903         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18904         * gnus-srvr.el (gnus-server-compact-server): New function.
18905         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18906         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18907
18908 2005-09-18  Deepak Goel  <deego@gnufans.org>
18909
18910         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18911         format spec.
18912
18913 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18914
18915         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18916
18917 2005-09-15  Romain Francoise  <romain@orebokech.com>
18918
18919         * message.el (message-fill-paragraph): Clarify docstring.
18920
18921 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18922
18923         * gnus-art.el (gnus-mime-display-part): Protect against broken
18924         MIME messages.
18925
18926 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18927
18928         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18929         before parsing header.
18930
18931 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18932
18933         * html2text.el (html2text-replace-list): Add new entities.
18934
18935 2005-09-11  Romain Francoise  <romain@orebokech.com>
18936
18937         * message.el (message-alternative-emails): Improve docstring.
18938         (message-setup-1): Call `message-use-alternative-email-as-from'
18939         after `message-setup-hook' to give it precedence over posting
18940         styles, etc.
18941         (message-use-alternative-email-as-from): Add docstring.
18942         Remove the original From header if present.
18943
18944         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18945         (nnml-save-mail): Use it.
18946
18947         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18948         articles.  Add new argument `silent'.
18949         (gnus-uu-mark-all): Report the total number of marked articles.
18950
18951 2005-09-10  Romain Francoise  <romain@orebokech.com>
18952
18953         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18954         (gnus-uu-mark-series): Likewise.
18955
18956 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18957
18958         * spam-report.el (spam-report-gmane): Fix generation of spam
18959         report URL.
18960
18961 2005-09-10  Simon Josefsson  <jas@extundo.com>
18962
18963         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18964         t, based on discussion on the ding list with Robert Epprecht
18965         <epprecht@solnet.ch>.
18966
18967 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18968
18969         * spam-report.el (spam-report-gmane): Make it work without
18970         X-Report-Spam header.  Gmane now only provides Archived-At.
18971         This is only used if `spam-report-gmane-use-article-number' is nil.
18972         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18973
18974         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18975         make `gnus-summary-sort-by-recipient' work with threading.
18976
18977         * nnweb.el (nnweb-google-wash-article): Print a message if article
18978         is not available.
18979
18980 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18981
18982         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18983         change.  Decode text/* parts content before displaying.
18984
18985 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18986
18987         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18988
18989 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18990
18991         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18992
18993         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
18994         url-package-name, url-package-version,
18995         w3m-cid-retrieve-function-alist, w3m-current-buffer,
18996         w3m-display-inline-images, and w3m-minor-mode-map.
18997
18998 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18999
19000         * message.el (message-tab-body-function): Fix mismatched custom type.
19001
19002         * gnus.el (gnus-group-change-level-function): Ditto.
19003
19004         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19005
19006         * gnus-art.el (gnus-signature-limit)
19007         (gnus-article-mime-part-function): Ditto.
19008
19009 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19010
19011         * mml.el (mml-mode): Silence the byte compiler.
19012
19013         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19014         using `(sit-for 0)' before moving the point to the specified part;
19015         skip unbuttonized parts.
19016         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19017         return to the summary window if gnus-auto-select-part is non-nil.
19018
19019 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19022         New variables.
19023         (mml-dnd-attach-file, mml-mode): Use them.
19024
19025         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19026         Make fetching article by MID work again for Google Groups.
19027         Add FIXME concerning gnus-group-make-web-group.
19028
19029         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19030         Don't depend on Gnus by using mail-extract-address-components if
19031         gnus-extract-address-components is not bound.
19032
19033 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19034
19035         * gnus-art.el (gnus-mime-display-security): Don't display the
19036         signature, but only the signed part.
19037
19038 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19039
19040         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19041
19042         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19043         list, not listp.
19044
19045 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19046
19047         * mm-encode.el (mm-encode-content-transfer-encoding):
19048         Likewise when encoding.
19049
19050         * mm-bodies.el (mm-decode-content-transfer-encoding):
19051         De-canonicalize CRLF for all text content types, not just
19052         text/plain.
19053
19054 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19057         valid article; point arrow and cursor at the MIME button.
19058
19059 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19060
19061         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19062         Suggested by Dan Christensen <jdc@uwo.ca>.
19063
19064         * mm-decode.el (mm-save-part): Enable change of prompt.
19065
19066 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19067
19068         * gnus-msg.el (gnus-inews-add-send-actions):
19069         Make `message-post-method' lambda parameter ARG `&optional'.
19070
19071 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19072
19073         * gnus-sum.el (gnus-summary-mime-map):
19074         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19075         gnus-article-jump-to-part.
19076
19077         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19078         (gnus-article-edit-part): Use it.
19079         (gnus-article-part-wrapper): Add no-handle argument.
19080         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19081         New functions.
19082
19083 2005-08-29  Romain Francoise  <romain@orebokech.com>
19084
19085         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19086         docstring.
19087         (gnus-face-from-file): Likewise.
19088
19089 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19090
19091         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19092         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19093         non-nil.
19094         (gnus-auto-select-part): New variable.
19095         (gnus-article-jump-to-part): New function.
19096         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19097         (gnus-mime-delete-part): Allow selecting specified part after
19098         deleting or stripping parts.
19099         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19100         part if argument is bogus.
19101
19102 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19103
19104         * gnus-art.el (w3m-minor-mode-map):
19105         * gnus-spec.el (gnus-newsrc-file-version):
19106         * gnus-util.el (nnmail-active-file-coding-system)
19107         (gnus-original-article-buffer, gnus-user-agent):
19108         * gnus.el (gnus-ham-process-destinations)
19109         (gnus-parameter-ham-marks-alist)
19110         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19111         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19112         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19113         * mm-decode.el (gnus-current-window-configuration):
19114         * mm-extern.el (gnus-article-mime-handles):
19115         * mm-url.el (url-current-object, url-package-name)
19116         (url-package-version):
19117         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19118         (smime-keys, w3m-cid-retrieve-function-alist)
19119         (w3m-current-buffer, w3m-display-inline-images)
19120         (w3m-minor-mode-map):
19121         * mml-smime.el (gnus-extract-address-components):
19122         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19123         (gnus-newsrc-hashtb, message-default-charset)
19124         (message-deletable-headers, message-options)
19125         (message-posting-charset, message-required-mail-headers)
19126         (message-required-news-headers):
19127         * mml1991.el (mc-pgp-always-sign):
19128         * mml2015.el (mc-pgp-always-sign):
19129         * nnheader.el (nnmail-extra-headers):
19130         * rfc1843.el (gnus-decode-encoded-word-function)
19131         (gnus-decode-header-function, gnus-newsgroup-name):
19132         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19133
19134 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19135
19136         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19137         the end of the date treatments.
19138
19139 2005-08-15  Simon Josefsson  <jas@extundo.com>
19140
19141         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19142         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19143         Capello and Romain Francoise.
19144         (pgg-fetch-key-function): Remove, not used?
19145         (pgg-insert-url-with-w3): Require url, to get
19146         url-insert-file-contents regardless of where it is defined.
19147
19148 2005-08-13  Romain Francoise  <romain@orebokech.com>
19149
19150         * message.el (message-cite-original-1): New function.
19151         (message-cite-original): Use it.
19152         (message-cite-original-without-signature): Ditto.
19153
19154 2005-08-08  Romain Francoise  <romain@orebokech.com>
19155
19156         * message.el (message-yank-empty-prefix): New variable.
19157         (message-indent-citation): Use it.
19158         (message-cite-original-without-signature): Respect X-No-Archive.
19159
19160 2005-08-08  Simon Josefsson  <jas@extundo.com>
19161
19162         * pgg.el: Autoload url-insert-file-contents instead of loading
19163         w3/url.
19164         (pgg-insert-url-with-w3): Don't load url here.
19165
19166 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19167
19168         * message.el (message-kill-to-signature): Don't insert newline at
19169         bol.
19170         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19171
19172 2005-08-06  Romain Francoise  <romain@orebokech.com>
19173
19174         * message.el (message-user-fqdn): Fix typo in docstring.
19175
19176 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19177
19178         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19179
19180         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19181
19182 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * mm-bodies.el (mm-encode-body): Use coding system rather than
19185         charset to encode text.
19186
19187         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19188         number of charsets if utf-8 is available (XEmacs).
19189
19190 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19191
19192         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19193         taken from `gnus-button-mid-or-mail-regexp'.
19194         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19195         (gnus-button-alist): Improve regexp for domain part of the MIDs
19196         for news:localpart@domain buttons.
19197         (gnus-button-ctan-directory-regexp): Update.
19198
19199 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19200
19201         * sieve-manage.el (sieve-manage-interactive-login):
19202         Use make-local-variable rather than make-variable-buffer-local.
19203         (sieve-manage-open): Ditto.
19204         (sieve-manage-authenticate): Ditto.
19205
19206         * mml.el (mml-generate-mime-1): Make the content type default to
19207         text/plain if the filename is not specified.
19208
19209 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19210
19211         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19212         instead of insert-buffer.
19213
19214         * message.el (message-yank-original): Ditto; set the mark at the
19215         end of the yanked message.
19216
19217 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19218
19219         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19220         lines to scroll rather than to stop it.
19221
19222         * mml.el (mml-generate-default-type): Add doc string.
19223         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19224         default to application/octet-stream when determining the content
19225         type if it is not specified for the part or the mml contents; add
19226         a comment about mml-generate-default-type.
19227
19228 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19229
19230         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19231         make it default to application/octet-stream when determining the
19232         content type if it is not specified for the external contents.
19233
19234 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19235
19236         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19237         segmented parameter but also other parameters might be there.
19238
19239 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * mm-decode.el (mm-display-external): Delete temp file, directory
19242         and buffer immediately if the external process is exited.
19243
19244 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19245
19246         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19247         fewer lines than that of scroll-margin.
19248         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19249
19250 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19251
19252         * gnus-art.el (gnus-article-next-page): Revert.
19253         (gnus-article-beginning-of-window): New macro.
19254         (gnus-article-next-page-1): Use it.
19255         (gnus-article-prev-page): Ditto.
19256         (gnus-article-edit-part): Use insert-buffer-substring instead of
19257         insert-buffer.
19258         (gnus-article-edit-exit): Ditto.
19259
19260         * gnus-util.el (gnus-beginning-of-window): Remove.
19261         (gnus-end-of-window): Remove.
19262
19263         * lpath.el: Don't bind header-line-format and scroll-margin.
19264
19265 2005-07-25  Simon Josefsson  <jas@extundo.com>
19266
19267         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19268         to have the url package without w3.  Reported by Daiki Ueno
19269         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19270
19271 2005-07-20  Didier Verna  <didier@xemacs.org>
19272
19273         * gnus-diary.el: Remove the description comment (nndiary is now
19274         properly documented in the Gnus manual).
19275         Fix the spelling of "Back End".
19276         * nndiary.el: Ditto.
19277         Fix the copyright notice.
19278
19279 2005-07-18  Romain Francoise  <romain@orebokech.com>
19280
19281         * gnus-sum.el (gnus-summary-to-prefix)
19282         (gnus-summary-newsgroup-prefix): New variables.
19283         (gnus-summary-from-or-to-or-newsgroups): Use them.
19284
19285 2005-07-17  Romain Francoise  <romain@orebokech.com>
19286
19287         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19288         space as it's generally not especially interesting to the user.
19289
19290 2005-07-16  Romain Francoise  <romain@orebokech.com>
19291
19292         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19293         nil to avoid prompting and file modification if one of the
19294         messages at the top of the nnfolder file contains a copyright
19295         notice.
19296         Update copyright notice.
19297
19298         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19299         instead of `current-time-string' as the latter creates a time
19300         string that is not RFC 2822 compliant (it lacks the zone).
19301         Update copyright notice.
19302
19303 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19304
19305         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19306         for text/rtf.  Display default in prompt.  Pass default for M-n.
19307
19308         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19309
19310 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19311
19312         * gnus-msg.el (gnus-button-mailto):
19313         Remove save-selected-window-window hackery because it relies on
19314         save-selected-window internals.
19315
19316 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19317
19318         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19319         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19320         (gnus-article-prev-page): Ditto.
19321
19322         * gnus-util.el (gnus-beginning-of-window): New function.
19323         (gnus-end-of-window): New function.
19324
19325         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19326
19327 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19328
19329         * gnus-score.el (gnus-score-edit-all-score):
19330         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19331         gnus-message.
19332
19333 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19334
19335         * gnus-msg.el (gnus-button-mailto):
19336         Remove save-selected-window-window hackery because it relies on
19337         save-selected-window internals.
19338
19339 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19342         add-minor-mode.
19343         (gnus-binary-mode): Ditto.
19344
19345         * gnus-topic.el (gnus-topic-mode): Ditto.
19346
19347 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19348
19349         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19350         (gnus-article-prev-page): Take scroll-margin into consideration.
19351
19352 2005-07-04  Lute Kamstra  <lute@gnu.org>
19353
19354         Update FSF's address in GPL notices.
19355
19356 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19357
19358         * gnus.el (gnus-exit):
19359         * gnus-group.el (gnus-group-icons):
19360         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19361
19362         * gnus-nocem.el (gnus-nocem):
19363         * message.el (message-various, message-buffers, message-sending)
19364         (message-interface, message-forwarding, message-insertion)
19365         (message-headers, message-news, message-mail):
19366         * pgg-gpg.el (pgg-gpg):
19367         * pgg-parse.el (pgg-parse):
19368         * pgg-pgp.el (pgg-pgp):
19369         * pgg-pgp5.el (pgg-pgp5):
19370         * pop3.el (pop3): Finish `defgroup' description with period.
19371
19372 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19373
19374         * gnus-art.el (article-display-face): Improve the efficiency.
19375         (article-display-x-face): Ditto; remove gray x-face stuff.
19376
19377 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19378
19379         * gnus-art.el (article-display-face): Correct the position in
19380         which Faces are inserted.
19381
19382 2005-06-29  Didier Verna  <didier@xemacs.org>
19383
19384         * gnus-art.el (article-display-face): Display faces in correct
19385         order.
19386
19387 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19388
19389         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19390         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19391         (gnus-nocem-check-article): Fetch the Type header.
19392         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19393         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19394         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19395         make sure gnus-nocem-hashtb is initialized.
19396         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19397         (gnus-nocem-unwanted-article-p): Ditto.
19398
19399         * pgg.el (pgg-verify): Return the verification result.
19400
19401 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19402
19403         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19404         is ascii.
19405
19406 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19407
19408         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19409         `show-nonbreak-escape'.
19410
19411 2005-06-23  Lute Kamstra  <lute@gnu.org>
19412
19413         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19414
19415         * dig.el (dig-mode):
19416         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19417
19418 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19419
19420         * nnimap.el (nnimap-split-download-body): Fix spellings.
19421
19422 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19423
19424         * gnus-art.el (gnus-article-encrypt-body):
19425         * gnus-cus.el (gnus-score-customize):
19426         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19427         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19428
19429 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19430
19431         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19432         header by looking for magic "MII" at the beginning.
19433
19434 2005-06-16  Miles Bader  <miles@gnu.org>
19435
19436         * gnus-xmas.el (gnus-xmas-group-startup-message):
19437         Use renamed gnus-splash face.
19438
19439         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19440         (assistant-field-face): New backward-compatibility alias for renamed
19441         face.
19442         (assistant-render-text): Use renamed assistant-field face.
19443
19444         * spam.el (spam): Remove "-face" suffix from face name.
19445         (spam-face): New backward-compatibility alias for renamed face.
19446         (spam-face, spam-initialize): Use renamed spam face.
19447
19448         * message.el (message-header-to, message-header-cc)
19449         (message-header-subject, message-header-newsgroups)
19450         (message-header-other, message-header-name)
19451         (message-header-xheader, message-separator, message-cited-text)
19452         (message-mml): Remove "-face" suffix from face names.
19453         (message-header-to-face, message-header-cc-face)
19454         (message-header-subject-face, message-header-newsgroups-face)
19455         (message-header-other-face, message-header-name-face)
19456         (message-header-xheader-face, message-separator-face)
19457         (message-cited-text-face, message-mml-face):
19458         New backward-compatibility aliases for renamed faces.
19459         (message-font-lock-keywords): Use renamed message faces.
19460
19461         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19462         (sieve-test-commands, sieve-tagged-arguments):
19463         Remove "-face" suffix from face names.
19464         (sieve-control-commands-face, sieve-action-commands-face)
19465         (sieve-test-commands-face, sieve-tagged-arguments-face):
19466         New backward-compatibility aliases for renamed faces.
19467         (sieve-control-commands-face, sieve-action-commands-face)
19468         (sieve-test-commands-face, sieve-tagged-arguments-face):
19469         Use renamed sieve faces.
19470
19471         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19472         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19473         (gnus-group-news-3-empty, gnus-group-news-4)
19474         (gnus-group-news-4-empty, gnus-group-news-5)
19475         (gnus-group-news-5-empty, gnus-group-news-6)
19476         (gnus-group-news-6-empty, gnus-group-news-low)
19477         (gnus-group-news-low-empty, gnus-group-mail-1)
19478         (gnus-group-mail-1-empty, gnus-group-mail-2)
19479         (gnus-group-mail-2-empty, gnus-group-mail-3)
19480         (gnus-group-mail-3-empty, gnus-group-mail-low)
19481         (gnus-group-mail-low-empty, gnus-summary-selected)
19482         (gnus-summary-cancelled, gnus-summary-high-ticked)
19483         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19484         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19485         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19486         (gnus-summary-low-undownloaded)
19487         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19488         (gnus-summary-low-unread, gnus-summary-normal-unread)
19489         (gnus-summary-high-read, gnus-summary-low-read)
19490         (gnus-summary-normal-read, gnus-splash):
19491         Remove "-face" suffix from face names.
19492         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19493         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19494         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19495         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19496         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19497         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19498         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19499         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19500         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19501         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19502         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19503         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19504         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19505         (gnus-summary-normal-ticked-face)
19506         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19507         (gnus-summary-normal-ancient-face)
19508         (gnus-summary-high-undownloaded-face)
19509         (gnus-summary-low-undownloaded-face)
19510         (gnus-summary-normal-undownloaded-face)
19511         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19512         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19513         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19514         (gnus-splash-face):
19515         New backward-compatibility aliases for renamed faces.
19516         (gnus-group-startup-message): Use renamed gnus faces.
19517
19518         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19519         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19520         (gnus-server-agent): Remove "-face" suffix from face names.
19521         (gnus-server-agent-face, gnus-server-opened-face)
19522         (gnus-server-closed-face, gnus-server-denied-face)
19523         (gnus-server-offline-face):
19524         New backward-compatibility aliases for renamed faces.
19525         (gnus-server-agent-face, gnus-server-opened-face)
19526         (gnus-server-closed-face, gnus-server-denied-face)
19527         (gnus-server-offline-face): Use renamed gnus faces.
19528
19529         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19530         Remove "-face" suffix from face names.
19531         (gnus-picon-xbm-face, gnus-picon-face):
19532         New backward-compatibility aliases for renamed faces.
19533
19534         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19535         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19536         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19537         (gnus-cite-11): Remove "-face" suffix from face names.
19538         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19539         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19540         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19541         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19542         New backward-compatibility aliases for renamed faces.
19543         (gnus-cite-attribution-face, gnus-cite-face-list)
19544         (gnus-article-boring-faces): Use renamed gnus faces.
19545
19546         * gnus-art.el (gnus-signature, gnus-header-from)
19547         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19548         (gnus-header-content): Remove "-face" suffix from face names.
19549         (gnus-signature-face, gnus-header-from-face)
19550         (gnus-header-subject-face, gnus-header-newsgroups-face)
19551         (gnus-header-name-face, gnus-header-content-face):
19552         New backward-compatibility aliases for renamed faces.
19553         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19554
19555         * gnus-sum.el (gnus-summary-selected-face)
19556         (gnus-summary-highlight): Use renamed gnus faces.
19557         * gnus-group.el (gnus-group-highlight): Likewise.
19558
19559 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19560
19561         * gnus-sieve.el (gnus-sieve-article-add-rule):
19562         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19563         * spam-stat.el (spam-stat-buffer-change-to-spam)
19564         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19565
19566         * message.el (message-is-yours-p):
19567         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19568
19569 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * mm-view.el (mm-inline-text): Withdraw the last change.
19572
19573 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19576         executing enriched-decode.
19577
19578 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19579
19580         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19581         charset of tar files.
19582
19583 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19584
19585         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19586
19587 2005-06-04  Lute Kamstra  <lute@gnu.org>
19588
19589         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19590         information is never recorded.
19591
19592 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19593
19594         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19595
19596 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * pop3.el (pop3-apop): Run md5 in the binary mode.
19599
19600         * starttls.el (starttls-set-process-query-on-exit-flag):
19601         Use eval-and-compile.
19602
19603 2005-05-31  Simon Josefsson  <jas@extundo.com>
19604
19605         * smime.el (smime-replace-in-string): Define.
19606         (smime-cert-by-ldap-1): Use it.
19607
19608 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19609
19610         * gnus-art.el (article-display-x-face): Replace
19611         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19612
19613         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19614         set-process-query-on-exit-flag or process-kill-without-query.
19615
19616         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19617         loop instead of replace-regexp.
19618
19619         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19620         instead of process-kill-without-query if it is available.
19621
19622         * lpath.el: Fbind ldap-search-entries.
19623
19624         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19625         instead of find-file-hooks if it is available.
19626
19627         * mml1991.el: Bind pgg-default-user-id when compiling.
19628
19629         * mml2015.el: Bind pgg-default-user-id when compiling.
19630
19631         * nndraft.el (nndraft-request-associate-buffer):
19632         Use write-contents-functions instead of write-contents-hooks if it is
19633         available.
19634
19635         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19636         instead of find-file-hooks if it is available.
19637
19638         * nntp.el (nntp-open-connection): Replace
19639         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19640         (nntp-open-ssl-stream): Ditto.
19641         (nntp-open-tls-stream): Ditto.
19642
19643         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19644         set-process-query-on-exit-flag or process-kill-without-query.
19645         (starttls-open-stream-gnutls): Use it instead of
19646         process-kill-without-query.
19647         (starttls-open-stream): Ditto.
19648
19649 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19650
19651         * smime.el (smime-cert-by-ldap-1): Don't use
19652         replace-regexp-in-string.
19653
19654 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19655
19656         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19657
19658         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19659         in PEM format.  Adjust to the XEmacs compatibility.
19660
19661 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19662
19663         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19664         by `string-to-number'.
19665         * gnus-agent.el (gnus-agent-regenerate-group)
19666         (gnus-agent-fetch-articles): Ditto.
19667         * gnus-art.el (gnus-button-fetch-group): Ditto.
19668         * gnus-cache.el (gnus-cache-generate-active)
19669         (gnus-cache-articles-in-group): Ditto.
19670         * gnus-group.el (gnus-group-set-current-level)
19671         (gnus-group-insert-group-line): Ditto.
19672         * gnus-score.el (gnus-score-set-expunge-below)
19673         (gnus-score-set-mark-below, gnus-summary-score-effect)
19674         (gnus-summary-score-entry): Ditto.
19675         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19676         (gnus-soup-pack): Ditto.
19677         * gnus-spec.el (gnus-xmas-format): Ditto.
19678         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19679         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19680         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19681         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19682         * nndb.el (nndb-get-remote-expire-response): Ditto.
19683         * nndiary.el (nndiary-parse-schedule-value)
19684         (nndiary-string-to-number, nndiary-request-replace-article)
19685         (nndiary-request-article): Ditto.
19686         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19687         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19688         * nneething.el (nneething-make-head): Ditto.
19689         * nnfolder.el (nnfolder-request-article)
19690         (nnfolder-retrieve-headers): Ditto.
19691         * nnheader.el (nnheader-file-to-number): Ditto.
19692         * nnkiboze.el (nnkiboze-request-article): Ditto.
19693         * nnmail.el (nnmail-process-unix-mail-format)
19694         (nnmail-process-babyl-mail-format): Ditto.
19695         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19696         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19697         (nnmh-request-create-group, nnmh-request-list-1)
19698         (nnmh-request-group, nnmh-request-article): Ditto.
19699         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19700         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19701         * nnsoup.el (nnsoup-make-active): Ditto.
19702         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19703         * nntp.el (nntp-find-group-and-number)
19704         (nntp-retrieve-headers-with-xover): Ditto.
19705         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19706         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19707         (pgg-format-key-identifier): Ditto.
19708         * pop3.el (pop3-last, pop3-stat): Ditto.
19709         * qp.el (quoted-printable-decode-region): Ditto.
19710
19711         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19712         of concat.
19713
19714 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19715
19716         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19717
19718         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19719
19720         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19721
19722         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19723
19724         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19725
19726         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19727
19728         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19729         (gnus-carpal-mode): Ditto.
19730
19731         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19732         (gnus-browse-mode): Ditto.
19733
19734         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19735
19736         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19737
19738 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19739
19740         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19741
19742 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19743
19744         * gnus-util.el (gnus-run-mode-hooks): New function.
19745
19746         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19747
19748         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19749         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19750
19751 2005-05-27  Lute Kamstra  <lute@gnu.org>
19752
19753         * dns-mode.el (dns-mode): Specify customization group.
19754
19755 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19756
19757         * gnus-agent.el (gnus-agent-make-mode-line-string):
19758         Use mode-line-highlight as mouse-face.
19759
19760 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19761
19762         * canlock.el (canlock): Change the parent group to news.
19763
19764         * deuglify.el (gnus-outlook-deuglify): Add :group.
19765
19766         * dig.el (dig): Add :group.
19767
19768         * dns-mode.el (dns-mode): Add :group.
19769
19770         * encrypt.el (encrypt): Add :group.
19771
19772         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19773         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19774         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19775         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19776         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19777
19778         * gnus-diary.el (gnus-diary): Add :group.
19779
19780         * gnus.el (gnus-group-news-1-face): Add :group.
19781         (gnus-group-news-1-empty-face): Ditto.
19782         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19783         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19784         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19785         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19786         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19787         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19788         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19789         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19790         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19791         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19792         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19793         (gnus-summary-high-ticked-face): Ditto.
19794         (gnus-summary-low-ticked-face): Ditto.
19795         (gnus-summary-normal-ticked-face): Ditto.
19796         (gnus-summary-high-ancient-face): Ditto.
19797         (gnus-summary-low-ancient-face): Ditto.
19798         (gnus-summary-normal-ancient-face): Ditto.
19799         (gnus-summary-high-undownloaded-face): Ditto.
19800         (gnus-summary-low-undownloaded-face): Ditto.
19801         (gnus-summary-normal-undownloaded-face): Ditto.
19802         (gnus-summary-high-unread-face): Ditto.
19803         (gnus-summary-low-unread-face): Ditto.
19804         (gnus-summary-normal-unread-face): Ditto.
19805         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19806         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19807
19808         * hashcash.el (hashcash): New custom group.
19809         (hashcash-default-payment): Add :group.
19810         (hashcash-payment-alist): Ditto.
19811         (hashcash-default-accept-payment): Ditto.
19812         (hashcash-accept-resources): Ditto.
19813         (hashcash-path): Ditto.
19814         (hashcash-extra-generate-parameters): Ditto.
19815         (hashcash-double-spend-database): Ditto.
19816         (hashcash-in-news): Ditto.
19817
19818         * message.el (message-minibuffer-local-map): Add :group.
19819
19820         * netrc.el (netrc): Add :group.
19821
19822         * sieve-manage.el (sieve-manage-log): Add :group.
19823         (sieve-manage-default-user): Diito.
19824         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19825         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19826         (sieve-manage-authenticators): Ditto.
19827         (sieve-manage-authenticator-alist): Ditto.
19828         (sieve-manage-default-port): Ditto.
19829
19830         * sieve-mode.el (sieve-control-commands-face): Add :group.
19831         (sieve-action-commands-face): Ditto.
19832         (sieve-test-commands-face): Ditto.
19833         (sieve-tagged-arguments-face): Ditto.
19834
19835         * smime.el (smime): Add :group.
19836
19837         * spam-report.el (spam-report): Add :group.
19838
19839         * spam.el (spam, spam-face): Add :group.
19840
19841 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19842
19843         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19844         return \n.\n.\n at the end of articles.  Protect against that.
19845         (nntp-with-open-group): Allow debugging.
19846
19847         * nnheader.el (mail-header-set-extra): Make into a function
19848         because I just could't understand how to quote the list properly.
19849
19850         * dns.el (query-dns-cached): New function.
19851
19852 2005-05-26  Lute Kamstra  <lute@gnu.org>
19853
19854         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19855
19856 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19857
19858         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19859
19860         * gnus-art.el: Don't autoload mail-extract-address-components.
19861
19862         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19863         eval-and-compile to evaluate it.
19864
19865         * hashcash.el: Don't autoload executable-find.
19866
19867         * nndb.el: Don't declare the nndb back end two or more times; don't
19868         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19869
19870         * nntp.el: Autoload format-spec instead of format; use
19871         eval-and-compile to evaluate autoload forms.
19872
19873 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19874
19875         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19876
19877 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19878
19879         * gnus.el (gnus-version-number): Bump version.
19880
19881 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19882
19883         * gnus.el: No Gnus v0.3 is released.
19884
19885 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19886
19887         * lpath.el (featurep): Bind show-nonbreak-escape.
19888
19889 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19890
19891         * gnus-art.el (gnus-article-edit-part): Disable undo.
19892
19893 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19894
19895         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19896         gnus-article-date-lapsed-new-header is t if date timer is active;
19897         skip headers in which the original date value is empty.
19898         (gnus-article-save-original-date): Redefine it as a macro.
19899         (gnus-display-mime): Use it.
19900
19901 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19902
19903         * gnus-art.el (article-date-ut): Support converting date in
19904         forwarded parts as well.
19905         (gnus-article-save-original-date): New function.
19906         (gnus-display-mime): Use it.
19907
19908 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19909
19910         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19911         enclosure element of <item>.
19912
19913 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19914
19915         * message.el (message-kill-buffer-query): Rename from
19916         `message-kill-buffer-query-if-modified'.  Add :version.
19917
19918 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19919
19920         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19921         window layout.
19922
19923 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19924
19925         * mml.el: Autoload dnd when compiling.
19926
19927 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19928
19929         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19930         x-dnd-*.
19931
19932 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19933
19934         * qp.el (quoted-printable-encode-region): Save excursion.
19935
19936 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19937
19938         * message.el (message-kill-buffer-query-if-modified): Add new variable
19939         so the user can kill a modified message buffer quickly.
19940         (message-kill-buffer): Use it.
19941
19942 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19943
19944         * lpath.el: Fbind display-time-event-handler; don't fbind
19945         string-to-multibyte.
19946
19947         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19948
19949 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19950
19951         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19952         contained in text because xml.el decodes entities) with LFs.
19953
19954 2005-04-11  Lute Kamstra  <lute@gnu.org>
19955
19956         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19957         differently.
19958
19959 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19960
19961         * mm-util.el (mm-detect-coding-region): Typo.
19962
19963 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19964
19965         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19966
19967 2005-04-06  Deepak Goel  <deego@gnufans.org>
19968
19969         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19970         user-function allow user modifications of the scores.
19971         (spam-stat-score-buffer-user): New function, to allow
19972         user-computed modifications to the score.
19973         (spam-stat-score-buffer-user-functions): List of additional
19974         scoring functions.
19975         (spam-stat-error-holder): Global temporary error holder.
19976         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19977         variable.
19978
19979 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19980
19981         * gnus-registry.el (gnus-registry-clean-empty-function)
19982         (gnus-registry-trim, gnus-registry-fetch-groups)
19983         (gnus-registry-delete-group): Groups that match
19984         `gnus-registry-ignored-groups' are removed from the registry
19985         entries, not just ignored for splitting.  This helps clean up the
19986         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19987         to get all the groups a message ID is in.
19988
19989         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19990         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19991         (spam-stat-score-buffer-user-functions): Add :number custom type.
19992
19993 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19994
19995         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19996         argument in XEmacs.
19997
19998         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19999         (nnrss-request-group): Decode group name first.
20000         (nnrss-request-article): Make a text/plain article if mml-to-mime
20001         failed.
20002         (nnrss-get-encoding): Return a compatible encoding according to
20003         nnrss-compatible-encoding-alist.
20004         (nnrss-find-el): Use consp instead of listp.
20005         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20006
20007 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20008
20009         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20010         which Emacs 20 doesn't support.
20011         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20012
20013 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20014
20015         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20016         silence the byte compiler inside the defun.
20017
20018         * gnus-demon.el (parse-time-string): Add autoload.
20019
20020         * gnus-delay.el (parse-time-string): Add autoload.
20021
20022         * gnus-art.el (parse-time-string): Add autoload.
20023
20024         * nnultimate.el (parse-time): Require for `parse-time-string'.
20025
20026 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20027
20028         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20029
20030         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20031
20032         * smime.el (smime-ldap-host-list): Add :version.
20033
20034 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20035
20036         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20037         pass it to `gnus-browse-read-group'.
20038         (gnus-browse-read-group): Add NUMBER argument and pass it to
20039         `gnus-group-read-ephemeral-group'.
20040
20041         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20042         argument and pass it to `gnus-group-read-group'.
20043
20044 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20045
20046         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20047         mm-xemacs-find-mime-charset-1 if we have the mule feature
20048         available at runtime.
20049
20050 2005-03-25  Werner Lemberg  <wl@gnu.org>
20051
20052         * nnmaildir.el: Replace `illegal' with `invalid'.
20053
20054 2005-03-23  Lute Kamstra  <lute@gnu.org>
20055
20056         * time-date.el: Add comment on time value formats.
20057         Don't require parse-time.
20058         (with-decoded-time-value): New macro.
20059         (encode-time-value): New function.
20060         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20061         (days-to-time): Return a valid time value when arg is huge.
20062         (time-since): Use time-subtract.
20063         (time-to-number-of-days): Use time-to-seconds.
20064
20065 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20066
20067         * gnus-start.el (gnus-display-time-event-handler):
20068         Check display-time-timer at runtime rather than only at load time
20069         in case display-time-mode is turned off in the mean time.
20070
20071 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20072
20073         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20074         used.
20075
20076         * nneething.el (nneething-map-file-directory): Derive from
20077         `gnus-directory'.
20078
20079         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20080         the To/Cc button.
20081
20082 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20083
20084         * nnmaildir.el (nnmaildir-request-accept-article):
20085         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20086
20087 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20088
20089         * gnus-async.el: Require timer-funcs at compile time when in
20090         XEmacs for `run-with-idle-timer'.
20091
20092 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20093
20094         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20095         autoloaded function.
20096
20097 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20098
20099         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20100
20101 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20102
20103         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20104
20105 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20106
20107         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20108         Add gnus-expert-user to default.
20109
20110 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20111
20112         * nnimap.el (nnimap-open-server): Ditto.
20113
20114         * imap.el (imap-authenticate): Fix typo.
20115
20116 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20117
20118         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20119         buffer (since IMAP server might return FETCH response out of
20120         order, and the nntp buffer must be sorted).
20121
20122 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20123
20124         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20125         comparison on string.
20126
20127         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20128         (gnus-agent-score): Rename category keywords to match gnus-cus.
20129         (gnus-agent-summary-fetch-series): Modify to protect against
20130         gnus-agent-summary-fetch-group clearing processable flags.
20131         (gnus-agent-synchronize-group-flags): Update live group buffer as
20132         synchronization may occur due to the user toggle the plugged
20133         status.
20134         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20135         successfully downloaded.
20136         (gnus-agent-expire-group-1): Avoid using markers when the overview
20137         is in ascending order; greatly improves performance.
20138         (gnus-agent-regenerate-group):
20139         Use gnus-agent-synchronize-group-flags to reset read status in both
20140         gnus and server.
20141         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20142
20143 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20144
20145         * message.el: Don't autoload former message-utils variables.
20146         (message-strip-subject-trailing-was): Change doc string.
20147
20148         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20149         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20150         (nnweb-google-search): Add "hl=en" here.
20151         (nnweb-google-parse-1, nnweb-google-create-mapping):
20152         Don't hardcode URL.
20153
20154 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20155
20156         * message.el (message-get-reply-headers, message-followup):
20157         Mention related variables `message-use-followup-to' and
20158         `message-use-mail-followup-to', in the information buffer.
20159
20160         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20161         of broken groups(-beta).google.com.
20162
20163 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20164
20165         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20166         parameter to invoked gnus-request-move-article; remove the
20167         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20168         all at once instead of once per article.
20169         (gnus-summary-remove-process-mark): Accept a list of articles as
20170         well as a single article for processing.
20171
20172         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20173         parameter.
20174
20175         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20176
20177         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20178
20179         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20180         parameter.
20181
20182         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20183         parameter.
20184
20185         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20186         parameter and remove the gnus-sum-hint-move-is-internal variable.
20187
20188         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20189         parameter.
20190
20191         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20192         parameter.
20193
20194         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20195         parameter.
20196
20197         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20198
20199         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20200         parameter.
20201
20202         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20203         parameter.
20204
20205 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20206
20207         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20208         a more conservative way.
20209
20210 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20211
20212         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20213         buffer, so it moves the window's cursor.
20214
20215 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20216
20217         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20218         `mm-dissect-multipart' and receive the from field as an (optional)
20219         argument from `mm-dissect-multipart'.
20220         (mm-dissect-multipart): Receive the from field as an argument and
20221         pass it on when we call `mm-dissect-buffer' on MIME parts.
20222         Fixes verification/decryption of signed/encrypted MIME parts.
20223
20224 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20225
20226         * gnus-sum.el (gnus-summary-move-article):
20227         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20228         whatever it calls (right now, only nnimap-request-move article
20229         respects it).
20230
20231         * nnimap.el (nnimap-request-move-article):
20232         When gnus-sum-hint-move-is-internal is set, don't do the extra
20233         nnimap-request-article.
20234
20235 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20236
20237         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20238
20239         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20240         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20241
20242         * gnus-sum.el (gnus-summary-caesar-message):
20243         Apply `gnus-treat-article' after rotation.
20244
20245         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20246         doc string.
20247
20248 2005-02-22  Simon Josefsson  <jas@extundo.com>
20249
20250         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20251         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20252         <arne@arnested.dk>.
20253         (encrypt): Add password-cache and password-cache-expiry as group
20254         members.
20255
20256 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20257
20258         * smime.el (smime-ldap-host-list): Doc fix.
20259         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20260         cache) password.
20261         (smime-sign-region): Use it.
20262         (smime-decrypt-region): Use it.
20263         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20264         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20265         fails.
20266         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20267         certificate from DER to PEM format rather than calling openssl.
20268
20269         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20270
20271         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20272         for signing/encryption.
20273
20274         * mml.el (mml-parse-1): Use them.
20275
20276 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20277
20278         * nnrss.el (nnrss-verbose): Remove.
20279         (nnrss-request-group): Use `nnheader-message' instead.
20280
20281 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20282
20283         * nnrss.el (nnrss-verbose): New variable.
20284         (nnrss-request-group): Make it say nnrss is requesting a group.
20285
20286 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20287
20288         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20289         Handle news URL with given port correctly.
20290
20291 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20292
20293         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20294         containing special characters.
20295
20296         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20297
20298         * mml.el (mime-to-mml): Ditto.
20299
20300         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20301         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20302         (rfc2047-decode-region): Quote decoded words containing special
20303         characters when rfc2047-quote-decoded-words-containing-tspecials
20304         is non-nil.
20305
20306 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20307
20308         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20309
20310         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20311
20312 2005-02-15  Simon Josefsson  <jas@extundo.com>
20313
20314         * nnimap.el (nnimap-debug): Doc fix.
20315
20316         * imap.el (imap-debug): Doc fix.
20317
20318 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20319
20320         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20321
20322 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20323
20324         * gnus.el (spam-contents): Improve docs for spam-contents
20325         parameter in its variable incarnation.
20326
20327 2005-02-14  Simon Josefsson  <jas@extundo.com>
20328
20329         * smime-ldap.el: Use require instead of load-library for ldap.
20330         (smime-ldap-search): Indent.
20331         (smime-ldap-search-internal): Shorten line.
20332
20333         * smime.el (smime-cert-by-dns): Add doc-string.
20334         (smime-cert-by-ldap-1): Indent.
20335
20336         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20337         mml-smime-get-dns-ldap.
20338         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20339
20340 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20341
20342         * smime.el: Require smime-ldap.
20343         (smime-ldap-host-list): New variable.
20344         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20345
20346         * mml-smime.el (mml-smime-encrypt-query): New function.
20347         (mml-smime-encrypt-query): Use it.
20348
20349         * smime-ldap.el: New file.
20350
20351 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20352
20353         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20354
20355 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20356
20357         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20358         argument in doc string.  Make query for type more clear.
20359
20360 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20361
20362         * gnus.el (gnus-group-startup-message): Search for gnus images in
20363         etc/images/gnus.
20364         * mm-util.el (mm-image-load-path): Likewise.
20365         * smiley.el (smiley-data-directory): Search for smilies in
20366         etc/images/smilies.
20367
20368 2005-02-09  Kim F. Storm  <storm@cua.dk>
20369
20370         Change Emacs release version from 21.4 to 22.1 throughout.
20371         Change Emacs development version from 21.3.50 to 22.0.50.
20372
20373 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20374
20375         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20376
20377         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20378         non-Mule XEmacs as well.
20379         (mm-decompress-buffer): Signal an error intentionally if it does
20380         not decompress compressed data because auto-compression-mode is
20381         disabled.
20382
20383 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20384
20385         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20386         an ID in the registry even if it has no groups.
20387
20388 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20389
20390         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20391         merge it into mm-decompress-buffer.
20392         (gnus-mime-copy-part): Use the MIME part charset, the value which
20393         a user specified or gnus-newsgroup-charset for decoding, like
20394         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20395         save-buffer what was used.  Suggested by Kevin Ryde
20396         <user42@zip.com.au>.
20397         (gnus-mime-inline-part): Allow the name parameter as well as the
20398         filename parameter; force decompressing of compressed data; always
20399         display contents being not decoded as unibyte.
20400
20401         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20402         as well as the filename parameter.
20403
20404         * mm-util.el (mm-decompress-buffer):
20405         Merge gnus-mime-jka-compr-maybe-uncompress.
20406         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20407         of compressed data.
20408
20409 2005-02-08  Simon Josefsson  <jas@extundo.com>
20410
20411         * imap.el (imap-log): Doc fix.
20412
20413 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20414
20415         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20416         the coding cookies; decompress compressed parts.
20417
20418         * mml.el (mml-generate-mime-1): Add the charset parameter according
20419         to the value which a user specified manually or the coding cookie.
20420
20421         * mm-util.el (mm-string-to-multibyte): New function.
20422         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20423         (mm-coding-system-to-mime-charset): New function.
20424         (mm-decompress-buffer): New function.
20425         (mm-find-buffer-file-coding-system): New function.
20426
20427         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20428         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20429         parts.
20430
20431 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20432
20433         * mm-view.el (mm-display-inline-fontify): Decode a part according
20434         to the charset parameter.
20435
20436 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20437
20438         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20439         prefix arg is neither nil nor a number, as info specifies.
20440
20441 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20442
20443         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20444         timestamps.
20445
20446 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20447
20448         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20449         groups error checking and notify user.
20450
20451 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20452
20453         * message.el (message-send-mail-function): Check existence of
20454         sendmail-program first before using default value
20455         `message-send-mail-with-sendmail'.  Otherwise use more generic
20456         `smtpmail-send-it'.
20457
20458 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20459
20460         * nntp.el (nntp-request-update-info): Always return nil.
20461
20462 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20463
20464         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20465
20466 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20467
20468         * message.el (message-beginning-of-line): Change the behavior when
20469         invoked between BOL and : so that it first moves backward.
20470
20471 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20472
20473         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20474         article buffer when editing of the article is discarded.
20475         (gnus-article-prepare): Revert.
20476
20477 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20478
20479         * gnus-art.el (gnus-article-prepare):
20480         Remove message-strip-forbidden-properties from the local hook.
20481
20482 2005-01-27  Simon Josefsson  <jas@extundo.com>
20483
20484         * password.el (password-cache-add): Only start one timer per key.
20485         Reported by Derek Atkins <warlord@MIT.EDU>.
20486
20487 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20488
20489         * run-at-time.el: Remove.  It is no longer needed as
20490         timer-funcs.el in the xemacs-base package has a working version of
20491         `run-at-time'.
20492
20493         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20494
20495         * password.el: Require timer-funcs instead of run-at-time in
20496         XEmacs.
20497         Remove `password-run-at-time' macro.
20498         (password-cache-add): Use `run-at-time' instead of
20499         `password-run-at-time'.
20500
20501         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20502         Remove `nnheader-cancel-function-timers' alias,
20503         `cancel-function-timers' exists in XEmacs in timer-funcs.
20504
20505         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20506         for `run-with-idle-timer'.
20507
20508         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20509         for `run-at-time'.
20510
20511         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20512         for `with-timeout'.
20513
20514         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20515         the same as for XEmacs 21.4.
20516         No need to ignore `run-with-idle-timer', this function exists in
20517         XEmacs now in timer-funcs.el in the xemacs-base package.
20518         (dgnushack-compile): No need to delete
20519         run-at-time.el from the list of files to compile because it
20520         doesn't exist anymore.
20521
20522 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20523
20524         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20525         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20526
20527 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20528
20529         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20530         sensitively.
20531
20532 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20533
20534         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20535
20536 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20537
20538         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20539         which will be inserted according to the multibyteness of a buffer
20540         rather than the type of contents.  Suggested by ARISAWA Akihiro
20541         <ari@mbf.ocn.ne.jp>.
20542
20543         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20544         of string which old xml.el may return rather than a string.
20545
20546 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20547
20548         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20549
20550 2005-01-16  Simon Josefsson  <jas@extundo.com>
20551
20552         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20553         idn/idna.el isn't available.
20554         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20555         <michael@waxrat.com>.
20556
20557         * hashcash.el: Remove non-FSF copyright header.
20558
20559         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20560         (hashcash-generate-payment): Use it.
20561         (hashcash-generate-payment-async): Use it.
20562
20563 2005-01-15  Simon Josefsson  <jas@extundo.com>
20564
20565         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20566         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20567
20568         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20569         gnus-summary-idna-message.
20570         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20571         (gnus-summary-idna-message): New function.
20572
20573 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20574
20575         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20576         gnus-novice-user.
20577
20578 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20579
20580         * nnrss.el (nnrss-request-delete-group): Delete entries in
20581         nnrss-group-alist as well.
20582         (nnrss-save-server-data): Insert newline.
20583
20584 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20585
20586         * gnus.el (gnus-user-agent): Use list of symbols instead of
20587         symbols.  Display full version number for (S)XEmacs.
20588         Optionally display (S)XEmacs codename.
20589
20590         * gnus-util.el (gnus-emacs-version): Update for new
20591         `gnus-user-agent'.
20592
20593         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20594         Gnus version.
20595
20596 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20597
20598         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20599         which is unreadable in some setups.
20600
20601 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20602
20603         * gnus-spec.el (gnus-update-format-specifications): Flush the
20604         group format spec cache if it doesn't support decoded group names.
20605
20606 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20607
20608         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20609         Allow to apply decay on score files matching a regexp.
20610
20611 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20612
20613         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20614         compatibility in %g and %c.
20615
20616 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20617
20618         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20619         name for only %g and %c.
20620         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20621         of gnus-tmp-group to decoded group name.
20622         (gnus-group-make-rss-group): Exclude `/'s from group names.
20623
20624 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20625
20626         * nnrss.el (nnrss-get-encoding): Fix regexp.
20627
20628 2004-12-27  Simon Josefsson  <jas@extundo.com>
20629
20630         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20631         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20632         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20633
20634 2004-12-17  Kim F. Storm  <storm@cua.dk>
20635
20636         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20637
20638         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20639
20640 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20641
20642         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20643
20644 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20645
20646         * nnrss.el: Require rfc2047 and mml.
20647         (nnrss-file-coding-system): New variable.
20648         (nnrss-format-string): Redefine it as an inline function.
20649         (nnrss-decode-group-name): New function.
20650         (nnrss-string-as-multibyte): Remove.
20651         (nnrss-retrieve-headers): Decode group name; don't use
20652         nnrss-format-string.
20653         (nnrss-request-group): Decode group name.
20654         (nnrss-request-article): Decode group name; allow a Message-ID as
20655         well as an article number; don't use nnrss-format-string; encode a
20656         Message-ID string which may contain non-ASCII characters; use
20657         mml-to-mime to compose a MIME article.
20658         (nnrss-request-expire-articles): Decode group name.
20659         (nnrss-request-delete-group): Decode group name.
20660         (nnrss-fetch): Clarify error message.
20661         (nnrss-read-server-data): Use insert-file-contents instead of load;
20662         bind file-name-coding-system; use multibyte buffer.
20663         (nnrss-save-server-data): Bind coding-system-for-write to the
20664         value of nnrss-file-coding-system; bind file-name-coding-system;
20665         add coding cookie.
20666         (nnrss-read-group-data): Use insert-file-contents instead of load;
20667         bind file-name-coding-system; use multibyte buffer.
20668         (nnrss-save-group-data): Bind coding-system-for-write to the
20669         value of nnrss-file-coding-system; bind file-name-coding-system.
20670         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20671         make it work with non-ASCII text.
20672         (nnrss-find-el): Make it work with old xml.el as well.
20673
20674 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20675
20676         * nnrss.el (nnrss-get-encoding): New function.
20677         (nnrss-fetch): Use unibyte buffer initially; bind
20678         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20679         decode contents according to the encoding attribute.
20680         (nnrss-save-group-data): Add coding cookie.
20681         (nnrss-mime-encode-string): New function.
20682         (nnrss-check-group): Use it to encode subject and author.
20683
20684 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20685
20686         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20687         imaginary variable.
20688
20689 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20690
20691         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20692         correctly even if there are wide characters.
20693
20694 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20695
20696         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20697         downcased symbol names; make a new cache instead of reusing
20698         bbdb-hashtable.
20699
20700 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20701
20702         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20703         concatenating segments rather than before concatenating them.
20704         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20705
20706         * message.el (message-get-reply-headers): Bind `extra'.
20707
20708 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20709
20710         * message.el (message-extra-wide-headers): New variable.
20711         (message-get-reply-headers): Use it.
20712
20713 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20714
20715         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20716         (gnus-agent-group-pathname): Ditto.
20717
20718         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20719
20720         * gnus-group.el (gnus-group-make-group): Decode group name.
20721         (gnus-group-make-rss-group): Register the group data after opening
20722         the nnrss group.
20723
20724 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20725
20726         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20727         by expiry now get marked as read.
20728
20729 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20730
20731         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20732
20733 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20734
20735         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20736         unify Latin characters in XEmacs.
20737         (mm-find-mime-charset-region): Use it.
20738
20739 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20740
20741         * gnus-util.el (gnus-delete-directory): New function.
20742
20743         * gnus-agent.el (gnus-agent-delete-group): Use it.
20744
20745         * gnus-cache.el (gnus-cache-delete-group): Use it.
20746
20747 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20748
20749         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20750         names.
20751
20752 2004-12-16  Simon Josefsson  <jas@extundo.com>
20753
20754         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20755
20756 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20757
20758         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20759
20760         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20761         (gnus-group-set-current-level): Decode group name.
20762
20763 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20764
20765         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20766         failed.
20767
20768 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20769
20770         * gnus-group.el (gnus-group-delete-group): Decode group name.
20771         (gnus-group-make-rss-group): Encode group name.
20772         (gnus-group-catchup-current): Decode group name.
20773         (gnus-group-kill-group): Decode group name.
20774
20775 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20776
20777         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20778
20779 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20780
20781         * gnus-group.el (gnus-group-make-rss-group):
20782         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20783
20784         * gnus-start.el (gnus-setup-news): Honor user's setting to
20785         gnus-message-archive-method.  Suggested by Lute Kamstra
20786         <lute@gnu.org>.
20787
20788 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20789
20790         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20791         global counterparts of the buffer-local variables.
20792
20793 2004-11-16  Romain Francoise  <romain@orebokech.com>
20794
20795         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20796         counterparts of the buffer-local variables.
20797
20798 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20799
20800         * message.el (message-forbidden-properties): Fix typo in doc
20801         string.
20802
20803 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20804
20805         * gnus-util.el (gnus-replace-in-string): Add doc string.
20806
20807         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20808         to avoid problems when splitting mails with many recipients.
20809
20810 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20811
20812         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20813         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20814
20815 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20816
20817         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20818         if there is no hashtable in memory or file modification time is
20819         newer than cached timestamp.
20820
20821 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20822
20823         * gnus-sum.el (gnus-summary-limit-to-recipient):
20824         Implement not-matching option.
20825
20826 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20827
20828         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20829         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20830         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20831         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20832         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20833         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20834
20835 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20836
20837         * message.el (message-forward-make-body-mml): Remove headers
20838         according to message-forward-ignored-headers if a message is decoded.
20839
20840 2004-12-02  Romain Francoise  <romain@orebokech.com>
20841
20842         * message.el (message-forward-make-body-plain): Always remove
20843         headers according to message-forward-ignored-headers.
20844
20845 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20846
20847         * spam.el (spam-summary-prepare-exit): Remove the
20848         gnus-summary-limit pop for now, it has problems with ham marks for
20849         me.
20850
20851 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20852
20853         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20854         correctly.
20855
20856 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20857
20858         * format-spec.el (format-spec): Message the char.
20859
20860 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20861
20862         * gnus-art.el (gnus-split-methods): Reformat comments.
20863
20864         * spam.el (spam-summary-prepare-exit): Remove article limits
20865         before exiting the summary buffer.
20866
20867 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20868
20869         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20870         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20871
20872         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20873         order to silence the byte compiler.
20874
20875         * spam.el: Fix the way to silence the byte compiler, which
20876         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20877         bbdb-search-simple, spam-BBDB-register-routine,
20878         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20879         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20880         spam-stat-buffer-is-spam, spam-stat-load,
20881         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20882         spam-stat-save and spam-stat-split-fancy.
20883
20884 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20885
20886         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20887         which may confuse users.
20888         (canlock-password-for-verify): Ditto.
20889
20890         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20891
20892         * gnus-art.el (gnus-emphasis-alist): Ditto.
20893
20894         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20895
20896         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20897
20898         * gnus-start.el (gnus-save-killed-list): Ditto.
20899
20900         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20901         (gnus-sum-thread-tree-root): Ditto.
20902         (gnus-sum-thread-tree-false-root): Ditto.
20903         (gnus-sum-thread-tree-single-indent): Ditto.
20904
20905         * message.el (message-courtesy-message): Ditto.
20906         (message-archive-note): Ditto.
20907         (message-subscribed-address-file): Ditto.
20908         (message-user-fqdn): Ditto.
20909
20910         * spam-report.el (spam-report-gmane-regex): Ditto.
20911
20912         * spam.el (spam-blackhole-good-server-regex): Ditto.
20913
20914 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20915
20916         * mml.el (mml-preview): Widen the message buffer before copying
20917         the contents to the preview buffer; sort headers before previewing.
20918
20919         * message.el (message-hidden-headers): Fix the way to avoid a bug
20920         in the `repeat' widget in Emacs 21.3 or earlier.
20921
20922 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20923
20924         * message.el (message-hidden-headers): Default to "^References:".
20925         Improve customization type.  Suggested by Reiner Steib
20926         <Reiner.Steib@gmx.de>.
20927
20928 2004-11-25  Romain Francoise  <romain@orebokech.com>
20929
20930         * message.el (message-strip-forbidden-properties): Remove check for
20931         obsolete `message-hidden' text property, hidden headers are not
20932         accessible in the buffer anymore.
20933
20934 2004-11-22  Romain Francoise  <romain@orebokech.com>
20935
20936         * message.el (message-header-format-alist): Add `From' in list
20937         so that it can be sorted.
20938         (message-fix-before-sending): Widen and sort headers before
20939         sending.
20940         (message-hide-headers): Use narrowing to hide headers by moving
20941         them to the top of the buffer and narrowing to the region
20942         underneath.
20943
20944 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20945
20946         * message.el (message-strip-forbidden-properties):
20947         Bind buffer-read-only (etc) to nil.
20948
20949 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20950
20951         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20952         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20953
20954 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20955
20956         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20957
20958 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20959
20960         * dns.el (query-dns): Use sit-for to time instead of
20961         accept-process-output, since that doesn't seem to work on udp
20962         sockets.
20963
20964 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20965
20966         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20967
20968 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20969
20970         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20971         doc string.  Improve doc string.
20972
20973 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20974
20975         * nntp.el (nntp-request-update-info): Return nil if
20976         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20977         may not call gnus-activate-group which uselessly issues the GROUP
20978         commands for all nntp groups and wastes time.  Reported by Romain
20979         Francoise <romain@orebokech.com>.
20980
20981         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20982
20983 2004-11-15  Simon Josefsson  <jas@extundo.com>
20984
20985         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20986         headers separately.
20987         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20988         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20989
20990 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20991
20992         * gnus-start.el (gnus-convert-old-newsrc):
20993         Assign legacy-gnus-agent to 5.10.7.
20994
20995 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20996
20997         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20998         start of the lines.
20999
21000 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21001
21002         * hashcash.el (hashcash-default-payment): Change default to 20.
21003         (hashcash-default-accept-payment): Change default to 20.
21004         (hashcash-process-alist): New variable.
21005         (hashcash-generate-payment-async): Add.
21006         (hashcash-already-paid-p): Add.
21007         (hashcash-insert-payment): Don't generate payments twice.
21008         (hashcash-insert-payment-async): Add.
21009         (hashcash-insert-payment-async-2): Add.
21010         (hashcash-cancel-async): Add.
21011         (hashcash-wait-async): Add.
21012         (hashcash-processes-running-p): Add.
21013         (hashcash-wait-or-cancel): Add.
21014         (mail-add-payment): New optional argument.  Conditionally start
21015         asynchronous calculation.
21016         (mail-add-payment-async): Add.
21017
21018         * message.el (message-send-mail): Wait for asynchronous hashcash
21019         results.  Don't clobber existing X-Hashcash headers.
21020         (message-setup-1): Call mail-add-payment-async when
21021         message-generate-hashcash is non-nil.
21022
21023 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21024
21025         * message.el (message-use-alternative-email-as-from): Examine the
21026         From header as well; use message-make-from in order to include a
21027         user's full name.
21028
21029 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21030
21031         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21032         default; improve customization type.
21033         (gnus-emphasis-custom-with-format): New macro.
21034         (gnus-emphasis-custom-value-to-external): New function.
21035         (gnus-emphasis-custom-value-to-internal): New function.
21036
21037 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21038
21039         * dns.el (query-dns): Resolve reverse addresses.
21040
21041 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21042
21043         * gnus-group.el (gnus-group-get-new-news): Use it.
21044
21045         * gnus-start.el (gnus-check-reasonable-setup): New function.
21046
21047 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21048
21049         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21050         "Args out of range" error.  Reported by Arnaud Giersch
21051         <arnaud.giersch@free.fr>.
21052
21053 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21054
21055         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21056
21057 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21058
21059         * spam.el (spam group): Add :version.
21060
21061         * pgg-def.el (pgg group): Add :version.
21062
21063 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21064
21065         * gnus-art.el (gnus-article-edit-article): Don't associate the
21066         article buffer with a draft file.  This is a temporary measure
21067         against the 2004-08-22 change to gnus-article-edit-mode.
21068
21069 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21070
21071         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21072         (html2text-format-tags): Remove unused variable `attr'.
21073
21074 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21075
21076         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21077
21078         * tls.el (tls-process-connection-type, tls-success)
21079         (tls-certtool-program): Add :version.
21080
21081         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21082         (starttls-extra-arguments, starttls-process-connection-type)
21083         (starttls-connect, starttls-failure, starttls-success): Add :version.
21084
21085         * spam-stat.el (spam-stat): Add :version.
21086
21087         * sieve.el (sieve): Add :version.
21088
21089         * sha1.el (sha1): Add :version.
21090         (sha1-use-external): Remove redundant version.
21091
21092         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21093         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21094         (nnmail-split-fancy-match-partial-words)
21095         (nnmail-split-lowercase-expanded): Add :version.
21096
21097         * nndiary.el (nndiary): Add :version.
21098
21099         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21100
21101         * mml-sec.el (mml-default-sign-method)
21102         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21103         Add :version.
21104
21105         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21106
21107         * mm-url.el (mm-url-use-external, mm-url-program)
21108         (mm-url-arguments): Add :version.
21109
21110         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21111         (mm-attachment-file-modes, mm-decrypt-option)
21112         (mm-w3m-safe-url-regexp): Add :version.
21113
21114         * message.el (message-cite-prefix-regexp)
21115         (message-sendmail-envelope-from, message-minibuffer-local-map)
21116         (message-user-fqdn, message-completion-alist): Add :version.
21117
21118         * gnus-win.el (gnus-configure-windows-hook)
21119         (gnus-use-frames-on-any-display): Add :version.
21120
21121         * gnus-art.el (gnus-article-address-banner-alist)
21122         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21123         (gnus-treat-from-picon, gnus-treat-mail-picon)
21124         (gnus-treat-x-pgp-sig): Add :version.
21125
21126         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21127         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21128         (gnus-summary-article-delete-hook)
21129         (gnus-summary-display-while-building): Add :version.
21130
21131         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21132         (gnus-get-top-new-news-hook): Add :version.
21133
21134         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21135         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21136
21137         * gnus-registry.el (gnus-registry): Add :version.
21138
21139         * gnus-spec.el (gnus-use-correct-string-widths)
21140         (gnus-make-format-preserve-properties): Add :version.
21141
21142         * gnus.el (gnus-group-charter-alist)
21143         (gnus-group-fetch-control-use-browse-url)
21144         (gnus-install-group-spam-parameters): Add :version.
21145
21146         * gnus-diary.el (gnus-diary): Add :version.
21147
21148         * gnus-delay.el (gnus-delay): Add :version.
21149
21150         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21151         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21152         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21153         Add :version.
21154
21155         * gnus-agent.el (gnus-agent-max-fetch-size)
21156         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21157         (gnus-agent-prompt-send-queue): Add :version.
21158
21159         * deuglify.el (gnus-outlook-deuglify): Add :version.
21160
21161         * html2text.el: Beautify code.  Improve doc strings.
21162         Some checkdoc cleanup.
21163         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21164
21165 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21166
21167         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21168
21169 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21170
21171         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21172         when package is loaded.
21173
21174         * spam.el (spam-summary-score-preferred-header): Add global preference
21175         for people who want to override the default SpamAssassin over
21176         Bogofilter preference (when both are set).
21177         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21178         (spam-user-format-function-S):
21179         Check spam-summary-score-preferred-header.
21180         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21181         (spam-user-format-function-S): Format the score correctly.
21182
21183 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21184
21185         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21186         signature file.  Suggested by Manoj Srivastava
21187         <srivasta@golden-gryphon.com>.
21188
21189         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21190         iso-2022-jp even in the Japanese language environment.
21191         Suggested by Jason Rumney <jasonr@gnu.org>.
21192
21193 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21194
21195         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21196         use the same characters as the dummy marks; make it free from
21197         getting affected by the language environment.
21198         (gnus-summary-read-group-1): Update mark positions only when the
21199         format spec is updated.
21200
21201         * gnus-spec.el (gnus-update-format-specifications): Return a list
21202         of updated types.
21203
21204 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21205
21206         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21207         of boundp to check if display-warning is available.
21208
21209 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21210
21211         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21212
21213 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21214
21215         * nnspool.el (nnspool-spool-directory): Use news-path if the
21216         news-directory variable is not bound.
21217
21218         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21219         function instead of display-warning if it is not available.
21220
21221 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21222
21223         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21224         v5-10: Use `point-at-bol'.
21225
21226 2004-10-26  Simon Josefsson  <jas@extundo.com>
21227
21228         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21229         <chenggao@gmail.com>.
21230
21231 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21232
21233         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21234         instead.
21235
21236 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21237
21238         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21239         to remove a server from the nnimap-server-buffer-alist.
21240         (nnimap-open-connection, nnimap-close-server): Use it.
21241
21242         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21243
21244 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21245
21246         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21247         running the major-mode function.
21248
21249 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21250
21251         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21252         dummy marks in the right way.
21253
21254 2004-10-18  David Edmondson  <dme@dme.org>
21255
21256         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21257         excessively.
21258
21259 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21260
21261         * gnus-util.el (gnus-split-references): Accept a nil references
21262         string and go on blissfully.
21263
21264         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21265         cases where the references string is non-nil but has no references.
21266
21267         * encrypt.el: Add autoload tags.
21268
21269         * spam.el (spam-resolve-registrations-routine): Remove article
21270         from unregistration list too.  Reported by David Hanak
21271         <dhanak@isis.vanderbilt.edu>
21272
21273 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21274
21275         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21276         nil.  Change custom type.
21277
21278 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21279
21280         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21281
21282         * gnus-sum.el (gnus-summary-move-article): Use it.
21283
21284 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21285
21286         * encrypt.el: Add autoload cookies.
21287
21288         * spam.el (spam-backend-article-list-property)
21289         (spam-backend-get-article-todo-list)
21290         (spam-backend-put-article-todo-list)
21291         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21292         Resolve registrations separately.
21293         (spam-register-routine): Format comments.
21294         (spam-unregister-routine, spam-register-routine): Always call with
21295         specific-articles, no default list.
21296         (spam-summary-prepare-exit): Use the spam-classifications function.
21297
21298         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21299         gnus-encrypt.el.
21300
21301         * encrypt.el: Copied from gnus-encrypt.el.
21302
21303         * gnus-encrypt.el: Commented that it's obsolete.
21304
21305 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21306
21307         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21308         (gnus-score-save): Use it.
21309
21310         * message.el (message-bury): Use `window-dedicated-p'.
21311
21312 2004-10-15  Simon Josefsson  <jas@extundo.com>
21313
21314         * pop3.el (top-level): Don't require nnheader.
21315         (pop3-read-timeout): Add.
21316         (pop3-accept-process-output): Add.
21317         (pop3-read-response, pop3-retr): Use it.
21318
21319 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21320
21321         * spam.el (spam-register-routine): Move comment.
21322         (spam-verify-bogofilter): Use 'unknown for the initial
21323         spam-bogofilter-valid state, not 'never.
21324
21325         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21326         for netrc-machine.
21327
21328         * nnimap.el (nnimap-open-connection):
21329         Use netrc-machine-user-or-password.
21330
21331 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21332
21333         * gnus-registry.el (gnus-registry-unload-hook):
21334         Set as a variable with add-hook.
21335
21336         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21337         of news-path.
21338
21339         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21340
21341         * spam.el: Delete duplicate `provide'.
21342         (spam-unload-hook): Set as a variable with add-hook.
21343
21344 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21345
21346         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21347         in the doc string.
21348
21349         * message.el (message-ignored-news-headers)
21350         (message-ignored-supersedes-headers)
21351         (message-ignored-resent-headers)
21352         (message-forward-ignored-headers): Improve custom type.
21353
21354 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21355
21356         * message.el (message-tokenize-header): Fix 2004-09-06 change
21357         which used point-min in the wrong place.
21358
21359 2004-10-12  Simon Josefsson  <jas@extundo.com>
21360
21361         * tls.el (tls-certtool-program): New variable.
21362         (tls-certificate-information): New function, based on
21363         ssl-certificate-information.
21364
21365 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21366
21367         * compface.el: Move the version of ELisp-based uncompface program
21368         to the contrib directory because of the copyright problem.
21369
21370 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21371
21372         * message.el (message-kill-buffer): Raise the current frame.
21373
21374 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21375
21376         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21377
21378         * gnus.el (message-y-or-n-p): Autoload.
21379
21380         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21381         (pop3-password-required, pop3-authentication-scheme)
21382         (pop3-leave-mail-on-server): Make customizable.
21383         (pop3): New custom group.
21384         (pop3-retr): Remove `sleep-for' statements.
21385         Suggested by Dave Love <fx@gnu.org>.
21386
21387         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21388         Windows/DOS.
21389
21390         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21391         (imap-parse-body): Fix incorrect use of `assert'.
21392         Suggested by Dave Love <fx@gnu.org>.
21393
21394         * mml.el (mml-minibuffer-read-disposition): Require match.
21395         Suggested by Dave Love <fx@gnu.org>.
21396
21397 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21398
21399         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21400         doc string.
21401
21402 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21403
21404         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21405
21406 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21407
21408         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21409         instead of calling `mm-insert-inline', to decode text/* parts
21410         before displaying them.
21411
21412 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21413
21414         * mm-uu.el (mm-uu-text-plain-type): New variable.
21415         (mm-uu-pgp-signed-extract-1): Use it.
21416         (mm-uu-pgp-encrypted-extract-1): Use it.
21417         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21418         bind mm-uu-text-plain-type with that value.
21419         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21420         mm-uu-dissect.
21421
21422 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21423
21424         * gnus-group.el (gnus-update-group-mark-positions):
21425         * gnus-sum.el (gnus-update-summary-mark-positions):
21426         * message.el (message-check-news-body-syntax):
21427         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21428         of string-as-multibyte.
21429
21430 2004-10-05  Juri Linkov  <juri@jurta.org>
21431
21432         * gnus-group.el (gnus-update-group-mark-positions):
21433         * gnus-sum.el (gnus-update-summary-mark-positions):
21434         * message.el (message-check-news-body-syntax):
21435         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21436         8-bit unibyte values to a multibyte string for search functions.
21437
21438 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21439
21440         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21441         (mm-uu-dissect-text-parts): New function.
21442
21443         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21444         dissect text parts.
21445
21446         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21447         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21448
21449         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21450
21451         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21452         Use gnus-current-topics instead of gnus-current-topic.
21453
21454 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21455
21456         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21457
21458 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21459
21460         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21461         where appropriate.
21462
21463         * nnml.el (nnml-generate-active-info): do.
21464
21465         * nndiary.el (nndiary-generate-active-info): do.
21466
21467         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21468         (gnus-topic-move): do.
21469
21470         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21471         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21472
21473         * gnus-srvr.el (gnus-server-prepare)
21474         (gnus-server-open-all-servers): do.
21475
21476         * gnus-msg.el (gnus-summary-cancel-article)
21477         (gnus-summary-resend-message)
21478         (gnus-summary-mail-crosspost-complaint): do.
21479
21480         * gnus-move.el (gnus-change-server): do.
21481
21482         * gnus-group.el (gnus-group-unmark-all-groups)
21483         (gnus-group-set-current-level): do.
21484
21485 2004-10-04  Simon Josefsson  <jas@extundo.com>
21486
21487         * message.el (message-generate-hashcash): Doc fix.
21488
21489 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21490
21491         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21492         avoid infinite recursion via gnus-get-function.
21493
21494 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21495
21496         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21497
21498         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21499
21500         * nnmail.el (nnmail-split-history): do.
21501
21502         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21503         (nnml-request-delete-group): do.
21504
21505         * nnslashdot.el (nnslashdot-read-groups): do.
21506
21507         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21508         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21509
21510         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21511         (nnspool-sift-nov-with-sed): Use last.
21512         (nnspool-retrieve-headers-with-nov): Use mapc.
21513         (nnspool-request-newgroups): Use dolist.
21514         (nnspool-request-group): Use last.
21515
21516         * nntp.el (nntp-read-server-type): Use dolist.
21517
21518         * nnvirtual.el (nnvirtual-create-mapping)
21519         (nnvirtual-update-read-and-marked): Use dolist.
21520         (nnvirtual-convert-headers): Simplify.
21521
21522 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21523
21524         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21525         Add support for sync'ing tick marks.
21526
21527 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21528
21529         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21530         there's no visible header.
21531
21532 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21533
21534         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21535         When necessary, pass full group name to gnus-request-set-marks.
21536
21537 2004-10-01  Simon Josefsson  <jas@extundo.com>
21538
21539         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21540         acroread.
21541
21542 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21543
21544         * spam-report.el (spam-report-gmane): Fix interactive.
21545
21546         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21547
21548         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21549         when writing file.
21550         (gnus-agent-synchronize-flags): Don't default to being
21551         interactive.
21552
21553 2004-09-30  Simon Josefsson  <jas@extundo.com>
21554
21555         * message.el (message-generate-hashcash): Add.
21556         (message-send-mail): Use it, call mail-add-payment.
21557
21558 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21559
21560         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21561
21562 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21563
21564         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21565         gnus-requst-update-info with explicit code to sync the in-memory
21566         info read flags with the marks being sync'd to the backend.
21567
21568         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21569
21570 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21571
21572         * spam.el (spam-verify-bogofilter): Add new function.
21573         (spam-check-bogofilter)
21574         (spam-bogofilter-register-with-bogofilter): Use it.
21575         (spam-verify-bogofilter): Add small fixes.
21576
21577 2004-09-28  Simon Josefsson  <jas@extundo.com>
21578
21579         * hashcash.el (hashcash-generate-payment): Revert.
21580
21581 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21582
21583         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21584         Use gnus-extract-references instead of gnus-split-references.
21585
21586         * gnus-util.el (gnus-extract-references): Add new function, analogous
21587         to gnus-split-references but extracts only the message-ID without
21588         anything extra.
21589
21590         * hashcash.el (hashcash-generate-payment)
21591         (hashcash-check-payment): Do the right thing if hashcash-path is
21592         nil (because the hashcash program could not be found).
21593
21594         * spam.el (spam-use-hashcash): Remove comment.
21595
21596 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21597
21598         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21599         (gnus-cache-enter-article, gnus-cache-remove-article)
21600         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21601
21602         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21603
21604         * gnus-art.el (article-hide-boring-headers)
21605         (article-translate-strings, article-display-face)
21606         (gnus-article-mime-match-handle-first)
21607         (gnus-article-highlight-headers)
21608         (gnus-article-add-buttons-to-head): do.
21609
21610 2004-09-27  Simon Josefsson  <jas@extundo.com>
21611
21612         * hashcash.el: New version, from
21613         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21614         ../contrib/.
21615
21616 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21617
21618         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21619
21620 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21621
21622         * gnus-dup.el (gnus-dup-open): Use mapc.
21623         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21624
21625         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21626         Reported by Stefan Wiens <s.wi@gmx.net>.
21627
21628         * gnus.el (gnus-shutdown): Use dolist.
21629
21630         * gnus-undo.el (gnus-undo): Use mapc.
21631
21632         * nnrss.el (nnrss-generate-active): do.
21633
21634         * message.el (message-cite-original-without-signature)
21635         (message-cite-original): Use mapc.
21636         (message-do-actions, message-make-forward-subject): Use dolist.
21637
21638 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21639
21640         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21641         deletion to remove entire duplicate line.  Fixes merged article
21642         number bug.
21643
21644 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21645
21646         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21647         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21648         first ask if you want to open a server and then, even when you
21649         responded with no, asking if you want to synchronize the server's
21650         flags.
21651         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21652         multi-line expressions.
21653         (gnus-agent-synchronize-group-flags): New internal function.
21654         Updates marks in memory (in the info structure) AND in the
21655         backend.
21656
21657         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21658
21659         * nnagent.el (nnagent-request-set-mark):
21660         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21661         method, to ensure that synchronization updates marks in the
21662         backend and in the info (in memory) structure.
21663
21664 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21665
21666         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21667         convention fully; don't miss the root article of a thread; make
21668         the X-Draft-From header with correct article numbers.
21669
21670 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21671
21672         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21673         unless plugged.  Disable the agent so that an open failure causes
21674         an error.
21675
21676         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21677         Revert 2004-09-21 change.  The backend must be opened while
21678         synchronizing flags even when the backend stores the flags
21679         locally.
21680
21681 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21682
21683         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21684         in `header' match.  Reported by Svend Tollak Munkejord.
21685
21686         * message.el (message-cite-original): Fix use of
21687         `message-cite-articles-with-x-no-archive'.
21688
21689 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21690
21691         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21692         (gnus-window-to-buffer): Ditto.
21693
21694         * mml.el (mml-preview-buffer): New variable.
21695         (mml-preview): Manage window layout with gnus-buffer-configuration.
21696
21697         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21698         X-Draft-From header even if those articles aren't quoted.
21699
21700 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21701
21702         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21703         (gnus-request-set-mark, gnus-request-update-mark): Use new
21704         g-s-t-u-l-m to decide to use backend even when unplugged.
21705
21706 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21707
21708         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21709         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21710
21711 2004-09-20  Simon Josefsson  <jas@extundo.com>
21712
21713         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21714         "utf-16-le".
21715
21716 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21717
21718         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21719
21720 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21721
21722         * uudecode.el (uudecode-use-external): Add :version.
21723
21724         * smime.el (smime-CA-file, smime-encrypt-cipher)
21725         (smime-dns-server): Add :version.
21726
21727         * smiley.el (gnus-smiley-file-types): Add :version.
21728
21729         * sha1.el (sha1-use-external): Add :version.
21730
21731         * pgg-def.el (pgg-query-keyserver): Add :version.
21732
21733         * nnmail.el (nnmail-fancy-expiry-targets)
21734         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21735         Add :version.
21736
21737         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21738         (nnimap-retrieve-groups-asynchronous): Add :version.
21739         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21740
21741         * mml.el (mml-content-disposition-parameters)
21742         (mml-insert-mime-headers-always): Add :version.
21743
21744         * mm-util.el (mm-coding-system-priorities): Add :version.
21745
21746         * mm-decode.el (mm-inline-text-html-with-images)
21747         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21748         (mm-verify-option): Add :version.
21749         (mm-text-html-renderer): Change :version.
21750
21751         * message.el (message-fcc-externalize-attachments)
21752         (message-required-headers, message-draft-headers)
21753         (message-subject-trailing-was-query)
21754         (message-subject-trailing-was-ask-regexp)
21755         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21756         (message-mark-insert-end, message-archive-header)
21757         (message-archive-note, message-cross-post-default)
21758         (message-cross-post-note, message-followup-to-note)
21759         (message-cross-post-note-function, message-use-mail-followup-to)
21760         (message-subscribed-address-functions)
21761         (message-subscribed-address-file, message-subscribed-addresses)
21762         (message-subscribed-regexps, message-allow-no-recipients)
21763         (message-yank-cited-prefix, message-signature-insert-empty-line)
21764         (message-hidden-headers, message-hierarchical-addresses)
21765         (message-mail-user-agent, message-use-idna)
21766         (message-valid-fqdn-regexp)
21767         (message-strip-special-text-properties, message-header-synonyms)
21768         (message-beginning-of-line, message-tab-body-function): Add :version.
21769         (message-insert-canlock, message-wide-reply-confirm-recipients):
21770         Change :version.
21771
21772         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21773         and :version.
21774         (mail-source-delete-old-incoming-confirm)
21775         (mail-source-movemail-program): Add :version.
21776
21777         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21778         (gnus-agent-cache, gnus-agent): Change :version.
21779
21780         * gnus-util.el (gnus-use-byte-compile): Change :version.
21781
21782         * gnus-sum.el (gnus-summary-make-false-root-always)
21783         (gnus-summary-default-high-score)
21784         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21785         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21786         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21787         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21788         (gnus-sum-thread-tree-single-indent)
21789         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21790         (gnus-sum-thread-tree-leaf-with-other)
21791         (gnus-sum-thread-tree-single-leaf): Add :version.
21792         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21793         (gnus-article-loose-mime): Change :version.
21794
21795         * gnus-start.el (gnus-backup-startup-file)
21796         (gnus-save-startup-file-via-temp-buffer): Add :version.
21797
21798         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21799         (gnus-server-offline-face): Add :version.
21800
21801         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21802
21803         * gnus-msg.el (gnus-gcc-externalize-attachments)
21804         (gnus-debug-files, gnus-debug-exclude-variables)
21805         (gnus-discouraged-post-methods): Change :version.
21806         (gnus-confirm-mail-reply-to-news)
21807         (gnus-confirm-treat-mail-like-news): Add :version.
21808
21809         * gnus-int.el (gnus-server-unopen-status): Add :version.
21810
21811         * gnus-group.el (gnus-group-jump-to-group-prompt)
21812         (gnus-large-ephemeral-newsgroup)
21813         (gnus-fetch-old-ephemeral-headers): Add :version.
21814
21815         * gnus-fun.el (gnus-x-face-directory)
21816         (gnus-convert-pbm-to-x-face-command)
21817         (gnus-convert-image-to-x-face-command)
21818         (gnus-convert-image-to-face-command): Add :version.
21819
21820         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21821
21822         * gnus-cite.el (gnus-cite-blank-line-after-header)
21823         (gnus-article-boring-faces): Add :version.
21824
21825         * gnus-art.el (gnus-buttonized-mime-types)
21826         (gnus-inhibit-mime-unbuttonizing)
21827         (gnus-treat-display-face)
21828         (gnus-treat-body-boundary): Change :version.
21829         (gnus-body-boundary-delimiter, gnus-picon-databases)
21830         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21831         (gnus-treat-date-english, gnus-treat-fold-headers)
21832         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21833         (gnus-treat-mail-picon, gnus-treat-wash-html)
21834         (gnus-article-encrypt-protocol)
21835         (gnus-use-idna, gnus-article-over-scroll)
21836         (gnus-mime-display-multipart-alternative-as-mixed)
21837         (gnus-mime-display-multipart-related-as-mixed)
21838         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21839         (gnus-ctan-url, gnus-button-ctan-handler)
21840         (gnus-button-handle-ctan-bogus-regexp)
21841         (gnus-button-ctan-directory-regexp)
21842         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21843         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21844         (gnus-button-man-level, gnus-button-emacs-level)
21845         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21846
21847         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21848         (gnus-agent-go-online): Change :version.
21849         (gnus-agent-expire-unagentized-dirs)
21850         (gnus-agent-auto-agentize-methods): Add :version.
21851
21852         * flow-fill.el (fill-flowed-display-column)
21853         (fill-flowed-encode-column): Add :version.
21854
21855         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21856         (gnus-outlook-deuglify-unwrap-max)
21857         (gnus-outlook-deuglify-cite-marks)
21858         (gnus-outlook-deuglify-unwrap-stop-chars)
21859         (gnus-outlook-deuglify-no-wrap-chars)
21860         (gnus-outlook-deuglify-attrib-cut-regexp)
21861         (gnus-outlook-deuglify-attrib-verb-regexp)
21862         (gnus-outlook-deuglify-attrib-end-regexp)
21863         (gnus-outlook-display-hook): Add :version.
21864
21865         * binhex.el (binhex-use-external): Add :version.
21866
21867 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21868
21869         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21870         and `invisible'.
21871
21872 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21873
21874         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21875         in gnus-registry-trim.
21876
21877 2004-09-13  Simon Josefsson  <jas@extundo.com>
21878
21879         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21880
21881         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21882
21883         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21884         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21885         <yamaoka@jpl.org>.
21886         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21887         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21888         <yamaoka@jpl.org>.
21889
21890         * sieve.el (sieve-manage-mode): Ditto.
21891
21892 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21893
21894         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21895
21896 2004-09-11  Simon Josefsson  <jas@extundo.com>
21897
21898         * dns-mode.el: Add.
21899
21900         * mm-view.el (mm-display-dns-inline): Add.
21901
21902         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21903         (mm-automatic-display): Ditto.
21904
21905         * mailcap.el (mailcap-mime-data): Add text/dns.
21906         (mailcap-mime-extensions): Map .soa to text/dns.
21907
21908 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21909
21910         * gnus-art.el (article-decode-mime-words, article-babel)
21911         (gnus-article-highlight-signature, gnus-article-add-buttons)
21912         (gnus-signature-toggle): Remove unnecessary bindings of
21913         `inhibit-read-only' inherited from v5.10 merge.
21914
21915 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21916
21917         * nntp.el (nntp): New customization group.
21918         (nntp-authinfo-file): Add customization group.
21919
21920         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21921
21922         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21923
21924         * gnus.el (to-address, to-list, subscribed)
21925         (large-newsgroup-initial): Ditto.
21926
21927         * flow-fill.el (fill-flowed-display-column)
21928         (fill-flowed-encode-column): Ditto.
21929
21930 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21931
21932         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21933         Use point-min rather than 1.
21934         (message-send-mail): Use buffer-size rather than point-max.
21935
21936         * gnus-sum.el (gnus-summary-search-article-forward):
21937         Signal a specific `search-failed' rather than a generic `error'.
21938
21939         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21940         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21941         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21942
21943 2004-09-10  Simon Josefsson  <jas@extundo.com>
21944
21945         * nndb.el (require): Remove tcp and duplicate cl.
21946
21947 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21948
21949         * gnus-agent.el (directory-files-and-attributes): Move forward.
21950
21951 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21952
21953         * gnus-agent.el (directory-files-and-attributes):
21954         Optionally defined to support XEmacs.
21955
21956 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21957
21958         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21959         to avoid run-time CL dependencies.
21960         (gnus-agent-unfetch-articles): New function.
21961         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21962         article numbers even when local .overview file is missing.
21963         (gnus-agent-read-article-number): New function.  Only accepts
21964         27-bit article numbers.
21965         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21966         Use gnus-agent-read-article-number.
21967         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21968         from backend while recognizing that article numbers in .overview
21969         must be valid.
21970         (gnus-agent-update-files-total-fetched-for):
21971         Use directory-files-and-attributes to improve performance.
21972         * gnus-int.el (gnus-request-move-article):
21973         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21974         improve performance.
21975
21976         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21977         some users confused by references to .newsrc when they only have a
21978         .newsrc.eld file.
21979         (gnus-convert-mark-converter-prompt)
21980         (gnus-convert-converter-needs-prompt): Fix use of property list.
21981         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21982         New function.  Used internally to only display 'gnus converting
21983         files' message when actually necessary.
21984
21985         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21986         methods now autoloaded.
21987
21988 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21989
21990         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21991         identifiers.
21992
21993 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21994
21995         * gnus-picon.el: Fix indentation and closing parenthesis.
21996
21997 2004-09-01  Simon Josefsson  <jas@extundo.com>
21998
21999         * message.el (message-canlock-generate): Require sha1, not
22000         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22001         to require within a function.  Sadly, if sha1.el isn't loaded, the
22002         let binding in m-c-g will hide the defcustom definition, which is
22003         bad.)
22004
22005         * canlock.el: Require sha1, not sha1-el.
22006
22007         * message.el: Don't autoload sha1 (there is a autoload cookie in
22008         sha1.el).
22009
22010         * sha1-el.el: Rename to sha1.el.
22011
22012 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22013
22014         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22015
22016 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22017
22018         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22019
22020 2004-08-30  Kim F. Storm  <storm@cua.dk>
22021
22022         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22023
22024         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22025         Add :group 'nnimap.
22026
22027 2004-08-30  Andreas Schwab  <schwab@suse.de>
22028
22029         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22030         ?* and ?\;.
22031
22032         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22033         and ?\' to symbol instead of whitespace.
22034
22035 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22036
22037         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22038
22039         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22040         instead of re-search-forward.
22041
22042         * gnus-uu.el (gnus-uu-save-article): Ditto.
22043         (gnus-uu-post-encode-uuencode): Ditto.
22044
22045         * html2text.el (html2text-clean-list-items): Ditto.
22046         (html2text-clean-dtdd): Ditto.
22047         (html2text-format-tags): Ditto.
22048
22049         * message.el (message-send-mail-with-sendmail): Fix regexp.
22050         (message-fill-field-general): Use search-forward instead of
22051         re-search-forward.
22052         (unbold-region): Ditto.
22053
22054         * nnrss.el (nnrss-request-article): Ditto.
22055
22056         * nnslashdot.el (nnslashdot-request-article): Ditto.
22057
22058         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22059
22060         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22061         "Unrecognized menu descriptor" error in XEmacs.
22062
22063 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22064
22065         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22066         parent article of a sparse article in the thread hashtb.
22067
22068 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22069
22070         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22071         (nnmail-expand-newtext): Lowercase expanded entries if
22072         nnmail-split-lowercase-expanded is non-nil.
22073
22074 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22075
22076         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22077
22078         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22079         of gnus-tmp-news-method into string under XEmacs.  It will be
22080         passed to gnus-correct-length which takes only a string argument.
22081
22082 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22083
22084         * gnus-util.el (gnus-bind-print-variables): New macro.
22085         (gnus-prin1): Use it.
22086         (gnus-prin1-to-string): Use it.
22087         (gnus-pp): New function.
22088         (gnus-pp-to-string): New function.
22089
22090         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22091         Replace pp-to-string with gnus-pp-to-string.
22092         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22093         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22094         * gnus-msg.el (gnus-debug): Ditto.
22095         * gnus-score.el (gnus-score-save): Ditto.
22096         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22097         gnus-pp-to-string.
22098         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22099         with gnus-pp.
22100         * score-mode.el (gnus-score-pretty-print): Ditto.
22101         * webmail.el (webmail-debug): Ditto.
22102
22103 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22104
22105         * gnus-art.el (article-display-face, article-display-x-face):
22106         Use buffer-read-only.
22107
22108 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22109
22110         * gnus-art.el (article-hide-list-identifiers):
22111         Bind inhibit-read-only as t.
22112
22113 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22114
22115         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22116
22117 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22118
22119         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22120         (gnus-narrow-to-page): Don't assume point-min == 1.
22121         (gnus-article-edit-mode): Derive from message-mode.
22122
22123         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22124         point-min == 1.
22125
22126         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22127         Disable incorrect use of `assert'.
22128
22129         * message.el (message-mode): Set comment-start-skip.
22130
22131
22132 2004-08-22  Sam Steingold  <sds@gnu.org>
22133
22134         * pop3.el (pop3-leave-mail-on-server): New user variable.
22135         (pop3-movemail): Delete mail only when it is nil.
22136
22137 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22138
22139         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22140
22141         * mml.el (mml-preview): Use `pop-to-buffer'.
22142
22143         * message.el (message-goto-mail-followup-to): Insert after "To".
22144         (message-carefully-insert-headers): Add comment.
22145
22146         * gnus.el: Remove unused variable `gnus-article-check-size'.
22147
22148         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22149
22150         * gnus-art.el (gnus-button-alist):
22151         Improve `gnus-button-handle-library' entry.
22152
22153 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22154
22155         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22156         Use downcase, since XEmacs capitalizes error messages differently.
22157
22158 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22159
22160         * nntp.el: Add (require 'gnus) due to reference to
22161         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22162
22163 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22164
22165         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22166         Bind `mm-fill-flowed'.
22167
22168         * mm-decode.el (mm-dissect-singlepart): Check it.
22169
22170 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22171
22172         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22173         'imap' for netrc parsing.
22174
22175 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22176
22177         * mailcap.el (mailcap-mime-data): Mark as risky.
22178
22179 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22180
22181         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22182         may be included in the encoded word.
22183         (rfc2047-encode): Don't append a space if the encoded word
22184         includes close parenthesis.
22185
22186 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22187
22188         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22189         of text within parentheses.
22190
22191 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22192
22193         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22194         (gnus-encrypt-write-file-contents): Make the password key the file
22195         name PLUS the cipher, not just the cipher.  Also remove failed
22196         passwords from the cache.
22197
22198 2004-08-06  Simon Josefsson  <jas@extundo.com>
22199
22200         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22201         Doc fix.
22202
22203 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22204
22205         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22206         LWSP.
22207
22208 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22209
22210         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22211         Try to append in-reply-to: data to the references: header.
22212
22213         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22214         (netrc-parse): Use gnus-encrypt.el functions.
22215
22216         * gnus-encrypt.el: Add new file for encryption support; currently
22217         does only a few GPG ciphers and an internal XOR cipher.
22218
22219         * password.el: Add comments on using password-read-and-add.
22220         (password-read-and-add): Add function to read and add the
22221         password to the cache at once.
22222
22223 2004-07-28  Simon Josefsson  <jas@extundo.com>
22224
22225         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22226         parameter (but don't use it, for now).
22227
22228         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22229         instead of hard coding to nil.
22230
22231 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22232
22233         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22234         as mm-inline-image-xemacs does.
22235
22236 2004-07-26  Simon Josefsson  <jas@extundo.com>
22237
22238         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22239         Revert part of 2004-07-17 change below.
22240
22241 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22242
22243         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22244         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22245
22246 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22247
22248         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22249         quotes that actually start with ">" at the beginning of the
22250         lines.
22251
22252 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22253
22254         * rfc2047.el (rfc2047-encode-region): Fix last change.
22255         (rfc2047-encode-parameter): Remove useless concat.
22256
22257 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22258
22259         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22260         encode special characters; fix some kind of misconfigured headers;
22261         signal a real error if debug-on-quit or debug-on-error is non-nil.
22262         (rfc2047-encode-max-chars): New variable.
22263         (rfc2047-encode-1): Use it.
22264         (rfc2047-encode-parameter): New function.
22265
22266         * mml.el (mml-insert-parameter): Remove an excessive space.
22267
22268 2004-07-17  Simon Josefsson  <jas@extundo.com>
22269
22270         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22271         Kai Grossjohann <kai@emptydomain.de>.
22272         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22273         (gnus-group-make-menu-bar): Ditto.
22274
22275         * gnus-util.el (gnus-group-server): Add.
22276
22277 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22278
22279         * message.el (message-clone-locals): Clone sendmail and smtp
22280         variables.
22281
22282 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22283
22284         * rfc2047.el (rfc2047-encode-region): Fix last change.
22285
22286 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22287
22288         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22289         characters as non-special.
22290
22291 2004-07-09  Simon Josefsson  <jas@extundo.com>
22292
22293         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22294         Users will lose all flag changes made while unplugged with
22295         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22296         good default.  See numerous reports on ding mailing list.
22297
22298 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22299
22300         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22301         add generate-head-function and generate-article-function to the
22302         rfc822-forward entry.
22303         (nndoc-rfc822-forward-generate-article): New function.
22304         (nndoc-rfc822-forward-generate-head): New function.
22305
22306         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22307
22308 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22309
22310         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22311         respect display group parameter and gnus-summary-expunge-below.
22312         (gnus-articles-to-read): Remove unused reference to display group
22313         parameter.
22314
22315 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22316
22317         * nnheader.el (nnheader-uniquify-message-id): New experimental
22318         variable.
22319         (nnheader-nov-read-message-id): Use it.
22320
22321         * spam-report.el (spam-report-gmane): Add interactive.
22322
22323 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22324
22325         * mm-encode.el (mm-content-transfer-encoding-defaults):
22326         Use qp-or-base64 for the application/* types.
22327
22328 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22329
22330         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22331
22332 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22333
22334         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22335         trim value.
22336
22337 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22338
22339         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22340         New macro and function.
22341         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22342
22343 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22344
22345         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22346         after-load-alist.
22347
22348 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22349
22350         * gnus-group.el (gnus-group-get-new-news-this-group):
22351         Don't update info that isn't there.
22352
22353 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22354
22355         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22356         entry.
22357
22358 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22359
22360         * mm-view.el (mm-inline-render-with-function): Use multibyte
22361         buffer; decode html source by charset.
22362
22363         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22364
22365         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22366         Mule-UCS is loaded under XEmacs.
22367         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22368
22369 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22370
22371         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22372
22373 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22374
22375         * mm-util.el (mm-coding-system-p): Return a coding-system.
22376         (mm-mime-mule-charset-alist): Use shift_jis instead of
22377         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22378         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22379         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22380         instead of japanese-shift-jis and iso-latin-1 respectively in
22381         order to share the default value with both Emacs and XEmacs-mule.
22382         (mm-mule-charset-to-mime-charset):
22383         Make mm-coding-system-priorities effective.
22384         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22385         while predicating of candidates upon the priorities.
22386
22387 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22388
22389         * gnus-sum.el (gnus-summary-make-menu-bar):
22390         Add gnus-uu-invert-processable.
22391
22392         * gnus.el: Autoload gnus-uu-invert-processable.
22393
22394 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22395
22396         * mm-util.el (mm-with-multibyte-buffer): New macro.
22397
22398         * rfc2047.el (rfc2047-encode-string): Use it.
22399         (rfc2047-encode-region): Move point to the end of the region after
22400         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22401
22402 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22403
22404         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22405         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22406
22407 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22408
22409         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22410         (gnus-cite-parse): Ignore quoted envelope From_.
22411         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22412
22413 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22414
22415         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22416         invalid addresses.
22417
22418 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22419
22420         * spam.el: Change section markers, revise TODO list.
22421         (spam-backends): Make new master list of all installed backends.
22422         (spam-summary-exit-behavior): Add new variable to determine how
22423         messages moves are done at summary exit.
22424         (spam-move-spam-nonspam-groups-only)
22425         (spam-process-ham-in-nonham-groups)
22426         (spam-process-ham-in-spam-groups): Remove variables, the
22427         spam-summary-exit-behavior variable should be used to manage this
22428         behavior.
22429         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22430         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22431         and spam-old-spam-articles.
22432         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22433         Add empty variables, placeholders for the backends they represent.
22434         (spam-set-difference): Move, unchanged.
22435         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22436         unless the user has a processor variable.
22437         (spam-classifications, spam-classification-valid-p)
22438         (spam-backend-properties, spam-backend-property-valid-p)
22439         (spam-backend-function-type-valid-p)
22440         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22441         (spam-report-articles-gmane, spam-report-articles-resend):
22442         Remove functions, they are not needed.
22443         (spam-install-backend-super, spam-backend-list)
22444         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22445         (spam-backend-function, spam-backend-ham-registration-function)
22446         (spam-backend-spam-registration-function)
22447         (spam-backend-ham-unregistration-function)
22448         (spam-backend-spam-unregistration-function)
22449         (spam-backend-statistical-p, spam-backend-mover-p)
22450         (spam-install-backend-alias, spam-install-checkonly-backend)
22451         (spam-install-mover-backend, spam-install-nocheck-backend)
22452         (spam-install-backend, spam-install-statistical-backend)
22453         (spam-install-statistical-checkonly-backend): Add backend installation
22454         support.
22455         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22456         (spam-group-processor-p): Use the new backend code and respect the
22457         summary exit behavior.
22458         (spam-mark-spam-as-expired-and-move-routine): Remove.
22459         (spam-summary-prepare): Change to use the new spam-old-articles
22460         variable.
22461         (spam-copy-or-move-routine, spam-copy-spam-routine)
22462         (spam-move-spam-routine, spam-copy-ham-routine)
22463         (spam-move-ham-routine): Add code to copy/move ham or spam.
22464         (spam-fetch-field-fast): Improve doc and code, plus allow the
22465         'number request.
22466         (spam-list-of-checks, spam-list-of-statistical-checks):
22467         Remove variables.
22468         (spam-split, spam-find-spam): Use the new backend code.
22469         (spam-registration-functions): Remove variable.
22470         (spam-unregister-routine): Add convenience wrapper.
22471         (spam-log-undo-registration, spam-register-routine)
22472         (spam-log-processing-to-registry)
22473         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22474         where possible.
22475         (spam-check-gmane-xref, spam-check-regex-headers)
22476         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22477         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22478         (spam-check-bogofilter-headers, spam-check-spamoracle)
22479         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22480         (spam-check-crm114-headers): Use the spam-split-group that
22481         spam-split prepares, no need to determine it every time.
22482
22483         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22484         to the nnheader-parse-naked-head call.
22485
22486         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22487
22488         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22489         the nnheader-nov-read-message-id call.
22490
22491 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22492
22493         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22494         gnus-activate-group twice.  Suggested by Markus Peter
22495         <warp@spin.de>.
22496
22497 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22498
22499         * gnus-art.el (gnus-article-time-format): Exchange the order of
22500         day and month in the default value; fix customization type.
22501         (article-date-ut): Use add-text-properties.
22502         (article-make-date-line): Use message-make-date instead of
22503         current-time-string.
22504
22505         * message.el (message-fetch-field): Don't use set-text-properties.
22506         (message-make-date): Simplify.
22507
22508         * messagexmas.el (message-xmas-make-date): New function.
22509         (message-xmas-redefine): Defalias message-make-date to it.
22510
22511 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22512
22513         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22514         (rfc2047-encode-region): Treat text within parentheses as special;
22515         show the original text when error has occurred.
22516
22517         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22518         already-computed method to gnus-activate-group.
22519
22520         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22521         same select-methods identical Lisp objects.
22522
22523         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22524         object when modifying the info.
22525
22526 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22527
22528         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22529         gnus-opened-servers since it has never been opened with the new
22530         configuration yet.
22531
22532 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22533
22534         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22535         arg to nnheader-generate-fake-message-id.
22536
22537 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22538
22539         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22540         number and build a fake message ID localized to a group and
22541         article number (so it's repeatable from that point on).
22542         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22543         ID format.
22544
22545         * gnus-sum.el (gnus-get-newsgroup-headers):
22546         Call nnheader-generate-fake-message-id with the article number.
22547
22548 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22549
22550         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22551         end-of-buffer.
22552
22553 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22554
22555         * message.el (message-ignored-supersedes-headers): Add Approved.
22556
22557 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22558
22559         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22560         goto-char.
22561         (rfc2047-encode): Fold the line before encoding.
22562
22563 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22564
22565         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22566         folding -- not all headers can be folded, and this should be done
22567         by the message composition mode.  Probably.  I think.
22568
22569 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22570
22571         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22572         fast.
22573
22574         * gnus-ems.el (gnus-remove-image): Don't use
22575         message-text-with-property; remove only the image found first.
22576
22577         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22578         found first.
22579
22580 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22581
22582         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22583
22584 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22585
22586         * message.el (message-text-with-property): Make it fast and accept
22587         optional arguments.
22588         (message-strip-forbidden-properties): Use it.
22589         (message-fix-before-sending): Follow the m-t-w-p change.
22590
22591         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22592
22593 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22594
22595         * gnus-art.el (article-hide-headers): Don't change the buffer
22596         mistakenly when performing mml-preview even if
22597         gnus-single-article-buffer is nil.
22598
22599 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22600
22601         * message.el (message-expand-name-databases): New user option.
22602         (message-expand-name): Use it.
22603
22604 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22605
22606         * spam.el (spam-report-articles-resend)
22607         (spam-report-resend-register-routine): Allow ham reporting.
22608         (spam-report-resend-register-ham-routine): Add wrapper.
22609         (spam-registration-functions): Add ham resending functions.
22610         (spam-list-of-processors): Add ham resend processor.
22611
22612         * gnus.el (ham-resend-to): Add new group parameter.
22613         (spam-process): Add ham resend option.
22614
22615         * spam-report.el (spam-report-resend): Allow reporting ham.
22616         (spam-report-resend-ham): Add wrapper.
22617
22618 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22619
22620         * message.el (message-cite-articles-with-x-no-archive):
22621         New variable.
22622         (message-cite-original): Use it.
22623
22624 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22625
22626         * message.el (message-cite-original): Respect X-No-Archive.
22627
22628 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22629
22630         * gnus-art.el (article-hide-headers): Refer to the values for
22631         gnus-ignored-headers and gnus-visible-headers in the summary
22632         buffer since a user may have set them as group parameters.
22633
22634 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22635
22636         * assistant.el (assistant-node-name): Add convenience function.
22637         (assistant-render-text, assistant-render-node): Add error handling,
22638         plus handle multiple next nodes.
22639         (assistant-find-next-node): Comment out for now.
22640         (assistant-find-next-nodes): Add function, returns list of next
22641         nodes.
22642
22643 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22644
22645         * mail-source.el (mail-source-directory): Fix doc-string.
22646
22647 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22648
22649         * assistant.el (assistant-render-text, assistant-eval): Add :set
22650         widget type, which is different because it takes and returns a
22651         list.  Much hilarity ensues.
22652
22653 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22654
22655         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22656
22657         * gnus-group.el (gnus-group-get-new-news-this-group):
22658         Add doc-string.
22659
22660         * gnus-start.el (gnus-activate-group): Add doc-string.
22661
22662 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22663
22664         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22665
22666 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22667
22668         * assistant.el (assistant-render-text): Try to add a :set
22669         widget, more to come.
22670
22671         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22672         strings.
22673         (spam-report-articles-resend)
22674         (spam-register-routine): Do registration iff any articles warrant
22675         it.
22676         (spam-summary-prepare-exit): Change log message for nil group
22677         destinations.
22678
22679 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22680
22681         * spam.el (spam-report-resend-register-routine):
22682         Allow spam-report-resend-to to be a group parameter or a global value.
22683
22684 2004-05-26  Simon Josefsson  <jas@extundo.com>
22685
22686         * starttls.el: Merge with my GNUTLS based starttls.el.
22687         (starttls-gnutls-program, starttls-use-gnutls)
22688         (starttls-extra-arguments, starttls-process-connection-type)
22689         (starttls-connect, starttls-failure, starttls-success):
22690         New variables.
22691         (starttls-program, starttls-extra-args): Doc fix.
22692         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22693         New functions.
22694         (starttls-negotiate, starttls-open-stream):
22695         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22696         function if it is set.
22697
22698 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22699
22700         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22701         structured fields.
22702
22703 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22704
22705         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22706
22707 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22708
22709         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22710         Add variable.
22711         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22712         assigning the spam-mark to new messages.
22713
22714 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22715
22716         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22717
22718 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22719
22720         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22721
22722         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22723         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22724         default.
22725
22726 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22727
22728         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22729         correct data.
22730
22731 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22732
22733         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22734         (spam-group-processor-p): Fix function.
22735         (spam-group-processor-multiple-p)
22736         (spam-group-spam-processor-report-gmane-p)
22737         (spam-group-spam-processor-report-resend-p)
22738         (spam-group-spam-processor-bogofilter-p)
22739         (spam-group-spam-processor-blacklist-p)
22740         (spam-group-spam-processor-ifile-p)
22741         (spam-group-ham-processor-ifile-p)
22742         (spam-group-spam-processor-spamoracle-p)
22743         (spam-group-spam-processor-crm114-p)
22744         (spam-group-ham-processor-bogofilter-p)
22745         (spam-group-spam-processor-stat-p)
22746         (spam-group-ham-processor-stat-p)
22747         (spam-group-ham-processor-whitelist-p)
22748         (spam-group-ham-processor-BBDB-p)
22749         (spam-group-ham-processor-spamoracle-p)
22750         (spam-group-ham-processor-copy-p): Remove functions with some
22751         prejudice against unneeded code.
22752         (spam-report-articles-resend)
22753         (spam-report-resend-register-routine): Allow the group/topic
22754         spam-resend-to value to override spam-report-resend-to.
22755         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22756         properly now.
22757
22758         * gnus.el (spam-resend-to): Add group/topic parameter.
22759         (spam-process): Move the OBSOLETE processors to the end of the
22760         choices.
22761
22762 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22763
22764         * spam-report.el (spam-report-resend-to, spam-report-resend):
22765         Start with resend-to set to nil, and then ask the user if necessary.
22766         (spam-report-resend): spam-report-resend takes a list of articles, not
22767         separate article numbers.
22768
22769 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22770
22771         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22772         addition to emacs-w3m.
22773
22774 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22775
22776         * assistant.el (assistant-authinfo-data): New function.
22777         (assistant-eval): Eval for entire assistant.
22778
22779         * netrc.el (netrc-services-file): New variable.
22780         (netrc-parse-services): New function.
22781         (netrc-find-service-name): New function.
22782         (netrc-find-service-number): New function.
22783         (netrc-port-equal): New function.
22784         (netrc-machine): Use it.
22785
22786         * nnimap.el (nnimap-open-connection): Use netrc.
22787
22788         * gnus-util.el (gnus-netrc-get): Remove aliases.
22789
22790         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22791
22792         * assistant.el (wid-edit): Fix compilation.
22793
22794         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22795
22796 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22797
22798         * gnus-util.el (gnus-set-file-modes): New function.  (small
22799         patch).
22800
22801 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22802
22803         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22804
22805         * assistant.el (assistant-render-node): Fix up rendering and
22806         read-only text.
22807         (assistant-render-node): Reset.
22808         (assistant-make-read-only): Not sticky.
22809
22810 2004-05-20  Danny Siu  <dsiu@adobe.com>
22811
22812         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22813         centered even when gnus-auto-center-summary is t.
22814
22815 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22816
22817         * dns.el (dns-get-txt-answer): New function.
22818         (dns-read-txt): Ditto.
22819         (query-dns): Use it.
22820
22821 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22822
22823         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22824         active for foreign groups even if the group level is higher than
22825         the specified value.
22826
22827 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22828
22829         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22830         non-active groups.
22831
22832         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22833
22834 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22835
22836         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22837
22838 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22839
22840         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22841         (spam-crm114-header, spam-crm114-spam-switch)
22842         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22843         (spam-crm114-positive-spam-header)
22844         (spam-crm114-database-directory, spam-list-of-processors)
22845         (spam-group-spam-processor-crm114-p)
22846         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22847         (spam-generic-score, spam-list-of-checks)
22848         (spam-list-of-statistical-checks, spam-registration-functions)
22849         (spam-check-crm114-headers, spam-crm114-score)
22850         (spam-check-crm114, spam-crm114-register-with-crm114)
22851         (spam-crm114-register-spam-routine)
22852         (spam-crm114-unregister-spam-routine)
22853         (spam-crm114-register-ham-routine)
22854         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22855
22856 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22857
22858         * gnus.el: Add spam-use-crm114.
22859
22860         * spam.el (spam-list-of-processors, spam-registration-functions):
22861         Add spam-use-resend.
22862         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22863         (spam-report-articles-gmane): Add doc fix.
22864         (spam-report-articles-resend, spam-report-resend-register-routine):
22865         Add wrappers around spam-report-resend-to.
22866
22867         * spam-report.el (spam-report-resend-to, spam-report-resend):
22868         Add support for resending spam.
22869         (spam-report-gmane): Fix line length >80.
22870
22871         * gnus.el (spam-process): Add spam-use-resend.
22872
22873 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22874
22875         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22876         number of processed spam messages.
22877         (spam-ham-copy-or-move-routine): Return the number of processed
22878         ham messages.
22879         (spam-summary-prepare-exit): Use the above values to decide
22880         whether status messages shouled be displayed.
22881
22882 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22883
22884         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22885         `rfc2047-encoding-function-alist' in order to avoid conflicting
22886         with the old version.
22887         (rfc2047-encode-region): Concatenate words containing non-ASCII
22888         characters in structured fields; don't encode space-delimited
22889         ASCII words even in unstructured fields; don't break words at
22890         char-category boundaries.
22891         (rfc2047-encode-1): New function.
22892         (rfc2047-encode): Use it; encode text so that it occupies the
22893         maximum width within 76-column; work correctly on Q encoding for
22894         iso-2022-* charsets.
22895         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22896         sure not to break a line just after the header name.
22897         (rfc2047-b-encode-region): Remove.
22898         (rfc2047-b-encode-string): New function.
22899         (rfc2047-q-encode-region): Remove.
22900         (rfc2047-q-encode-string): New function.
22901
22902         * mm-util.el (mm-replace-in-string): New function.
22903
22904 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22905
22906         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22907         Really get it right.
22908         (gnus-inews-make-draft): Really.
22909
22910 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22911
22912         * nnmh.el (nnmh-request-list-1): Don't check the link count
22913         before descending.  (small patch)
22914
22915 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22916
22917         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22918         stuff.
22919
22920         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22921         Match on real group name.
22922
22923         * gnus-art.el (gnus-signature-limit): Doc fix.
22924
22925         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22926
22927         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22928
22929 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22930
22931         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22932         isn't a string.
22933
22934 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22935
22936         * gnus-draft.el (gnus-draft-send):
22937         Bind rfc2047-encode-encoded-words.
22938
22939         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22940         (rfc2047-encodable-p): Say that =? needs encoding.
22941         (rfc2047-encode-encoded-words): New variable.
22942
22943         * gnus-group.el (gnus-group-select-group): Doc fix.
22944
22945         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22946
22947         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22948         to nil.
22949
22950         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22951
22952         * nnheader.el (nnheader-get-lines-and-char): New function.
22953
22954 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22955
22956         * gnus-msg.el (gnus-summary-followup-with-original):
22957         Document yanking of region when active.
22958
22959 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22960
22961         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22962         groups if the group level is higher than the specified value.
22963
22964 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22965
22966         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22967         (gnus-group-jump-to-group): Add prefix argument using
22968         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22969         non-active group.
22970
22971         * compface.el (uncompface): Be verbose when changing
22972         `uncompface-use-external'.
22973
22974         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22975         handle manual section.
22976
22977 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22978
22979         * gnus-art.el (gnus-button-alist): Revert previous change.
22980
22981 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22982
22983         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22984
22985 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22986
22987         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22988         whether backend can accept message.
22989
22990         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22991
22992 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22993
22994         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22995         Avoid creating directory when nntp-marks-is-evil is true.
22996         Reported by Reiner Steib.
22997
22998 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22999
23000         * gnus-picon.el (gnus-picon-insert-glyph):
23001         Add optional `nostring' argument.
23002
23003 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23004
23005         * gnus-picon.el (gnus-picon-style): New variable.
23006         (gnus-picon-transform-address): Support `gnus-picon-style'.
23007
23008 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23009
23010         * message.el (message-fill-field): Return point.
23011         (message-generate-headers): Go to end of field.
23012
23013         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23014         stuff for non-living groups.
23015
23016 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23017
23018         * gnus-art.el (gnus-article-followup-with-original)
23019         (gnus-article-reply-with-original): gnus-mark-active-p ->
23020         gnus-region-active-p.
23021
23022 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23023
23024         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23025         only when there is spam or ham to be processed.
23026
23027 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23028
23029         * mail-source.el (mail-source-delete-crash-box): Refactor.
23030         (mail-source-fetch): Use it.
23031         (mail-source-fetch-file): Ditto.
23032         (mail-source-fetch-directory): Run postscript in loop.
23033         (mail-source-fetch-pop): Delete.
23034         (mail-source-fetch-maildir): Ditto.
23035         (mail-source-fetch-imap): Ditto.
23036
23037         * imap.el (imap-authenticators): Comment out sasl.
23038
23039         * message.el (message-skip-to-next-address): New function.
23040         (message-fill-header-address): Refactor.
23041         (message-fill-address): Use it.
23042         (message-delete-address): Use it.
23043         (message-fill-header-general): Refactor.
23044         (message-fill-field-address): Rename.
23045         (message-narrow-to-field): Find the start of the header.
23046         (message-header-format-alist): Don't pre-fill.
23047         (message-fill-header): Remove.
23048         (message-insert-header): New function.
23049         (message-shorten-references): Use it.
23050
23051         * rfc2047.el (rfc2047-field-value): Strip props.
23052
23053         * mail-parse.el (mail-header-make-address): New alias.
23054
23055         * ietf-drums.el (ietf-drums-make-address): New function.
23056
23057         * imap.el: Add compiler directives.
23058
23059         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23060
23061         * gnus-art.el (article-decode-idna-rhs): Don't use
23062         message-idna-inside-rhs-p.
23063
23064 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23065
23066         * message.el (message-idna-inside-rhs-p): Remove.
23067         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23068
23069         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23070         false positives.
23071
23072 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23073
23074         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23075
23076 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23077
23078         * nneething.el (nneething-file-name): Don't create spurious
23079         files.
23080
23081         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23082         (gnus-inews-do-gcc): Remove sleep.
23083
23084         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23085         part under point.
23086
23087         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23088         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23089
23090 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23091
23092         * spam.el (spam-summary-prepare-exit): Fix (length).
23093
23094 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23095
23096         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23097         as expired without moving it" message when there are spam
23098         messages left.
23099
23100 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23101
23102         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23103         header is not nil.
23104
23105 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23106
23107         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23108         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23109         (nntp-marks-changed-p): New arg SERVER.
23110         (nntp-request-update-info): Adjust caller.
23111
23112 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23113
23114         * nntp.el (nntp-save-marks): Pass missing arg.
23115
23116 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23117
23118         * nntp.el: Support marks.
23119         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23120         (nntp-marks-modtime, nntp-marks-directory): New variables.
23121         (nntp-request-set-mark, nntp-request-update-info)
23122         (nntp-possibly-create-directory, nntp-marks-changed-p)
23123         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23124         New functions.
23125
23126 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23127
23128         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23129         (gnus-xmas-redefine): Rename.
23130
23131         * gnus-score.el (gnus-score-insert-help):
23132         Use gnus-select-lowest-window.
23133
23134         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23135         appt-select-lowest-window and rename to gnus-select-lowest-window.
23136
23137         * gnus.el: do.
23138
23139 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23140
23141         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23142         encodings of MIME-encoded words, in order to improve
23143         interoperability with several broken MUAs.
23144
23145 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23146
23147         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23148         tags, only when charsets are not specified in headers.
23149         (mm-inline-text-html-render-with-w3m): Ditto.
23150
23151         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23152         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23153
23154 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23155
23156         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23157         instead of MIME-decoded from fields when checking
23158         `gnus-article-address-banner-alist'.
23159
23160 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23161
23162         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23163         description rather than subject.
23164
23165 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23166
23167         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23168
23169 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23170
23171         * gnus.el (gnus-version-number): Bump.
23172
23173 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23174
23175         * gnus.el: No Gnus v0.2 is released.
23176
23177 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23178
23179         * gnus-agent.el (gnus-agent-read-agentview):
23180         Inline gnus-uncompress-range.
23181
23182 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23183
23184         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23185         `exec-installed-p'.
23186
23187 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23188
23189         * gnus.el (spam-process, spam-autodetect-methods):
23190         Add bsfilter and bsfilter-headers.
23191
23192         * spam.el (spam-bsfilter): New customize group.
23193         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23194         (spam-bsfilter-header, spam-bsfilter-probability-header)
23195         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23196         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23197         (spam-bsfilter-database-directory): New options.
23198         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23199         (spam-list-of-statistical-checks, spam-registration-functions):
23200         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23201         (spam-bsfilter-score): New command.
23202         (spam-check-bsfilter-headers, spam-check-bsfilter)
23203         (spam-bsfilter-register-with-bsfilter)
23204         (spam-bsfilter-register-spam-routine)
23205         (spam-bsfilter-unregister-spam-routine)
23206         (spam-bsfilter-register-ham-routine)
23207         (spam-bsfilter-unregister-ham-routine): New functions.
23208         (spam-generic-score): Support bsfilter; Accept an optional argument
23209         to recalcurate spam score even if scoring header has already been
23210         added.
23211         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23212         optional argument to recalcurate spam score even if scoring header
23213         has already been added.
23214
23215 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23216
23217         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23218         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23219         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23220         link is missing.
23221
23222 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23223
23224         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23225         (html2text-get-attr): Rewrite.
23226
23227         * message.el (message-setup-1): Remove redundant put-text-property
23228         on mail-header-separator.
23229
23230 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23231
23232         * gnus-registry.el (gnus-registry-cache-whitespace)
23233         (gnus-registry-action, gnus-registry-spool-action)
23234         (gnus-registry-split-fancy-with-parent): Change message levels
23235         from 5 to 3 or 7, as needed.
23236
23237         * spam.el (spam-summary-prepare-exit)
23238         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23239         (spam-split, spam-find-spam, spam-log-undo-registration)
23240         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23241         level from 5 to 6.
23242
23243 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23244
23245         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23246         2004-03-04 change).
23247
23248 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23249
23250         * sieve-manage.el (sieve-manage-open):
23251         * nnweb.el (nnweb-insert-html):
23252         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23253         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23254         * nnspool.el (nnspool-request-group):
23255         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23256         * nnml.el (nnml-request-update-info):
23257         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23258         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23259         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23260         (nnimap-request-set-mark):
23261         * nnfolder.el (nnfolder-request-update-info):
23262         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23263         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23264         * gnus-uu.el (gnus-uu-find-articles-matching):
23265         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23266         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23267         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23268         * gnus-nocem.el (gnus-nocem-scan-groups):
23269         * gnus-int.el (gnus-start-news-server):
23270         * gnus-group.el (gnus-group-make-kiboze-group)
23271         (gnus-group-browse-foreign-server):
23272         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23273         Use mapc when appropriate.
23274
23275 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23276             Adam Sjøgren  <asjo@koldfront.dk>
23277             Wes Hardaker  <wes@hardakers.net>
23278             Michael Shields  <shields@msrl.com>
23279
23280         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23281         may need for spam sorting and scoring.
23282         (spam-user-format-function-S): Add user format function suitable for
23283         general use.
23284         (spam-article-sort-by-spam-status): Add sorting function for summary
23285         sorting.
23286         (spam-extra-header-to-number): Add function to get a score from a
23287         header.
23288         (spam-summary-score): Add function to get a numeric score from the
23289         headers.
23290         (spam-generic-score): Fix function doc, was in wrong place.
23291         (spam-initialize): Take symbols when it's run, and install the
23292         extra headers that spam-necessary-extra-headers thinks we need.
23293
23294 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23295
23296         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23297         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23298
23299 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23300
23301         * gnus-sum.el (gnus-set-global-variables)
23302         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23303         (gnus-article-get-xrefs, gnus-summary-best-group)
23304         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23305         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23306         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23307         Use with-current-buffer.
23308
23309 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23310
23311         * spam.el (spam-summary-prepare-exit): Simplify logic.
23312         (spam-fetch-article-header): Read the article header if it's not
23313         available.
23314         (spam-list-articles): Simplify logic.
23315         (spam-filelist-register-routine): Fix bug with unregister-list.
23316
23317         * gnus-registry.el: Fix comments at beginning.
23318
23319 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23320
23321         * message.el (message-cater-to-broken-inn): Remove.
23322         (message-shorten-references): Make sure the total folded length of
23323         References is shorter than 998 characters to cater to a bug in INN
23324         2.3.  Also, don't pretend that references aren't folded -- this
23325         hasn't worked for a while.
23326
23327 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23328
23329         * gnus-agent.el (gnus-agentize):
23330         gnus-agent-send-mail-real-function no longer set to current value
23331         of message-send-mail-function but rather a lambda that calls
23332         message-send-mail-function.  The change makes the agent real-time
23333         responsive to user changes to message-send-mail-function.
23334
23335 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23336
23337         * legacy-gnus-agent.el
23338         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23339         help from Florian Weimer <fw@deneb.enyo.de>
23340
23341 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23342
23343         * nnmail.el (nnmail-cache-insert): Revert last change.
23344
23345 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23346
23347         * nnmail.el (nnmail-cache-insert): Always check whether
23348         nnmail-cache-ignore-groups matches a group name.
23349
23350 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23351
23352         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23353         (spam-find-spam, spam-log-processing-to-registry)
23354         (spam-log-registered-p, spam-log-unregistration-needed-p)
23355         (spam-log-undo-registration): Use gnus-message instead of
23356         gnus-error, none of these errors are fatal.
23357
23358         * gnus-registry.el (gnus-registry-clean-empty-function)
23359         (gnus-registry-clean-empty): Remove only empty entries without
23360         extra data.
23361
23362 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23363
23364         * spam-stat.el (spam-stat-buffer-change-to-spam)
23365         (spam-stat-buffer-change-to-non-spam): Change (error) to
23366         (gnus-message 8) invocation.
23367
23368 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23369
23370         * nntp.el (nntp-via-netcat-command): New variable.
23371         (nntp-via-netcat-switches): New variable.
23372         (nntp-open-via-rlogin-and-netcat): New function.
23373         (nntp-open-connection-function): Doc fix.
23374         (nntp-telnet-command): Doc fix.
23375         (nntp-end-of-line): Doc fix.
23376         (nntp-via-rlogin-command): Doc fix.
23377         (nntp-via-user-name): Doc fix.
23378         (nntp-via-address): Doc fix.
23379
23380 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23381
23382         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23383         error in Emacs 21.1.
23384
23385 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23386
23387         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23388
23389 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23390
23391         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23392         (gnus-agent-with-refreshed-group): New macro.
23393         (gnus-agent-rename-group): New function.
23394         (gnus-agent-delete-group): New function.
23395         (gnus-agent-save-group-info): Use gnus-command-method when
23396         `method' parameter is nil.  Don't write nil entries into the
23397         active file.
23398         (gnus-agent-get-group-info): New function.
23399         (gnus-agent-fetch-articles):
23400         Use gnus-agent-update-files-total-fetched-for to increment disk space
23401         used.
23402         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23403         Use gnus-agent-update-view-total-fetched-for to increment disk space
23404         used.
23405         (gnus-agent-get-local): Add optional parameters to avoid calling
23406         gnus-group-real-name and gnus-find-method-for-group.
23407         (gnus-agent-set-local): Delete stored entry if either min, or max,
23408         are nil.
23409         (gnus-agent-fetch-session): Reworded error/quit messages.
23410         On quit, use gnus-agent-regenerate-group to record existance of any
23411         articles fetched to disk before the quit occurred.
23412         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23413         gnus-agent-update-view-total-fetched-for, and
23414         gnus-agent-update-files-total-fetched-for to decrement disk space
23415         used.
23416         (gnus-agent-retrieve-headers):
23417         Use gnus-agent-update-view-total-fetched-for to increment disk space
23418         used.
23419         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23420         with gnus-agent-update-files-total-fetched-for to decrement disk
23421         space and fresh group buffer.
23422         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23423         (gnus-agent-need-update-total-fetched-for): New variable.
23424         (gnus-agent-update-files-total-fetched-for): New function.
23425         (gnus-agent-update-view-total-fetched-for): New function.
23426         (gnus-agent-total-fetched-for): New function.
23427
23428         * gnus-cache.el (gnus-cache-save-buffers):
23429         Use gnus-cache-update-overview-total-fetched-for to change disk space
23430         used by this group.
23431         (gnus-cache-possibly-enter-article):
23432         Use gnus-cache-update-file-total-fetched-for to increment disk space
23433         used by this group.
23434         (gnus-cache-possibly-remove-article):
23435         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23436         used by this group.
23437         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23438         (gnus-cache-rename-group): New function.
23439         (gnus-cache-delete-group): New function.
23440         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23441         (gnus-cache-need-update-total-fetched-for): New variable.
23442         (gnus-cache-with-refreshed-group): New macro.
23443         (gnus-cache-update-file-total-fetched-for): New function.
23444         (gnus-cache-update-overview-total-fetched-for): New function.
23445         (gnus-cache-rename-group-total-fetched-for): New function.
23446         (gnus-cache-delete-group-total-fetched-for): New function.
23447         (gnus-cache-total-fetched-for): New function.
23448
23449         * gnus-group.el: Require gnus-sum and autoload functions to
23450         resolve warnings when gnus-group.el compiled alone.
23451         (gnus-group-line-format): Documented new %F.
23452         (size of Fetched data) group line format; identifies disk space
23453         used by agent and cache.
23454         (gnus-group-line-format-alist): Defined new F format.
23455         (gnus-total-fetched-for): New function.
23456         (gnus-group-delete-group): No longer update
23457         gnus-cache-active-altered as gnus-request-delete-group now keeps
23458         the cache in sync.
23459         (gnus-group-list-active): Let the agent store a server's active
23460         list if currently plugged.
23461
23462         * gnus-int.el (gnus-request-delete-group):
23463         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23464         local disk in sync with the server.
23465         (gnus-request-rename-group):
23466         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23467         local disk in sync with the server.
23468
23469         * gnus-start.el (gnus-get-unread-articles):
23470         Cosmetic simplification to logic.
23471
23472         * gnus-util.el (gnus-rename-file): New function.
23473
23474 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23475
23476         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23477
23478 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23479
23480         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23481         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23482
23483 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23484
23485         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23486         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23487
23488 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23489
23490         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23491
23492 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23493
23494         * spam.el (spam-set-difference): Add function to replace
23495         gnus-set-difference in spam.el.
23496         (spam-summary-prepare-exit): Use spam-set-difference.
23497
23498 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23499
23500         * gnus-registry.el (gnus-registry-cache-file): Update to use
23501         gnus-dribble-directory OR gnus-home-directory OR ~.
23502         (gnus-registry-split-fancy-with-parent): Fix doc.
23503
23504 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23505
23506         * message.el (message-exchange-point-and-mark):
23507         Use message-mark-active-p.  Suggested by Jesper Harder
23508         <harder@ifa.au.dk>.
23509
23510 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23511
23512         * message.el (message-exchange-point-and-mark): Don't activate
23513         region if it was inactive.  Suggested by Hiroshi Fujishima
23514         <pooh@nature.tsukuba.ac.jp>.
23515
23516 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23517
23518         * gnus-art.el (article-display-face): Display Faces in the same
23519         order as X-Faces.
23520
23521 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23522
23523         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23524
23525 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23526
23527         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23528         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23529         (gnus-article-mime-hierarchy): Remove.
23530         (gnus-article-mime-hierarchy-next): Remove.
23531         (gnus-article-mode): Revert 2004-03-19 change.
23532         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23533         (gnus-insert-mime-button): Revert 2004-03-19 change.
23534         (gnus-mime-accumulate-hierarchy): Remove.
23535         (gnus-mime-enter-multipart): Remove.
23536         (gnus-mime-leave-multipart): Remove.
23537         (gnus-mime-display-part): Revert 2004-03-19 change.
23538         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23539
23540         * mml.el (mml-preview): Revert 2004-03-19 change.
23541
23542 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23543
23544         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23545
23546 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23547
23548         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23549         t while entering a file name using the mm-with-multibyte macro.
23550         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23551
23552         * mm-util.el (mm-with-multibyte): New macro.
23553
23554 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23555
23556         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23557         New user option.
23558         (gnus-mime-multipart-functions): Doc and customization fix.
23559         (gnus-article-mime-hierarchy): New variable.
23560         (gnus-article-mime-hierarchy-next): New variable.
23561         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23562         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23563         gnus-article-mime-hierarchy-next to nil.
23564         (gnus-insert-mime-button): Show hierarchy numbers.
23565         (gnus-mime-accumulate-hierarchy): New function.
23566         (gnus-mime-enter-multipart): New function.
23567         (gnus-mime-leave-multipart): New function.
23568         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23569         (gnus-mime-display-alternative): Show hierarchy numbers.
23570
23571         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23572         gnus-article-mime-hierarchy-next to nil.
23573
23574 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23575
23576         * dns.el: Don't require gnus-xmas.
23577
23578 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23579
23580         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23581         inline PGP.
23582         (mml-menu): Disable mml-quote-region if mark is inactive.
23583
23584 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23585
23586         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23587         when the group's active is not available.
23588
23589 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23590
23591         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23592         error.
23593
23594 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23595
23596         * imap.el (imap-store-password): New variable.
23597         (imap-interactive-login): Use it.
23598         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23599
23600 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23601
23602         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23603         window-start and hscroll to summary window.
23604
23605 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23606
23607         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23608         conversion message to newsrc-dribble when an actual conversion is
23609         performed.
23610
23611 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23612
23613         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23614
23615 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23616
23617         * mm-decode.el (mm-complicated-handles): New function reviving
23618         former definition of mm-multiple-handles.
23619
23620         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23621         (gnus-mime-delete-part): Use it.
23622
23623 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23624
23625         * gnus-agent.el (gnus-agent-read-local):
23626         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23627         avoid the implicit assumption that they will always be equal.
23628         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23629         coding-system-for-write, as the with-temp-file macro first prints
23630         to a buffer then saves the buffer.
23631
23632 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23633
23634         * gnus-art.el (gnus-article-edit-part): New function.
23635         (gnus-mime-save-part-and-strip): Use it; do query instead of
23636         signaling an error; don't use mm-multiple-handles.
23637         (gnus-mime-delete-part): Ditto.
23638
23639 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23640
23641         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23642         old file versions.
23643         (gnus-group-prepare-hook): Remove function that converted list
23644         form of gnus-agent-expire-days to group properties.
23645
23646         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23647         (gnus-request-accept-article): Re-indented.
23648
23649         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23650         converters to handle old agent file formats.  Add logic for a
23651         "backup before upgrading warning".
23652         (gnus-convert-mark-converter-prompt): Developers can mark
23653         functions as needing (default), or not needing,
23654         gnus-convert-old-newsrc's "backup before upgrading warning".
23655         (gnus-convert-converter-needs-prompt): Tests whether the user
23656         should be protected from potentially irreversable changes by the
23657         function.
23658
23659         * legacy-gnus-agent.el: New.  Provides converters that are only
23660         loaded when gnus-convert-old-newsrc needs to call them.
23661
23662 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23663
23664         * mail-source.el (mail-source-touch-pop): Doc fix.
23665
23666         * message.el (message-smtpmail-send-it): Doc fix.
23667
23668 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23669
23670         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23671
23672         * nnmail.el (nnmail-split-fancy): do.
23673
23674         * gnus-kill.el (gnus-kill, gnus-execute): do.
23675
23676 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23677
23678         * gnus-sum.el (gnus-widget-reversible-match)
23679         (gnus-widget-reversible-to-internal)
23680         (gnus-widget-reversible-to-external): New functions.
23681         (gnus-widget-reversible): New widget.
23682         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23683
23684 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23685
23686         * gnus-sum.el (gnus-thread-sort-functions)
23687         (gnus-article-sort-functions): Document `(not F)' items.
23688
23689 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23690
23691         * spam.el (spam-use-gmane-xref): Add new backend.
23692         (spam-gmane-xref-spam-group): Add variable to control the name of the
23693         Gmane spam group.
23694         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23695         (spam-regex-headers-spam, spam-regex-headers-ham)
23696         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23697         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23698         backends and checks.
23699         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23700
23701         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23702         an autodetect method.
23703
23704 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23705
23706         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23707         articles are being added to a group.
23708         (gnus-request-replace-article): Inform the agent that articles
23709         need to be uncached as the cached contents are no longer valid.
23710
23711 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23712
23713         * binhex.el: Don't autoload executable-find.
23714
23715         * canlock.el: Don't autoload mail-fetch-field.
23716
23717         * dgnushack.el: Autoload c-mode for XEmacs.
23718
23719         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23720
23721         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23722         rmail-dont-reply-to and rmail-output.
23723
23724         * gnus-score.el: Don't autoload ffap-string-at-point.
23725
23726         * gnus-setup.el: Don't autoload sc-cite-original.
23727
23728         * imap.el: Don't autoload base64-decode-string,
23729         base64-encode-string and md5.
23730
23731         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23732         and rmail-msg-restore-non-pruned-header.
23733
23734         * mm-decode.el: Don't autoload executable-find.
23735
23736         * mm-url.el: Don't autoload executable-find.
23737
23738         * mm-view.el: Don't autoload diff-mode.
23739
23740         * nndb.el: Don't autoload news-reply-mode, news-setup,
23741         cancel-timer and telnet.
23742
23743         * password.el: Don't autoload run-at-time for Emacs.
23744
23745         * sha1-el.el: Don't autoload executable-find.
23746
23747         * sieve-mode.el: Don't autoload c-mode.
23748
23749         * uudecode.el: Don't autoload executable-find.
23750
23751 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23752
23753         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23754         (gnus-agent-possibly-alter-active): Avoid null in numeric
23755         comparison.
23756         (gnus-agent-set-local): Refuse to save null in local object table.
23757         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23758         list of articles that will be marked as unread.
23759
23760 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23761
23762         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23763
23764 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23765
23766         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23767         language tags.
23768
23769 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23770
23771         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23772         Don't bind "obarray".
23773
23774         * gnus-sum.el (gnus-thread-sort-functions):
23775         Add `gnus-thread-sort-by-most-recent-number' and
23776         `gnus-thread-sort-by-most-recent-date'.
23777         Reported by Kai Grossjohann <kai@emptydomain.de>.
23778
23779 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23780
23781         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23782
23783 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23784
23785         * gnus-cus.el (gnus-agent-customize-category):
23786         Remove ignore-errors macro reference that required cl to be loaded at
23787         run-time.
23788
23789         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23790         single-interval range of the form (min . max).  Previously the
23791         range had to look like ((min . max)).  Likewise, return
23792         (min . max) rather than ((min . max)).
23793         (gnus-range-map): Use gnus-range-normalize to accept
23794         single-interval range.
23795
23796         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23797         the cache, but not the agent, now appear with their usual face.
23798
23799         * dgnushack.el (loaddir): New variable that is bound to the
23800         directory containing the dgnushack.el file. Use loaddir, rather
23801         than srcdir, to update load-path. Change lets dgnushack compile
23802         code in directories other than GNUS/lisp.
23803
23804 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23805
23806         * lpath.el: Don't bind w3m-safe-url-regexp.
23807
23808         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23809         w3m-safe-url-regexp variable buffer-local.
23810
23811         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23812
23813 2004-02-27  Simon Josefsson  <jas@extundo.com>
23814
23815         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23816         gnus-group-real-prefix.
23817         (gnus-summary-move-article): Use it, instead of
23818         gnus-group-real-prefix.
23819
23820 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23821
23822         * lpath.el: Bind w3m-safe-url-regexp.
23823
23824         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23825         w3m-safe-url-regexp variable buffer-local and set it as the value
23826         of mm-w3m-safe-url-regexp.
23827
23828         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23829
23830         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23831         parsing gnus-posting-styles when the message is not for replying.
23832
23833         * dgnushack.el: Autoload sgml-mode for XEmacs.
23834
23835         * nnrss.el (nnrss-opml-export):
23836         Use mm-set-buffer-file-coding-system instead of
23837         set-buffer-file-coding-system.
23838
23839 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23840
23841         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23842         of checkdoc.el).
23843         * nnrss.el: do.
23844         * gnus-mlspl.el: do.
23845         * gnus-ml.el: do.
23846         * gnus-srvr.el: do.
23847
23848         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23849
23850 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23851
23852         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23853         Corrections to custom-manual links.
23854
23855         * gnus-art.el (gnus-article): Ditto.
23856
23857         * mm-decode.el (mime-display, mime-security): Ditto.
23858
23859 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23860
23861         * flow-fill.el: Typo.
23862
23863 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23864
23865         * spam-wash.el: New file.
23866
23867 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23868
23869         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23870
23871 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23872
23873         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23874         to be run with new-articles as LIST1, not LIST2.
23875         (spam-registration-functions): Add spam-use-ham-copy as a nil
23876         registration backend.
23877
23878 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23879
23880         * spam-stat.el (spam-stat-washing-hook): New option.
23881         (spam-stat-buffer-words): Use it.
23882         (spam-stat-process-directory, spam-stat-test-directory):
23883         Use insert-file-contents-literally.
23884         (spam-stat-coding-system): New variable.
23885         (spam-stat-load, spam-stat-save): Use it.
23886
23887 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23888
23889         * spam-report.el (spam-report-plug-agent):
23890         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23891
23892 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23893
23894         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23895         Allow / in mailto URLs.
23896
23897 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23898
23899         * spam-report.el (spam-report-process-queue): Fix interactive use.
23900         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23901         (spam-report-unplug-agent): Doc fixes.
23902         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23903         (spam-report-agentize, spam-report-deagentize): Autoload.
23904
23905 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23906
23907         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23908
23909         * message.el (message-setup-fill-variables): Add mml tags to
23910         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23911         <ajk@iu.edu>.
23912         (message-mode): Don't modify paragraph-separate there.
23913
23914 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23915
23916         * compface.el (uncompface-use-external): Default to undecided.
23917         (uncompface-use-external-threshold): New variable.
23918         (uncompface-float-time): New macro.
23919         (uncompface): Determine whether to use the external decoder if
23920         uncompface-use-external is undecided.
23921
23922 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23923
23924         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23925         after images.
23926
23927         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23928
23929 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23930
23931         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23932
23933         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23934
23935         * gnus-sum.el (gnus-summary-limit-to-age)
23936         (gnus-summary-limit-children): do.
23937
23938         * gnus-int.el (gnus-request-scan): do.
23939
23940         * gnus-group.el (gnus-group-suspend): do.
23941
23942         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23943
23944         * gnus-cite.el (gnus-cite-parse-attributions): do.
23945
23946         * gnus-agent.el (gnus-summary-set-agent-mark)
23947         (gnus-agent-regenerate-group): do.
23948
23949         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23950
23951         * binhex.el (binhex-decode-region-internal): do.
23952
23953 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23954
23955         * gnus-fun.el (gnus-face-properties-alist): New user option.
23956         (gnus-display-x-face-in-from): Use it.
23957
23958         * gnus-art.el (article-display-face): Ditto.
23959
23960         * compface.el (uncompface-use-external): Default to nil.
23961
23962 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23963
23964         * nntp.el (nntp-erase-buffer): New function.
23965         (nntp-retrieve-data, nntp-send-command)
23966         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23967         (nntp-possibly-change-group): Use it.
23968
23969         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23970         Use with-current-buffer.
23971
23972 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23973
23974         * compface.el: Merge the ELisp-based uncompface program.
23975         (compface): New customization group.
23976         (uncompface-use-external): New user option.
23977         (uncompface): Call uncompface-internal if uncompface-use-external
23978         is nil.
23979         (uncompface-internal): New function.  Note that there are also
23980         some other functions and variables added for this function.
23981
23982 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23983
23984         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23985         if necessary.
23986
23987 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23988
23989         * spam-report.el (spam-report-unplug-agent)
23990         (spam-report-plug-agent, spam-report-deagentize)
23991         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23992         Add support for the Agent in spam-report: when unplugged, report to a
23993         file; when plugged, submit all the requests.
23994
23995         * spam.el (spam-register-routine): Fix message about
23996         registration.
23997
23998 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23999
24000         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24001         dependencies.
24002         (rfc2047-encode): Use it.
24003
24004         * gnus-art.el (gnus-button-marker-list): Move before first
24005         reference.
24006
24007         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24008         (imap-parse-body): Fix format string mismatch.
24009
24010         * gnus-score.el (gnus-summary-increase-score): do.
24011
24012         * nnrss.el (nnrss-close): New function.
24013
24014 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24015
24016         * nnrss.el (nnrss-make-filename): New function.
24017         (nnrss-request-delete-group, nnrss-read-server-data)
24018         (nnrss-save-server-data, nnrss-read-group-data)
24019         (nnrss-save-group-data): Use it.
24020         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24021         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24022         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24023
24024 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24025
24026         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24027
24028 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24029
24030         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24031         files.
24032
24033         * message.el (message-generate-headers-first): Don't quote nil
24034         and t in docstrings.
24035
24036         * imap.el (imap-id): do.
24037
24038         * gnus-agent.el (gnus-agent-consider-all-articles)
24039         (gnus-agent-queue-mail): do.
24040
24041 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24042
24043         * spam-report.el (spam-report-process-queue): New function.
24044         Process requests from `spam-report-requests-file'.
24045         (spam-report-process-queue): Doc fix.
24046
24047 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24048
24049         * spam.el (spam-register-routine)
24050         (spam-log-processing-to-registry, spam-log-registered-p)
24051         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24052         Change "check" to "spam-check" for semi-clarity.
24053
24054 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24055
24056         * pop3.el: Require nnheader.
24057
24058         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24059
24060         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24061
24062         * gnus-picon.el: Require cl.
24063
24064         * gnus-fun.el: Require gnus-ems and gnus-util.
24065
24066         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24067
24068         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24069
24070         * gnus-art.el (gnus-article-edit-mode): Define before first
24071         reference.
24072
24073 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24074
24075         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24076         (gnus-uu-post-encoded): Use point-at-bol.
24077
24078         * gnus-topic.el (gnus-group-active-topic-p): do.
24079
24080         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24081
24082         * gnus-group.el (gnus-group-kill-region): do.
24083
24084         * gnus-art.el (article-date-ut): do.
24085
24086         * message.el (message-fetch-field): Remove redundant
24087         case-fold-search binding.
24088         (message-narrow-to-field): Simplify.
24089
24090 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24091
24092         * spam.el (spam-directory): Derive from `gnus-directory'.
24093
24094         * spam-report.el (spam-report-url-to-file)
24095         (spam-report-requests-file): New function and variable for offline
24096         reporting.
24097         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24098         and user defined function.
24099         (spam-report-url-ping-mm-url): Remove doubled slash.
24100
24101 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24102
24103         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24104
24105 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24106
24107         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24108         Fix format string mismatch.
24109
24110         * sieve.el (sieve-deactivate-all): do.
24111
24112         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24113
24114         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24115
24116         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24117
24118         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24119
24120 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24121
24122         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24123         the list of checks.
24124
24125 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24126
24127         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24128         padding.
24129
24130 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24131
24132         * mm-view.el (mm-fill-flowed): New variable.
24133         (mm-inline-text): Use it.
24134
24135 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24136
24137         * spam.el (spam-spamassassin-register-ham-routine)
24138         (spam-spamassassin-register-spam-routine): Fix function names.
24139
24140 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24141
24142         * gnus.el (gnus-tmp-grouplens): Remove.
24143         (gnus-summary-line-format): Remove grouplens.
24144
24145         * gnus-group.el (gnus-group-line-format): Ditto.
24146
24147         * gnus-spec.el (gnus-format-specs): Ditto.
24148         (gnus-update-format-specifications): Flush the group format spec
24149         cache if there's the grouplens stuff.
24150         (gnus-parse-simple-format): Replace %l with the empty string.
24151
24152 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24153
24154         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24155         omission.
24156
24157 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24158
24159         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24160         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24161
24162 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24163
24164         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24165         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24166         New macros and functions.
24167         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24168         Handle > NLINK_MAX messages.
24169         * nnmaildir.el (nnmaildir-request-set-mark):
24170         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24171
24172 2004-01-25  Alex Schroeder  <alex@gnu.org>
24173
24174         * spam-stat.el (spam-stat-process-directory-age): New option.
24175         (spam-stat-process-directory): Use it.
24176
24177 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24178
24179         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24180         (spam-stat-save): Accept prefix argument.
24181
24182 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24183
24184         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24185         links" error.
24186
24187 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24188
24189         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24190         the rest of the and/or forms.
24191
24192 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24193
24194         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24195         compatibility with old .newsrc.eld files.
24196
24197         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24198
24199         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24200
24201         * gnus-start.el (gnus-1): do.
24202
24203         * gnus-group.el (gnus-group-line-format-alist): do.
24204
24205         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24206
24207         * gnus-gl.el: Remove.
24208
24209 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24210
24211         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24212         marks consisting of a single range {for example, (3 . 5)} rather
24213         than a list of a single range { ((3 . 5)) }.
24214
24215 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24216
24217         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24218         Use with-current-buffer.
24219         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24220         avoid consing a string.
24221
24222         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24223         Remove obsolete entries for big5 and gb2312.
24224
24225 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24226
24227         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24228         uncompressed list.
24229
24230 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24231
24232         * spam-stat.el (spam-stat-strip-xref): New function.
24233         (spam-stat-process-directory): Use it.
24234
24235         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24236         here -- it's done in message-fetch-field.
24237
24238 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24239
24240         * gnus-agent.el (gnus-agent-queue-mail)
24241         (gnus-agent-prompt-send-queue): New variables.
24242         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24243         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24244         "nndraft:queue" along to gnus-draft-send.
24245         Use gnus-agent-prompt-send-queue.
24246         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24247         is "nndraft:queue".  Suggested by Gaute Strokkenes
24248         <gs234@srcf.ucam.org>
24249
24250         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24251         (agent-enable-undownloaded-faces): Add.
24252         (gnus-agent-cat-groups): Use eval-and-compile, not
24253         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24254         method of gnus-agent-cat-groups even when the buffer has been
24255         evaled.
24256         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24257         delete gnus-agent-save-active-1.
24258         (gnus-agent-save-groups): Delete.  Identical to
24259         gnus-agent-save-active.
24260         (gnus-agent-write-active): No longer adjust agent's copy of active
24261         file as agent's adjustments are now stored in their own
24262         file.  Remove optional parameter.
24263         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24264         servers.  Add use of min/max range limits from server's local
24265         file.
24266         (gnus-agent-save-alist): Remove unused optional argument.
24267         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24268         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24269         (gnus-agent-set-local): A per-server file that keeps min/max range
24270         limits for articles known to the agent.  Provides a fast mechanism
24271         for altering many active ranges.
24272         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24273         active file (local makes it unnecessary).
24274         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24275
24276         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24277         (agent-enable-undownloaded-faces): Add.
24278
24279         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24280         disable it when sending to "nndraft:queue".
24281         (gnus-group-send-queue): Add safety check to avoid sending queue
24282         when unplugged.
24283
24284         * gnus-group.el (gnus-group-catchup): Use new
24285         gnus-sequence-of-unread-articles, not
24286         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24287         numbers of articles.  Use gnus-range-map to avoid having to
24288         uncompress the unread list.
24289         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24290         Fix invalid ange-ftp reference.
24291
24292         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24293         (gnus-sorted-range-intersection): Intersection of two ranges
24294         without requiring that they first be uncompressed.
24295
24296         * gnus-start.el (gnus-activate-group): Unless blocked by the
24297         caller, possibly expand the active range to include both cached
24298         and agentized articles.
24299         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24300         multiple version-dependent converters.
24301         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24302         gnus-agent-save-active.
24303         (gnus-save-newsrc-file): Save dirty agent range limits.
24304
24305         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24306         gnus-agent-possibly-alter-active.
24307         (gnus-adjust-marked-articles): Faster handling of simple lists.
24308
24309 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24310
24311         * spam-stat.el (spam-stat-test-directory): New optional argument
24312         displays a list of files detected.  Suggested by Andrew Cohen
24313         <cohen@andy.bu.edu>.
24314         (spam-stat-buffer-words-with-scores): Don't narrow and change
24315         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24316
24317 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24318
24319         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24320         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24321         (spam-spamassassin-arguments)
24322         (spam-spamassassin-spam-flag-header)
24323         (spam-spamassassin-positive-spam-flag-header)
24324         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24325         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24326         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24327         (spam-list-of-processors, spam-list-of-checks)
24328         (spam-list-of-statistical-checks, spam-registration-functions)
24329         (spam-check-spamassassin-headers, spam-check-spamassassin)
24330         (spam-spamassassin-score)
24331         (spam-spamassassin-register-with-sa-learn)
24332         (spam-spamassassin-register-spam-routine)
24333         (spam-spamassassin-register-ham-routine)
24334         (spam-assassin-register-spam-routine)
24335         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24336         (spam-bogofilter-score): Fix to show article before scoring.
24337
24338 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24339
24340         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24341         default scoring function.
24342         (spam-generic-score): Call spam-spamassassin-score if
24343         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24344         spam-bogofilter-score otherwise.
24345
24346         * gnus.el (spam-process, spam-autodetect-methods):
24347         Add spamassassin and spamassassin-headers.
24348
24349 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24350
24351         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24352         Suppress unnecessary messages.
24353
24354 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24355
24356         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24357         make-hash-table.
24358
24359 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24360
24361         * canlock.el (base64-encode-string): Don't autoload it.
24362
24363 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24364
24365         * run-at-time.el: Remove useless (require 'itimer),
24366         eval-and-compile and (featurep 'xemacs).
24367
24368 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24369
24370         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24371         GROUP is a virtual group.
24372
24373 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24374
24375         * gnus.el: Autoload `message-y-or-n-p'.
24376
24377 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24378
24379         * pgg-parse.el: Remove unnecessary (require 'custom).
24380
24381         * pgg-def.el: do.
24382
24383         * nnmail.el: do.
24384
24385         * gnus-undo.el: do.
24386
24387         * gnus-picon.el: do.
24388
24389         * gnus-util.el: do.
24390
24391 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24392
24393         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24394
24395 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24396
24397         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24398         handle, as well as a list.
24399
24400         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24401         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24402         (mm-w3m-cid-retrieve): Simplify.
24403
24404 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24405
24406         * message.el (message-kill-to-signature): Allow prefix arg to
24407         specify number of lines to keep before signature.
24408
24409 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24410
24411         * message.el (message-kill-to-signature): Change docstring.
24412
24413 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24414
24415         * canlock.el: Always require sha1-el.
24416         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24417
24418         * message.el: Autoload sha1 only when compiling.
24419
24420         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24421         eudc-expand-inline for XEmacs.
24422
24423 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24424
24425         * message.el (message-canlock-generate): Require sha1-el.
24426
24427 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24428
24429         * message.el (message-expand-name): Silence the byte compiler.
24430
24431         * lpath.el: Add detect-coding-system.
24432
24433         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24434         cus-edit.
24435
24436 2004-01-13  Simon Josefsson  <jas@extundo.com>
24437
24438         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24439         Invoke gnus-score-mode.
24440         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24441
24442         * gnus-range.el (gnus-compress-sequence): Doc fix.
24443         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24444
24445 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24446
24447         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24448
24449 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24450
24451         * spam.el (spam-get-article-as-string): Update to use
24452         gnus-request-article-this-buffer, much simpler.
24453         (spam-get-article-as-buffer): Remove.
24454
24455 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24456
24457         * message.el (message-expand-name): Use EUDC if the user uses that.
24458
24459 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24460
24461         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24462         character for the encoding to avoid consing a string.
24463
24464         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24465         unnecessarily.
24466
24467         * mm-util.el (mm-replace-chars-in-string): Remove.
24468
24469         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24470         of mm-replace-chars-in-string.
24471
24472 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24473
24474         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24475
24476         * mm-util.el (mm-subst-char-in-string): Support inplace.
24477
24478         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24479         a new string in every iteration.  Use shy groups.
24480
24481 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24482
24483         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24484         * gnus-soup.el (gnus-soup-group-brew):
24485         * gnus-msg.el (gnus-put-message):
24486         * gnus-move.el (gnus-group-move-group-to-server):
24487         * gnus-kill.el (gnus-batch-score):
24488         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24489         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24490         (gnus-group-update-group, gnus-group-read-group)
24491         (gnus-group-make-group, gnus-group-make-help-group)
24492         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24493         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24494         (gnus-group-sort-by-unread, gnus-group-catchup)
24495         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24496         (gnus-group-yank-group, gnus-group-set-info)
24497         (gnus-group-list-groups):
24498         * gnus.el (gnus-generate-new-group-name):
24499         * gnus-delay.el (gnus-delay-send-queue):
24500         * nnvirtual.el (nnvirtual-catchup-group):
24501         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24502         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24503         (gnus-group-prepare-topics, gnus-topic-check-topology):
24504         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24505         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24506         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24507         (gnus-group-make-articles-read):
24508         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24509         (gnus-group-change-level, gnus-kill-newsgroup)
24510         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24511         (gnus-get-unread-articles, gnus-make-articles-unread)
24512         (gnus-make-ascending-articles-unread): Use accessor
24513         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24514         to get group information for improved readability.
24515
24516
24517 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24518
24519         * gnus-art.el (article-decode-mime-words, article-babel)
24520         (gnus-article-highlight-signature, gnus-article-add-buttons)
24521         (gnus-signature-toggle): Use gnus-with-article-buffer.
24522
24523         * gnus-art.el (gnus-article-highlight-headers)
24524         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24525
24526         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24527         (gnus-article-set-globals, gnus-request-article-this-buffer)
24528         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24529         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24530         (gnus-mime-display-alternative): Use with-current-buffer.
24531
24532 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24533
24534         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24535         also under 80 char limit, and call gnus-error if needed.
24536         (spam-fetch-article-header): Fix - it was a
24537         buffer-local variable (gnus-newsgroup-data).
24538         (spam-find-spam): Use spam-generate-fake-headers, forget about
24539         spam-insert-fake-headers.
24540         (spam-insert-fake-headers): Remove.
24541
24542 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24543
24544         * deuglify.el (gnus-article-outlook-unwrap-lines)
24545         (gnus-outlook-rearrange-article)
24546         (gnus-outlook-repair-attribution-outlook)
24547         (gnus-outlook-repair-attribution-block)
24548         (gnus-outlook-repair-attribution-other): Remove redundant
24549         save-excursion.
24550
24551 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24552
24553         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24554         (spam-fetch-field-subject-fast)
24555         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24556         (spam-fetch-article-header): Add functions to deal with Gnus
24557         internals for fast retrieval of article header data.
24558         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24559
24560 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24561
24562         * pop3.el (pop3-md5): Remove.
24563         (pop3-apop): Replace pop3-md5 with md5.
24564
24565         * mm-bodies.el: base64 is always built-in.
24566
24567         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24568         Use with-current-buffer.
24569
24570 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24571
24572         * canlock.el (canlock-insert-header): Remove excessive grouping in
24573         regexp.
24574
24575         * gnus-sum.el (gnus-summary-read-document): Ditto.
24576
24577         * gnus-uu.el (gnus-uu-part-number): Ditto.
24578
24579         * html2text.el (html2text-remove-tags): Ditto.
24580         (html2text-format-tags): Ditto.
24581         (html2text-format-single-elements): Ditto.
24582
24583         * mml.el (mml-parse-1): Ditto.
24584
24585 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24586
24587         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24588
24589         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24590
24591         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24592
24593         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24594
24595 2003-11-15  Simon Josefsson  <jas@extundo.com>
24596
24597         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24598         (pgg-gpg-lookup-key): Use regexp match instead of
24599         split-string (split-string is different between emacs 21.2 and
24600         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24601
24602 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24603
24604         * gnus-art.el (gnus-mime-view-all-parts)
24605         (gnus-article-part-wrapper, gnus-article-view-part):
24606         Use with-current-buffer.
24607
24608 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24609
24610         * spam.el (spam-disable-spam-split-during-ham-respool)
24611         (spam-spamoracle-database, spam-cache-lookups)
24612         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24613         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24614         (spam-group-ham-marks, spam-group-spam-marks)
24615         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24616         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24617         also add spam-use-blackholes to the statistical checks.
24618         (spam-fetch-field-fast): Add interface to fetching fields, may
24619         become a macro.
24620         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24621         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24622         (spam-insert-fake-headers): Fake an article when needed.
24623         (spam-find-spam): Fake article when possible.
24624         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24625         (spam-check-bogofilter-headers): Use message-fetch-field instead
24626         of nnmail-fetch-field.
24627
24628 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24629
24630         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24631
24632 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24633
24634         * spam.el (spam-split): Do not require spam-use-CHECK to be
24635         enabled if that check is passed to spam-split explicitly; also
24636         fix so 'spam doesn't get converted to spam-split-group when
24637         spam-split-symbolic-return is t.
24638         (spam-find-spam): Find registrations of the article and use those
24639         instead of re-running spam-split to find the spam/ham
24640         classification of the article.
24641         (spam-log-processing-to-registry, spam-log-registered-p)
24642         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24643         Use gnus-error instead of gnus-message.
24644         (spam-log-registration-type): Add function to determine the
24645         classification of a message based on registry entries; will
24646         return nil if both 'spam and 'ham are found.
24647         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24648         a reasonably fast local cache without the loading errors.
24649         (spam-cache-lookups): Set to t by default.
24650         (spam-find-spam): Don't try to guess spam-cache-lookups.
24651         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24652         spam-caches entry.
24653         (spam-filelist-build-cache, spam-filelist-check-cache):
24654         Fix caching of whitelist/blacklist entries.
24655         (spam-check-whitelist, spam-check-blacklist):
24656         Invoke spam-from-listed-p with a type, not a cache variable.
24657         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24658
24659 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24660
24661         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24662
24663         * nnmail.el (nnmail-split-fancy): do.
24664
24665         * mml.el (mml-parse): do.
24666
24667         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24668         (gnus-score-adaptive): do.
24669
24670 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24671
24672         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24673         (gnus-mime-button-map): Don't set keymap parent.
24674         (gnus-button-ctan-directory-regexp): Use shy grouping.
24675         (gnus-prev-page-map): Don't set keymap parent.
24676         (gnus-prev-page-map): Remove duplicated one.
24677         (gnus-next-page-map): Don't set keymap parent.
24678         (gnus-mime-security-button-map): Ditto.
24679
24680         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24681         version number.
24682
24683         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24684
24685 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24686
24687         * canlock.el (canlock-sha1-function): Remove.
24688         (canlock-sha1-function-for-verify): Remove.
24689         (canlock-openssl-program): Remove.
24690         (canlock-openssl-args): Remove.
24691         (canlock-ignore-errors): Remove.
24692         (canlock-sha1-with-openssl): Remove.
24693         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24694         (canlock-verify): Don't use canlock-ignore-errors.
24695
24696         * sha1-el.el (sha1-string-external): Make it can return a string
24697         in binary form.
24698         (sha1-region-external): Ditto.
24699         (sha1-string-internal): Ditto.
24700         (sha1-region-internal): Ditto.
24701         (sha1-region): Ditto.
24702         (sha1-string): Ditto.
24703         (sha1): Ditto.
24704
24705 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24706
24707         * spam.el (spam-report-articles-gmane): New command.
24708
24709 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24710
24711         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24712
24713         * run-at-time.el (run-at-time-saved): Remove.
24714         (run-at-time): Doc fix.
24715
24716 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24717
24718         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24719         (gnus-summary-limit-map): Add it.
24720         (gnus-summary-make-menu-bar): do.
24721
24722 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24723
24724         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24725         Make attempt at some caching support (done for BBDB only now).
24726         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24727         addresses to be checked.
24728         (spam-clear-cache-BBDB): Add function, to be invoked by
24729         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24730         (spam-check-BBDB): Check and use the caches, if
24731         spam-cache-lookups is on, remove superfluous (provide).
24732
24733 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24734
24735         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24736
24737 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24738
24739         * run-at-time.el (run-at-time-saved): Move to after the definition
24740         of `run-at-time'.
24741
24742         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24743
24744 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24745
24746         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24747         mm-w3m-local-map-property.
24748
24749         * mm-view.el (mm-w3m-mode-map): Remove.
24750         (mm-w3m-local-map-property): Remove.
24751         (mm-inline-text-html-render-with-w3m): Don't use
24752         mm-w3m-local-map-property.
24753
24754 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24755
24756         * run-at-time.el: New file.
24757
24758         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24759         under Emacs.
24760
24761         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24762         of gnus-set-text-properties.
24763
24764         * gnus-uu.el (gnus-uu-save-article): Ditto.
24765
24766         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24767
24768         * gnus-cite.el (gnus-cite-parse): Ditto.
24769
24770         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24771         of gnus-.
24772
24773         * gnus-xmas.el (run-at-time): Require run-at-time.
24774
24775         * gnus.el: Change calls to nnheader-run-at-time and
24776         password-run-at-time throughout to use run-at-time directly.
24777
24778         * password.el: Remove definition of run-at-time.
24779
24780         * nnheaderxm.el: Remove definition of run-at-time.
24781
24782 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24783
24784         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24785         in prompt.
24786
24787 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24788
24789         * messagexmas.el (message-xmas-redefine): Alias
24790         `message-make-caesar-translation-table' to
24791         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24792         version.
24793
24794         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24795         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24796         `gnus-xmas-set-text-properties'.
24797         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24798         `gnus-xmas-completing-read'.
24799         (gnus-xmas-completing-read): Removed.
24800         (gnus-xmas-open-network-stream): Removed.
24801
24802         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24803         XEmacs version.
24804
24805         * dns.el (dns-make-network-process): Use `open-network-stream'
24806         instead of `gnus-xmas-open-network-stream'.
24807
24808         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24809
24810         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24811
24812 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24813
24814         * gnus-art.el (gnus-mime-display-alternative)
24815         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24816         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24817         Don't use gnus-local-map-property.
24818
24819         * gnus-util.el (gnus-local-map-property): Remove.
24820
24821         * mm-view.el (mm-view-pkcs7-decrypt):
24822         Replace gnus-completing-read-maybe-default with completing-read.
24823
24824         * gnus-util.el (gnus-completing-read): do.
24825         (gnus-completing-read-maybe-default): Remove.
24826
24827 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24828
24829         * password.el: Only autoload `run-at-time' if not XEmacs.
24830         Only autoload the itimer functions if XEmacs.
24831
24832 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24833
24834         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24835         XEmacsen.
24836
24837         * dgnushack.el: Autoload executable-find for XEmacs.
24838
24839 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24840
24841         * gnus-art.el (gnus-read-string): Remove.
24842         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24843         read-string.
24844
24845 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24846
24847         * netrc.el: Autoload password-read.
24848         (netrc): Add configuration group.
24849         (netrc-encoding-method, netrc-openssl-path):
24850         Add variables for encoding and decoding of files with symmetric
24851         ciphers.
24852         (netrc-encode): Add assistant function to encode a file with
24853         netrc-encoding-method.
24854         (netrc-parse): Add interactive parameter, added optional
24855         decoding if netrc-encoding-method is non-nil but otherwise
24856         behavior is standard.
24857         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24858         Do s/encode/encrypt/ everywhere.
24859
24860         * spam.el: Remove executable-find autoload.
24861
24862 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24863
24864         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24865
24866         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24867
24868 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24869
24870         * gnus-art.el (gnus-treat-ansi-sequences)
24871         (article-treat-ansi-sequences): New variable and function.
24872         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24873
24874         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24875         Use it.
24876
24877 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24878
24879         * mm-util.el (mm-quote-arg): Remove.
24880
24881         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24882         shell-quote-argument.
24883
24884         * gnus-uu.el (gnus-uu-command): do.
24885
24886         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24887
24888         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24889         with make-char.
24890
24891         * mm-util.el (mm-make-char): Remove.
24892
24893         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24894         add-minor-mode.
24895
24896         * gnus-undo.el (gnus-undo-mode): do.
24897
24898         * gnus-topic.el (gnus-topic-mode): do.
24899
24900         * gnus-sum.el (gnus-dead-summary-mode): do.
24901
24902         * gnus-start.el (gnus-slave-mode): do.
24903
24904         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24905
24906         * gnus-ml.el (gnus-mailing-list-mode): do.
24907
24908         * gnus-gl.el (gnus-grouplens-mode): do.
24909
24910         * gnus-draft.el (gnus-draft-mode): do.
24911
24912         * gnus-dired.el (gnus-dired-mode): do.
24913
24914         * gnus-ems.el (gnus-add-minor-mode): Remove.
24915
24916         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24917         Replace gnus-char-width with char-width.
24918
24919         * gnus-ems.el (gnus-char-width): Remove.
24920
24921         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24922         Replace gnus-char-width with char-width.
24923
24924         * gnus-ems.el (gnus-char-width): Remove.
24925
24926         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24927         definition.
24928         Remove Emacs 20 hash table compatibility code.
24929
24930         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24931         20 compatibility code.
24932
24933         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24934
24935         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24936
24937         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24938         Replace with point-at-{eol,bol}.
24939
24940         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24941
24942         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24943
24944         * flow-fill.el (fill-flowed-point-at-bol)
24945         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24946
24947         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24948         Replace with point-at-{eol,bol} throughout all files.
24949
24950 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24951
24952         * ntlm.el (ntlm-string-as-unibyte): New macro.
24953         (ntlm-build-auth-response): Use it.
24954
24955         Remove Emacs 20 stuff:
24956         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24957         (butlast, mapc, remove): Remove the compiler macros.
24958         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24959         of delq and copy-sequence.
24960         * gnus-art.el (popup-menu): Remove the compiler macro.
24961         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24962         Emacs 20.
24963
24964 2004-01-05  Simon Josefsson  <jas@extundo.com>
24965
24966         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24967         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24968         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24969         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24970         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24971         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24972         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24973         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24974         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24975         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24976         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24977         string-xor into ntlm-string-xor.
24978         Suggested by Jesper Harder <harder@myrealbox.com>.
24979
24980         * ntlm.el: Don't include poem.
24981
24982         * md4.el (print-int32, print-string-hexa): Remove.
24983         Suggested by Jesper Harder <harder@myrealbox.com>.
24984
24985         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24986
24987         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24988         probably breaks emacs with DL patch, but do we care? Is anyone
24989         still using the DL stuff?)
24990
24991         * sieve-manage.el: Use the password package.
24992         (sieve-manage-read-passwd): Remove.
24993         (sieve-manage-interactive-login): Use password.  Re-add
24994         condition-case around loop.
24995
24996         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24997         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24998         Use the password package.
24999
25000 2003-02-19  Simon Josefsson  <jas@extundo.com>
25001
25002         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25003         token.
25004
25005 2002-08-07  Simon Josefsson  <jas@extundo.com>
25006
25007         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25008         (sieve-manage-authenticators):
25009         (sieve-manage-authenticator-alist): Add some SASL mechs.
25010         (sieve-sasl-auth): New function.
25011         (sieve-manage-cram-md5-auth):
25012         (sieve-manage-plain-auth): Rewrite using SASL library.
25013         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25014         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25015         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25016         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25017
25018 2004-01-05  Simon Josefsson  <jas@extundo.com>
25019
25020         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25021         New files.
25022
25023 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25024
25025         * gnus-group.el (gnus-no-groups-message): Update.
25026
25027         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25028
25029 2003-11-09  Simon Josefsson  <jas@extundo.com>
25030
25031         * imap.el: Support for ID IMAP extension (RFC 2971).
25032         (imap-local-variables): Add imap-id.
25033         (imap-id): New variable.
25034         (imap-id): New function.
25035         (imap-parse-response): Parse untagged ID response.
25036         * nnimap.el (nnimap-id): New variable.
25037         (nnimap-open-connection): Use it.
25038
25039 2003-12-28  Simon Josefsson  <jas@extundo.com>
25040
25041         * gnus-score.el (gnus-score-edit-all-score): New.
25042         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25043
25044 2004-01-04  Simon Josefsson  <jas@extundo.com>
25045
25046         * password.el: Add.
25047
25048 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25049
25050         * dns.el (dns-query-types): Fix typo.
25051         (dns-query-types): New function.
25052         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25053         PTR and SOA replies, see RFC 1035.
25054
25055 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25056
25057         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25058
25059         * Move to Changelog.2.
25060
25061 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25062
25063         * gnus.el (gnus-version-number): Bump version.
25064
25065 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25066
25067         * gnus.el: No Gnus v0.1 is released.
25068
25069 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25070
25071         * gnus.el: No Gnus v0.0 is released.
25072
25073 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25074
25075         * gnus.el (gnus-version-number): Bump.
25076         (gnus-version): No.
25077
25078 See ChangeLog.2 for earlier changes.
25079
25080   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25081
25082   This file is part of GNU Emacs.
25083
25084   GNU Emacs is free software: you can redistribute it and/or modify
25085   it under the terms of the GNU General Public License as published by
25086   the Free Software Foundation, either version 3 of the License, or
25087   (at your option) any later version.
25088
25089   GNU Emacs is distributed in the hope that it will be useful,
25090   but WITHOUT ANY WARRANTY; without even the implied warranty of
25091   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25092   GNU General Public License for more details.
25093
25094   You should have received a copy of the GNU General Public License
25095   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25096
25097 ;; Local Variables:
25098 ;; coding: utf-8
25099 ;; fill-column: 79
25100 ;; add-log-time-zone-rule: t
25101 ;; End: