nnimap: restore nnimap-get-responses
[gnus] / lisp / ChangeLog
1 2012-09-05  Julien Danjou  <julien@danjou.info>
2
3         * nnimap.el (nnimap-request-list): Revert change that made listing
4         synchronous.
5         (nnimap-get-responses): Restore.
6
7 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
8
9         * dgnushack.el: XEmacs 21.5 compilation fix.
10
11         * gnus-notifications.el (gnus-notifications-notify): Use it.
12
13         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
14         warnings on XEmacs.
15
16 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
17
18         Better seeds for (random).
19         * gnus-sync.el (gnus-sync-lesync-setup):
20         * message.el (message-canlock-generate, message-unique-id):
21         Change (random t) to (random), now that the latter is more random.
22
23 2012-08-31  Dave Abrahams  <dave@boostpro.com>
24         * nnimap.el (nnimap-change-group): Document result value
25
26         * auth-source.el (auth-sources): Fix macos keychain access.
27
28         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
29         allow the backend `request-head' function to determine the group
30         name on its own.
31         (gnus-request-expire-articles): Filter out negative article numbers
32         during expiry (Bug#11980).
33
34         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
35         O(N^2) to O(N).  This makes warping into huge groups tolerable.
36
37         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
38         you've found the article when you haven't.
39
40         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact that
41         nnimap-change-group can return t
42
43 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
44
45         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
46
47 2012-08-30  Julien Danjou  <julien@danjou.info>
48
49         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
50         `gnus-notifications-timeout'.
51         (gnus-notifications-timeout): Add.
52         (gnus-notifications-action): New function.
53         (gnus-notifications-notify): Add :action using
54         `gnus-notifications-action'.
55         (gnus-notifications-id-to-msg): New variable.
56         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
57         notifications id to messages.
58
59 2012-08-30  Kenichi Handa  <handa@gnu.org>
60
61         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
62         once.
63
64 2012-08-29  Julien Danjou  <julien@danjou.info>
65
66         * gnus-notifications.el: New file.
67         (gnus-notifications-notify): New function.
68         (gnus-notifications): Use `gnus-notifications-notify'.
69
70 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
73         transfer encoding first; bind gnus-newsgroup-charset to the charset
74         that the article specifies (Bug#12209).
75
76 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
79         (gnus-group-customize-done): Encode values posting-style holds.
80
81         * gnus-msg.el (gnus-summary-resend-message)
82         (gnus-configure-posting-styles): Decode values posting-style group
83         parameter holds.
84
85 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
88         `name' and `address' in Resent-From header.
89
90 2012-08-14  Chong Yidong  <cyd@gnu.org>
91
92         * gnus-art.el (article-display-face): Handle failure in
93         gnus-create-image (Bug#11802).
94
95 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
96
97         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
98         Use defsetf.
99
100 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
101
102         * auth-source.el: (auth-source-plstore-search)
103         (auth-source-secrets-search): Ignore :require and :type in search spec.
104
105 2012-08-06  Julien Danjou  <julien@danjou.info>
106
107         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
108         `nnimap-request-move-article'.
109
110         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
111         Remove autoload, already handled by gnus.el.
112
113         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
114
115         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
116         supported by nnimap actually. Reverts previous change.
117
118         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
119         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
120         to-buffer argument that is already supported.
121
122 2012-08-05  Julien Danjou  <julien@danjou.info>
123
124         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
125         Add autoload.
126
127 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * gnus.el (gnus-valid-select-methods): Fix custom type.
130
131 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
132
133         * auth-source.el (auth-sources, auth-source-backend-parse)
134         (auth-source-macos-keychain-search)
135         (auth-source-macos-keychain-search-items)
136         (auth-source-macos-keychain-result-append)
137         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
138         auth-source.el through the /usr/bin/security utility.
139         (auth-sources): Fix syntax error.
140         (auth-source-macos-keychain-result-append): Fix variable name.
141         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
142
143 2012-07-27  Julien Danjou  <julien@danjou.info>
144
145         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
146         Emacs < 24.1
147
148 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * message.el (message-kill-address): Don't kill last newline.
151         (message-skip-to-next-address): Don't move to the next header.
152         (message-fill-field-address): Work properly.
153
154 2012-07-25  Julien Danjou  <julien@danjou.info>
155
156         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
157
158 2012-07-24  Julien Danjou  <julien@danjou.info>
159
160         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
161
162         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
163         (nntp-async-timer-handler): Remove, unused.
164
165         * nnimap.el (nnimap-get-responses): Remove, unused.
166
167         * nnheader.el (mail-header-set-extra): Remove, unused.
168
169         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
170         unused.
171
172         * mm-view.el (mm-view-sound-file): Remove, unused.
173
174         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
175         (mm-url-encode-multipart-form-data): Remove, unused.
176
177         * message.el (message-remove-signature, message-make-host-name)
178         (message-fill-address): Remove, unused.
179
180         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
181         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
182         unused.
183
184         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
185         (gnus-xmas-call-region): Remove, unused.
186
187         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
188
189         * gnus-util.el (gnus-extract-address-component-name)
190         (gnus-extract-address-component-email, gnus-sortable-date)
191         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
192         (gnus-process-live-p): Remove, unused.
193
194         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
195
196         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
197         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
198         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
199         function.
200
201         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
202
203         * gnus-score.el (gnus-summary-score-crossposting)
204         (gnus-score-regexp-bad-p): Remove, unused.
205
206         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
207
208         * gnus-range.el (gnus-sublist-p): Remove, unused.
209
210         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
211         unused.
212
213         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
214
215         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
216         (gnus-request-associate-buffer): Remove, unused.
217
218         * gnus-group.el (gnus-group-set-method-info)
219         (gnus-group-set-params-info): Remove, unused.
220
221         * gnus-fun.el (gnus-shell-command-to-string)
222         (gnus-shell-command-on-region): Remove, unused.
223
224         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
225
226         * gnus-art.el (gnus-article-text-type-exists-p)
227         (article-translate-characters, gnus-article-hide-text-of-type)
228         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
229         Remove, unused.
230
231 2012-07-22  Andrew Cohen  <cohen@bu.edu>
232
233         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
234
235 2012-07-21  Julien Danjou  <julien@danjou.info>
236
237         * message.el (message-dont-reply-to-names): Replace deprecated
238         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
239         (message-get-reply-headers): Ditto.
240
241 2012-07-18  Julien Danjou  <julien@danjou.info>
242
243         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
244         `sieve-upload-and-kill'.
245
246         * sieve.el (sieve-bury-buffer): Remove function.
247         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
248         (sieve-upload-and-kill): New function, mapped to C-c C-c.
249
250 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
251
252         * shr.el (shr-expand-url): Handle URL starting with `//'.
253
254 2012-07-13  Chong Yidong  <cyd@gnu.org>
255
256         * smime.el (smime-certificate-info): Set buffer-read-only directly,
257         instead of calling toggle-read-only with a (bogus) argument.
258
259 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
260
261         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
262         of initial input when reading the author to restrict the summary to.
263
264 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * mm-decode.el (mm-shr):
267         Allow overriding charset by mm-charset-override-alist.
268
269 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
270
271         * gnus-art.el (gnus-article-view-part):
272         Toggle subparts of multipart/alternative part.
273
274 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
275
276         * shr.el (shr-render-buffer): New command.
277         (shr-visit-file): Use it.
278
279 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
280
281         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
282         Set no-byte-compile and no-update-autoloads.
283
284 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
287
288 2012-06-25  Julien Danjou  <julien@danjou.info>
289
290         * nnimap.el (nnimap-request-articles-find-limit): Rename from
291         `nnimap-request-move-articles-find-limit' since we do not use it only
292         for move operations.
293         (nnimap-request-accept-article): Use
294         `nnimap-request-articles-find-limit' to limit search by message-id.
295
296 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
297
298         Support higher-resolution time stamps (Bug#9000).
299
300         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
301         VARLIST.  It's optional, for backward compatibility.
302         (encode-time-value): New optional arg PICO.  New type 3.
303         (time-to-seconds) [!float-time]: Support the new picoseconds
304         component if it's used.
305         (seconds-to-time, time-subtract, time-add):
306         Support ps-resolution time stamps as well.
307
308 2012-06-19  Julien Danjou  <julien@danjou.info>
309
310         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
311
312         * nnimap.el (nnimap-log-buffer): Check that
313         `window-point-insertion-type' is boundp, since it's not available in
314         XEmacs.
315
316 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
317
318         * nnimap.el (nnimap-log-buffer): Add this, setting
319         `window-point-insertion-type' in the buffer to t.
320         (nnimap-log-command): Use nnimap-log-buffer.
321
322 2012-06-19  Julien Danjou  <julien@danjou.info>
323
324         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
325         argument to be able to limit the search.
326         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
327         (nnimap-request-move-articles-find-limit): Add this to limit the search
328         by Message-Id after a message move.
329         (nnimap): Add defgroup.
330
331 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
332
333         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
334
335 2012-06-15  Julien Danjou  <julien@danjou.info>
336
337         * nnimap.el (nnimap-find-article-by-message-id): Use
338         `nnimap-possibly-change-group' rather than its own EXAMINE call.
339         (nnimap-possibly-change-group): Add read-only argument.
340         (nnimap-request-list): Use nnimap-possibly-change-group rather than
341         issuing EXAMINE manually.
342         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
343         with read-only argument.
344         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
345         cannot possibly change because we need to be sure that it's either
346         read-write or read-only.
347
348 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349
350         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
351         being bound to a lambda form.
352
353 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
354
355         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
356         articles when fetch-old is non-nil (bug#11370).
357
358 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
359
360         * gnus-picon.el (gnus-picon-properties): New defcustom.
361         (gnus-picon-create-glyph): Use it.
362
363 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * gnus-group.el (gnus-group-get-new-news): Respect
366         `gnus-group-use-permanent-levels', as documented (bug#11638).
367
368 2012-06-10  Dave Abrahams  <dave@boostpro.com>
369
370         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
371         groups (bug#11641).
372
373 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
374
375         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
376         is an integer to avoid later problems.
377
378 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
381         locales.
382
383         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
384         on a handle.
385
386         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
387         address as the default.
388         (gnus-summary-insert-old-articles): Don't include unexistent messages.
389
390         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
391         makes no sense to query the user about internal files.
392
393         * gnus-spec.el: Remove all the byte-compilation stuff, since
394         benchmarking shows that it doesn't help when entering large summary
395         buffers.
396
397         * gnus-xmas.el (gnus-xmas-define): Remove.
398
399         * gnus-util.el (gnus-byte-code): Remove.
400
401         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
402         grouplens stuff.
403
404 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
407         (bug#11514).
408
409 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
410
411         * message.el (message-buffers): Return all buffers derived from Message
412         to make `gnus-dired-attach' work with mu4e.
413
414 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
415
416         * nntp.el: Stop the `letf' madness.
417         (nntp--report-1): New var.
418         (nntp-report): Merge nntp-report-1 into it.
419         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
420         the nntp-report function.
421
422         * auth-source.el: Fix comment-style to follow the convention.
423
424 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
425
426         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
427         (mm-dissect-singlepart): Don't guess the MIME type of
428         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
429         set.
430         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
431         toplevel MIME type is multipart/encrypted.
432
433 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
436         a string so that Gcc works (bug#11514).
437
438 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
439
440         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
441         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
442
443 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
444
445         * gnus-win.el (gnus-configure-frame): Don't signal an error when
446         jumping to *Server* from a dedicated *Group* window.
447         (gnus-configure-frame): CSE.
448
449         * gnus-registry.el: Minor style cleanup.
450         (gnus-registry--set/remove-mark): New function, extracted from
451         gnus-registry-install-shortcuts.
452         (gnus-registry-install-shortcuts): Use it.
453
454 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * nnspool.el (news-path): Use eval-and-compile.
457
458 2012-05-24  Glenn Morris  <rgm@gnu.org>
459
460         * nnspool.el (news-directory, news-path, news-inews-program):
461         Move here from paths.el.  Don't see a need for these to be autoloaded.
462
463         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
464         Merge in doc from paths.el version.  Don't see any need for this to be
465         autoloaded, or for the warning about users not setting it.
466
467 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
468
469         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
470         format.  In particular, add an optional argument and a docstring.
471
472         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
473
474         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
475         current before calling `gnus-groups-to-gnus-format'.
476         Note that this was already the case for `gnus-active-to-gnus-format'.
477
478 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
479
480         Fix minor Y10k bug.
481         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
482
483 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
484
485         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
486         message once it's actually open.
487
488 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
489
490         * gnus.el: Ma Gnus v0.5 is released.
491
492 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
493
494         * auth-source.el (auth-source--aput-1, auth-source--aput)
495         (auth-source--aget): New functions and macros.
496         Use them instead of aput/aget.
497
498 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
499
500         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
501
502 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
503
504         * plstore.el (plstore-called-interactively-p): New compat macro copied
505         from message.el.
506         (plstore-mode): Use it.
507
508 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
509
510         * plstore.el: Revive the editing feature.
511         (plstore-mode): New mode to edit plstore file.
512         (plstore-mode-toggle-display, plstore-mode-original)
513         (plstore-mode-decoded): New command.
514         (plstore--encode, plstore--decode, plstore--write-contents-functions)
515         (plstore--insert-buffer, plstore--make): New function.
516         (plstore-open, plstore-save): Simplify by using them.
517
518 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
521
522 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
523
524         * tls.el (open-tls-stream): Remove unused binding.
525
526 2012-04-16  Glenn Morris  <rgm@gnu.org>
527
528         * nndraft.el (nndraft-request-list): Fix declaration.
529
530 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
531
532         * mm-decode.el (mm-dissect-buffer): Doc fix.
533
534         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
535         don't have a current group.
536
537         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
538         buffer if it doesn't exist.
539
540         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
541         given, mark the group as ephemeral with the current window conf.
542
543         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
544         buffer exists, which it doesn't if we haven't started Gnus.
545         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
546
547 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * mml.el (mml-generate-mime): Allow specifying what the top-level part
550         type is.
551
552         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
553         `unexists' entries.
554         (gnus-clean-old-newsrc): Fix last checkin.
555
556         * nnimap.el (nnimap-update-info): None of the articles below the active
557         low-water mark exist.
558
559         * dgnushack.el: Get rid of XEmacs compilation warning.
560
561         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
562         would have gotten if we posted to the group, and use that to compare
563         against the message we want to cancel (bug#10808).
564
565         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
566         on XEmacs.
567
568 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
569
570         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
571         `scroll-margin'.
572
573 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
574
575         * gnus-cite.el (gnus-dissect-cited-text): A single line without
576         citation prefix within a block of cited text should be considered part
577         of that block *only* if it is a blank line.
578
579 2012-04-09  Chong Yidong  <cyd@gnu.org>
580
581         * binhex.el, hashcash.el, uudecode.el:
582         Remove * characters from the front of variable docstrings.
583
584 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
587         before kinsoku-bol characters nor within kinsoku-eol characters.
588
589 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
592         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
593         (gnus-sync-read): Use mapc instead of mapcar.
594
595         * mm-archive.el: Require mm-decode for some macros.
596         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
597         the byte compiler.
598         (mm-archive-decoders): New function that returns the value of
599         the mm-archive-decoders variable.
600
601         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
602         instead.
603         (mm-dissect-singlepart): Use the function mm-archive-decoders.
604
605         * nnimap.el (gnus-refer-thread-use-nnir):
606         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
607
608 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
611
612 2012-03-12  Peter Münster  <pmrb@free.fr>
613
614         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
615         (gnus-demon-cancel): Ditto.
616         (gnus-demon-run-callback): When function cannot be called due to low
617         idleness, call it when idleness reaches the expected value, instead of
618         waiting another timer period.
619         (gnus-demon-init): Add `time' to arguments of call-back.
620
621 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
624
625         * gnus.el: Register gnus-registry functions.
626
627         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
628         indent.
629
630         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
631         enabled before warping.
632
633 2012-03-22  Dave Abrahams  <dave@boostpro.com>
634
635         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
636         registry about each article retrieved.
637
638         * gnus-int.el (gnus-select-group-with-message-id): New function.
639         (gnus-try-warping-via-registry): Ditto.
640         (gnus-warp-to-article): Fall back on the registry.
641
642 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
643
644         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
645         inboxes.
646
647 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
650
651 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
654         gnus-gcc-self-resent-messages may be a group parameter.
655         (gnus-summary-resend-message): Don't encode encoded words in header
656         when Gcc'ing resent message.
657
658 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * shr.el (shr-insert): Treat non-breaking space just like normal
661         space.  This seems to produce more pleasing results.
662         (shr-insert): Only insert a blank line if we're starting from an image.
663         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
664         (shr-ensure-paragraph): Consider lines with white space to be blank.
665
666 2012-03-15  Elias Pipping  <pipping@lavabit.com>
667
668         * Makefile.in: Respect DESTDIR.
669
670 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
671
672         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
673         and gnus-gcc-post-body-encode-hook.
674
675 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
678         messages that don't exist.
679
680         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
681
682 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
685         a string so that Gcc works (bug#11514).
686
687 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
688
689         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
690
691 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
694         don't have a current group.
695
696 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
699         Remove.
700
701         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
702
703         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
704
705 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
708         have a group name.
709
710         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
711         a multibyte buffer (bug#7410).
712         (article-wash-html): Parse the original article buffer to get the
713         unencoded data (bug#7410).
714
715         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
716         .newsrc.el files.
717
718 2012-04-05  Bastien Guerry  <bzg@altern.org>
719
720         * color.el (color-lighten-name): Fix typo.
721
722 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
723
724         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
725         "#" to avoid having them interpreted as comments.
726
727 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * shr.el (shr-insert): Update the text state properly to avoid
730         inserting spurious paragraph starts.
731
732 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * shr.el (shr-table-widths): Divide the extra width more fairly over
735         the TDs (bug#10973).
736         (shr-render-td): Don't delete too much padding.
737         (shr-natural-width): Compute the natural width more correctly.
738         (shr-insert): Allow the natural width to be computed for tables again.
739         (shr-tag-table-1): Rework how the natural widths are computed by
740         rendering the table a third time.
741         (shr-natural-width): Removed.
742         (shr-buffer-width): New function.
743         (shr-expand-newlines): Use it.
744
745         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
746         using a `gnus-use-full-window' setup (bug#11013).
747
748 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
749
750         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
751         24.1 release.
752
753 2012-03-10  David Edmondson  <dme@dme.org>
754
755         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
756         'Forwarded Message' header and the start of the message.
757
758 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
759
760         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
761         isn't running (bug#10897).
762
763 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
766         This is inconsistent with all the other stream functions, which leave
767         the setting up to the higher levels (if so wanted) (bug#10931).
768
769 2012-02-28  Glenn Morris  <rgm@gnu.org>
770
771         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
772         mm-decode.el: Standardize possessive apostrophe usage.
773
774 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
777
778 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
779
780         * parse-time.el (parse-time-string): Allow extractor to return nil.
781
782 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
783
784         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
785
786 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
787
788         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
789
790 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
791
792         * mm-decode.el (mm-shr): Remove "soft hyphens".
793
794         * nnimap.el (nnimap-request-list): Return the group names encoded as
795         utf8.  Otherwise non-European group names don't work.
796         (nnimap-request-newgroups): Ditto.
797
798         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
799         the default in `read-string' (bug#10757).
800
801         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
802         topics (bug#10843).
803
804         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
805         buffer.  Suggested by Herbert Valerio Riedel.
806         (nnimap-request-move-article): Delete the message from the correct IMAP
807         server.
808
809 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
810
811         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
812         Reported by Peter Münster.
813
814 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
815
816         * shr.el (shr-image-fetched): Make sure we really kill the right
817         buffer.
818
819 2012-02-16  Leo Liu  <sdl.web@gmail.com>
820
821         * gnus-start.el (gnus-1): Avoid duplicate entries.
822
823 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
824
825         * imap.el: Remove.
826
827         * nntp.el (nntp-coding-system-for-read): Remove.
828         (nntp-coding-system-for-write): Ditto.
829         (nntp-open-connection): Just use `binary' directly.
830
831         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
832         Gnus 0.3.
833
834 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
835
836         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
837         application/octet-stream parts really is.
838
839         * gnus-sum.el (gnus-propagate-marks): Remove.
840
841 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
842
843         * shr.el (shr-rescale-image): Undo previous change; see
844         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
845
846 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
847
848         * gnus.el: Ma Gnus v0.3 is released.
849
850 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
851
852         * gnus-sum.el (gnus-summary-local-variables): Make
853         `gnus-newsgroup-unexist' into a local variable.
854
855 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
856
857         * registry.el (registry-usage-test, registry-persistence-test): Move to
858         tests/gnustest-registry.el.
859         (registry-make-testable-db, registry-match-test)
860         (registry-instantiation-test): Move to tests/gnustest-registry.el.
861
862         * gnus-registry.el (gnus-registry-misc-test)
863         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
864
865         * tests/gnustest-registry.el: New file with the registry and
866         gnus-registry ERT tests.
867
868 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
869
870         * gnus-msg.el (gnus-summary-resend-message): Make
871         gnus-summary-resend-message-insert-gcc be last item in
872         message-header-setup-hook.
873
874 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
875
876         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
877         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
878         Remove.
879         (nnfolder-open-server): Don't use marks.
880         (nnfolder-request-delete-group): Ditto.
881         (nnfolder-request-rename-group): Ditto.
882         (nnfolder-request-set-mark, nnfolder-request-marks)
883         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
884         (nnfolder-save-marks, nnfolder-open-marks): Remove.
885
886         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
887         (nnml-marks-modtime): Remove.
888         (nnml-request-delete-group): Don't use marks.
889         (nnml-request-rename-group): Ditto.
890         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
891         (nnml-save-marks, nnml-open-marks): Remove.
892
893         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
894         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
895         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
896         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
897         (nntp-server-to-method-cache): Remove.
898
899         * shr.el (shr-rescale-image): Fix wrong merge.
900
901 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
902
903         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
904         too-wide lines.
905
906 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
907
908         * nnimap.el (nnimap-record-commands): New variable.
909         (nnimap-log-command): Use it.
910         (nnimap-make-process-buffer): Add a space to the process buffer.
911         (nnimap-transform-headers): Don't bug out on header lines containing
912         stuff that look like IMAP length encodings.
913
914         * shr.el (shr-rescale-image): Allow viewing large images.
915
916 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
917
918         * nnml.el (nnml-request-compact-group): Delete the marks file after
919         compaction (bug#10800).
920
921         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
922         group exit.
923
924         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
925         QRESYNC/FETCH output.
926
927 2012-02-11  Glenn Morris  <rgm@gnu.org>
928
929         * sieve-manage.el (sieve-manage-default-stream):
930         * shr.el (shr):
931         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
932         (nnir-retrieve-headers-override-function)
933         (nnir-imap-default-search-key, nnir-notmuch-program)
934         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
935         (nnir-method-default-engines):
936         * message.el (message-cite-reply-position):
937         * gssapi.el (gssapi-program):
938         * gravatar.el (gravatar):
939         * gnus-sum.el (gnus-refer-thread-use-nnir):
940         * gnus-registry.el (gnus-registry-unfollowed-addresses)
941         (gnus-registry-max-pruned-entries):
942         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
943         * gnus-int.el (gnus-after-set-mark-hook)
944         (gnus-before-update-mark-hook):
945         * gnus-async.el (gnus-async-post-fetch-function):
946         * auth-source.el (auth-source-cache-expiry):
947         Add missing :version tags to new defcustoms and defgroups.
948
949 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
950
951         * gnus-sum.el (gnus-adjust-marked-articles): Add to
952         `gnus-newsgroup-unexist'.
953
954         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
955         marks.
956         (gnus-article-special-mark-lists): Put the `unexist' in the special
957         marks list instead.
958
959         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
960         articles in the list of articles to be selected.
961
962         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
963         articles.
964         (nnimap-update-info): Keep track of unexisting articles.
965         (nnimap-update-qresync-info): Ditto.
966
967 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
968
969         * message.el (message-default-send-mail-function): Made into own
970         function for reuse by emacsbug.el.
971
972 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
973
974         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
975         `gnus-sloppily-equal-method-parameters' to avoid a warning.
976
977 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
978
979         * mm-archive.el (mm-archive-dissect-and-inline): New function.
980         (mm-archive-dissect-and-inline): Fix up the undisplayer.
981
982         * gnus-compat.el: Define `timer-set-function'.
983
984         * mm-decode.el (mm-display-external): Output the text from the command
985         in the buffer after the command finished.  This makes text-based
986         commands behave better.
987
988 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
989
990         * gnus-compat.el: Add a compat for the old `url-retrieve'.
991
992 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
995         23.1.
996
997 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
998
999         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1000
1001 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1002
1003         * message.el (smtpmail-smtp-user): Silence compiler warning.
1004
1005 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1006
1007         * message.el (message-multi-smtp-send-mail): Also allow specifying the
1008         SMTP user name.
1009
1010 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * gnus-sum.el (gnus-summary-show-thread):
1013         next-single-char-property-change may return nil in XEmacs.
1014         (gnus-summary-article-map): Fix typo.
1015
1016 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1019         running.
1020
1021         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1022
1023         * gnus.el (gnus-server-extend-method): Don't add an -address component
1024         if the method already has one (bug#9676).
1025
1026 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1027
1028         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1029         of an initial-input for consistency (bug#10757).
1030
1031         * dgnushack.el: Fix XEmacs compilation warning.
1032
1033         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1034
1035         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1036
1037 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1038
1039         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1040         lines that are narrower than the window width.  Otherwise background
1041         "blocks" will look less readable.
1042
1043 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1044
1045         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1046         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1047         have newlines within the strings, and where the UID comes after the
1048         BODYSTRUCTURE element (bug#10537).
1049
1050         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1051         (bug#10732).
1052
1053         * shr.el (shr-insert-document): Add doc string.
1054         (shr-visit-file): Ditto.
1055         (shr-remove-trailing-whitespace): New function.
1056         (shr-insert-document): Use it to clean up trailing whitespace as the
1057         final step (bug#10714).
1058
1059 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1060
1061         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1062         buffer if `gnus-kill-summary-on-exit' is nil.
1063
1064 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1065
1066         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1067         when just reading a single group from "without" Gnus.
1068
1069 2012-02-06  Chong Yidong  <cyd@gnu.org>
1070
1071         * gnus-sum.el (gnus-summary-show-thread):
1072         next-single-char-property-change never returns nil (Bug#8657).
1073
1074 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1075
1076         * message.el (message-multi-smtp-send-mail): New function.
1077         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1078         header to implement multi-SMTP functionality.
1079
1080         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
1081         (gnus-agentize): Don't set it.
1082         (gnus-agent-send-mail): Don't use it.
1083
1084         * gnus-sum.el (gnus-summary-widget-backward): New function and
1085         keystroke.
1086
1087         * gnus-compat.el: More the compat functions more compatible.
1088
1089         * shr.el (shr-put-image): Remove underlines from sliced images.
1090         (shr-zoom-image): Compute the region to be replaced more correctly.
1091
1092 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1093
1094         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1095         (gnus-summary-resend-message-insert-gcc): New function.
1096         (gnus-summary-resend-message): Modify message-header-setup-hook and
1097         message-sent-hook to make it work for Gcc.
1098         (gnus-inews-do-gcc): Update the number of unread articles of groups
1099         that messages are Gcc'd to.
1100
1101         * message.el (message-resend): Run message-sent-hook to do Gcc.
1102
1103 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1104
1105         * lpath.el: Fix an XEmacs compilation warning.
1106
1107         * gnus-compat.el: Require `help-fns' to fix compilation error.
1108
1109         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
1110         a higher level to silence compilation.
1111
1112         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1113         parameter to allow controlling the scaling.
1114
1115         * shr.el (shr-zoom-image): New command and keystroke.
1116         (shr-put-image): Take a `size' flag to say how to scale the image.
1117
1118         * gnus-compat.el: Redefine `delete-directory' to provide recursive
1119         deletion unless already defined.
1120
1121         * gnus.el (gnus-compat): Require it.
1122
1123         * gnus-compat.el: New file.
1124
1125         * gnus-start.el (gnus-clean-old-newsrc): New function.
1126         (gnus-read-newsrc-file): Use it.
1127
1128         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1129         Use recursive deletion.
1130         (mm-dissect-archive): Add support for zip files.
1131
1132         * gnus-util.el (gnus-recursive-directory-files): New function.
1133
1134         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1135         (mm-archive-decoders): Add tgz support.
1136
1137         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1138         Otherwise inserting text into the Gnus buffer can look odd.
1139
1140         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1141
1142         * mm-archive.el (mm-archive-decoders): Add support for tar.
1143
1144         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1145
1146         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1147
1148 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1149
1150         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1151
1152         * mm-archive.el: New file.
1153
1154         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
1155
1156         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1157
1158         * message.el (message-goto-*): Make all the `message-goto-*' commands
1159         push the mark before moving point.  This makes it easier to go back to
1160         where you came from after editing whatever you jumped to.
1161
1162 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1163
1164         * gnus.el: Ma Gnus v0.1 is released.
1165
1166 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1167
1168         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1169         without reconnecting.
1170         (nnimap-possibly-change-group): Ditto.
1171         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1172         connection has died before being called.
1173
1174 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1175
1176         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1177         an initial sync unless we're really doing one.
1178
1179         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1180         address parameter if one already exists (bug#9676).
1181
1182         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1183         not the prefix, as documented (bug#10689).
1184
1185 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1186
1187         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1188         the "server".
1189
1190         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1191         the real error message with the useless "previously known to be down".
1192         Which isn't even correct.
1193
1194         * nntp.el (nntp-open-connection): Report the error message if the nntp
1195         server can't be reached.
1196
1197         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1198         groups we do a total scan for.
1199         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1200         doing that.
1201
1202 2012-01-31  Jim Meyering  <jim@meyering.net>
1203
1204         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1205         Correct a comment (insert "not") and hide nominally-doubled "to".
1206
1207 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1208
1209         * gnus.el (gnus-version): Change name to "Ma Gnus".
1210
1211 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1212
1213         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1214         section in the manual.
1215
1216 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1217
1218         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1219         words.
1220         (rfc2047-encode-string): Ditto.
1221         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1222         understand folded filename="..." parameters, for instance.
1223
1224         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1225         the message for greater debuggability.
1226
1227 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1228
1229         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1230         instead of setting it locally, since the latter doesn't seem to have
1231         any effect (most of the time).
1232
1233 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1234
1235         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1236         function call.
1237
1238 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
1239
1240         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1241         seconds, and make the repeat clause with HH:MM specs work as
1242         documented.
1243
1244 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1245
1246         * proto-stream.el (proto-stream-capability-open): Fall back on
1247         :end-of-command if :end-of-capability doesn't exist.
1248
1249 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1252         bound globally in old Emacsen and XEmacsen.
1253
1254 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1255
1256         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1257         so that previous errors don't prohibit getting new news.
1258
1259         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1260
1261         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1262
1263 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1264
1265         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1266         buffer, not of the string which is its name.
1267
1268 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1269
1270         * proto-stream.el (proto-stream-capability-open): Wait for
1271         :end-of-capability, not :end-of-command.
1272
1273         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1274         non-server-marks groups.
1275         (gnus-group-make-articles-read): Ditto.
1276
1277         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1278         methods (bug#9676).
1279
1280         * gnus.el (gnus-method-ephemeral-p): New function.
1281
1282 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1285         left-to-right.
1286
1287 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1288
1289         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1290         warning.
1291
1292 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1293
1294         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1295         macroexpand the nnir things, since they haven't been defined yet, and
1296         nnir requires gnus-sum.
1297
1298 2012-01-24  Julien Danjou  <julien@danjou.info>
1299
1300         * color.el (color-rgb-to-hsl): Fix value computing.
1301         (color-hue-to-rgb): New function.
1302         (color-hsl-to-rgb): New function.
1303         (color-clamp, color-saturate-hsl, color-saturate-name)
1304         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1305         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
1306
1307 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1308
1309         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1310
1311 2012-01-19  Julien Danjou  <julien@danjou.info>
1312
1313         * color.el (color-name-to-rgb): Use the white color to find the max
1314         color component value and return correctly computed values.
1315         (color-name-to-rgb): Add missing float conversion for max value.
1316
1317 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1318
1319         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1320         logical server name in addition to the actual machine address.
1321
1322         * auth-source.el (auth-source-user-and-password): Add convenience
1323         wrapper to search by just host and optionally user.
1324
1325 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1328         after rendering.
1329
1330 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
1331
1332         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1333         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1334         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1335
1336 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1337
1338         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1339         (bug#9693).
1340         (gnus-summary-setup-buffer): Document return value (bug#9697).
1341
1342         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1343         since ido doesn't work on symbols (bug#9632).
1344
1345         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1346         when getting a single value as when getting all the values.  This means
1347         that atoms like `gcc-self' work cumulatively, like variable settings,
1348         instead of getting the value from the last matching clause.
1349         (gnus-group-find-parameter): Protect against the group buffer not
1350         existing (bug#9585).
1351
1352 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * gnus-start.el (gnus-activate-group): Document more parameters
1355         (bug#9694).
1356
1357         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1358         (bug#9692).
1359
1360         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1361         article was fetched, so that it can be expired later (bug#9958).
1362         (gnus-agent-summary-fetch-series): Add doc string.
1363         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1364         (bug#9517).
1365
1366         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1367         retrieval is happening.
1368
1369         * gnus.el (gnus-parameters): Doc fix.
1370
1371 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1372
1373         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1374         show the thread after expansion.
1375
1376 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377
1378         * gnus-art.el (article-narrow-to-head): If the head is completely
1379         empty, narrow to the empty region (bug#9764).
1380
1381         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1382         read, and then mark them as unread only when the unread mark is used.
1383         This makes `C-- T k' actually work, even though it's confusing.
1384
1385         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1386         alive before we try to find its window.
1387
1388 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1389
1390         * mm-decode.el (mm-display-external): Use a longer timeout for the
1391         deletion to allow slow programs to display the file.
1392
1393 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1394
1395         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1396         prompt to be less confusing.
1397
1398         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1399         argument to `message-reply'.  This broke `special-display-*' frame
1400         pop-uping (bug#10238).
1401
1402 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403
1404         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1405         systems, since these allegedly don't work there.
1406
1407 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1408
1409         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1410         live buffer.
1411
1412 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * nnir.el (nnir-retrieve-headers): Protect against the article not
1415         existing on the server (bug#10335).
1416
1417 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1418
1419         * gnus-agent.el (gnus-agent-load-local): Recompute
1420         gnus-agent-article-local on changing method.
1421
1422 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gnus.el (gnus-parameters): Note precedence.
1425
1426 2012-01-04  Leo Liu  <sdl.web@gmail.com>
1427
1428         * nndraft.el (nndraft-update-unread-articles): Don't move point around
1429         in the group buffer.
1430
1431 2012-01-04  Julien Danjou  <julien@danjou.info>
1432
1433         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
1434         change.
1435
1436 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1437
1438         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
1439         too.
1440
1441         * nntp.el (nntp-retrieve-group-data-early): Use it.
1442
1443 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * nntp.el (nntp-retrieval-in-progress): New variable.
1446         (nntp-make-process-buffer): Make it buffer-local.
1447
1448         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
1449         2010.
1450         (gnus-demon-init): Use it to compute the time if time is on the form
1451         "04:23".
1452
1453         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
1454
1455         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
1456         status in the correct buffer.
1457
1458 2012-01-03  Leo Liu  <sdl.web@gmail.com>
1459
1460         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
1461         when opening topics (bug#10407).
1462
1463 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1464
1465         * gnus-cus.el (gnus-score-customize):
1466         * gnus-sum.el (gnus-sort-gathered-threads):
1467         * message.el (message-shorten-references):
1468         * nnmairix.el (nnmairix-request-group):
1469         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
1470
1471 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1472
1473         * gnus-agent.el (gnus-agent-regenerate-group):
1474         * gnus-int.el (gnus-retrieve-group-data-early):
1475         * mm-util.el (mm-codepage-ibm-list):
1476         * nndiary.el (Commentary, nndiary-get-new-mail):
1477         * nnir.el (nnir):
1478         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
1479
1480 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * mm-view.el (mm-display-inline-fontify): Add comment.
1483
1484 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1485
1486         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
1487         * ntlm.el (ntlm-smb-dohash): Spelling fix.
1488
1489 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
1490
1491         * gnus-art.el (gnus-split-methods):
1492         * gnus-msg.el (gnus-configure-posting-styles):
1493         * gnus-spec.el (gnus-parse-simple-format):
1494         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1495         * message.el (message-do-actions): Spelling fix.
1496
1497 2011-12-15  Juri Linkov  <juri@jurta.org>
1498
1499         * mm-decode.el (mm-inline-media-tests): Add missing
1500         `mm-handle-media-subtype'.
1501
1502 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1503
1504         * gnus-group.el (gnus-group-tool-bar):
1505         * gnus-sum.el (gnus-summary-tool-bar):
1506         * message.el (message-tool-bar):
1507         * rfc2231.el (rfc2231-parse-string): Spelling fix.
1508
1509 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
1510
1511         * plstore.el (plstore--insert-buffer): Spelling fix.
1512
1513 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
1514
1515         * message.el (message-valid-fqdn-regexp): Update with newly approved
1516         top-level domain names ".tel" and ".asia".
1517
1518 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * gnus-sum.el (gnus-summary-show-article): Don't load shr
1521         unconditionally.
1522
1523 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1524
1525         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
1526         pop-to-buffer-same-window for old Emacsen.
1527
1528 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
1529
1530         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
1531
1532 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1533
1534         * netrc.el (netrc-credentials): Spelling fix.
1535
1536 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
1537
1538         * gnus-fun.el (gnus-fun-ppm-change-string):
1539         * gnus-msg.el (gnus-inews-do-gcc):
1540         * gnus-sum.el (gnus-summary-find-for-reselect):
1541         * gnus.el (gnus-summary-cancelled):
1542         * message.el (message-cancel-hook, message-send-news):
1543         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
1544         * nnir.el (nnir-run-hyrex):
1545         * nntp.el (nntp-with-open-group-function):
1546         * pgg.el (pgg-pending-timers): Spelling fix.
1547
1548 2011-12-04  Chong Yidong  <cyd@gnu.org>
1549
1550         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
1551         change (Bug#10200).
1552
1553 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1554
1555         * compface.el (uncompface):
1556         * gnus-art.el (gnus-article-x-face-command): Update the header format
1557         of icon data for the most recent icontopbm program.
1558
1559 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * gnus-msg.el (gnus-inews-do-gcc):
1562         * message.el (message-send-mail):
1563         * mml.el (mml-generate-mime): Share the value of the buffer-local
1564         `message-options' variable between a draft buffer and temprary working
1565         buffers.
1566
1567 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1568
1569         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
1570
1571 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
1574         for Cygwin.
1575
1576 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1577
1578         * gnus-group.el (gnus-group-prepare-flat):
1579         * mm-bodies.el (mm-encode-body):
1580         * mml.el (mml-preview):
1581         * nnml.el (nnml-request-compact-group):
1582         * pop3.el (pop3-stream-type): Spelling fix.
1583
1584 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1585
1586         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
1587
1588 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1589
1590         * color.el (color-rgb-to-hsl):
1591         * gmm-utils.el (gmm-tool-bar-style):
1592         * gnus-group.el (gnus-group-prepare-flat):
1593         * gnus-topic.el (gnus-topic-prepare-topic):
1594         * mm-decode.el (mm-discouraged-alternatives):
1595         * rfc2047.el (rfc2047-encode-1):
1596         * starttls.el: Spelling fix.
1597
1598 2011-11-24  Glenn Morris  <rgm@gnu.org>
1599
1600         * binhex.el (binhex-begin-line): Give it basic doc-string.
1601
1602         * starttls.el, tls.el: Fix case of "GnuTLS".
1603
1604 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
1605
1606         * gnus-group.el (gnus-group-highlight): Fix typo.
1607
1608 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
1609
1610         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
1611         value of `delete-file', that returns nil for a local file but returns t
1612         for a remote file using ssh.
1613
1614 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
1615
1616         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
1617
1618 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
1621         avoid later breakage.
1622
1623 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
1626         article buffers' name.
1627
1628 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1629
1630         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
1631         by Paul Eggert's spellfixes two days ago.
1632
1633 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
1636         doesn't have it.
1637
1638         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
1639         buffer-local instead of binding them to avoid warnings.  Also demote
1640         errors (bug#10063).
1641         (font-lock-mode-hook): Shut up byte compiler.
1642
1643 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
1644
1645         * mm-util.el (mm-charset-after):
1646         * nnir.el (nnir-run-hyrex):
1647         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
1648         (ntlm-get-password-hashes, ntlm-md4hash):
1649         * smime.el: Fix typo.
1650
1651 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1652
1653         * gnus-agent.el (gnus-agent-expire-group-1):
1654         * nndiary.el (nndiary-last-occurence):
1655         * nnimap.el (nnimap-request-set-mark):
1656         * nnmairix.el (nnmairix-only-use-registry):
1657         * gnus-group.el (gnus-group-prepare-flat):
1658         * gnus-sum.el (gnus-decode-encoded-word-methods):
1659         * message.el (message-wash-subject):
1660         * nntp.el (nntp-retrieve-headers-with-xover):
1661         * smime.el (smime-certificate-directory): Spelling fix.
1662
1663 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
1664
1665         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
1666
1667         * color.el:
1668         * gnus-agent.el (gnus-agent-possibly-alter-active):
1669         * gnus-dired.el (gnus-dired-print):
1670         * mail-parse.el:
1671         * nnmairix.el (nnmairix-request-group):
1672         * shr.el (shr-image-displayer):
1673         * sieve-manage.el:
1674         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
1675
1676 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
1677
1678         * gnus-sum.el (gnus-auto-select-subject):
1679         * spam-report.el (spam-report-resend): Spelling fix.
1680
1681 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1682
1683         * gnus-agent.el (gnus-agent-get-undownloaded-list):
1684         * gnus-art.el (gnus-default-article-saver):
1685         * gnus-srvr.el (gnus-server-copy-server):
1686         * gnus.el (gnus-sloppily-equal-method-parameters):
1687         * html2text.el (html2text-format-tag-list):
1688         * message.el (message-narrow-to-head):
1689         * nndiary.el:
1690         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1691         * sieve.el: Spelling fix.
1692
1693 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1694
1695         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1696         * gnus-sum.el (gnus-summary-make-menu-bar):
1697         * gnus-uu.el (gnus-uu-decode-postscript)
1698         (gnus-uu-decode-postscript-and-save):
1699         * mailcap.el (mailcap-print-command):
1700         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
1701         Fix typos.
1702
1703 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1704
1705         * gnus-art.el (gnus-article-part-wrapper):
1706         * html2text.el (html2text-fix-paragraphs):
1707         * mm-decode.el (mm-image-fit-p):
1708         * rfc2047.el (rfc2047-encode-message-header):
1709         * shr-color.el (shr-color-visible-distance-min)
1710         (shr-color-relative-to-absolute, set-minimum-interval)
1711         (shr-color-visible): Fix typos.
1712
1713 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
1714
1715         * gmm-utils.el (gmm-tool-bar-item):
1716         * gnus-art.el (gnus-treat-body-boundary):
1717         * gnus-diary.el (gnus-user-format-function-d):
1718         * gnus-start.el (gnus-get-unread-articles):
1719         * pgg-gpg.el (pgg-gpg-update-agent):
1720         * smime.el (smime-cert-by-ldap-1): Spelling fix.
1721
1722 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1723
1724         * gnus-topic.el (gnus-group-prepare-topics):
1725         * gnus-uu.el (gnus-extract-view):
1726         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
1727
1728 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * spam.el: Move BBDB autoloads.
1731         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
1732         BBDB 2 and 3.
1733         (spam-check-BBDB): Use it.
1734         (spam-enter-ham-BBDB): Use it.
1735
1736 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1737
1738         * smime.el (smime-draw-buffer): Spelling fix.
1739
1740 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
1741
1742         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
1743         for scanning exactly one level.
1744         * gnus-start.el (gnus-get-unread-articles): Ditto.
1745
1746 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
1749         slightly clearer.
1750
1751 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1752
1753         * gnus-sync.el: More commentary about setup.
1754
1755 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1756
1757         * message.el (message-send-and-exit): Document `arg'.
1758
1759 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1760
1761         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
1762
1763 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
1764
1765         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1766
1767         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
1768         we don't use `bound-and-true-p'.
1769
1770 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1771
1772         * gnus-util.el (gnus-bound-and-true-p): Remove.
1773         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
1774         * nnir.el: Use it.
1775         * nnmairix.el: Use it.
1776
1777 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1778
1779         * gnus-sync.el: Improve docs about CouchDB admins.
1780
1781         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
1782         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
1783         for reasons unknown.
1784         * nnir.el: Use it.
1785         * nnmairix.el: Use it.
1786
1787         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
1788         * nnir.el: Ditto.
1789         * nnmairix.el: Ditto.
1790
1791         * gnus-registry.el (gnus-registry-enabled): Default to nil.
1792
1793 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
1794
1795         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1796         not needed.  Provide xmlplistread list function to produce XML plist
1797         output for non-Gnus LeSync clients.
1798
1799 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1800
1801         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
1802
1803         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1804         and save against it.  Group subscriptions, read marks, other marks,
1805         subscription levels, topic names, and topic offsets (the group's
1806         position within the topic) are saved.  This is an experimental backend
1807         and may change significantly.  Load json.el from the gnus-fallback-lib
1808         if it's not available otherwise.
1809         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1810
1811 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1812
1813         * message.el (message-completion-function): Make sure
1814         message-tab-body-function is not attempted if one of
1815         message-completion-alist fails to find a completion (bug#9158).
1816
1817 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
1818
1819         * mml.el (mml-quote-region): Quote <#secure> tag.
1820         (mml-generate-mime-1): Unquote <#secure> tag.
1821
1822 2011-10-20  Chong Yidong  <cyd@gnu.org>
1823
1824         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
1825         calling a minor mode from Lisp with nil arg enables it, so we have to
1826         make the wording a bit ambiguous here).
1827
1828 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
1829
1830         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
1831         * nnir.el (nnir-mode): Use it.
1832         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1833         Use it.
1834
1835         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
1836         * nnmairix.el (gnus-registry-enabled): Ditto.
1837
1838 2011-10-17  Dave Abrahams  <dave@boostpro.com>
1839
1840         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
1841         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
1842         only while we need to find out if it should be t or nil.
1843         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
1844         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
1845         the registry is installed.  Set it to nil when it's unloaded.
1846         (gnus-registry-install-p): Provide user guidance for the initial value
1847         of `gnus-registry-install' when it's 'ask, otherwise return its value.
1848         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
1849         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1850         * nnmairix.el (nnmairix-determine-original-group-from-registry):
1851         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
1852         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
1853         `gnus-registry-install'.
1854
1855 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
1856
1857         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
1858         previous change.
1859         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
1860         primary key is marked as disabled.
1861
1862 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
1863
1864         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
1865         primary key is marked as disabled.
1866
1867 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
1868
1869         * html2text.el (html2text-clean-anchor): Check for quotes around
1870         `href' value.
1871
1872 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1873
1874         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
1875         searching.  Drop `bbdb-cache'.
1876
1877 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1878
1879         * message.el (message-signed-or-encrypted-p): Exclude header when
1880         checking if there is signed or encrypted body in text/plain message.
1881
1882 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
1883
1884         * html2text.el (html2text-get-attr): Correctly handle attribute values
1885         containing "=".
1886
1887 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
1888
1889         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
1890         handle bindings.
1891
1892 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * gnus-win.el (gnus-configure-windows): Protect against reading
1895         ephemeral groups outside of Gnus.
1896
1897 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * shr.el (shr-tag-img): Don't get images displayed in tables.
1900
1901 2011-10-03  Glenn Morris  <rgm@gnu.org>
1902
1903         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
1904         the "maintainer" version of debbugs.gnu.org reports.
1905
1906 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
1909         make asynchronous adjacent image insertion work better.
1910
1911 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
1912
1913         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
1914         documentation.
1915
1916 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
1919         `gnus-asynchronous' isn't shadowed.
1920
1921 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
1924
1925         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
1926         (nnimap-insert-partial-structure): The charset parameter isn't
1927         case-sensitive.
1928
1929         * nnheader.el (nnheader-message-maybe): New function.
1930
1931         * shr.el (shr-tag-table): Render totally broken tables better.
1932
1933         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
1934         computing the boundary.
1935
1936 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1937
1938         * pop3.el (pop3-number-of-responses): Remove.
1939         (pop3-wait-for-messages): Rewrite to take linear time instead of
1940         exponential time.
1941
1942 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
1945         re-fetch images.
1946
1947         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
1948         re-fetch images when hitting `g' in Gnus.
1949
1950 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1951
1952         * mml.el (mml-inhibit-compute-boundary): New internal variable.
1953         (mml-compute-boundary): Don't check collision if it is non-nil.
1954         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
1955         before checking collision.
1956
1957 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * message.el (message-indent-citation): Really make sure there's a
1960         newline at the end.
1961
1962         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
1963         Fix suggested by John Wiegley.
1964
1965         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
1966
1967         * gnus-art.el (gnus-treat-hide-citation): Add doc.
1968
1969         * message.el (message-default-send-rename-function): Break out into its
1970         own function.
1971
1972         * ecomplete.el (ecomplete-display-matches): Revert patch since it
1973         doesn't work under XEmacs.
1974
1975         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
1976         of "imaps" to word around Windows problems.
1977         (nnimap-open-connection-1): Use it.
1978
1979         * message.el (message-indent-citation): Revert last change which made
1980         `F' not work.
1981
1982 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
1983
1984         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
1985         terminal as well.
1986
1987 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
1990         because it displays images using overlays that aren't easy to copy to
1991         the article buffer.
1992
1993 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
1994
1995         * message.el (message-indent-citation): Fix empty line removal at the
1996         end of the citation.
1997
1998 2011-09-20  Julien Danjou  <julien@danjou.info>
1999
2000         * auth-source.el (auth-source-netrc-create): Use default value for
2001         password if specified.  Evaluate default.
2002         (auth-source-plstore-create): Ditto.
2003         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2004         value evaluation.
2005         (auth-source-netrc-create): Typo fix.
2006         (auth-source-plstore-create): Ditto.
2007
2008         * password-cache.el (password-cache-remove): Remove entries even if the
2009         value is nil, so that password with a nil value (negative caching) is
2010         possible to invalidate.
2011
2012         * auth-source.el (auth-source-format-cache-entry): New function.
2013
2014 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2017
2018 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019
2020         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2021
2022 2011-09-19  Julien Danjou  <julien@danjou.info>
2023
2024         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2025         which work with things that are not ASCII.
2026
2027 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2028
2029         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2030
2031 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2034         message level.
2035
2036 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2039
2040 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2043
2044 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2045
2046         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2047         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2048
2049 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2050
2051         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2052         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2053         articles.
2054
2055 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2056
2057         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2058         (message-mail-other-window, message-mail-other-frame)
2059         (message-news-other-window, message-news-other-frame):
2060         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2061         instead of setting buffer display varibles.
2062
2063 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2066
2067         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2068
2069 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2072         duplicates" to a higher level.
2073
2074         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2075         most egregious messages.
2076
2077 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2080
2081 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2082
2083         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2084         up the file (bug#9351).
2085
2086 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2089         it does with all other backends, but decode the names immediately after
2090         getting them.
2091
2092         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2093         decoding nnimap groups.
2094
2095         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2096         newsrc file.  It doesn't seem like an important optimization any more.
2097
2098 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2099
2100         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2101         overflows.
2102
2103 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2106         (gnus-interactive-exit): Extend to `quiet'.
2107
2108         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2109
2110         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2111         string.
2112
2113         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2114         renaming function arguments from `this'.
2115
2116         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2117
2118         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2119         has been renamed.
2120         (gnus-lrm-string-p): Include RLM and PDF, too.
2121
2122         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2123         (bug#9225).
2124
2125 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2126
2127         Add autoload cookies for functions used by sendmail.el.
2128         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2129
2130         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2131
2132 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2133
2134         * gnus-art.el (article-date-ut): Work properly even when there are
2135         things like Date header in the body; work for forwarded parts.
2136
2137 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2138
2139         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2140         original-article-buffer.
2141
2142 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2143
2144         * nnir.el (nnir-compose-result): Fix matching of server type.
2145         (nnir-run-swish++): Ditto.
2146         (nnir-run-namazu): Ditto.
2147         (nnir-run-notmuch): Ditto.
2148
2149 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2150
2151         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2152         (bug#9405).
2153
2154         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2155         (bug#9421).
2156
2157         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2158         (bug#9425).
2159
2160         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2161         thing (bug#9426).
2162
2163 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2164
2165         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2166         the error message.
2167
2168 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2169
2170         * message.el (message-setup-1): Return t (Bug#9392).
2171
2172 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2173
2174         * gnus-sum.el: When adding article headers to a summary buffer also
2175         update gnus-newsgroup-articles (bug#9386).
2176
2177 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * auth-source.el: Autoload help-mode.
2180
2181 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2184         names.
2185
2186 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2187
2188         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2189         mm-replace-in-string for compatibility issues.
2190         * mml2015.el (mml2015-epg-verify): Ditto.
2191
2192 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2195
2196         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2197
2198 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2201         continue on and do the clean-up phase (bug#9188).
2202
2203         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2204         just ignore groups that can't be opened instead of erroring out
2205         (bug#9225).
2206
2207         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2208         nil since some many people are fuddy-duddies.
2209
2210         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2211         images.
2212
2213         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2214         instead.
2215
2216         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2217
2218         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2219
2220         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2221         processing.
2222
2223         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2224         buffer to avoid warnings.
2225
2226 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2227
2228         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2229         specified to reduce precision.
2230
2231 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2234         bodystructures (bug#9314).
2235
2236 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2237
2238         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2239         Make button keymap non-sticky after buttons.
2240
2241 2011-08-18  David Engster  <dengste@eml.cc>
2242
2243         * nnmairix.el (nnmairix-request-set-mark)
2244         (nnmairix-goto-original-article): Remove adding of article to registry,
2245         since `gnus-registry-add-group' isn't available anymore.
2246         (nnmairix-determine-original-group-from-registry):
2247         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2248         available anymore.
2249
2250 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2251
2252         * starttls.el (starttls-any-program-available): Define as obsolete
2253         function.
2254
2255 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2256
2257         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2258         versions which Gnus use when appropriate.
2259
2260         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2261         a pretty destructive command.
2262
2263         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2264
2265 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * message.el (message-fix-before-sending): Make a different warning
2268         about NUL characters (bug#9270).
2269
2270         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2271         from custom (bug#9260).
2272
2273         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2274         things work in Emacs 22 and XEmacs, too.
2275
2276         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2277         default From.
2278
2279         * gnus-spec.el (gnus-lrm-string-p): New macro.
2280         (gnus-lrm-string): New constant.
2281         (gnus-summary-line-format-spec): LRM-ify the from.
2282         (gnus-tilde-max-form): LRM-ify string chopping.
2283
2284         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2285
2286         * message.el (message-is-yours-p): Allow disabling canlock checking
2287         (bug#9295).
2288         (message-shoot-gnksa-feet): Add `canlock-verify'.
2289         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2290         message directory isn't writable (bug#9304).
2291
2292         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2293         non-world-readable.
2294
2295 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2296
2297         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2298         articles.
2299
2300 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2301
2302         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2303         copy-list.
2304
2305 2011-08-12  Sam Steingold  <sds@gnu.org>
2306
2307         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2308         in the reverse order to avoid modifying the cache with `nreverse'.
2309         (gnus-all-score-files): Do not modify the value returned by
2310         `gnus-score-find-alist' because it lives in a cache variable.
2311         (gnus-current-home-score-file): No need to `nreverse' the return value
2312         of `gnus-score-find-alist', it is already in the correct order.
2313
2314 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2315
2316         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2317         type MESSAGE and subtype RFC822 is slightly different from those of
2318         type TEXT.
2319
2320 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2321
2322         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2323         This allows article-referral to work from an nnir group.
2324
2325 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2326
2327         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2328
2329 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2330
2331         * mml1991.el (mml1991-epg-find-usable-key)
2332         (mml1991-epg-find-usable-secret-key): New function.
2333         (mml1991-epg-sign): Check if signing key is usable.
2334         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2335
2336 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2337
2338         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2339         server-variables only.  This should fix a bug introduced with commit
2340         e1889675b7f4adf057833c5513c9374134c4e053.
2341         (nnir-run-query): 'nnir-search-engine should not be set from the global
2342         environment.
2343
2344 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2345
2346         * nnir.el (nnir-search-thread): Position point on referring article
2347         line.
2348         (nnir-warp-to-article): Clean up summary buffers.
2349
2350         * nnimap.el (nnimap-request-thread): Whitespace fix.
2351
2352 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2353
2354         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2355
2356 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * starttls.el (starttls-available-p): Rename from
2359         `starttls-any-program-available' and changed return convention.
2360
2361 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2362
2363         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2364         `unix-sync' unless it's defined.
2365
2366 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2367
2368         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2369         `aref' for XEmacs compatibiltiy.
2370
2371 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2374
2375 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2376
2377         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2378         closures, quote the form properly (bug#9194).
2379
2380 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2383         (gnus-summary-insert-new-articles): Protect against servers that are
2384         down.
2385
2386 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2387
2388         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2389         in mm handle if none is specified.
2390
2391 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2392
2393         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2394
2395 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2396
2397         * nnir.el (nnir-search-thread): New function to make an nnir group
2398         based on a thread query.
2399
2400         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2401         of nnir in thread referral.
2402         (gnus-summary-refer-thread): Use it.
2403
2404         * nnimap.el (nnimap-request-thread): Use it.
2405
2406 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * shr.el (shr-tag-comment): Ignore HTML comments.
2409
2410 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2411
2412         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2413         argument.
2414         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2415         Use `nnir-address' to handle server info rather than passing an arg.
2416
2417         * nnimap.el (nnimap-make-thread-query): New utility function to format
2418         an imap thread search query.
2419         (nnimap-request-thread): Use it.
2420
2421         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2422         right select-method if we are not going back to the group buffer.
2423
2424 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2425
2426         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2427         enter invalid buffer configurations into the quit form (bug#9107).
2428         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2429         unplugged/plugged.
2430
2431         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2432         keep track of which ones are unread (bug#9061).
2433
2434         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2435         (bug#9055).
2436
2437         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2438         (bug#9041).
2439
2440         * gnus-html.el (mm-util): Require (bug#9073).
2441
2442         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2443         (gnus-summary-refer-thread): Use it to remove duplicates in the
2444         un-threaded view (bug#9053).
2445         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2446
2447 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2448
2449         * nnir.el (nnir-read-server-parm): Use default value from global
2450         variable.  Without this the default search engine parameters aren't
2451         used at all.
2452
2453 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * message.el (message-unique-id): Don't use the undocumented return
2456         value from (random t) (bug#9118).
2457
2458 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * message.el (message-auto-save-directory): If the ~/Mail directory
2461         doesn't exist, use ~ as the auto-save directory (bug#4432).
2462
2463         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2464         hasn't already been started.
2465
2466 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2469
2470         * message.el (message-reply): Work around mysterious bug where
2471         `message-mode' seems to overwrite the locally bound `subject' variable.
2472
2473 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2474
2475         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2476         correct group.
2477
2478         * gnus-int.el (gnus-request-thread): Add group argument.
2479
2480         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2481
2482 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483
2484         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
2485
2486         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2487         renamed to `debbugs-gnu-*'.
2488
2489 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2490
2491         * plstore.el: Revert the editing feature since it is not urgent.
2492         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2493         (plstore-mode-decoded): Remove.
2494
2495 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2498         isn't very interesting any more, and it leaks potentially secret data.
2499         (gnus-debug): Remove.
2500
2501         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2502         use of :custom-show.
2503
2504 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2505
2506         * plstore.el: Add documentation.
2507         (plstore-mode): New mode to edit plstore file.
2508         (plstore-mode-toggle-display, plstore-mode-original)
2509         (plstore-mode-decoded): New command.
2510         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2511         (plstore--insert-buffer, plstore--make): New function.
2512         (plstore-open, plstore-save): Simplify by using them.
2513
2514 2011-07-06  Glenn Morris  <rgm@gnu.org>
2515
2516         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2517
2518 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2521         no longer is much used.
2522         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2523         Articles".
2524
2525 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2526
2527         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2528         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2529         `notmuch' backend.
2530
2531 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532
2533         * mm-decode.el (mm-text-html-renderer): Doc fix.
2534
2535         * gnus-msg.el (gnus-bug): Fix the MML tag.
2536
2537         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2538
2539 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2540
2541         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2542         secondary methods if started with `gnus-no-server'.
2543
2544 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2545
2546         * message.el (message-return-action): Fix typo in docstring.
2547
2548 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2551         bug reports at once.
2552
2553         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2554
2555 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * nndraft.el: Require gnus-group.
2558         (nndraft-request-list): Declare.
2559
2560         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2561         no unread article unless it matches gnus-permanently-visible-groups.
2562
2563         * nndraft.el (nndraft-update-unread-articles): New function.
2564         (nndraft-request-associate-buffer): Use it to update the number of
2565         unread articles for the nndraft groups in the group buffer when saving
2566         or killing a draft message.
2567
2568 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2571         systems to binary before writing and reading the mbox files.
2572
2573         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2574         instead of trying to list them all (bug#8978).
2575
2576 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2577
2578         * pop3.el (pop3-open-server): Use :end-of-capability.
2579
2580 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2583         the id is always a number.
2584
2585         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
2586
2587         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2588         debbugs mode, if possible.
2589
2590 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2591
2592         * auth-source.el (auth-source-token-passphrase-callback-function):
2593         Reindent.
2594         (epg-context-operation): Remove unnecessary autoload.
2595
2596 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * gnus.el (gnus-list-debbugs): New command.
2599
2600         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2601         mboxstat instead of the maintbox, since the stat seems to be fuller.
2602
2603         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2604         summary buffers.
2605
2606         * message.el (message-get-reply-headers): Delete all duplicates,
2607         instead of the first.
2608         (message-get-reply-headers): Ensure that we have progress while
2609         deleting duplicates.
2610
2611         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2612         gnus-posting-style value from the summary buffer to make it easier to
2613         make that a per-buffer conf.
2614
2615 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2616
2617         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2618         found by setting `shortcut' in 'query.
2619         (nnir-request-article): Use `shortcut' setting when requesting article
2620         by Message-ID.
2621
2622 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2623
2624         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2625         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2626         Bring the pseudo-headers back too.
2627
2628 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2629
2630         * auth-source.el (auth-source-token-passphrase-callback-function):
2631         Simplify and remove EPA dependency.
2632
2633 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2634
2635         * nnir.el (nnir-request-article): Fix error message text.
2636
2637 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2638
2639         * auth-source.el (plstore-delete): Autoload.
2640         (auth-source-plstore-search): Support delete operation.
2641         * plstore.el (plstore-delete): New function.
2642
2643 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
2646         mark actually existing articles as unread rather than the ones that
2647         active asserts.
2648
2649 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
2650
2651         * nntp.el (nntp-record-command):
2652         * gnus-util.el (gnus-message-with-timestamp-1):
2653         Use format-time-string rather than decoding time stamps by hand.
2654         This is simpler and insulates the code from potential changes to
2655         current-time format.
2656
2657 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
2660
2661 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2662
2663         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
2664         (plstore-save): Support public key encryption.
2665         (plstore--init-from-buffer): New function.
2666         (plstore-open): Use it; fix error when opening a non-existent file.
2667         (plstore-revert): Use plstore--init-from-buffer.
2668
2669 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2670
2671         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
2672
2673 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * mml2015.el (mml2015-use): Replace string-match-p with string-match
2676         for old Emacsen.
2677
2678 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2679
2680         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
2681         is not fully working.
2682
2683 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * dgnushack.el: Autoload sha1 on XEmacs.
2686
2687         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
2688         quit window configuration.
2689
2690         * auth-source.el (epg-context-set-passphrase-callback):
2691         Remove duplicate autoload.
2692
2693 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2694
2695         * nnir.el (nnir-request-article): Allow requesting articles by
2696         Message-ID with nnimap.
2697
2698         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
2699         current server.
2700
2701 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2702
2703         * auth-source.el: Autoload EPA/EPG functions.
2704         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
2705         changed when EPA/EPG is not available.
2706         (auth-source-backend): Rename "arg" member to "data".
2707         (auth-source-backend-parse, auth-source-plstore-search)
2708         (auth-source-plstore-create): Use it.
2709
2710 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2711
2712         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
2713         `gnus-refer-article-methods'.
2714
2715 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
2716
2717         * auth-source.el: Require EPA and EPG.
2718         (auth-source-passphrase-alist): New variable.
2719         (auth-source-passphrase-callback-function)
2720         (auth-source-token-passphrase-callback-function): Callbacks for the
2721         netrc field encryption (GPG tokens).
2722         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
2723         Symmetric encryption and decryption of the netrc GPG tokens.
2724         (auth-source-netrc-normalize): Use them, simplifying the closure.
2725
2726 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
2729         is available.
2730
2731 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
2734         non-nil, and `nnimap-split-methods' is nil, use the former.
2735
2736 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2737
2738         * plstore.el (plstore-revert): New function.
2739         (plstore-open): Use it; hide the buffer from user.
2740
2741 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
2742
2743         * auth-source.el (auth-source-backend): New member "arg".
2744         (auth-source-backend-parse): Handle new backend 'plstore.
2745         * plstore.el: New file.
2746
2747 2011-06-30  Glenn Morris  <rgm@gnu.org>
2748
2749         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
2750
2751 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
2754         expiring articles to.
2755
2756         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
2757         variations as ASCII (bug#5458).
2758
2759 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2760
2761         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
2762
2763 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * message.el (message-point-in-header-p): Tweak the function to default
2766         to saying that we're not in the headers if there is no separator at
2767         all.  This makes it possible to use the Message version of `M-q' in
2768         buffers with no headers (bug#7987).
2769         (message-point-in-header-p): Fix last checkin to work with an empty
2770         mail-header-separator, too.
2771
2772         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
2773         again, save the choice via customize.
2774
2775 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * message.el (message-send-mail-function): Add `sendmail-query-once'.
2778
2779         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
2780         ended the connection, bail out before waiting infinitely on a new
2781         connection.
2782
2783 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
2784
2785         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
2786         reports.
2787
2788         * gnus.el (gnus-bug-package): Use "gnus."
2789         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
2790
2791 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * dgnushack.el: Make the timer warning go away on XEmacs.
2794
2795         * gnus-art.el (gnus-article-stop-animations): New function to stop any
2796         animations going on at article exit time.
2797
2798         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
2799         since removing it breaks people upgrading.
2800
2801         * shr.el (shr-put-image): Use the new interface for animating images.
2802         (shr-put-image): Animate for 60 seconds.
2803
2804         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
2805         avoid compiler warnings.
2806
2807         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
2808         error with `find-file-hooks' on Emacs 22.
2809         (with-auth-source-epa-overrides): Ugly hack to Wrap the
2810         `find-file-hook' things in `symbol-value' to avoid compilation warnings
2811         on all architectures.
2812
2813         * spam.el (spam-stat): Require in a normal fashion without binding
2814         `spam-stat-install-hooks' to avoid compilation warnings.
2815
2816         * spam-stat.el (spam-stat-install-hooks): Remove.
2817         (spam-stat-install-hooks): Don't run automatically.
2818
2819 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
2820
2821         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
2822         and keystroke.
2823
2824 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * auth-source.el (auth-source-netrc-cache): Move forward.
2827
2828 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829
2830         * proto-stream.el (proto-stream-open-starttls): Use
2831         `gnutls-available-p' to see whether we have built-in support.
2832
2833         * auth-source.el (auth-source-netrc-create): Don't query the bits that
2834         we already know.
2835         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
2836         (auth-source-netrc-create): Don't prompt for the stuff we already know.
2837
2838 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
2841         %S format, since that looks odd.
2842         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
2843         file, especially when saving.
2844
2845 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
2846
2847         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
2848         article found.
2849
2850 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
2851
2852         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
2853         `auth-source-save-secrets' with a more sensitive alist that can be
2854         configured per file.  Experimental, so defaults to 'never.
2855         (auth-source-netrc-create): Use it.  Still experimental code.
2856         (with-auth-source-epa-overrides): Use `find-file-hooks' if
2857         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
2858
2859 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
2860
2861         * auth-source.el (auth-source-save-secrets): New variable to control if
2862         secret tokens should be saved encrypted.
2863         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
2864         to `auth-source-netrc-normalize'.
2865         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
2866         on the EPA variables being defined.
2867         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
2868         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
2869         the lexical-let closure.
2870         (auth-source-netrc-create): Create "gpg:" tokens according to
2871         `auth-source-save-secrets'.
2872
2873 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * gnus-group.el (gnus-group-update-group): Add new argument
2876         `info-unchanged' that stops updating dribble buffer.
2877
2878         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
2879         deletes lines matching to it in dribble buffer.
2880
2881         * gnus-agent.el (gnus-agent-fetch-group-1):
2882         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
2883         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
2884         * gnus-start.el (gnus-group-change-level):
2885         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
2886
2887         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
2888         if newsgroup info is not changed.
2889
2890         * gnus-group.el (gnus-group-get-new-news-this-group):
2891         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
2892         Don't update dribble buffer.
2893
2894 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
2895
2896         * gnus-registry.el (gnus-registry-remove-ignored): New function to
2897         remove entries with groups we ignore.
2898
2899 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900
2901         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
2902         the underline comes at the bottom.
2903
2904 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
2905
2906         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
2907         `gnus-registry-user-format-function-M' and declare the latter obsolete.
2908         (gnus-registry-article-marks-to-names): Rename from
2909         `gnus-registry-user-format-function-M2'.
2910
2911 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2912
2913         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
2914         ephemeral group.
2915
2916 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917
2918         * shr.el (shr-browse-image): Copy the URL if called interactively.
2919
2920 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2921
2922         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
2923         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
2924         done, then unselected articles may be marked as read.
2925
2926         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
2927         since not doing this seems to lead to a race condition in pop3-logon.
2928
2929         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
2930         so that the call chain it correct when we call "upwards".
2931
2932         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
2933         in read-only groups.
2934
2935         * gnus-group.el (gnus-group-mark-article-read): Ditto.
2936
2937         * message.el (message-cite-reply-position): Doc string fix.
2938
2939         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
2940         avoid regexp overflow.
2941         (nnimap-transform-split-mail): Ditto.
2942
2943         * pop3.el (pop3-retr): Error out if the server closes the connection.
2944
2945 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2946
2947         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
2948         mm-with-unibyte-current-buffer.  The buffer should not contain any
2949         multibyte chars anyway at this stage.
2950
2951 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952
2953         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
2954         at the end of lines.
2955
2956 2011-05-29  Julien Danjou  <julien@danjou.info>
2957
2958         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
2959
2960 2011-05-27  Glenn Morris  <rgm@gnu.org>
2961
2962         * gnus-group.el (gnus-bug-group-download-format-alist):
2963         Use the "maintainer" version of debian reports as well.
2964
2965 2011-05-26  Glenn Morris  <rgm@gnu.org>
2966
2967         * gnus-group.el (gnus-bug-group-download-format-alist):
2968         Use the "maintainer" version of debbugs.gnu.org reports.
2969
2970 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
2973
2974 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2975
2976         * gnus-cus.el (gnus-agent-customize-category):
2977         * gnus-delay.el (gnus-delay-send-queue):
2978         * gnus.el (gnus-other-frame):
2979         Don't quote lambda expressions with `quote'.
2980
2981 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2982
2983         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
2984         the thread moves us backwards and so we loop forever.
2985
2986 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
2989         whitespace in base64 data lines.
2990
2991 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
2992
2993         * gnus-registry.el (gnus-registry-user-format-function-M):
2994         Use `mapconcat'.
2995         (gnus-registry-user-format-function-M2): Use to see the full text of
2996         the marks.  Make "," the mark text separator.
2997
2998         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
2999         authentication with auth-source.
3000
3001 2011-05-17  Glenn Morris  <rgm@gnu.org>
3002
3003         * gnus-group.el (gnus-import-other-newsrc-file):
3004         Use insert-file-contents.
3005
3006 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3007
3008         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3009         1000 iterations.
3010
3011 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * nntp.el (nntp-open-connection): Check if process-type is available.
3014
3015 2011-05-16  Julien Danjou  <julien@danjou.info>
3016
3017         * shr.el (shr-tag-del): Add support for del tag.
3018
3019 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * gnus-html.el (gnus-html-put-image): Register a displayer.
3022
3023         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3024
3025 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3026
3027         * registry.el (prune-factor): New initialization parameter defaulting
3028         to 0.1.
3029         (registry-prune-hard): Use it.
3030
3031         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3032         0.1 expicitly.
3033
3034 2011-05-13  Glenn Morris  <rgm@gnu.org>
3035
3036         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3037         is bound, since this function requires sendmail.
3038
3039 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3040
3041         * registry.el (registry-usage-test): Disable pruning test.
3042
3043 2011-05-11  David Engster  <dengste@eml.cc>
3044
3045         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
3046         Bind set-network-process-option for XEmacs.
3047
3048 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3049
3050         * registry.el (registry-prune-hard-candidates)
3051         (registry-prune-soft-candidates): Helper methods for registry pruning.
3052         (registry-prune): Use them.  Make the sort function optional.
3053
3054 2011-05-10  Jim Meyering  <meyering@redhat.com>
3055
3056         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3057
3058 2011-05-10  Julien Danjou  <julien@danjou.info>
3059
3060         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3061         symbol and not a list.
3062
3063 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * gnus-art.el (gnus-article-mode): Move binding of
3066         shr-put-image-function here from gnus-article-prepare-display.
3067
3068         * shr.el (shr-put-image-function): New variable.
3069         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3070         (shr-put-image): Return scaled image.
3071
3072         * gnus-art.el (gnus-shr-put-image): New function.
3073         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3074
3075         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3076         original ones, as deletable.
3077
3078 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3079
3080         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3081
3082 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3083
3084         * registry.el (registry-full): Add convenience method.  Fix logic.
3085         (registry-insert): Use it.  Fix logic here too.
3086
3087         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3088         `registry-prune' if `registry-full' returns t.
3089         (gnus-registry-handle-action)
3090         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3091         (gnus-registry-usage-test): Use it.
3092
3093 2011-05-07  Julien Danjou  <julien@danjou.info>
3094
3095         * shr.el (shr-link): Make shr-link inherit from link by default.
3096
3097 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3098
3099         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3100
3101 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3102
3103         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3104         error out because the face is not a list.
3105
3106 2011-05-05  Glenn Morris  <rgm@gnu.org>
3107
3108         * proto-stream.el (gnutls-negotiate): Fix declarations.
3109
3110         * gnus-start.el (gnus-propagate-marks): Declare.
3111
3112 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3113
3114         * registry.el (registry-reindex): Fix percentage message.
3115
3116         * proto-stream.el (network-stream-open-starttls): Adjust to call
3117         `gnutls-negotiate' with :process and :hostname arguments.
3118
3119 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3120
3121         * shr.el: Add shr-link face for links.
3122         (shr-urlify): Use it.
3123
3124         * registry.el (registry-insert): Make error message more helpful.
3125
3126 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3127
3128         * gnus-html.el (gnus-html-schedule-image-fetching):
3129         Use url-queue-retrieve, if it exists.
3130
3131         * shr.el (shr-tag-img): Ditto.
3132
3133         * gnus.el: Autoload more gnus-agent functions.
3134
3135         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3136         agent if we haven't already (bug#8502).
3137
3138         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3139         into the Agent, too.
3140
3141         * gnus-agent.el (gnus-agent-store-article): New function.
3142
3143         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3144         and moved from that file for reuse.
3145
3146         * pop3.el (pop3-open-server): Error messages are "-ERR".
3147
3148 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149
3150         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3151         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3152
3153 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3154
3155         * gnus.el: No Gnus v0.17 is released.
3156
3157 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3158
3159         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3160         buffer has moved to a different frame.
3161
3162 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3165         to get the conversion from unibyte to multibyte buffers to work on
3166         Emacs 22.
3167
3168         * nntp.el (nntp-request-article): Slight clean-up.
3169
3170 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * shr.el (shr-strike-through): New face.
3173         (shr-tag-s): Use it to provide <s> support.
3174         (shr-tag-s): Remove duplicate definition.
3175
3176 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3177
3178         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3179         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3180
3181 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
3182
3183         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
3184         `gnutls-negotiate'.
3185         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
3186
3187 2011-04-23  Glenn Morris  <rgm@gnu.org>
3188
3189         * gnus-sum.el (gnus-extra-headers): Bump :version.
3190
3191 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * shr.el (shr-tag-sup): New function.
3194         (shr-tag-sub): Ditto.
3195
3196 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3197
3198         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3199         for the case where `gnus-registry-ignored-groups' is a list of lists,
3200         and don't call `gnus-parameter-registry-ignore' otherwise.
3201
3202 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3203
3204         * nnimap.el (nnimap-user): New backend variable.
3205         (nnimap-open-connection-1): Use it.
3206         (nnimap-credentials): Accept user parameter so it's explicit what user
3207         name is desired.
3208
3209         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3210         default.
3211
3212         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3213         not gnus-registry.el.
3214
3215         * gnus-registry.el: Mention in comments how to modify
3216         `gnus-extra-headers' for proper recipient tracking and that it may
3217         already have To and Cc recently, which it does as of this commit.
3218         (gnus-registry-ignored-groups): Remove defcustom.
3219         Explain why in comments.
3220         (gnus-registry-action): Fix data-header reference to use the extra
3221         headers.  Explain in package commentary how to add To and Cc headers to
3222         the gnus-extra-headers.
3223         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3224         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3225         parameter list or a string list in `gnus-registry-ignored-groups'.
3226         Fix logic error.
3227
3228 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * shr.el (shr-expand-url): Protect against null urls.
3231
3232 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233
3234         * shr.el (shr-base): New binding.
3235         (shr-tag-base): Keep track of <base>.
3236         (shr-expand-url): New function used throughout.
3237
3238 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3239
3240         * gnus-registry.el
3241         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3242         (gnus-registry-ignored-groups): New variable.
3243         (gnus-registry-ignore-group-p): Use it.
3244         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3245         set the destination group to nil (same as delete) if it's ignored.
3246
3247 2011-04-20  David Engster  <dengste@eml.cc>
3248
3249         * tests/gnustest-nntp.el: New file for simple NNTP testing.
3250
3251         * Makefile.in (test-nntp): New rule.
3252         (check): Add it.
3253         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
3254
3255 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3256
3257         * gnus-registry.el (gnus-registry-action)
3258         (gnus-registry-fetch-header-fast):
3259         Don't use mail-header that looks an internal function of mailheader.el.
3260
3261 2011-04-19  Glenn Morris  <rgm@gnu.org>
3262
3263         * time-date.el (time-to-days): Remove unused local variables.
3264
3265 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-registry.el: Eliminate cl functions.
3268         (gnus-registry-sort-addresses): New function that replaces mapcan.
3269         (gnus-registry-action, gnus-registry-spool-action)
3270         (gnus-registry-split-fancy-with-parent)
3271         (gnus-registry-fetch-recipients-fast): Use it.
3272         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3273
3274         * registry.el (initialize-instance, registry-lookup)
3275         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3276         (registry-lookup-secondary-value, registry-search, registry-delete)
3277         (registry-insert, registry-reindex, registry-size, registry-prune):
3278         Use eval-and-compile.
3279
3280 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3281
3282         * registry.el (registry-reindex): New method to recreate the secondary
3283         registry indices.
3284
3285         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3286         tracked field changes.
3287         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3288         (gnus-registry-action, gnus-registry-spool-action)
3289         (gnus-registry-handle-action)
3290         (gnus-registry--split-fancy-with-parent-internal)
3291         (gnus-registry-split-fancy-with-parent)
3292         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3293         move, and delete actions, and for fancy splitting with parent.
3294         (gnus-registry-extract-addresses)
3295         (gnus-registry-fetch-recipients-fast)
3296         (gnus-registry-fetch-header-fast): Convenience functions.
3297         (gnus-registry-misc-test): ERT test of
3298         `gnus-registry-extract-addresses'.
3299
3300 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3301
3302         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3303         Track by subject first, then sender.
3304
3305 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3306
3307         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3308
3309         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3310         Lisp.
3311
3312         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3313         (gnus-draft-send): Use it to avoid popping
3314         up frames from gnus-group-send-queue.
3315
3316 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3317
3318         * gnus-registry.el: Updated gnus-registry docs.
3319
3320 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3321
3322         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3323         Fix logic bug.
3324         (gnus-registry-post-process-groups): Fix logging of no results and
3325         quote sender and subject.
3326
3327 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3328
3329         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
3330         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
3331         gnutls-cli are too slow to be done opportunistically.
3332
3333         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3334         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3335         we had no early-data returned.
3336         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3337         two async commands to the same server at the same time.
3338
3339 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3340
3341         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3342
3343 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3346         "warning" level.
3347
3348         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3349         (mm-url-insert-file-contents): Don't set the package names.
3350
3351 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3352
3353         * gnus-registry.el (gnus-registry-action): Remove properties and
3354         simplify subject in `gnus-registry-handle-action'.
3355         (gnus-registry-spool-action): Get subject and sender from message if
3356         they are not passed in.
3357         (gnus-registry-handle-action): Remove properties and simplify subject
3358         consistently.
3359
3360 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3361
3362         * registry.el: Require CL before using defmacro*.
3363
3364 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * gnus-art.el (article-treat-date): Assume that
3367         gnus-article-date-headers may be a group parameter.
3368
3369 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3370
3371         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3372
3373         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3374         interactively so the newsrc file can contain foreign groups too.
3375         Useful for debugging but not much for users.
3376
3377 2011-04-07  David Engster  <dengste@eml.cc>
3378
3379         * registry.el (registry-usage-test): Only do
3380         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3381         lexical binding.
3382
3383 2011-04-07  David Engster  <dengste@eml.cc>
3384
3385         * Makefile.in (check, test-registry): New rules for test-suite.
3386
3387 2011-04-06  David Engster  <dengste@eml.cc>
3388
3389         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3390         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3391
3392 2011-04-06  David Engster  <dengste@eml.cc>
3393
3394         * registry.el (initialize-instance): Change :after to :AFTER to be
3395         compatible with old EIEIO version in XEmacs.
3396
3397 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3398
3399         * gnus-registry.el (gnus-registry-post-process-groups)
3400         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3401         and provide better messaging.
3402
3403 2011-04-06  David Engster  <dengste@eml.cc>
3404
3405         * Makefile.in (fail-on-warning): New rule to compile with warnings as
3406         errors.
3407
3408         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
3409         dgnushack-compile with error-on-warn enabled, and to signal an error if
3410         clean compilation failed.
3411         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
3412         with `byte-compile-error-on-warn'.  Return nil if errors occured.
3413
3414 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3415
3416         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3417         unconditionally anyway, discarding errors.
3418         (gnus-registry-delete-entries): New convenience function.
3419         (gnus-registry-import-eld): Import from old .eld registry.
3420
3421         * registry.el: Don't use ERT if it's not available.  Load it
3422         unconditionally anyway, discarding errors.
3423
3424         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3425         version from the Claudio Bley GnuTLS patch (extra optional parameters
3426         and host name).
3427
3428 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3429
3430         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3431         fixup the parameters that can be customized by the user between
3432         save/read cycles.
3433         (gnus-registry-read): Use it.
3434         (gnus-registry-make-db): Use it.
3435         (gnus-registry-spool-action, gnus-registry-handle-action):
3436         Fix messaging.
3437         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3438         Map references to actual group names with sender and subject tracking.
3439         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3440         (gnus-registry-usage-test): Add subject lookup test.
3441
3442         * registry.el (registry-db, initialize-instance): Set up constructor
3443         instead of :initform arguments for the sake of older Emacsen.
3444         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3445         pre-lexbind merge bug.
3446         (registry-usage-test): Use it.
3447         (initialize-instance, registry-db): Move the non-function initforms
3448         back to the class definition.
3449
3450 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3451
3452         * registry.el: New library to manage gnus-registry-style data.
3453
3454         * gnus-registry.el: Use it (major rewrite).
3455
3456         * nnregistry.el: Use it.
3457
3458         * spam.el: Use it.
3459
3460 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461
3462         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3463         marks on non-selected articles.
3464
3465 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3466
3467         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3468         parameter to open-protocol-stream.
3469
3470 2011-04-01  Julien Danjou  <julien@danjou.info>
3471
3472         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3473         fundamental-mode.
3474
3475 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3478         servers.
3479
3480 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3483         made marks not propagate, again.
3484
3485 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3486
3487         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3488         Make this the default type.
3489         (proto-stream-open-plain): Rename from proto-stream-open-default.
3490         (open-protocol-stream, proto-stream-open-starttls)
3491         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3492         with `plain'.
3493
3494         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3495         value.
3496
3497         * nntp.el (nntp-open-connection-function): Document the fact that some
3498         values are not functions but are instead handled specially.
3499         Recognize nntp-open-plain-stream value.
3500         (nntp-open-connection): Recognize that value.
3501
3502 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
3505         where it seems to be needed.
3506
3507 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3510         stuff.
3511
3512         * gnus-score.el (gnus-score-string): Fix calling convention of
3513         `gnus-simplify-buffer-fuzzy' after last patches.
3514
3515         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3516         server for articles we didn't get any headers for.  This is a sanity
3517         check.
3518
3519 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3520
3521         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3522         new CAPABILITY, use it.
3523
3524 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3525
3526         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3527         downloading anything.
3528
3529         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3530
3531 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3532
3533         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3534         colors.
3535         (gnus-splash-svg-color-symbols): New function.
3536
3537 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3540         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3541         (gnus-simplify-subject-fuzzy): Use the local
3542         gnus-simplify-subject-fuzzy-regex instead of the global one.
3543         This makes using this variable in group parameters work.
3544
3545 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3546
3547         * gnus-registry.el (gnus-registry-unfollowed-groups):
3548         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3549         archive:sent-YYYY-MM-DD groups).
3550         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3551         tracking if there are more than `gnus-registry-max-track-groups'
3552         matches.
3553
3554 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3555
3556         * message.el (message--yank-original-internal): New function to do the
3557         insertion cleanly inside eval in `message-yank-original'.
3558         (message-yank-original): Use it.
3559
3560 2011-03-29  Julien Danjou  <julien@danjou.info>
3561
3562         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3563         local variables disabled rather than `normal-mode'.
3564
3565 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
3566
3567         * imap.el (imap-shell-open, imap-process-connection-type):
3568         Use imap-process-connection-type for 'shell' streams as well as
3569         Kerberos, SSL, other subprocesses.
3570
3571 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3572
3573         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3574         with open-network-stream.
3575         (proto-stream-always-use-starttls): Option removed.
3576         (open-protocol-stream): Return a process object by default.  Provide a
3577         new parameter :return-list specifying a list-type return value, which
3578         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3579         :type `network' to `try-starttls', and `network-only' to `default'.
3580         Make `default' the default, for compatibility with open-network-stream.
3581         Handle the no-parameter case exactly as open-network-stream, with no
3582         additional stream processing.  Search plists using plist-get.
3583         Explicitly add :end-of-commend parameter if it is missing.
3584         (proto-stream-open-default): Rename from
3585         proto-stream-open-network-only.  Return 'default as the type.
3586         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3587         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3588         failed.  Always return a list with a (possibly dead) process as the
3589         first element, for compatibility with open-network-stream.
3590         (proto-stream-open-tls): Use plist-get.  Always return a list.
3591         (proto-stream-open-shell): Return `default' as connection type.
3592         (proto-stream-capability-open): Use plist-get.
3593         (proto-stream-eoc): Function deleted.
3594
3595         * nnimap.el (nnimap-stream, nnimap-open-connection)
3596         (nnimap-open-connection-1): Handle renaming of :type parameter for
3597         open-protocol-stream.
3598         (nnimap-open-connection-1): Pass a :return-list parameter
3599         open-protocol-stream to obtain a list return value.  Parse this list
3600         using plist-get.
3601
3602         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3603         for open-protocol-stream.  Accept open-protocol-stream return value
3604         that is a subprocess object instead of a list.  Handle the case of a
3605         dead returned process.
3606
3607 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3610
3611         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3612
3613 2011-03-21  Julien Danjou  <julien@danjou.info>
3614
3615         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3616         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3617         query.
3618         (mm-inline-text): Render normal text with fontification whenever
3619         possible.
3620
3621         * gnus-sum.el (gnus-summary-save-parts-1):
3622         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3623         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3624         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3625         Use `mm-handle-filename'.
3626
3627         * mm-util.el (mm-handle-filename): New function, return the filename of
3628         an handle.
3629
3630 2011-03-18  Julien Danjou  <julien@danjou.info>
3631
3632         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3633         (gnus-buffer-live-p): Check that buffer is not nil.
3634
3635 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3636
3637         * gnus.el: No Gnus v0.15 is released.
3638
3639 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * time-date.el (format-seconds): Use assoc instead of assoc-string to
3642         avoid warning on XEmacs.
3643
3644         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
3645         on XEmacs.
3646
3647         * gnus-art.el: Require mouse, which the build bot seems to say is
3648         needed.
3649
3650         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
3651
3652         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3653         XEmacs, since it doesn't have url-retrieve-synchronously.
3654
3655         * time-date.el (format-seconds): Use assoc instead of assoc-string,
3656         since assoc-string doesn't exist in XEmacs.
3657
3658 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3659
3660         * gnus-group.el (gnus-group-list-ticked): New function.
3661         (gnus-group-make-menu-bar): Provide a menu entry for it.
3662         (gnus-group-list-map): Provide a binding for it.
3663
3664 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * shr.el (shr-visit-file): New command.
3667
3668         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3669
3670 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3671
3672         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3673         servers.
3674
3675 2011-03-16  Julien Danjou  <julien@danjou.info>
3676
3677         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3678         inline.
3679
3680         * gnus-art.el (article-hide-list-identifiers):
3681         Use gnus-group-get-list-identifiers.
3682
3683         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3684         (gnus-summary-remove-list-identifiers):
3685         Use gnus-group-get-list-identifiers to get regexp.
3686         (gnus-select-newsgroup, gnus-summary-insert-subject)
3687         (gnus-summary-insert-articles):
3688         Call gnus-summary-remove-list-identifiers unconditionally.
3689
3690 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3693         we're selecting a group with unread articles.
3694
3695         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3696
3697         * gssapi.el: New file separated out from imap.el to provide a general
3698         Kerberos 5 connection facility for Emacs.
3699
3700         * message.el (message-elide-ellipsis): Document the format spec
3701         ellipsis.
3702
3703 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3704
3705         * message.el (message-elide-region): Allow the ellipsis to say how many
3706         lines were removed.
3707
3708 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3711         window configurations containing buffers that are now dead.
3712
3713         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3714         parsing to avoid integer overflows.
3715         (nnimap-parse-flags): Simplify the last change.
3716         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3717         too large for 32-bit Emacsen.
3718
3719 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3720
3721         * auth-source.el (auth-source-netrc-create):
3722         * message.el (message-yank-original): Fix use of `case'.
3723
3724 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3725
3726         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3727         XEmacs, which was one character too wide.
3728
3729 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3730
3731         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
3732         default number of articles to display.
3733         (gnus-articles-to-read): Use pretty names for prompt.
3734
3735 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * gnus-int.el (gnus-open-server): Ditto.
3738
3739         * gnus-start.el (gnus-activate-group): Give a backtrace if
3740         debug-on-quit is set and the user hits `C-g'.
3741         (gnus-read-active-file): Ditto.
3742
3743         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
3744
3745 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
3746
3747         * message.el (message-yank-original): Use cond instead of CL case.
3748
3749 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3750
3751         * auth-source.el (auth-source-netrc-create): Use usual format for the
3752         default in prompts.
3753
3754 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * lpath.el: Fbind read-char-choice for XEmacs.
3757
3758 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
3759
3760         * auth-source.el (auth-source-netrc-create): Show the default in the
3761         prompt when prompting for token creation.
3762
3763 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
3764
3765         * auth-source.el (auth-source-format-prompt): Always convert the value
3766         to a string to avoid evaluating non-string arguments.
3767         (auth-source-netrc-create): Offer default properly, not as initial
3768         content in `read-string'.
3769         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
3770         of line to determine if we've been run before.  If so, don't run again,
3771         but print a trivial message to indicate the cache was hit instead.
3772
3773 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
3774
3775         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
3776         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
3777         The user will have to run `gnus-sync-read' manually and wait for Cloudy
3778         Gnus.
3779
3780 2011-03-11  Julien Danjou  <julien@danjou.info>
3781
3782         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
3783         modified file".
3784
3785 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
3786
3787         * auth-source.el (auth-source-read-char-choice): New function to read a
3788         character choice using `dropdown-list', `read-char-choice', or
3789         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
3790         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
3791         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
3792         (auth-source-netrc-saver): Use it.
3793         (auth-source-pick-first-password): New convenience function.
3794
3795 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3796
3797         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
3798         parameter in the credentials.
3799         (nnimap-open-connection-1): Use it after a successful login.
3800         (nnimap-credentials): Add IMAP-specific user and password prompt.
3801
3802         * auth-source.el (auth-source-search): Add :require parameter, taking a
3803         list.  Document it and the :save-function return token.  Pass :require
3804         down.  Change the CREATED message from a warning to a debug statement.
3805         (auth-source-search-backends): Pass :require down.
3806         (auth-source-netrc-search): Pass :require down.
3807         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
3808         Change save prompt to indicate all modifications saved here are
3809         deletions.
3810         (auth-source-netrc-create): Take user login name as default in user
3811         prompt.  Move all the save functionality to a lexically bound function
3812         under the :save-function token in the returned list.  Set up clearer
3813         default prompts for user, host, port, and secret.
3814         (auth-source-netrc-saver): New function, intended to be wrapped for
3815         :save-function.
3816
3817 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * shr.el (shr-table-horizontal-line): Change the defaults for the table
3820         lines to be spaces instead.
3821
3822 2011-03-07  Julien Danjou  <julien@danjou.info>
3823
3824         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
3825         (sieve-sasl-auth): Check that auth-source-search did return something,
3826         or just return an empty string.
3827
3828 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3829
3830         * gnus.el (gnus-interactive): Use read-directory-name.
3831
3832         * gnus-uu.el (gnus-uu-decode-uu-and-save)
3833         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
3834         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
3835         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
3836         Likewise.
3837
3838         * gnus-group.el (gnus-group-make-directory-group): Likewise.
3839
3840 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3841
3842         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
3843         onto the list of killed groups, too.  This makes killed nnimap groups,
3844         for instance, more reliably not reappear.
3845
3846         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
3847         the parent.
3848
3849         * gnus-sum.el (gnus-update-read-articles): Fix typo.
3850
3851         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
3852         really have server-side marks.
3853
3854         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
3855         since most backends do not usefully have server-side marks.
3856         (gnus-update-read-articles): Propagate marks to all backends that
3857         really have server-side marks.
3858
3859 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
3860
3861         * message.el (message-cite-reply-position, message-cite-style):
3862         New variables.
3863         (message-yank-original): Use the new citation styles.
3864
3865 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
3866
3867         * message.el (message-options): Revert 22da67af (workaround for XEmacs
3868         buffer-local issue); don't mark it buffer-local when running under
3869         XEmacs.
3870
3871 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
3872
3873         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
3874         numbers too big to be `read'.
3875
3876 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
3877
3878         * password-cache.el (password-in-cache-p): Add autoload.
3879
3880         * message.el (message-options): Make buffer-local two ways to attempt
3881         to fix a XEmacs bug.
3882
3883 2011-03-02  Julien Danjou  <julien@danjou.info>
3884
3885         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
3886
3887 2011-03-01  Julien Danjou  <julien@danjou.info>
3888
3889         * gnus-art.el (list-identifier): Add list-identifier as a parameter
3890         group.
3891         (article-hide-list-identifiers): Use list-identifier group parameter.
3892
3893 2011-02-28  Julien Danjou  <julien@danjou.info>
3894
3895         * sieve.el (sieve-buffer-script-name): New local variable to store
3896         sieve script name.
3897         (sieve-edit-script): Store sieve script name.
3898         (sieve-upload): Use sieve script name when uploading.
3899         (sieve-upload): Use substitute-command-keys.
3900         (sieve-edit-script): Use substitute-command-keys.
3901         (sieve-refresh-scriptlist): Use substitute-command-keys.
3902         (sieve-manage-mode-map): Define keymap properly.
3903         (sieve-manage-mode): Do not set mode name manually, change mode-name to
3904         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
3905         Remove commented code about cvs.
3906         (sieve-manage-quit): New function.
3907         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
3908
3909 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * gnus-group.el (gnus-import-other-newsrc-file): New function.
3912
3913 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3914
3915         * auth-source.el (auth-source-search): Cache empty result sets.
3916
3917         * password-cache.el (password-in-cache-p): Convenience function to
3918         check if a key is in the cache, even if the value is nil.
3919
3920         * auth-source.el (auth-source-save-behavior): New variable to replace
3921         `auth-source-never-create'.
3922         (auth-source-netrc-create): Use it.
3923         (auth-source-never-save): Remove.
3924
3925 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
3926
3927         * nnimap.el (nnimap-stream): Doc fix.
3928         (nnimap-open-connection-1): Reverse the order of the ports to that the
3929         prompted-for port is first.
3930
3931         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
3932         retrieval by the no-group selection.
3933
3934         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
3935         numerical parameters.
3936
3937 2011-02-25  Julien Danjou  <julien@danjou.info>
3938
3939         * gnus-gravatar.el: Use gnus-with-article-buffer.
3940
3941         * gnus-art.el (gnus-with-article-buffer): Check that the
3942         gnus-article-buffer is alive.
3943
3944 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3945
3946         * auth-source.el (auth-source-creation-prompts): New variable to manage
3947         creation-time prompts.
3948         (auth-source-search): Document it.
3949         (auth-source-format-prompt): Add utility function.
3950         (auth-source-netrc-create): Don't default the user name to
3951         user-login-name.  Use `auth-source-creation-prompts' and some default
3952         prompts for user, host, port, and password (the default generic prompt
3953         remains ugly).
3954         (auth-source-never-save): Add customizable option to never save info.
3955         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
3956         mode excursion.
3957
3958 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
3961         argument that XEmacs doesn't support.
3962
3963         * dgnushack.el (dgnushack-compile): Exclude color.el from being
3964         compiled for Emacsen having no `libxml-parse-html-region' support.
3965
3966         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
3967
3968         * lpath.el: Bind buffer-save-without-query for XEmacs.
3969
3970 2011-02-23  Julien Danjou  <julien@danjou.info>
3971
3972         * gnus-art.el (article-make-date-line): Ignore errors if time is
3973         invalid and not convertible.
3974         (article-make-date-line): Only add lapsed time if time is not nil.
3975
3976 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
3977
3978         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
3979         `read-char-choice' for backwards compatibility.
3980         (auth-source-netrc-element-or-first): New function to DTRT for
3981         parameter extraction.
3982         (auth-source-netrc-create): Use it and fix multiple parameter print
3983         bug.  Use the default passed from above (given-default) or the
3984         built-in (user-login-name for :user).
3985
3986 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3987
3988         * gnus-start.el (gnus-dribble-read-file):
3989         Set buffer-save-without-query, since we always want to save the dribble
3990         file, probably.
3991
3992         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
3993         nnimap.
3994
3995         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
3996         -summary- since it's a user-visible variable.
3997
3998         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
3999         first time you use the new Gnus.
4000
4001 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4002
4003         * auth-source.el: Don't load netrc.el.
4004         (auth-sources): Search ~/.netrc as well by default.
4005         (auth-source-debug): Add 'trivia option for extra output.
4006         (auth-source-do-trivia): Use it.
4007         (auth-source-search): Simplify logic to use
4008         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4009         appropriate.  Don't keep a running count at this level.  Layer :create
4010         and :delete options appropriately on the first and second passes.
4011         Don't track the backend with the search results.
4012         (auth-source-search-backends): New function to search a list of
4013         backends for a processed spec.
4014         (auth-source-netrc-parse): Cache all netrc files, making
4015         auth-source-netrc-cache an alist keyed by the file name and using the
4016         file mtime as the caching criterion.  Keep the obfuscated data secret
4017         with a lexical bind.
4018         (auth-source-netrc-search): Don't calculate the length of the results
4019         unnecessarily.
4020         (auth-source-search-backends): Fix bug.
4021         (auth-source-netrc-create): Rework prompts.
4022
4023 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4024
4025         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4026         Lower case names of search constraints.
4027         (nnir-run-query): Cache and reuse search constraints for all imap
4028         servers.
4029
4030 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4031
4032         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4033         after exit.
4034         (gnus-setup-message): Define missing variable from last checkin.
4035
4036         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4037         value, show the raw article.
4038
4039 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4040
4041         * gnus.el: No Gnus v0.13 is released.
4042
4043 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4044
4045         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4046         auth-source now accepts numbers.
4047
4048         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4049         spec, too.
4050         (auth-source-ensure-strings): New function.
4051
4052         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4053         (gnus-article-setup-buffer): Always restart the date timer so that user
4054         changes to the frequency is respected.
4055
4056         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4057         port numbers, so make sure it gets that if nnimap-server-port is
4058         explicit.
4059
4060 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4061
4062         * nnimap.el (nnimap-inbox): Doc fix.
4063
4064 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
4065
4066         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
4067         Autoload.  Add optional arg FRAME, and pass it to color-values.
4068         (color-complement): Caller changed.  Doc fix.
4069         (color-gradient): Rewrite for better clarity and efficiency.
4070
4071 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4072
4073         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4074         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4075         color-lab-to-srgb.
4076
4077 2011-02-20  Drew Adams  <drew.adams@oracle.com>
4078
4079         * color.el: First part of merge from hexrgb.el.
4080         (color-rgb-to-hex): Rename from color-rgb->hex.
4081         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
4082         saturation to zero if the value is too small.
4083         (color-rgb-to-hsl): Rename from color-rgb->hsl.
4084         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
4085         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
4086         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
4087         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
4088         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
4089         (color-cie-de2000): Doc fix.
4090
4091 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4092
4093         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4094         given method as in the group name if we're using an extended method.
4095         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4096         command, if we're using that, instead of waiting for the beginning.
4097
4098         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4099         we're sure to get unique server names, and we don't output two async
4100         commands in the same buffer.  This fixes an NNTP hang for some users.
4101
4102 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4103
4104         * gnus.el: No Gnus v0.11 is released.
4105
4106 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4109         summary buffer before reading going to the next buffer.  This avoids
4110         putting the point in the group buffer if you `C-g' the command.
4111
4112         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4113         cache (for now) to make ~/.authinfo.gpg files usable.
4114
4115         * nnfolder.el (copyright-update): Define for the compiler.
4116
4117         * auth-source.el (auth-source-search): Fix unbound variable.
4118
4119 2011-02-19  Glenn Morris  <rgm@gnu.org>
4120
4121         * gnus.el (gnus-meta): Doc fix.
4122
4123 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4124
4125         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4126         in case it's not yet loaded.
4127
4128 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4129
4130         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4131         line we're waiting for.
4132
4133 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4134
4135         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4136         face with line-width greater than zero will cause RET in gnus summary
4137         buffer to scroll down article page-wise because auto vscroll happens,
4138         it should be temporally disabled when doing a scroll-up.
4139
4140 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4141
4142         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4143         outputs from the server.
4144
4145 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4146
4147         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4148         later so that bbdb can hook in easier.
4149
4150 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4151
4152         * auth-source.el (auth-source-search): Don't try to create credentials
4153         if the caller doesn't want that.
4154         (auth-source-search): If we don't find a match, don't bug out on
4155         non-bound variables.
4156         (auth-source-search): Only ask a single backend to create the
4157         credentials.
4158
4159         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4160         logging.
4161         (nnimap-credentials): Protect against auth-source-search returning nil.
4162         (nnimap-request-list): Protect against not being able to open the
4163         server.
4164
4165 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4166
4167         * auth-source.el (auth-source-search): Do a two-phase search, one with
4168         no :create to get the responses from all backends.
4169
4170         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4171         when getting credentials.
4172
4173         * gnus-util.el (gnus-delete-duplicates): New function.
4174
4175 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4176
4177         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4178         a creation default, pass the whole port list down.  It will be
4179         completed.
4180
4181         * auth-source.el (auth-source-search): Updated docs to talk about
4182         multiple creation choices.
4183         (auth-source-netrc-create): Accept a list as a value (from the search
4184         parameters) and do completion on that list.  Keep a separate netrc line
4185         with the password obscured for showing the user.
4186
4187         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4188         first choice to `auth-source-search' so it will be used for entry
4189         creation instead of the server's Gnus-specific name.
4190         (nnimap-credentials): Rely on the auth-source library to select which
4191         port is actually wanted in the new netrc entry, so don't override
4192         `auth-source-creation-defaults'.
4193
4194         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4195         :protocol and accept a missing user, host, or port as a wildcard match.
4196         (auth-source-debug): Default to off.
4197
4198         (auth-source-netrc-search, auth-source-netrc-create)
4199         (auth-source-secrets-search, auth-source-secrets-create)
4200         (auth-source-user-or-password, auth-source-backend, auth-sources)
4201         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4202         instead of :protocol.
4203
4204         * nnimap.el (nnimap-credentials): Pass a port default to
4205         `auth-source-search' in case an entry needs to be created.
4206         (nnimap-open-connection-1): Use :port instead of :protocol.
4207
4208 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * auth-source.el: Bind load-path when loading EIEIO from
4211         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
4212         21.4 doesn't support, to `require'.
4213         (auth-source-secrets-search): Use mm-delete-duplicates instead of
4214         delete-dups that is not available in XEmacs 21.4.
4215
4216 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
4217
4218         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
4219         as EIEIO must also be loaded when auth-source.el is being
4220         byte-compiled.
4221
4222 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4223
4224         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
4225
4226         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
4227
4228         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
4229
4230         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
4231
4232         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
4233
4234         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
4235
4236         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
4237
4238         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
4239         necessary.
4240
4241 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4242
4243         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4244         nil means that nnimap doesn't get updated.
4245
4246 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4247
4248         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4249         result when the user doesn't want to write to the file.
4250         (auth-source-netrc-search): Expect a synthetic result and proceed
4251         accordingly.
4252         (auth-source-cache-expiry): New variable to override
4253         `password-cache-expiry'.
4254         (auth-source-remember): Use it.
4255
4256         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4257         parameter.  Create entry if necessary by using :create t.
4258         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4259
4260 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4261
4262         * auth-source.el (auth-source-debug): Enable by default and don't
4263         mention the obsolete `auth-source-hide-passwords'.
4264         (auth-source-do-warn): New function to debug unconditionally.
4265         (auth-source-do-debug): Use it.
4266         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4267         and for Secrets API entries when the secrets.el library is not
4268         available.
4269
4270 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4271
4272         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4273         (gnus-summary-exit): Kill the correct article buffer on exit from a
4274         `C-d' group.
4275
4276         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4277         gnus-propagate-marks.
4278
4279         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4280         before killing the buffers so that a non-full window conf gets handled
4281         correctly.
4282         (gnus-summary-exit): Ditto.
4283         (gnus-summary-read-group-1): Ditto.
4284
4285         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4286         async code again so that we can debug it properly.
4287
4288         * message.el (message-reply): Take an optional switch-buffer parameter
4289         so that Gnus window confs are respected better.
4290
4291 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4292
4293         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4294         `plist-get' to accept non-list parameters (XEmacs issue).
4295         Fix docstring.
4296         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4297         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4298         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4299         Login collection is "Login" and not "login".
4300
4301 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4302
4303         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4304         multiple headers.
4305
4306         * nnimap.el (nnimap-inhibit-logging): New variable.
4307         (nnimap-log-command): Don't log login commands.
4308
4309         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4310         to have more parameters.
4311
4312         * nnimap.el (nnimap-send-command): Mark the command time for each
4313         command, so that we don't get NOOPs stepping on our toes.
4314
4315         * gnus-art.el (article-date-ut): Get the date from the Date header on
4316         `t'.
4317
4318 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * auth-source.el (auth-source-search): Use copy-sequence instead of
4321         the cl.el copy-list.
4322
4323 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4324
4325         * imap.el: Bring it back (revert
4326         84d800cd31de3064f0ed39617d725709a2f8f42f).
4327
4328 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4329
4330         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4331         Improve prompt.
4332
4333 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4334
4335         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4336         washing status from the default format.  It isn't very informative.
4337
4338 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4339
4340         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4341         Fix Gcc processing on imap.
4342
4343 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
4344
4345         * imap.el: Remove file.  All the functionality is in nnimap.el.
4346
4347 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4348
4349         * message.el (message-bury): Don't pop up a new window when selected
4350         window is dedicated.
4351
4352 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4353
4354         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4355
4356 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         * sieve-manage.el: Autoload `auth-source-search'.
4359         (sieve-sasl-auth): Use it.
4360
4361 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4362
4363         * nnimap.el: Autoload `auth-source-forget+'.
4364         (nnimap-open-connection-1): Use it if the connection fails.
4365
4366         * auth-source.el: Require `password-cache'.
4367         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4368         obsolete.
4369         (auth-source-magic): Marker for `password-cache' keys.
4370         (auth-source-do-cache): Update docstring.
4371         (auth-source-search): Use and check cache.
4372         (auth-source-forget-all-cached, auth-source-remember)
4373         (auth-source-recall, auth-source-forget, auth-source-forget+)
4374         (auth-source-specmatchp): Caching support functions.
4375         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4376         Remove and obsolete.
4377         (auth-source-user-or-password): Remove caching to further discourage
4378         using it.  Always hide passwords.
4379
4380         * password-cache.el (password-cache-remove): Accept secrets that are
4381         not strings.
4382
4383 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4384
4385         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4386         code for now, since it doesn't work for all users.
4387
4388 2011-02-09  Julien Danjou  <julien@danjou.info>
4389
4390         * message.el (message-options): Make message-options really buffer
4391         local.
4392
4393 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4394
4395         * mail-source.el: Autoload `auth-source-search'.
4396         (mail-source-keyword-map): Note order matters.
4397         (mail-source-set-1): Get all the mail-source source values and
4398         defaults and search auth-source on those if needed.  This can all
4399         probably be simplified.
4400
4401         * nnimap.el: Autoload `auth-source-search'.
4402         (nnimap-credentials): Use it.
4403         (nnimap-open-connection-1): Ask for the virtual server and physical
4404         address in one shot.
4405
4406         * nntp.el: Autoload `auth-source-search'.
4407         (nntp-send-authinfo): Use it.  Note TODO.
4408
4409 2011-02-08  Julien Danjou  <julien@danjou.info>
4410
4411         * shr.el (shr-tag-body): Add support for text attribute in body
4412         markups.
4413
4414         * message.el (message-options): Make message-options a local variable.
4415
4416 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4417
4418         * auth-source.el (auth-source-secrets-search)
4419         (auth-source-user-or-password): Use `append' instead of `nconc'.
4420         (auth-source-user-or-password): Build return list better and protect
4421         against nil :secret.
4422
4423 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4424
4425         * nnimap.el (nnimap-update-info): Refactor slightly.
4426         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4427         (nnimap-update-info): Clean up slightly.
4428         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4429         characters.
4430         (nnimap-process-quirk): Rename function to avoid collision.
4431         (nnimap-update-info): Fix macrology bug-out.
4432         (nnimap-update-info): Simplify split history test.
4433
4434 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4435
4436         * auth-source.el (top): Require 'eieio unconditionally.
4437         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4438         (auth-source-secrets-search): Limit search when `max' is greater than
4439         number of results.
4440
4441 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4442
4443         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4444         part not returning any data.
4445
4446         * proto-stream.el (open-protocol-stream): Document the return value.
4447
4448 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4449
4450         * auth-source.el (auth-source-secrets-search): Add examples.
4451
4452 2011-02-06  Julien Danjou  <julien@danjou.info>
4453
4454         * message.el (message-setup-1): Handle message-generate-headers-first
4455         set to t.
4456
4457 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4458
4459         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4460         API with a string "secrets:collection-name" and with 'default.
4461         (auth-source-backend-parse): Parse "secrets:collection-name" and
4462         'default.  Recurse on parses instead of repeating code.  Use the
4463         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4464         message when ignoring a source.
4465         (auth-source-search): List ignored search keys at the top level.
4466         (auth-source-netrc-create): Use `case' instead of `cond'.
4467         (auth-source-secrets-search): Created with TODOs.
4468         (auth-source-secrets-create): Created with TODOs.
4469         (auth-source-retrieve, auth-source-create, auth-source-delete)
4470         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4471         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4472         (auth-source-user-or-password-sftp)
4473         (auth-source-user-or-password-smtp): Remove.
4474         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4475         around `auth-source-search'.  Not tested thoroughly.
4476
4477 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4478
4479         * auth-source.el: Bring in assoc and eioeio libraries.
4480         (secrets-enabled): New variable to track the status of the Secrets API.
4481         (auth-source-backend): New EIOEIO class to represent a backend.
4482         (auth-source-creation-defaults): New variable to set prompt defaults
4483         during token creation (see the `auth-source-search' docstring for
4484         details).
4485         (auth-sources): Simplify to allow a simple string as a netrc backend
4486         spec.
4487         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4488         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4489         (auth-source-search): Main auth-source API entry point.
4490         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4491         (auth-source-search-collection): Helper function for searching.
4492         (auth-source-netrc-parse, auth-source-netrc-normalize)
4493         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4494         Supports search, create, and delete.
4495         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4496         backend stubs.
4497         (auth-source-user-or-password): Call `auth-source-search' but it's not
4498         ready yet.
4499
4500 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4501
4502         * message.el (message-setup-1): Remove the read-only stuff, since it
4503         doesn't work under XEmacs, for some reason.
4504
4505         * gnus-sum.el (gnus-user-date): Rename back from
4506         gnus-summary-user-date since user code refers to it.
4507
4508         * shr.el (shr-render-td): Store the actual background color used.
4509
4510         * message.el (message-setup-1): Don't bind the constant
4511         -forbidden-properties.
4512         (message-setup-1): Revert previous change, since it needs to bind the
4513         props to insert them.
4514         (message-resend): Allow removing the read-only separator line.
4515
4516 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4517
4518         * nnimap.el (nnimap-request-accept-article): Give an error message if
4519         the APPEND wasn't successful.
4520
4521 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4522
4523         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4524         that have no groups.
4525
4526 2011-02-03  Julien Danjou  <julien@danjou.info>
4527
4528         * gnus-draft.el: Remove progn around gnus-draft-setup.
4529
4530 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4531
4532         * gnus-start.el (gnus-read-active-for-groups): This function is never
4533         called with a nil `infos', so clean that up.
4534         (gnus-get-unread-articles): Request active files from primary/secondary
4535         methods that have no groups (yet).
4536
4537 2011-02-03  Julien Danjou  <julien@danjou.info>
4538
4539         * message.el (message-setup-1): Always generate References first.
4540         (message-mail): Return the return value of message-setup, not always t.
4541         (message-setup-1): Insert mail-header-separator with read-only and
4542         intangible properties set.
4543
4544         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4545         user-date in docstring.
4546
4547         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4548
4549         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4550         docstring.
4551
4552         * gnus.el (gnus-user-date-format-alist): Change default value.
4553         Use defcustom, with type and group. Move from gnus-util.el.
4554         Rename to gnus-summary-user-date-format-alist.
4555
4556 2011-02-03  Glenn Morris  <rgm@gnu.org>
4557
4558         * nnimap.el (gnus-fetch-headers): Declare.
4559
4560         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4561
4562 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4563
4564         * message.el (message-forward-make-body-digest-plain)
4565         (message-followup, message-reply): Clean up things noted by Stefan.
4566
4567         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4568         gnus-article-update-date-headers is nil.
4569         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4570         it didn't really work with defcustom.
4571         (article-update-date-lapsed): Make sure the window start doesn't move,
4572         either.
4573
4574 2011-02-01  Julien Danjou  <julien@danjou.info>
4575
4576         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4577         format.
4578
4579         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4580         standard in Emacs nowadays.
4581
4582         * color.el (color-gradient): Add a color-gradient function.
4583
4584 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4585
4586         * message.el (message-expand-name): Don't trust the return value of
4587         bbdb-complete-name.
4588         (message-check-news-header-syntax): Remove unused var `start'.
4589         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4590         (message-inhibit-body-encoding): Move to before first use.
4591         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4592         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4593         (Organization, Message-ID, Date, mh-previous-window-config):
4594         Defvar the vars using dynamic scoping.
4595
4596 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4597
4598         * shr.el (shr-render-td): Only do colors at the final rendering.
4599         Should be slightly faster.
4600         (shr-insert-table): Fix up TD background colors when doing the
4601         vertical padding.
4602
4603         * gnus-art.el (article-date-ut): Protect against articles with no Date
4604         header.
4605         (article-update-date-lapsed): Don't use current-column to find the
4606         horizontal position.  It's fragile in the presence of \003 characters.
4607
4608         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4609
4610 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4611
4612         * gnus-art.el (article-transform-date): Rewrite to still work when
4613         there are several rfc2822 parts.
4614         (article-transform-date): Fix infinite recursion.
4615         (article-date-ut): Replace infinitely many Date headers with a single
4616         one when called interactively.
4617
4618         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4619         secure manner.
4620
4621         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4622         move around by not using save-window-excursion.  It seems to work...
4623
4624 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * gnus-art.el (article-make-date-line): Work for user-defined format.
4627
4628 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4629
4630         * nntp.el (nntp-retrieve-group-data-early)
4631         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4632         fetching functions.
4633
4634         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4635         thoroughly for all backends that have no known groups.  This should
4636         allow new nnml methods to retrieve mail.
4637
4638         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4639         that Gnus doesn't know exists again.
4640
4641         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4642         (gnus-treat-date-ut): Ditto.
4643         (gnus-article-update-date-header): Rename.
4644         (gnus-treat-date-local): Remove.
4645         (gnus-treat-date-english): Remove.
4646         (gnus-treat-date-lapsed): Remove.
4647         (gnus-treat-date-combined-lapsed): Remove.
4648         (gnus-treat-date-original): Remove.
4649         (gnus-treat-date-iso8601): Remove.
4650         (gnus-treat-date-user-defined): Remove.
4651         (gnus-article-date-headers): New variable to control all the date
4652         header options.
4653         (article-date-ut): Rewrite to allow using the new way to format date
4654         headers(s).
4655
4656 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4657
4658         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4659         method.
4660         (nnmail-article-group): A better test for fanciness.
4661
4662         * nnimap.el (nnimap-request-head): Protect against not finding the
4663         article by Message-ID.
4664
4665 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4666
4667         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4668         keep point at the "same place".
4669
4670 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4671
4672         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4673         data if the group is inactive.
4674
4675 2011-01-28  Julien Danjou  <julien@danjou.info>
4676
4677         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4678         (gnus-all-windows-visible-p): Remove old compatibility code.
4679         (gnus-window-top-edge): Add docstring.
4680
4681         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4682
4683 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4684
4685         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4686         older request-update-info.
4687
4688         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4689
4690 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4691
4692         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4693         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4694
4695 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4696
4697         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4698         groups.  This makes the nndraft:queue group pop up if it's not already
4699         there.
4700
4701         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4702         messages" logic, which was reversed.
4703
4704         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4705         the "same place" even if point is on the line being replaced.
4706         (article-update-date-lapsed): Allow updating both the combined lapsed
4707         and the lapsed headers.
4708         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4709         (article-make-date-line): Limit the number of segments dynamically to
4710         avoid too-long lines.
4711
4712 2011-01-27  Julien Danjou  <julien@danjou.info>
4713
4714         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4715         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4716
4717 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4720         Use plist-get instead of the cl function getf.
4721
4722 2011-01-27  Glenn Morris  <rgm@gnu.org>
4723
4724         * gnus-util.el (float-time): Get rid of compiler warning, again.
4725
4726 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4727
4728         * shr.el (shr-put-color): Special-case background colors: Do put them
4729         at the blank parts at the front of the lines.
4730
4731         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4732         exit hook to nix out all data on readedness on group exit.
4733
4734         * gnus-util.el (float-time): If float-time is bound, always use it on
4735         all Emacsen.  It's unclear why the subrp check was there.
4736         (time-date): Require to make some autoload issues on XEmacs go away.
4737
4738         * shr.el (shr-put-color): Don't do the box padding in tables, since
4739         they're already padded.
4740
4741 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4742
4743         * gnus-art.el (gnus-article-next-page): When the last line of the
4744         article is displayed, scroll down once more instead of going to the
4745         next article at once.
4746         (article-lapsed-string): Refactor out and allow specifying how many
4747         segments you want.
4748         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4749         (gnus-article-update-lapsed-header): New variable.
4750
4751         * shr.el: Revert change that made headings use different-sized faces.
4752         The Emacs display engine isn't advanced enough that, for instance,
4753         tables can comfortably use differently-sized faces.
4754
4755 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4756
4757         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4758         used.
4759         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4760         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4761         we're using an encrypted connection.
4762
4763         * proto-stream.el: Alter the interface functions to also return the
4764         actual stream type used: network or tls.
4765
4766 2011-01-25  Julien Danjou  <julien@danjou.info>
4767
4768         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4769         (mm-display-javascript-inline): New function.
4770
4771         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4772         viewing function.
4773
4774 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * shr.el (shr-expand-newlines): Fix variable name.
4777
4778 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4779
4780         * shr.el (shr-expand-newlines): Make nested boxes work.
4781
4782 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4783
4784         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4785         backgrounds.
4786         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4787         in a more sensible manner.
4788
4789 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4790
4791         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4792         if EPG is loaded.
4793
4794 2011-01-24  Julien Danjou  <julien@danjou.info>
4795
4796         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4797         tags.
4798
4799 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4800
4801         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4802         commands.
4803
4804         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4805         in the article buffer.
4806         (gnus-gravatar-insert): Use blank space from the current buffer to
4807         avoid breaking text properties.  This makes X-Sent updating work again.
4808
4809         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
4810
4811 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
4812
4813         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
4814         fix the bug in url-http.el instead.
4815
4816         * shr.el (shr-image-fetched): Ditto.
4817
4818         * shr.el (shr-image-fetched): Avoid having point move in the article
4819         buffer.
4820
4821         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
4822         buffer after being called.  It's apparently being killed by url.el, and
4823         killing it made point move to end-of-buffer in a random buffer.
4824
4825         * shr.el (shr-image-fetched): Ditto.
4826
4827 2011-01-23  Julien Danjou  <julien@danjou.info>
4828
4829         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
4830
4831         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
4832         text/x-org.
4833
4834 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4835
4836         * gnus-sum.el (gnus-summary-move-article): Protect against backends
4837         (i.e., nnimap) returning nil as the article number.
4838
4839 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
4840
4841         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
4842         "DelSp" parameter in RFC3676.
4843
4844 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4845
4846         * message.el (message-check-recipients): Display the encoded version of
4847         the bogus address if they differ.
4848
4849         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
4850         after sending.
4851
4852         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4853
4854         * gnus-group.el (gnus-group-refresh-group): New convenience function.
4855
4856         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
4857         group buffer after sending the queue.
4858
4859         * gnus-agent.el (gnus-agent-send-mail): Ditto.
4860
4861 2011-01-22  Julien Danjou  <julien@danjou.info>
4862
4863         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
4864
4865 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
4866
4867         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
4868         nested related parts.
4869
4870         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
4871         unexpired articles.  This fixes the regression that led expiry marks to
4872         disappear from nnfolder groups.
4873
4874 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4875
4876         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
4877         Don't confuse the "ret" of "retrograde" with RET.
4878
4879 2011-01-21  Julien Danjou  <julien@danjou.info>
4880
4881         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
4882         than mm-insert-inline.
4883
4884 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
4887         Widen article buffer.
4888
4889 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4890
4891         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
4892         the temp buffer.
4893         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
4894
4895 2011-01-20  Julien Danjou  <julien@danjou.info>
4896
4897         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
4898
4899         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
4900         than mm-insert-inline to insert inline part: this respect
4901         mm-inline-media-tests displayers.
4902
4903         * mm-view.el (mm-display-shell-script-inline): New function.
4904
4905         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
4906
4907         * mm-uu.el (mm-uu-type-alist): Add org block.
4908         (mm-uu-org-src-code-block-extract): New function.
4909
4910         * mm-view.el (mm-display-org-inline): New function.
4911
4912         * mm-decode.el (mm-automatic-display): Add text/org.
4913
4914         * mailcap.el (mailcap-mime-extensions): Add .org.
4915
4916 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * gnus-art.el (gnus-article-highlight): Remove argument passed to
4919         gnus-article-add-buttons.
4920
4921 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
4922
4923         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
4924         From header with a date and "nobody" as the sender.
4925
4926 2011-01-19  Julien Danjou  <julien@danjou.info>
4927
4928         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
4929         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
4930         if you have the same regexp several times.
4931         (gnus-button-push): Fix matching when regexp is symbol.
4932
4933 2011-01-15  Glenn Morris  <rgm@gnu.org>
4934
4935         * message.el (message-mail): A compose-mail function should
4936         accept headers as strings.
4937
4938 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
4939
4940         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
4941         Add :vert-only tags.
4942         (message-mail): New arg RETURN-ACTION.
4943         (message-return-action): New var.
4944         (message-bury): Use it.
4945         (message-mode): Make it buffer-local.
4946         (message-send-and-exit): Always call message-bury.
4947
4948         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
4949         message-mail.
4950
4951 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * nnimap.el (nnimap-convert-partial-article): Protect against
4954         zero-length body parts.
4955
4956         * mm-decode.el (mm-preferred-alternative-precedence):
4957         Discourage showing empty parts.
4958
4959         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
4960         and stuff if the backend didn't return the article number.  This fixes
4961         an Exchange-related nnimap bug.
4962
4963         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
4964         group window, because it does the wrong thing when a separate frame
4965         displays the group buffer.
4966
4967         * proto-stream.el (open-protocol-stream): Protect against the low-level
4968         transport functions returning nil.
4969
4970 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
4971
4972         * mml2015.el (epg-sub-key-fingerprint): Autoload.
4973         (mml2015-epg-find-usable-secret-key): New function.
4974         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
4975         mml2015-epg-find-usable-key (Bug#7797).
4976         (mml2015-epg-encrypt): Ditto.
4977
4978 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4979
4980         * dgnushack.el (rot13-string): Fix the way to get the argument.
4981
4982 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983
4984         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
4985
4986 2011-01-03  Glenn Morris  <rgm@gnu.org>
4987
4988         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
4989
4990         * sieve.el (sieve-open-server): Give a more explicit error if
4991         sieve-manage-open returns nil.  (Bug#7720)
4992
4993 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
4994
4995         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
4996
4997 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5000         This avoids sending passwords in plain text over non-encrypted
5001         channels.
5002
5003         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5004
5005         * nnimap.el (nnimap-login): Refactored out into own function, and
5006         implement CRAM-MD5.
5007         (nnimap-wait-for-line): Refactored out.
5008
5009         * mm-view.el (mml-smime): Require.
5010
5011 2010-12-20  David Engster  <deng@eml.cc>
5012
5013         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5014         use EPG to decrypt S/MIME messages instead of openssl.
5015
5016 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5017
5018         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5019
5020         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5021         status is the group clearly is unreachable.
5022
5023         * auth-source.el (auth-source-create): Add the optional second
5024         parameter to `local-variable-p' to be compatible with XEmacs.
5025
5026 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5027
5028         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5029         work when using a compressed nnml folder.
5030
5031 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5032
5033         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5034         backends after sanitising on entry, because this never makes sense:
5035         If the articles have gone missing, then the data no longer exists on
5036         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5037         overwrite anything anyway.
5038
5039         * shr.el (shr-insert-document): Bind shr-width dynamically to
5040         window-width if it's nil.
5041
5042 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5043
5044         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5045         with the meaning of using the full emacs window width for rendering.
5046
5047 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5048
5049         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5050         case when sender is not given.
5051
5052 2010-12-23  Julien Danjou  <julien@danjou.info>
5053
5054         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5055         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5056         the addresses, otherwise we might misplaced the gravatar.
5057
5058 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5059
5060         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5061         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5062         obsolete in Emacs.
5063
5064 2010-12-20  Julien Danjou  <julien@danjou.info>
5065
5066         * gnus-util.el (gnus-rescale-image): Revert last change.
5067
5068 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
5069
5070         * binhex.el: Improve commentary (Bug#7482).
5071
5072 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-group.el (gnus-group-delete-articles): New command.
5075
5076 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5077
5078         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5079
5080 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5083         here, since it's up to the backends to do CRLF removal if their
5084         protocol has it.
5085
5086         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5087
5088 2010-12-17  Julien Danjou  <julien@danjou.info>
5089
5090         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5091         they are from file.  Can also scale up.
5092
5093 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5094
5095         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5096         Restore gnus-use-agent.
5097         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5098
5099         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5100
5101 2010-12-17  Julien Danjou  <julien@danjou.info>
5102
5103         * gravatar.el (gravatar-retrieve-synchronously): New function.
5104         (gravatar-get-data): Make more robust.
5105
5106 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
5109
5110 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5111
5112         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5113         to really consider the last line.
5114
5115 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5116
5117         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5118         list of recipient keys, or use symmetric encryption if not a list.
5119         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5120         EPA override, replacing the call to `netrc-store-data'.
5121
5122 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5123
5124         * gnus-srvr.el: Avoid passing nil regexp argument to
5125         delete-matching-lines.
5126
5127 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5130         fetching stops when Gnus exits.
5131
5132         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5133         function.
5134         (nnfolder-request-expire-articles): Save all the buffers after doing
5135         expiry.
5136
5137         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5138         the last article", since that led to serious performance regressions
5139         when expiring nnml groups.
5140
5141 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5142
5143         * nnir.el: Improve customizations.
5144
5145 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5148
5149         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5150         group has been killed.
5151         (gnus-group-yank-group): Ditto.
5152
5153         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5154
5155         * nnimap.el (nnimap-request-update-group-status): New function.
5156
5157         * gnus-int.el (gnus-request-update-group-status): New interface
5158         function.
5159
5160         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5161         copying read-ness to the backends.
5162
5163         * nnimap.el (nnimap-quirk): New function.
5164         (nnimap-retrieve-group-data-early): Use it.
5165         (nnimap-quirks): New alist.
5166
5167 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5170         don't delete it within indentation.
5171
5172 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5175         previous line.
5176
5177 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5178
5179         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5180         QRESYNC command by deleting a superfluous space which broke Cyrus
5181         servers.  This change will break other servers that are buggy the other
5182         way around.
5183
5184 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5185
5186         * spam.el: Reindent and fix long lines.
5187         (spam-copy-or-move-routine): Exclude invalid move destinations.
5188
5189 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5190
5191         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5192         installed the registry.
5193
5194 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5195
5196         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
5197
5198 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5199
5200         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5201         groupname doesn't contain "gmane".
5202
5203 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5204
5205         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
5206         and netrc-bound-and-true-p bindings.
5207         (netrc-parse): Cache the netrc contents.
5208
5209         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5210         (gnus-1): Don't create the nndrafts group twice.
5211         (gnus-setup-news): There's no need to read the active file here, since
5212         that's done again later on a per-backend basis.
5213         (gnus-start-draft-setup): Make sure that the new group is started out
5214         empty.
5215
5216         * gnus-agent.el (gnus-agentize): Don't create the queue group
5217         automatically on startup.  It'll be created later, if needed.
5218
5219         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5220         of automatically subscribed groups.
5221         (gnus-auto-subscribed-categories): New variable.
5222         (gnus-matches-options-n): Use it.
5223         (gnus-default-subscribed-newsgroups): Remove unused variable.
5224         (gnus-start-draft-setup): Message a bit less.
5225
5226 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5227
5228         * nnir.el (nnir-run-imap): Return article list in order of increasing
5229         UID.
5230
5231 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * gnus-sum.el (gnus-summary-enter-digest-group):
5234         Mention gnus-auto-select-on-ephemeral-exit.
5235
5236         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5237         convention of the network-only option.
5238
5239 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5240
5241         * proto-stream.el (proto-stream-open-network-only): New function to
5242         have a way to specify non-STARTTLS upgrade connections.
5243
5244 2010-12-10  Julien Danjou  <julien@danjou.info>
5245
5246         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5247         email address is nil.
5248
5249         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5250
5251 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5252
5253         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5254         deletion.
5255         (nnir-run-imap): Only need to parse list once.
5256
5257 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258
5259         * shr.el (shr-tag-script): Ignore <script>.
5260         (shr-tag-label): Add <label> support.
5261
5262 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5265
5266         * shr.el (shr-image-displayer): Work for images lined side by side.
5267
5268 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5269
5270         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5271         parameter, since XEmacs doesn't accept t as a parameter.
5272
5273 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5274
5275         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5276         ids.
5277         (nnir-run-gmane): Simplify groupspec formatting.
5278         (nnir-request-expire-articles): New function.
5279
5280 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5283         overflow, possibly.
5284
5285         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5286         (shr-render-td): Handle td style="" better.
5287         (shr-tag-table): Use the color from the style sheet.
5288         (shr-render-td): Make sure we copy over all the overlays, too.
5289
5290 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5291
5292         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5293         (nnir-request-article): Improve article retrieval.
5294
5295 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * mm-util.el (mm-extra-numeric-entities): New variable.
5298
5299         * mm-url.el (mm-url-decode-entities):
5300         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5301
5302         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
5303
5304 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5305
5306         * message.el: Use completion-at-point.
5307         (message-completion-function): New fun, extracted from message-tab.
5308         (message-mode): Use it for completion-at-point-functions.
5309         (message-tab): Use it and completion-at-point.
5310
5311 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5314         character if a non-breakable character follows.
5315
5316 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317
5318         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5319         any stream.
5320
5321         * shr.el (shr-tag-font): Colorize the region.
5322         (shr-tag-body): Ditto.
5323         (shr-tag-font): Actually let the styles be inherited instead of
5324         overwriting them.
5325         (shr-tag-font): Get the background color right.
5326         (shr-tag-style): Ignore all <style> tags for the moment.
5327
5328         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5329         a Message-ID to avoid having nnimap depend on gnus-sum.
5330
5331         * shr.el (shr-descend): Only colorize something if we have a node that
5332         sets colors.
5333
5334 2010-12-06  Julien Danjou  <julien@danjou.info>
5335
5336         * shr.el (shr-render-td): Render td content with shr-descend, so style
5337         will be applied to <td> too.
5338         (shr-colorize-region): Colorize region even if we only have a background.
5339         (shr-tag-body): Fix color and background color inheritance.
5340         Do not recolorize after shr-generic.
5341         (shr-tag-font): Let shr-generic colorize via inheritance.
5342
5343 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5346
5347 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5348
5349         * nnir.el (nnir-request-move-article): Remove obsolete code.
5350
5351 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5352
5353         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5354
5355 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * gnus-sum.el (gnus-summary-respool-article): The completion function
5358         expects a list instead of an alist.
5359
5360         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5361         string as the parameter.
5362
5363         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5364
5365         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5366         styles.
5367         (shr-colorize-region): New function.
5368         (shr-insert-background-overlay): Remove.
5369         (shr-render-td): Background setting should be taken care of on a higher
5370         level.
5371         (shr-tag-body): Use post-hoc colorizations.
5372         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5373         (shr-put-color-1): Don't overwrite old colors.
5374         (shr-colorize-region): When the background color isn't explicit, use
5375         a fixed background.
5376
5377         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5378         nnmail variables.
5379
5380 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5381
5382         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5383         unless necessary.
5384
5385 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5386
5387         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5388         server.
5389
5390 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5391
5392         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5393         so that TAB works.
5394
5395         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5396         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5397
5398         * shr.el (shr-urlify): Show the URL before the title to avoid
5399         misleading URLs.
5400
5401 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5402
5403         * shr.el (shr-urlify): Display the title in <a> tags.
5404
5405 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5406
5407         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5408
5409 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5410
5411         * nnir.el: Rearrange code to allow macros to be autoloaded by
5412         gnus-sum.el.
5413         (nnir-retrieve-headers-override-function): Make this variable
5414         customizable.
5415         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5416
5417         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5418         from nnir.el.
5419
5420 2010-12-03  Julien Danjou  <julien@danjou.info>
5421
5422         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5423
5424 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5427         allow optional argument `environment'.
5428
5429 2010-12-03  Glenn Morris  <rgm@gnu.org>
5430
5431         * mm-extern.el (message-goto-body): Update declaration.
5432
5433 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-util.el (gnus-macroexpand-all): New function.
5436
5437         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5438         instead of macroexpand-all that is unavailable in XEmacs.
5439
5440 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5441
5442         * nnir.el (nnir-summary-line-format): New variable.
5443         (nnir-mode): Use it.
5444         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5445         (nnir-article-ids): Reimplement as defsubst.
5446         (nnir-retrieve-headers): Don't mangle the subject header.
5447         (nnir-run-imap): Use 100 as RSV score.
5448         (nnir-run-find-grep): Fix for full server searching.
5449         (nnir-run-gmane): Better restriction to gmane groups.
5450
5451         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5452         summary buffers.
5453
5454 2010-12-02  Julien Danjou  <julien@danjou.info>
5455
5456         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5457
5458         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5459
5460         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5461         support.
5462
5463 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5464
5465         * nnir.el: Update to handle the registry better.
5466         (autoload): Silence byte-compiler.
5467         (nnir-open-server): Add a hook for nnir groups.
5468         (nnir-request-move-article): Don't mangle the header.  Better to use
5469         formatting variables (which will be added in the future).
5470         (nnir-registry-action): Update the registry using the original article
5471         group name.
5472         (nnir-mode): Install nnir-specific hooks for updating the registry.
5473
5474         * gnus-sum.el
5475         (gnus-article-original-subject,gnus-newsgroup-original-name):
5476         Remove obsolete variables.
5477         (gnus-summary-move-article): Remove use of obsolete variables.
5478         (gnus-summary-local-variables): Make move and delete hooks local to
5479         summary buffers.
5480
5481 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5482
5483         * rtree.el: New file.
5484
5485 2010-12-01  Julien Danjou  <julien@danjou.info>
5486
5487         * message.el (message-user-organization): Do not use
5488         gnus-local-organization.
5489
5490         * gnus.el: Remove gnus-local-organization.
5491
5492         * gnus-msg.el: Remove nastygram thing.
5493
5494 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5495
5496         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5497         funcall.
5498
5499 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5502         names.
5503
5504         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5505         characters.
5506
5507         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5508         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5509         Suggested by Štěpán Němec <stepnem@gmail.com>.
5510         (gnus-gravatar-transform-address): Use mail-extract-address-components
5511         that supports non-ASCII names rather than mail-header-parse-addresses.
5512
5513 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * proto-stream.el (open-protocol-stream): All starttls connections are
5516         handled by the network handler.
5517
5518 2010-11-30  Julien Danjou  <julien@danjou.info>
5519
5520         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5521         (nnimap-open-connection-1): Fix PREAUTH.
5522
5523         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5524
5525 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5528         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5529         (shr-insert): Use them.
5530         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5531
5532 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5533
5534         * nnir.el (nnir-request-move-article): Bail out if original group
5535         doesn't support article moves.
5536         (nnir-get-active): Improve active list retrieval.
5537
5538 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539
5540         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5541
5542 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5543
5544         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5545         seem to accept strings-with-numbers as port numbers.
5546
5547 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5548
5549         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5550         change the registry.
5551
5552 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5555         delete-dups that is not available in XEmacs 21.4.
5556
5557         * mm-util.el (mm-delete-duplicates): Add comment.
5558
5559 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5560
5561         * nnir.el (nnir-ignored-newsgroups): New variable.
5562         (nnir-get-active): Use it.
5563
5564 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5565
5566         * proto-stream.el (proto-stream-open-network): Add some comments.
5567
5568         * nntp.el (nntp-open-connection): Provide a :success condition.
5569
5570         * nnimap.el (nnimap-open-connection-1): Ditto.
5571
5572         * proto-stream.el (proto-stream-open-network): See what the response to
5573         the STARTTLS command is.
5574
5575         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5576         backwards compatibility).
5577         (nnimap-open-connection-1): Really respect nnimap-server-port.
5578
5579         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5580         TLS upgrades we don't really care about the identity of the peer.
5581         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5582         that what we've checked for.
5583         (proto-stream-always-use-starttls): Only default to t if
5584         open-gnutls-stream exists.
5585         (proto-stream-open-network): If STARTTLS failed, then just open a
5586         normal connection.
5587         (proto-stream-open-network): Wait until the greeting before doing
5588         STARTTLS.
5589
5590         * nntp.el (nntp-open-connection): Report what the connection error is.
5591
5592         * proto-stream.el (open-protocol-stream): Rename from
5593         open-proto-stream.
5594
5595 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * nnimap.el (nnimap-stream): Change default to `undecided'.
5598         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5599         first, and then network.
5600         (nnimap-open-connection-1): Respect nnimap-server-port.
5601         (nnimap-open-connection): Be more backwards-compatible.
5602
5603         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5604         (proto-stream-open-starttls): De-duplicate the starttls code.
5605         (proto-stream-open-starttls): Folded back into the main function.
5606         (proto-stream-open-network): Fix typo in the gnutls path.
5607         (proto-stream-command): Refactor out.
5608
5609         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5610
5611         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5612         starttls.el STARTTLS.
5613
5614         * color.el (color-lab->srgb): Fix function call name.
5615
5616         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5617         if we're using tls.el.
5618         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
5619         built in, then don't try to establish a STARTTLS connection.
5620
5621         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5622         servers.
5623
5624         * proto-stream.el (open-proto-stream): Use network, not stream.
5625         (open-proto-stream): Add a way to specify what the end of a command is.
5626
5627         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5628         connections types.
5629         (nntp-open-network-stream): Remove.
5630         (nntp-open-ssl-stream): Remove.
5631         (nntp-open-tls-stream): Remove.
5632         (nntp-ssl-program): Remove.
5633
5634         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5635
5636 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5637
5638         * nnir.el: Fix typos.
5639         (nnir-retrieve-headers-override-function): Rename variable to reflect
5640         new semantics.
5641         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5642         macros.
5643         (nnir-request-article, nnir-request-move-article): Use them.
5644         (nnir-categorize): New function.
5645         (nnir-run-query): Use it.
5646         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5647         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5648         sorted.
5649         (nnir-group-full-name): Use gnus-group-full-name instead.
5650         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5651         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5652
5653 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5656
5657         * proto-stream.el: New library to provide protocol-specific
5658         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5659         protocols.
5660         (open-proto-stream): Complete the documentation.
5661         (proto-stream-open-network): Fix some typos.
5662
5663         * nnimap.el (nnimap-open-connection): Use it.
5664
5665 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5666
5667         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5668         negotiation.
5669
5670 2010-11-26  Julien Danjou  <julien@danjou.info>
5671
5672         * color.el: Rename various rgb functions to srgb.
5673
5674 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5675
5676         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5677         names.
5678
5679 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * shr.el (shr-insert): Revert last change.
5682         (shr-find-fill-point): Never leave point being at bol;
5683         relax the kinsoku limitation when rendering tables.
5684
5685 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5688         results from -accept-article.
5689
5690         * shr-color.el: Require cl when compiling.
5691
5692         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5693         checkin.
5694
5695         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5696
5697         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5698
5699         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5700         'add and 'delete to set backend marks.
5701
5702         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5703
5704         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5705
5706         * nntp.el (nntp-request-set-mark): Use it.
5707
5708         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5709
5710         * nnml.el (nnml-request-set-mark): Ditto.
5711
5712         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5713         introduces regressions in article selection.
5714         (nnimap-find-uid-response): New function.
5715         (nnimap-request-accept-article): Use the UID returned, if any.
5716         (nnimap-request-move-article): Use the UID returned, if any.
5717         (nnimap-get-groups): Reimplement to work with folded lines.
5718         (nnimap-find-uid-response): The UID is the last element in the list.
5719         (nnimap-request-set-mark): Extend syntax with 'set.
5720
5721         * nnml.el (nnml-request-set-mark): Ditto.
5722
5723         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5724
5725         * nntp.el (nntp-request-set-mark): Ditto.
5726
5727 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * message.el (message-called-interactively-p): A temporary macro.
5730         (message-goto-body): Use it temporarily.
5731
5732 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5735         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5736         (nnimap-last-response-string): Fix last unfolding fix.
5737
5738 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * shr.el (shr-insert): Fix the way to fold lines.
5741
5742 2010-11-25  Julien Danjou  <julien@danjou.info>
5743
5744         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5745
5746         * color.el: Rename from color-lab.el
5747         (color-rgb->hex): Add.
5748         (color-complement): Add.
5749         (color-complement-hex): Add.
5750
5751         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5752
5753 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5754
5755         * shr-color.el (shr-color-visible): Don't bug out if the color names
5756         don't exist.
5757
5758 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5761         assuming that article displaying or another mml-preview may be
5762         interrupted for an error or for the like.
5763
5764         * shr.el (shr-get-background): Fix argument name.
5765
5766 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767
5768         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5769
5770         * gnus-sum.el (gnus-summary-include-articles): New function.
5771
5772         * message.el (message-goto-body): called-interactively-p needs a
5773         parameter, so use `any'.
5774
5775         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5776         clear marks before moving, since they're synced from the Gnus side
5777         first.
5778
5779         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5780         (gnus-summary-move-article): Copy over all marks before moving, so that
5781         IMAP doesn't think a new article has arrived.
5782
5783 2010-11-24  Julien Danjou  <julien@danjou.info>
5784
5785         * shr.el (shr-insert-background-overlay): Fix typo.
5786         (shr-render-td): Copy the background before rendering.
5787
5788         * shr-color.el (shr-color-visible): Fix docstring.
5789
5790         * shr.el (shr-tag-table): Add bgcolor support.
5791         (shr-render-td): Add bgcolor support.
5792         (shr-get-background): Add.
5793         (shr-insert-foreground-overlay): Use shr-get-background.
5794
5795         * message.el (message-goto-body): Use called-interactively-p.
5796         (message-in-body-p): message-goto-body returns point.
5797
5798 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5799
5800         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5801         Fixes something or other in Emacs 23, and is backwards compatible.
5802
5803         * message.el (message-goto-body): Remove the <#secure special-casing,
5804         which is too special.
5805
5806         * shr.el (shr-parse-style): Drop !important from styles.
5807
5808 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5809
5810         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5811         this function to return incorrect results when calling it with an
5812         explicit article argument different from
5813         (gnus-summary-article-number).
5814
5815 2010-11-24  Julien Danjou  <julien@danjou.info>
5816
5817         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5818         (shr-tag-body): Add background support.
5819         (shr-descend): Add background support.
5820         (shr-tag-title): Add.
5821
5822         * shr-color.el (shr-color-visible): Really return original background
5823         if fixed.
5824
5825 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5826
5827         * shr.el (shr-color-check): Protect against non-existent color names.
5828
5829 2010-11-24  Julien Danjou  <julien@danjou.info>
5830
5831         * color-lab.el: Require 'cl when compiling.
5832
5833         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
5834
5835         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
5836         matched part.
5837
5838         * color-lab.el: Fix all expt calls to use float type.
5839
5840 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
5843         expression to shr-color-check as is.
5844
5845         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
5846
5847         * color-lab.el: Add coding cookie.
5848         (float-pi): Use eval-and-compile.
5849
5850         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
5851         compiled for Emacsen having no `libxml-parse-html-region' support.
5852
5853 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854
5855         * shr.el (shr-insert-color-overlay): Split stuff like
5856         "#444444 !important" to find the real color.
5857         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
5858         parse <font color="red"> entries.
5859
5860 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
5861
5862         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
5863         point when parsing headers.
5864
5865         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
5866         is positioned properly when parsing headers.
5867
5868 2010-11-23  Julien Danjou  <julien@danjou.info>
5869
5870         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
5871
5872         * shr-color.el (shr-color->hexadecimal): Add support for color names.
5873
5874         * shr.el (shr-parse-style): Replace \n with space in style parsing.
5875
5876         * shr-color.el (shr-color-hsl-to-rgb-fractions):
5877         Use shr-color-hue-to-rgb.
5878         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
5879
5880 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5881
5882         * shr.el (shr-color->hexadecimal): Autoload.
5883         (shr-descend): Add color to all tags.
5884
5885 2010-11-22  Julien Danjou  <julien@danjou.info>
5886
5887         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
5888         shr-color->hexadecimal.
5889
5890         * shr-color.el (shr-color->hexadecimal): Add converting functions for
5891         RGB() or HSL() color representation.
5892
5893         * shr.el (shr-tag-font): Add.
5894         (shr-tag-color-check): New function to get better colors.
5895         (shr-tag-insert-color-overlay): Factorize code between tag-font and
5896         tag-span.
5897
5898         * shr-color.el: New file.
5899
5900         * color-lab.el: New file.
5901
5902         * gnus-art.el (gnus-url-mailto): Do not downcase args.
5903
5904 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
5905
5906         * nnir.el: Fix typo in comments.
5907         (nnir-run-imap): Simplify code.  No need to reverse artlist.
5908         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
5909
5910 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5911
5912         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
5913
5914         * nnimap.el (nnimap-get-capabilities): Refactor out.
5915         (nnimap-open-connection): Re-request capabilities after STARTTLS.
5916
5917 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
5918
5919         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
5920         appearing when `mm-uu-hide-markers' is nil.
5921
5922 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923
5924         * nnimap.el (nnimap-unselect-group): Make into its own function.
5925         (nnimap-request-rename-group): Unselect group before renaming.
5926         This had gotten lost somewhere.
5927         (nnimap-request-accept-article): Keep track of examined groups, and
5928         unselect the group before APPENDing to read-only groups.
5929         (nnimap-request-move-article): Clear flags before moving so that they
5930         can be re-set later.
5931
5932 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
5935         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5936
5937 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * gnus-art.el (gnus-mime-display-single):
5940         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
5941         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
5942         parameter.
5943
5944 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5945
5946         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
5947         (shr-table-vertical-line): New variable.
5948         (shr-insert-table): Use it.
5949
5950 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-html.el (gnus-html-wash-images): Don't display images if
5953         gnus-inhibit-images is non-nil; register displayer for cid images.
5954         (gnus-html-display-image): Work for cid image.
5955         (gnus-html-insert-image): Allow arguments.
5956         (gnus-html-put-image): Inhibit read-only.
5957         (gnus-html-prefetch-images): Don't prefetch images if
5958         gnus-inhibit-images is non-nil.
5959
5960 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5961
5962         * shr.el (shr-put-image): Break lines when inserting big pictures.
5963
5964 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5965
5966         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
5967         sender, thanks Katsumi Yamaoka.
5968
5969 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
5970
5971         * nnir.el (nnir-run-imap): Reverse the article list for each group
5972         rather than the whole list.
5973
5974 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * shr.el (shr-image-displayer): Protect function against non-existent
5977         image source.
5978
5979         * gnus-art.el (gnus-inhibit-images): New user option.
5980         (gnus-mime-display-single): Don't display image if it is non-nil.
5981
5982         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
5983         gnus-inhibit-images.
5984
5985         * shr.el (shr-image-displayer): New function.
5986         (shr-tag-img): Use it.
5987
5988 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
5989
5990         * mml2015.el (mml2015-epg-sign): Use From header.
5991
5992 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5993
5994         * gnus-html.el (gnus-html-wash-images): Register a displayer.
5995
5996         * gnus-util.el (gnus-find-text-property-region): Return markers.
5997
5998         * shr.el (shr-tag-img): Put a displayer in the text property.
5999
6000         * gnus-util.el (gnus-find-text-property-region): New utility function.
6001
6002         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6003         (gnus-html-show-images): Remove.
6004
6005         * gnus-art.el (gnus-article-show-images): New, more general function.
6006
6007         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6008         image url text properties.
6009
6010         * shr.el: Ditto.
6011
6012         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6013         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6014
6015 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6018         work for two or more articles.
6019
6020 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6021
6022         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6023         divide an image that's in an html article to two or more when washing
6024         non-ASCII characters in alt text of it.
6025
6026 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6029         smime-decrypt-region using function argument.
6030         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6031
6032         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6033
6034         * smime.el (smime-decrypt-region): Catch it.
6035
6036 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6037
6038         * smime.el (smime-mode-map): Move initialization into declaration.
6039         (gnus-run-mode-hooks): Don't autoload.
6040         (smime-mode): Use define-derived-mode.
6041
6042 2010-11-11  Glenn Morris  <rgm@gnu.org>
6043
6044         * smime.el (from): Restrict declaration to XEmacs.
6045
6046         * nnir.el (gnus-group-topic-name): Autoload.
6047
6048 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * shr.el (shr-insert): Don't break long line if it is because of
6051         kinsoku-bol characters in the line end.
6052
6053 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6054
6055         * nnir.el (nnir-request-move-article): Fix to provide original group
6056         and subject.
6057         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6058         been retrieved.
6059
6060         * gnus-sum.el (gnus-summary-move-article): Use original group and
6061         subject for virtual articles such as those in an nnir summary buffer.
6062
6063 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6066         least 21.5).
6067
6068         * smime.el (from): Declare it again for XEmacs.
6069
6070 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6071
6072         * message.el (message-resend): Don't disable encoding unless it's
6073         already encoded.
6074
6075         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6076         low-numbered articles.
6077
6078 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * rfc2047.el (rfc2047-syntax-table): Simplify.
6081
6082         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
6083
6084         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6085         set-char-table-range for XEmacs.
6086
6087 2010-11-10  Glenn Morris  <rgm@gnu.org>
6088
6089         * time-date.el (time-to-seconds): Always an alias on Emacs,
6090         never a real function.
6091         (with-no-warnings): Remove compat stub, now unused.
6092         (time-less-p): Doc fix.
6093         (time-to-number-of-days): Simplify.
6094
6095         * smime.el (from): Remove unused declaration.
6096
6097         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6098         (gnus-float-time): On Emacs, always an alias.
6099
6100         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6101         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6102
6103 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * dgnushack.el: Don't use ignore-errors in the top level form since it
6106         is unavailable in XEmacs even if cl is loaded.
6107
6108         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6109
6110 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111
6112         * shr.el (browse-url-mailto): Autoload.
6113
6114         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6115
6116         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6117         regexp doesn't need quoting.
6118
6119 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6120
6121         * message.el (message-subject-trailing-was-ask-regexp)
6122         (message-subject-trailing-was-regexp): Match was: in addition to was.
6123
6124 2010-11-09  Glenn Morris  <rgm@gnu.org>
6125
6126         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6127         (nnbabyl-check-mbox): Use point-at-bol.
6128
6129 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130
6131         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6132
6133         * message.el (message-mailto): New function.
6134         (message-mailto): Should accept other parameters.
6135         (message-mailto): Remove since it duplicates browse-url-mailto
6136         functionality.
6137
6138 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6139
6140         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6141         methods.
6142         (gnus-read-active-file): Ditto.
6143
6144         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6145         ": " from the prompt.
6146         (gnus-group-make-group): Ditto.
6147
6148 2010-11-07  Glenn Morris  <rgm@gnu.org>
6149
6150         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6151         (gnus-bookmark-kill-line): Use point-at-eol.
6152
6153 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6154
6155         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6156         asterisks in From header.
6157
6158 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6159
6160         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6161         string to avoid making the From headers syntactically invalid.
6162
6163         * message.el (message-send-mail): Don't insert courtesy messages if the
6164         message already has List-Post and List-ID messages.
6165
6166 2010-11-06  Glenn Morris  <rgm@gnu.org>
6167
6168         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6169         `condition', `type', `length' a prefix.
6170         (gnus-treat-predicate): Update for above name changes.
6171
6172 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6173
6174         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6175         binding.  Handled by `gnus-summary-refer-thread' instead.
6176         (nnir-warp-to-article): New backend function.
6177
6178         * nnimap.el (nnimap-request-thread): Force dependency updating.
6179
6180         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6181         (gnus-summary-refer-thread): Rework to improve thread-referral.
6182
6183         * gnus-int.el (gnus-warp-to-article): New function.
6184
6185         * gnus-sum.el (gnus-summary-article-map): Bind it.
6186
6187 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6188
6189         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6190         gnus-summary-refer-thread.
6191
6192         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6193         headers.
6194         (gnus-summary-limit-include-thread): Prevent articles in thread from
6195         being cut in gnus-cut-threads.
6196         (gnus-summary-refer-thread): Limit retrieved headers to those in
6197         thread.
6198
6199 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6200
6201         * message.el (message-send-mail): Use the value of
6202         message-courtesy-message from the message buffer.
6203
6204         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6205
6206         * shr.el (shr-browse-url): Implement mailto: URLs.
6207
6208         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6209         "raw".
6210
6211         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6212         if it's already selected.
6213
6214         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6215
6216 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6219         to measure the length and truncate alt text.
6220
6221 2010-11-03  Glenn Morris  <rgm@gnu.org>
6222
6223         * nndiary.el (nndiary-generate-nov-databases-1)
6224         (nndiary-generate-active-info): Rename dynamic variable `files' to
6225         something less generic.
6226
6227 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6228
6229         * nnir.el (nnir-request-move-article): Call the underlying backend to
6230         move articles from nnir.
6231
6232 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6233
6234         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6235
6236 2010-11-02  Julien Danjou  <julien@danjou.info>
6237
6238         * nnir.el: Remove wais support.
6239
6240 2010-11-02  Glenn Morris  <rgm@gnu.org>
6241
6242         * gnus-html.el: Reorder requirements to quieten compiler.
6243
6244 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6247         properly for XEmacs as well.
6248         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6249         (gnus-article-natural-long-line-p): Use window-width rather than
6250         frame-width.
6251
6252 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6253
6254         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6255         (nnir-read-parms): Don't modify query.
6256         (nnir-run-query): Add ability to search topic on current line.
6257         (nnir-get-active): Clean up.
6258
6259 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6262         degenerate articles.
6263
6264         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6265         (gnus-print-buffer): Just print the buffer as is, without any copying
6266         to a buffer and then re-highlighting.
6267
6268         * nnimap.el (nnimap-request-group): Store the new updated info.
6269         (nnimap-request-group): Select the group when we don't know whether it
6270         exists or not.
6271
6272         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6273         groups.
6274
6275         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6276         groups.
6277
6278         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6279         groups.
6280
6281         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6282         long-lines case by only filling the long lines.
6283
6284         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6285         (bug #7311).
6286
6287 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6288
6289         * shr.el: No need to declare `declare-function' since shr.el is for
6290         only Emacsen that provide `libxml-parse-html-region'.
6291
6292         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
6293         effective only in a file it is referred to.
6294
6295 2010-11-01  Glenn Morris  <rgm@gnu.org>
6296
6297         * mm-util.el (gnus-completing-read): Autoload.
6298         (mm-read-coding-system): Simplify Emacs definition.
6299
6300         * nnmail.el (gnus-activate-group):
6301         * nnimap.el (gnutls-negotiate):
6302         * nntp.el (netrc-parse): Fix declarations.
6303
6304 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6307         string-match-p in Emacs >=23.
6308
6309         * gnus-msg.el (gnus-configure-posting-styles):
6310         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6311
6312 2010-11-01  Glenn Morris  <rgm@gnu.org>
6313
6314         * nnir.el (declare-function): Add compat stub.
6315         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6316         (nnir-run-gmane): Require 'mm-url.
6317
6318         * mm-util.el (mm-string-to-multibyte): Simplify.
6319
6320         * shr.el (declare-function): Add compat stub.
6321         (url-cache-create-filename): Declare.
6322         (mm-disable-multibyte, widget-convert-button): Autoload.
6323
6324         * smime.el (ldap-search): Declare.
6325         (smime-cert-by-ldap-1): Require ldap on Emacs.
6326
6327         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6328         (nnimap-keepalive): Use gnus-float-time.
6329
6330         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6331         (mail-source-delete-crash-box): Use gnus-float-time.
6332
6333         * gnus-dired.el (gnus-completing-read): Autoload.
6334
6335         * mm-view.el (gnus-rescale-image): Autoload.
6336
6337         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6338
6339         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6340
6341         * sieve-manage.el: Require 'cl when compiling.
6342
6343         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6344         (gnus-iswitchb-completing-read): Require iswitchb.
6345         (gnus-select-frame-set-input-focus): Silence compiler.
6346
6347 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6348
6349         * message.el (message-subject-trailing-was-query): Change default to t,
6350         since I think that's what most people want.
6351
6352         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6353         appending for easier debugging.
6354         (nnimap-wait-for-connection): Take a regexp.
6355         (nnimap-request-accept-article): Wait for the continuation line before
6356         sending anything unless we're streaming.
6357
6358         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6359         leave the header washing to take place.
6360
6361 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6362
6363         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6364         regular expression match and replace in posting styles.
6365
6366 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6367
6368         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6369         an entire server.
6370         (nnir-get-active): New function.
6371         (nnir-run-imap): Use it.
6372         (nnir-run-gmane): Who knew, gmane search returns an article score!
6373
6374         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6375         server on the current line with nnir.
6376
6377 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6378
6379         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6380         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6381         left edge.
6382         (gnus-article-foldable-buffer): Skip past the prefix when determining
6383         raggedness.
6384
6385         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6386         the raw article, and change `C-u g' to show the article without doing
6387         treatments.
6388
6389         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6390         on to `gnus-treat-article'.
6391         (gnus-inhibit-article-treatments): New variable.
6392
6393         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6394
6395         * gnus-art.el (gnus-treatment-function-alist): Have
6396         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6397         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6398         sections.
6399
6400         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6401         parameter.
6402         (gnus-article-fill-cited-long-lines): New function.
6403         (gnus-article-fill-cited-article): Allow filling only long sections.
6404
6405         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6406         and non-punctuation (like after the apostrophe in "'We").
6407
6408         * gnus-sum.el (gnus-summary-select-article): Make sure
6409         gnus-original-article-buffer is alive.
6410
6411         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6412         reflect the order they're in in the digest.
6413
6414         * gnus.el (gnus-group-startup-message): Move point to the start of the
6415         buffer.
6416
6417         * nnimap.el (nnimap-capability): New function.
6418         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6419         is set.
6420
6421 2010-10-31  David Engster  <dengste@eml.cc>
6422
6423         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6424         conform with changes to gnus-completing-read.
6425
6426 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6427
6428         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6429
6430 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6431
6432         * nnir.el: Move defvar, defcustom around to keep file organized
6433         and keep byte-compiler quiet.
6434         (nnir-read-parms): Accept search-engine as arg.
6435         (nnir-run-query): Pass search-engine as arg.
6436         (nnir-search-engine): Remove.
6437
6438 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439
6440         * shr.el (shr-generic): The text nodes should be text, not :text.
6441
6442         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6443         later in the file.
6444
6445 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6446
6447         * nnir.el: General clean up.  Allow searching with multiple engines.
6448         Allow separate extra-parameters for each engine.
6449         Batch queries when possible.
6450         (nnir-imap-default-search-key,nnir-method-default-engines):
6451         Add customize interface.
6452         (nnir-run-gmane): New engine.
6453         (nnir-engines): Use it.  Qualify all prompts with engine name.
6454         (nnir-search-engine): Remove global variable.
6455         (nnir-run-hyrex): Restore for now.
6456         (nnir-extra-parms,nnir-search-history): New variables.
6457         (gnus-group-make-nnir-group): Use them.
6458         (nnir-group-server): Remove in favor of gnus-group-server.
6459         (nnir-request-group): Avoid searching twice.
6460         (nnir-sort-groups-by-server): New function.
6461
6462 2010-10-30  Julien Danjou  <julien@danjou.info>
6463
6464         * gnus-group.el: Remove gnus-group-fetch-control.
6465
6466         * gnus-start.el (gnus-find-new-newsgroups):
6467         Remove gnus-check-first-time-used.
6468
6469         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6470
6471 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6472
6473         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6474         set on groups that don't have \* permanentflags.
6475
6476 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477
6478         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6479         control the background color.
6480         (shr-tag-img): Ignore very small web bug type images.
6481         (shr-put-image): Add help-echo alt texts to the images.
6482         (shr-tag-video): Show the video poster image.
6483
6484 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6485
6486         * shr.el (shr-table-depth): New variable.
6487         (shr-tag-table-1): Only insert the images after the top-level table.
6488
6489         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6490
6491         * gnus-util.el (gnus-list-memq-of-list): New function.
6492
6493         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6494         selected.
6495         (nnimap-unsplittable-articles): New slot.
6496         (nnimap-new-articles): Use it.
6497
6498 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6499
6500         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6501         move to the previous line on `M-g'.
6502
6503 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6506         *-request-group, which seems unnecessary.
6507
6508         * nnimap.el (nnimap-quote-specials): Function copied over from
6509         imap.el.
6510         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6511         they support that.  Suggested by Tom Regner.
6512
6513 2010-10-29  Julien Danjou  <julien@danjou.info>
6514
6515         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6516         defalias.
6517         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6518
6519         * gnus.el: Remove `gnus-nntp-service' variable.
6520         (gnus-secondary-servers): Make obsolete.
6521         (gnus-nntp-server): Make obsolete.
6522
6523         * gnus-start.el (gnus-1): Remove x-splash calls.
6524
6525         * gnus-ems.el (gnus-x-splash): Remove.
6526
6527         * gnus.el (gnus-group-startup-message): Simplify/update code.
6528
6529         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
6530         definition.
6531
6532         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6533         capability before doing anything.
6534         (gnus-group-insert-group-line): Remove useless
6535         gnus-group-remove-excess-properties.
6536
6537 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6540
6541 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6544         config after reselecting.
6545
6546 2010-10-28  Julien Danjou  <julien@danjou.info>
6547
6548         * shr.el (shr-put-image): Use point even if only inserting text.
6549         (shr-put-image): Save excursion when inserting alt text on non-graphic
6550         display, so the behavior is the same when we are on a graphic display.
6551
6552         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6553
6554 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6557         (gnus-mime-copy-part): Check coding system, not charset.
6558         (gnus-mime-view-part-externally): Never remove part.
6559         (gnus-mime-view-part-internally): Don't remove part here.
6560         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6561         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6562         multipart/alternative.
6563
6564         * mm-decode.el (mm-display-part): Take optional arg `force'.
6565
6566 2010-10-26  Julien Danjou  <julien@danjou.info>
6567
6568         * gnus-group.el (gnus-group-default-list-level): Add this function to
6569         compute the default list level.
6570         (gnus-group-default-list-level): Add possibility to use a function.
6571
6572 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6573
6574         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6575
6576         * gnus-group.el (gnus-group-completing-read)
6577         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6578         gnus-replace-in-string.
6579
6580 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * shr.el (shr-tag-div): Add.
6583
6584         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
6585
6586 2010-10-25  Julien Danjou  <julien@danjou.info>
6587
6588         * gnus-util.el: Remove `gnus-with-local-quit'.
6589
6590         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6591
6592 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6593
6594         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6595         the original article buffer.
6596
6597 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598
6599         * nnimap.el (nnimap-request-head): New function.
6600         (nnimap-request-move-article): Try to be slightly faster by not
6601         requesting the entire message when moving.
6602         (nnimap-transform-headers): Don't bug out on bodiless articles.
6603         (nnimap-send-command): Have no outstanding messages if the IMAP server
6604         doesn't support streaming.
6605         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6606
6607 2010-10-24  Julien Danjou  <julien@danjou.info>
6608
6609         * message.el (message-default-headers): Fix type.
6610
6611 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6612
6613         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6614         prefetching images.
6615
6616         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6617         backend for unknown groups.  This is mainly useful for nnimap groups.
6618
6619         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6620         group isn't covered by the agent.
6621
6622 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6623
6624         * nnir.el (nnir-method-default-engines): New variable.
6625         (nnir-run-query): Use it.
6626         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6627         (gnus-summary-nnir-goto-thread): Change group if needed.
6628
6629         * gnus-group.el (gnus-group-group-map): Add key binding for
6630         gnus-group-make-nnir-group.
6631
6632 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6633
6634         * shr.el (shr-tag-object): Add.
6635
6636         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6637         original article buffer live.
6638         (gnus-summary-select-article-buffer):
6639         Mention gnus-widen-article-buffer.
6640
6641 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6642
6643         * shr.el (shr-tag-strong): Add.
6644
6645 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6646
6647         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6648         group names.  They mess up the group buffer badly.
6649
6650         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6651
6652         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6653         instead of the summary one.
6654
6655 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * mml.el (mml-preview): Work properly when editing article.
6658
6659         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6660         gnus-have-read-active-file if it's already been in.
6661
6662 2010-10-22  Tom Tromey  <tromey@redhat.com>
6663
6664         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6665         gnus-group-completing-read.
6666
6667 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6668
6669         * message.el (message-mode-map): Don't bind M-; to comment region, to
6670         allow the global comment-dwim to work.
6671
6672 2010-10-21  Julien Danjou  <julien@danjou.info>
6673
6674         * message.el (message-setup-1): Allow message-default-headers to be a
6675         function.
6676
6677 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6678
6679         * shr.el (shr-tag-table): Simplify.
6680
6681 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6682
6683         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6684         to avoid trying to snarf invalid stuff.
6685
6686         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6687
6688         * gnus.el (gnus-message-archive-group): Quote value.
6689         (gnus-message-archive-group): Mark as changed.
6690
6691         * shr.el (shr-add-font): Don't put the font properties on the newline
6692         or the indentation.
6693
6694         * message.el (message-fix-before-sending): Change options when sending
6695         non-printable characters.
6696
6697         * gnus.el (gnus-message-archive-method): Change the default to
6698         monthly outgoing groups.
6699
6700         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6701         that have gotten new numbers.
6702
6703         * nnimap.el (nnimap-request-replace-article): New function.
6704
6705 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6708         (nnrss-request-article): Don't use special html washing code.
6709
6710 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * shr.el (shr-tag-table): Remove useless nconc.
6713
6714 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * gnus-art.el (article-wash-html): Simplify and remove the charset
6717         stuff.  Use the normal html rendering code instead of the special html
6718         washing code.
6719
6720         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6721         `gnus-w3m' symbols.
6722         (mm-text-html-washer-alist): Remove.
6723
6724         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6725         (mm-inline-media-tests): Remove use.
6726         (mm-text-html-renderer): Change default to the `shr' symbol.
6727
6728         * mm-view.el (mm-inline-text-html): Remove use.
6729
6730         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6731         `gnus-blocked-images' to be a function.
6732         (gnus-article-wash-function): Remove.
6733
6734 2010-10-20  Julien Danjou  <julien@danjou.info>
6735
6736         * spam.el (spam-list-of-processors): Mark as obsolete.
6737
6738         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6739         (nnimap-insert-partial-structure): Fix boundary detection.
6740
6741 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6742
6743         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6744         run file-truename on remote files.  This can be expensive and even
6745         prevent one from editing drafts if some unrelated buffer has a stale
6746         connection.
6747
6748 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6751         kinsoku-eol regardless of shr-kinsoku-shorten.
6752         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6753         (shr-tag-table): Support caption, thead, and tfoot.
6754
6755 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756
6757         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6758         lines.
6759         (shr-save-contents): New command and keystroke.
6760
6761         * nndoc.el (nndoc-type-alist): Add git support.
6762         (nndoc-git-type-p): New function.
6763         (nndoc-transform-git-article): Ditto.
6764         (nndoc-transform-git-headers): Ditto.
6765         (nndoc-transform-git-headers): Generate Subject headers.
6766
6767         * shr.el (shr-parse-style): New function.
6768         (shr-tag-span): Ditto.
6769
6770         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6771         to `G G' to avoid collisions.
6772
6773 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * shr.el: Load kinsoku if necessary.
6776         (shr-kinsoku-shorten): New internal variable.
6777         (shr-find-fill-point): Make kinsoku shorten text line if
6778         shr-kinsoku-shorten is bound to non-nil.
6779         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6780         shr-indentation too when testing if table is wider than frame width.
6781         (shr-insert-table): Use `string-width' instead of `length' to measure
6782         text width.
6783         (shr-insert-table-ruler): Make sure indentation is done at bol.
6784
6785 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6786
6787         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6788         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6789         undecoded network data.
6790
6791 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6792
6793         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6794         name in the mode line spec so that the mode line menu works
6795         (bug #2431).
6796
6797         * message.el (message-get-reply-headers): If we're fed `to-address',
6798         then always use that.
6799
6800         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6801         aren't so wide as to need to switch off the edit menu.
6802
6803         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6804         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6805
6806         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6807         `M-g'.
6808         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6809         the permanent marks.
6810
6811 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6812
6813         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6814         Splitting according to references/in-reply-to obeys the ignore-groups
6815         variable, while splitting by sender and subject do not.
6816
6817 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6818
6819         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6820         alist, so that we can look for non-Unicode chars.
6821         (article-translate-strings): Allow both character and string maps.
6822
6823 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * shr.el (shr-insert): Don't insert space behind a wide character
6826         categorized as kinsoku-bol, or between characters both categorized as
6827         nospace.
6828
6829 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6830
6831         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6832         headers to gnus-newsgroup-headers.
6833
6834 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6835
6836         * shr.el (shr-tag-img): Don't align images -- since we're not
6837         rescaling, this often leads to ugly displays.
6838
6839 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6840
6841         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6842         duplicates.
6843
6844 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6845
6846         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6847         call.
6848
6849 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6850
6851         * gnus.el: Autoload gnus-html-show-images.
6852
6853         * nnimap.el: Use nnheader-message throughout.
6854
6855         * shr.el (shr-tag-img): Ignore images with no data.
6856
6857 2010-10-15  Julien Danjou  <julien@danjou.info>
6858
6859         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
6860         a possibility to disable format=flow encoding when using hard newlines.
6861
6862 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * shr.el (shr-insert): Remove space inserted before or after a
6865         breakable character or at the beginning or the end of a line.
6866         (shr-find-fill-point): Do kinsoku; find the second best point or give
6867         it up if there's no breakable point.
6868
6869 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6870
6871         * nnimap.el (nnimap-open-connection): Message when opening connection
6872         for debugging purposes.
6873
6874         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
6875         on every setup buffer call to allow this to change from article to
6876         article.
6877
6878         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
6879         buffers where we have a wide table.
6880
6881 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
6882
6883         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
6884         uses *-request-thread.
6885
6886 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6887
6888         * nnimap.el (nnimap-open-connection): Remove %s from openssl
6889         incantation, which is no longer valid.
6890
6891 2010-10-14  Julien Danjou  <julien@danjou.info>
6892
6893         * shr.el: Fix defcustom type (char -> character).
6894
6895 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6896
6897         * nnimap.el (nnimap-open-connection): tls-program should be a list of
6898         programs.
6899
6900 2010-10-14  Julien Danjou  <julien@danjou.info>
6901
6902         * shr.el (shr-tag-a): Use url-link as widget type.
6903
6904         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
6905         `gnus-group-get-icon'.
6906
6907 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6908
6909         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
6910         This should make server editing work better.
6911
6912         * shr.el (shr-find-fill-point): Don't inloop on indented text.
6913
6914         * tls.el (tls-program): Remove spurious %s from openssl.
6915
6916         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
6917         (nnimap-parse-flags): Fix regexp.
6918
6919         * shr.el (shr-find-fill-point): Use a filling algorithm that should
6920         probably work for CJVK text, too.
6921
6922         * nnimap.el (nnimap-extend-tls-programs): Remove.
6923         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
6924
6925         * tls.el (tls-starttls-switches): Remove starttls hack.
6926         (open-tls-stream): Ditto.
6927         (tls-find-starttls-argument): Ditto.
6928
6929 2010-10-13  Julien Danjou  <julien@danjou.info>
6930
6931         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
6932         responses.
6933
6934 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6935
6936         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
6937
6938         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
6939         anything in Emacs.
6940
6941         * shr.el (shr-current-column): Remove buggy and unnecessary function.
6942
6943 2010-10-13  Julien Danjou  <julien@danjou.info>
6944
6945         * shr.el (shr-width): Make shr-width a defcustom with default to
6946         fill-column.
6947         (shr-tag-img): Use shr-width rather than fill-column.
6948
6949 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * dgnushack.el (byte-optimize-apply):
6952         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
6953
6954         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
6955         position when (X-)Faces exist.
6956         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
6957         avatars when called interactively.
6958
6959 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
6962         gnus-article-x-face-too-ugly is bound.
6963
6964 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6965
6966         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
6967
6968         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
6969         mailbox that doesn't exist.
6970
6971 2010-10-12  Julien Danjou  <julien@danjou.info>
6972
6973         * shr.el (shr-tag-img): Encode URL properly when retrieving.
6974         (shr-get-image-data): Encode URL properly when fetching from cache.
6975         (shr-tag-img): Use aligned-to spaces to align correctly images.
6976
6977         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6978         before inserting the Gravatar.
6979
6980         * shr.el (shr-tag-img): Add align attribute support for <img>.
6981
6982 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6983
6984         * gnus-gravatar.el (gnus-art): Require.
6985
6986         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
6987         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6988         Remove long obsoleted functions.
6989
6990 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
6993
6994         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
6995
6996         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
6997         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
6998         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
6999         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
7000         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
7001         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
7002         * sieve-manage.el, smime.el, spam.el:
7003         Fix comment for declare-function.
7004
7005 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * nnimap.el (nnimap-request-rename-group): Select group read-only
7008         before renaming it.
7009
7010         * shr.el (shr-insert): Fix up the white space only regexp.
7011
7012         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7013         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7014
7015         * shr.el (shr-current-column): New function.
7016         (shr-find-fill-point): New function.
7017
7018 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7019
7020         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7021         numbers.
7022
7023 2010-10-11  Julien Danjou  <julien@danjou.info>
7024
7025         * shr.el (shr-hr-line): Add.
7026         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7027         display hr lines.
7028         (shr-max-columns): Do not change state to nil if we just inserting
7029         spaces.
7030
7031 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7032
7033         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7034         select the last group.
7035
7036 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7037
7038         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7039
7040 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
7041
7042         * dig.el (dig-mode-map): Declare and define in one step.
7043
7044 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7045
7046         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7047         for Gnus.
7048         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7049         (nnimap-update-qresync-info): Mark \Seen articles as read.
7050
7051         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7052         non-variable, too.
7053
7054         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
7055         available.
7056         (nnimap-update-info): Rely more on the current active than the param
7057         active to avoid marking articles as read too much.
7058
7059         * auth-source.el (auth-source-create): Use (user-login-name) for the
7060         user name default.
7061
7062         * nnimap.el (nnimap-update-info): If the server doesn't return any
7063         useful info, just use the previous info.
7064         (nnimap-update-info): Prefer old info over start-article.
7065         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7066
7067 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7068
7069         * nnir.el (autoload): Clean up autoloads.
7070         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7071         Use key rather than value.
7072         (nnir-imap-search-other): New variable.
7073         (nnir-read-parm): Use it.
7074         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7075         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7076
7077 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7078
7079         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7080         the process, too.
7081
7082 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7083
7084         * spam.el (gnus-summary-mode-map): Bind to "$".
7085         Suggested by Russ Allbery.
7086
7087         * shr.el: Rework the way things are indented by <li> slightly.
7088
7089         * gnus.el (gnus-group-set-parameter): Fix typo.
7090
7091         * nnimap.el: Start implementing QRESYNC support.
7092
7093 2010-10-09  Julien Danjou  <julien@danjou.info>
7094
7095         * nnir.el (nnir-engines): Fix too many arguments.
7096
7097 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7098
7099         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7100         group is the "last", so that the backends like nnfolder actually save
7101         their folders.
7102
7103         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
7104         try to use that for the tls stream.
7105         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7106         UIDVALIDITY and find out which groups are read-only and not.
7107         (nnimap-get-flags): Use the same marks parsing code as the rest of
7108         nnimap.
7109
7110 2010-10-09  Julien Danjou  <julien@danjou.info>
7111
7112         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7113
7114         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7115         retrieving gravatars.
7116
7117         * shr.el (shr-table-corner): Add.
7118         (shr-table-line): Add.
7119         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7120
7121 2010-10-08  Julien Danjou  <julien@danjou.info>
7122
7123         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7124
7125 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7126
7127         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7128
7129         * gnus-sum.el (gnus-mark-article-as-unread)
7130         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7131         (gnus-summary-set-bookmark): Use it.
7132
7133         * gnus-msg.el (gnus-setup-message): Use it.
7134
7135         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7136
7137         * gnus.el (gnus-group-remove-parameter): Use it.
7138
7139         * gnus-group.el (gnus-group-make-web-group): Use it.
7140
7141         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7142
7143         * nnregistry.el: Update docs to mention manual.
7144
7145         * gnus-registry.el: Update docs to mention nnregistry.el.
7146         (gnus-registry-initialize): Don't install nnregistry refer method
7147         automatically.
7148         (gnus-registry-install-nnregistry): Remove it.
7149
7150 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7151
7152         * shr.el (shr-insert): Don't insert double spaces.
7153
7154 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7155
7156         * gnus-gravatar.el (gnus-treat-from-gravatar)
7157         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7158         called interactively.
7159
7160         * gnus-art.el (gnus-mime-view-part-externally)
7161         (gnus-mime-view-part-internally): Make predicate function passed to
7162         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7163         of a mime type.
7164
7165         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7166
7167 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7168
7169         * shr.el (require): Require cl when compiling.
7170         (shr-tag-hr): New function.
7171
7172         * nnimap.el (nnimap-update-info): Remove double setting of high.
7173         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7174         This makes nnimap work properly on Courier again.
7175
7176         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7177         the variable for backwards compatibility.
7178
7179         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7180         the file name before using to avoid setting mm-default-directory to
7181         nil.
7182
7183         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7184         bidning gnus-agent variables.
7185
7186         * shr.el (shr-render-td): Use a cache for the table rendering function
7187         to avoid getting an exponential rendering behavior in nested tables.
7188         (shr-insert): Rework the line-breaking algorithm.
7189         (shr-insert): Don't leave trailing spaces.
7190         (shr-insert-table): Also insert empty TDs.
7191         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7192
7193 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7194
7195         * gnus-sum.el (gnus-number): Rename from `number'.
7196         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7197         (gnus-summary-limit-children): Update uses correspondingly.
7198
7199 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7200
7201         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7202         (gnus-gravatar-transform-address): Don't show avatars of people of
7203         which mail addresses match gnus-gravatar-too-ugly.
7204
7205 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * shr.el (shr-table-widths): Expand TD elements to fill available
7208         space.
7209
7210 2010-10-07  Julien Danjou  <julien@danjou.info>
7211
7212         * nnimap.el (nnimap-request-rename-group): Add this method.
7213
7214 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7217         name from XEmacs' function-arglist.
7218
7219         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7220         gravatar under XEmacs.
7221
7222 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7223
7224         * auth-source.el: Update docs with TODO items.
7225
7226         * gnus-sync.el: Update docs to explain state and plans.
7227
7228         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7229         Hooks for mark updates.
7230         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7231
7232         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7233         hooks with arguments, which is needed for mark update hooks.
7234
7235 2010-10-06  Julien Danjou  <julien@danjou.info>
7236
7237         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7238         was matched.
7239
7240         * sieve-manage.el: Update example in `Commentary'.
7241
7242         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7243
7244         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7245         not 2000.
7246         (sieve-manage-authenticate): Re-add function.
7247
7248 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7249
7250         * shr.el (shr-insert): Get 'space transition right.
7251         (shr-render-td): Only delete space at the end of the TD.
7252
7253         * nnimap.el (nnimap-open-connection): Prepare to support
7254         open-gnutls-stream.
7255
7256         * shr.el: Rearrange function order to be more logical.
7257
7258 2010-10-06  Julien Danjou  <julien@danjou.info>
7259
7260         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7261         (nnrss-discover-feed): Remove 404 URL in docstring.
7262
7263         * nnir.el: Fix Swish-E URL.
7264         Fix Namazu URL.
7265
7266         * message.el (message-change-subject): Remove 404 URL in a comment.
7267
7268 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7269
7270         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7271         called interactively.
7272
7273         * gnus-util.el (gnus-remove-if): Allow hash table.
7274         (gnus-remove-if-not): New function.
7275
7276         * gnus-art.el (gnus-mime-view-part-as-type):
7277         * gnus-score.el (gnus-summary-score-effect):
7278         * gnus-sum.el (gnus-read-move-group-name):
7279         Replace remove-if-not with gnus-remove-if-not.
7280
7281         * gnus-group.el (gnus-group-completing-read):
7282         Regard collection as a hash table if it is not a list.
7283
7284 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7287
7288         * shr.el: Document the table-rendering algorithm.
7289
7290 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
7293         for Emacsen having no `libxml-parse-html-region' support.
7294
7295 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296
7297         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7298         invalid URLs.
7299
7300         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7301         line-broken.
7302         (shr-tag-img): Ignore image fetching errors.
7303         (shr-overlays-in-region): Compute overlay positions correctly.
7304
7305         * mm-decode.el (mm-shr): Require shr.
7306
7307         * gnus-art.el (gnus-blocked-images): Move variable here.
7308
7309         * shr.el (shr-insert-table): Bind free variable.
7310
7311         * mm-decode.el (mm-shr): Bind shr-content-function.
7312
7313         * shr.el (shr-content-function): New variable.
7314
7315         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7316         added for symmetry.
7317
7318         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7319
7320         * gnus-group.el (gnus-group-make-group): Doc fix.
7321
7322         * nnimap.el (nnimap-request-newgroups): Return success.
7323
7324         * shr.el (shr-find-elements): New function.
7325         (shr-tag-table): Put all the images after the table.
7326         (shr-tag-table): Really inhibit images inside the table.
7327         (shr-collect-overlays): Copy over overlays from the TD elements to the
7328         main document.
7329
7330         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7331         gnus-blocked-images.
7332
7333 2010-10-05  Julien Danjou  <julien@danjou.info>
7334
7335         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7336
7337         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7338         (gnus-html-maximum-image-size): Add this function.
7339         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7340
7341         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7342         server-value of the capability is nil.
7343
7344 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7345
7346         * shr.el (shr-tag-em): Add <EM> tag.
7347
7348 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7349
7350         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7351         customizable.
7352
7353         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7354         handing broken links to browse-url.
7355
7356 2010-10-05  Julien Danjou  <julien@danjou.info>
7357
7358         * gnus-util.el (gnus-emacs-completing-read)
7359         (gnus-iswitchb-completing-read): Use autoload rather than require.
7360
7361 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
7364         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
7365         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
7366         iswitchb-temp-buflist for XEmacs.
7367
7368         * gnus-util.el (gnus-completing-read-function): Exclude
7369         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7370         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7371         XEmacs.
7372
7373         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7374         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7375
7376         * gnus-html.el: Don't require help-fns under XEmacs.
7377         (gnus-html-schedule-image-fetching): Work for XEmacs.
7378
7379         * mm-decode.el (mm-shr): Decode contents by charset.
7380
7381 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7382
7383         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7384         unknown.
7385
7386         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7387         (shr-get-image-data): Ensure against the cache file missing.
7388
7389         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7390         for data.
7391
7392         * spam-report.el (spam-report-url-ping-plain): Don't query about
7393         killing the process.
7394
7395         * shr.el (shr-render-td): Protect against too-wide text.
7396
7397 2010-10-04  Julien Danjou  <julien@danjou.info>
7398
7399         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7400         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7401
7402         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7403         retrieved.
7404
7405 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7406
7407         * shr.el (browse-url): Require.
7408         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7409         lines.
7410         (shr-show-alt-text, shr-browse-image): New commands.
7411         (shr-browse-url, shr-copy-url): New commands.
7412
7413         * gnus-sum.el (gnus-widen-article-window): New variable.
7414         (gnus-summary-select-article-buffer): Use it.
7415
7416         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7417         without @ signs.
7418
7419 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7420
7421         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7422
7423 2010-10-04  Julien Danjou  <julien@danjou.info>
7424
7425         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7426         for XEmacs.
7427
7428 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7429
7430         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7431
7432         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7433         (nnimap-close-server): Implement.
7434
7435         * dgnushack.el (iswitchb): Require to shut up the compiler.
7436
7437         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7438         (shr-insert): Tweak line breaking.
7439         (shr-insert): Handle <pre> better.
7440         (shr-tag-li): Get <li> indentation right.
7441         (shr-tag-li): Get <li> indentation even righter.
7442         (shr-tag-blockquote): Ensure paragraph start.
7443         (shr-make-table): Tweak table generation.
7444         (shr-make-table): Fix typo.
7445
7446         * shr.el: Implement table rendering.
7447
7448 2010-10-04  Julien Danjou  <julien@danjou.info>
7449
7450         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7451
7452 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7453
7454         * shr.el (shr-insert): Use string anchors instead of line anchors.
7455
7456 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7457
7458         * shr.el: Add headings.
7459         (shr-ensure-paragraph): Actually work.
7460         (shr-tag-li): Make <ul> prettier.
7461         (shr-insert): Get white space at the beginning/end of elements right.
7462         (shr-tag-p): Collapse subsequent <p>s.
7463         (shr-ensure-paragraph): Don't insert double line feeds after blank
7464         lines.
7465         (shr-insert): \t is also space.
7466         (shr-tag-s): Fix "s" tag name function.
7467         (shr-tag-s): Fix face prop name.
7468
7469 2010-10-03  Julien Danjou  <julien@danjou.info>
7470
7471         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7472
7473         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7474         gnus-window-inside-pixel-edges.
7475
7476         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7477         gnus-ems.
7478
7479         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7480
7481         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7482         function.
7483
7484         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7485         resize choice.
7486
7487 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7490         beginning of the buffer.
7491
7492         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7493         article buffer again.
7494
7495         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7496
7497         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7498         when it's at the start of the buffer.
7499
7500         * shr.el (shr-tag-blockquote): Convert name.
7501         (shr-rescale-image): Use the right image-size variant.
7502
7503         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7504         buffer isn't shown, then select the current article first instead of
7505         bugging out.
7506         (gnus-summary-select-article-buffer): Show both the article and summary
7507         buffers again.
7508
7509         * shr.el (shr-fontize-cont): Protect against regions with no text.
7510         Rename tag functions to shr-tag-* for enhanced security.
7511         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7512
7513 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7514
7515         * shr.el (shr-insert):
7516         * pop3.el (pop3-movemail):
7517         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7518         loaded.
7519
7520 2010-10-03  Glenn Morris  <rgm@gnu.org>
7521
7522         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7523
7524         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7525
7526         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7527
7528         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7529
7530         * gnus-util.el (gnus-make-local-hook): Simplify.
7531
7532 2010-10-02  Julien Danjou  <julien@danjou.info>
7533
7534         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7535         (gnus-ido-completing-read): New function.
7536         (gnus-emacs-completing-read): New function.
7537         (gnus-completing-read): Use gnus-completing-read-function.
7538         Add gnus-completing-read-function.
7539
7540 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7541
7542         * shr.el (shr-insert-document): Autoload.
7543         (shr-img): Be silent.
7544         (shr-insert): Add a newline after every picture before text.
7545         (shr-add-font): Use overlays for combining faces.
7546         (shr-insert): Pass upwards the text start point.
7547
7548         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7549         possible.
7550         (mm-shr): New function.
7551
7552 2010-10-02  Julien Danjou  <julien@danjou.info>
7553
7554         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7555         should go backward.
7556
7557 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7558
7559         * shr.el (shr): Fix typo in provide call.
7560
7561 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * shr.el: New file.
7564
7565         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7566
7567         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7568         completing read.
7569
7570 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7571
7572         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7573         we're being queried about.  Suggested by Dan Jacobson.
7574
7575         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7576         Suggested by Jason Eisner.
7577
7578         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7579         table, too.  Suggested by Stefan Wiens.
7580         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7581         the table unnecessary.  Suggested by Stefan Wiens.
7582
7583         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7584         longer needed, and probably doesn't work either, as pointed out by
7585         Stefan Wiens.
7586         (gnus-summary-exit): Remove call to the clearing function.
7587         (gnus-summary-exit-no-update): Ditto.
7588
7589         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7590         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7591         Reported by Stefan Monnier.
7592         (gnus-summary-save-in-rmail): Ditto.
7593
7594         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7595         article buffer, instead of both the article buffer and the summary
7596         buffer.  Sort of suggested by Dan Jacobson.
7597
7598         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7599
7600         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7601         Suggested by Dan Jacobson.
7602
7603         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7604         documentation clearer.
7605
7606         * message.el (message-shorten-references): Comment on the number "21".
7607         Suggested by Stefan Monnier.
7608
7609         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7610         Suggested by Dan Jacobson.
7611
7612         * gnus.el (gnus-large-newsgroup):
7613         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7614
7615         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7616         externalize attachments.  Bug reported by Steve Wen.
7617
7618         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7619         really message anything to the user.
7620
7621         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7622         directly.
7623
7624         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7625         messages in empty groups.
7626
7627 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7628
7629         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7630         non-UIDNEXT group.
7631
7632 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7633
7634         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7635         not the value from the collection.
7636
7637         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7638         values.  This sometimes happens on some groups that have no info.
7639         (nnimap-request-newgroups): New function.
7640
7641 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7642
7643         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7644         check into `gnus-registry-initialize'.
7645         (gnus-registry-initialize): Ditto.
7646         Fix and extend header docs.
7647
7648 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7649
7650         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7651         regexp backtrace overflows.
7652
7653         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7654         for starttls that tls.el implements; i.e. openssl.
7655
7656         * tls.el (tls-starttls-switches): Give up on using starttls with
7657         gnutls-cli.
7658         (tls-program): Add --insecure to be consistent with the defaults from
7659         openssl s_client.  Now all three commands are insecure.
7660
7661 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * lpath.el: Bind completion-styles-alist for XEmacs.
7664
7665         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7666         (gravatar-create-image): New function that's an alias to
7667         gnus-xmas-create-image, gnus-create-image, or create-image.
7668         (gravatar-data->image): Use it.
7669
7670 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7671
7672         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7673         install the nnregistry refer method.
7674         (gnus-registry-install-hooks): Use it.
7675         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7676         unfollowed groups.
7677
7678 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7679
7680         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7681         expanding threads.
7682
7683 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7684
7685         * nnir.el: Use the server names without suffixes (bug #7009).
7686
7687         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7688         unencrypted to STARTTLS, if possible.
7689
7690 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7691
7692         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7693         headers before superseding.
7694
7695 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * nnrss.el (nnrss-use-local): Add documentation.
7698
7699         * nnimap.el (nnimap-extend-tls-programs): New function.
7700         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7701         (nnimap-wait-for-connection): Accept the greeting from the stupid
7702         output from openssl s_client -starttls, too.
7703
7704         * tls.el (tls-starttls-switches): New variable.
7705         (tls-find-starttls-argument): Use it.
7706         (open-tls-stream): Ditto.
7707
7708         * netrc.el (netrc-credentials): Return the value of the "default" entry.
7709         (netrc-machine): Ditto.
7710
7711         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7712         article number.
7713         (nnimap-split-fancy): New variable.
7714         (nnimap-split-incoming-mail): Use it.
7715
7716         * nntp.el (nntp-server-list-active-group): Document.
7717
7718         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7719         SELECT to get the message-id.
7720
7721         * mail-source.el (mail-sources): Remove webmail support.
7722         (defvar): Ditto.
7723         (mail-source-fetcher-alist): Ditto.
7724         (mail-source-fetch-webmail): Remove.
7725
7726         * webmail.el: Remove -- doesn't seem relevant any more.
7727
7728         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7729
7730         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7731         the \r.
7732
7733 2010-09-30  Julien Danjou  <julien@danjou.info>
7734
7735         * gnus-agent.el (gnus-agent-add-group): Fix call to
7736         gnus-completing-read.
7737
7738 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7739
7740         * nndoc.el (nndoc-retrieve-groups): New function.
7741
7742         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7743         `default', use nnmail-split-methods.
7744         (nnimap-request-article): Downcase the NILs so that they are nil.
7745
7746         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7747         symbol.
7748
7749         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7750         code, since if the user has requested network, that's what they ought
7751         to get.
7752         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7753         (nnimap-split-rule): Mark as obsolete.
7754
7755         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7756         New variable.
7757
7758         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7759         correct slot, too.
7760
7761 2010-09-29  Julien Danjou  <julien@danjou.info>
7762
7763         * gnus.el (gnus-local-domain): Declare variable obsolete.
7764
7765         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7766         Fix history computing.
7767         (gnus-ido-completing-read): Require ido.
7768
7769 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7770
7771         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7772         build Gnus.
7773
7774         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7775         when interpreting the structures.
7776         (nnimap-request-accept-article): Add \r\n to the lines to make this
7777         work with Cyrus.
7778
7779         * nndraft.el (nndraft-request-expire-articles): Use the group name
7780         instead if "nndraft".  Fix found by Nils Ackermann.
7781
7782 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7783
7784         * nnregistry.el: Add.
7785
7786 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7787
7788         * nnmail.el (group, group-art-list, group-art):
7789         Remove unneeded directives.
7790
7791 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7794         (mm-mime-charset):
7795         * rfc2047.el (rfc2047-syntax-table):
7796         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7797
7798         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7799         rather than `insert-file-contents' and `eval-region'.
7800
7801         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
7802         construction.
7803
7804         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
7805
7806         * time-date.el: No need to require cl for Emacs 21.
7807
7808 2010-09-29  Julien Danjou  <julien@danjou.info>
7809
7810         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7811         replacement of `gnus-gravatar-relief' to mimic
7812         `gnus-faces-properties-alist'.
7813         Add :version property.
7814
7815 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * mail-source.el (mail-source-report-new-mail):
7818         * message.el (message-default-mail-headers):
7819         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7820
7821         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7822
7823 2010-09-28  Julien Danjou  <julien@danjou.info>
7824
7825         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7826         mail-address contains the same string as real-name.
7827
7828         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7829         non-blank in header, otherwise it'll get stripped.
7830
7831         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7832         real-name, and then for mail address rather than doing : or , search.
7833
7834 2010-09-27  Julien Danjou  <julien@danjou.info>
7835
7836         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7837         right completing-read function.
7838         (gnus-use-ido): New variable
7839         (gnus-completing-read-with-default): Remove.
7840         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7841         (gnus-agent-add-group):
7842         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7843         * mm-view.el (mm-view-pkcs7-decrypt):
7844         * mm-util.el (mm-codepage-setup):
7845         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7846         * mml-smime.el (mml-smime-openssl-sign-query):
7847         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7848         (mml-insert-multipart):
7849         * gnus-msg.el (gnus-summary-yank-message):
7850         * gnus-int.el (gnus-start-news-server):
7851         * mm-decode.el (mm-interactively-view-part):
7852         * gnus-dired.el (gnus-dired-attach):
7853         * gnus.el (gnus-read-method):
7854         * gnus-bookmark.el (gnus-bookmark-jump):
7855         * gnus-art.el (gnus-mime-view-part-as-type)
7856         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7857         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7858         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7859         * nnmairix.el (nnmairix-create-server-and-default-group)
7860         (nnmairix-update-groups, nnmairix-get-server)
7861         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7862         (nnmairix-get-group-from-file-path):
7863         * nnrss.el (nnrss-find-rss-via-syndic8):
7864         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7865         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7866         (gnus-group-browse-foreign-server):
7867         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7868         (gnus-summary-execute-command, gnus-summary-respool-article)
7869         (gnus-read-move-group-name):
7870         * gnus-score.el (gnus-summary-increase-score)
7871         (gnus-summary-score-effect):
7872         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7873
7874 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
7877         x-focus-frame.
7878
7879         * nnimap.el (auth-source-forget-user-or-password)
7880         (auth-source-user-or-password): Autoload.
7881
7882         * message.el (message-from-style, message-interactive)
7883         (message-cite-prefix-regexp, message-sendmail-envelope-from)
7884         (message-yank-prefix, message-indentation-spaces, message-signature)
7885         (message-signature-file): Add comment.
7886
7887 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7888
7889         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7890         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7891         new articles.
7892
7893         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7894         parts.
7895         (nnimap-request-article): Work with the t setting, too.
7896
7897         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7898         that you don't get flashes of other buffers.
7899         (gnus-summary-show-complete-article): Intern before setting.
7900
7901 2010-09-27  David Engster  <dengste@eml.cc>
7902
7903         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
7904         well as HEADERS.
7905         (nnmairix-retrieve-headers): Provide new argument for the above.
7906
7907 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7908
7909         * gnus-sum.el (gnus-summary-move-article): Don't alter
7910         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
7911         group.
7912
7913         * nnimap.el (nnimap-update-info): Don't destructively alter active.
7914
7915         * message.el (message-cite-prefix-regexp): Revert my last edit.
7916
7917         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
7918         variable instead of the Gnus variable.
7919
7920         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
7921
7922         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
7923
7924         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
7925         since some servers don't like it.
7926         (nnimap-open-connection): Forget credentials if the server says the
7927         password was wrong.
7928         (nnimap-parse-line): Protect against invalid data.
7929
7930         * gnus-sum.el (gnus-summary-move-article): Add comment.
7931         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
7932         nothing alters it while scanning for new messages.
7933
7934         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
7935         which may or may not help.
7936         (nnimap-open-connection): If we're doing a stream connection, and then
7937         discover we're on a STARTTLS-capable server, then open a STARTTLS
7938         connection instead.
7939
7940 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941
7942         * nnimap.el (utf7): Require.
7943
7944         * message.el (message-cite-prefix-regexp): Remove "}" from citation
7945         prefix.
7946
7947 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
7948
7949         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
7950
7951 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952
7953         * nnimap.el (nnimap-request-accept-article): Message the error on
7954         error.
7955
7956 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7957
7958         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
7959
7960 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7961
7962         * nndoc.el (nndoc-request-list): Return success always.
7963
7964         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
7965         `fetch-old' -- we only want to fetch the articles we've requested.
7966         The rest are in the agent, probably.
7967         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
7968         disappeared server" to something low.  It's not important.
7969
7970         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
7971         arrived before the FETCH data.
7972
7973         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
7974         target here, because we don't know the Gnus name of the group.
7975
7976         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
7977         for the correct group.
7978
7979         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
7980
7981         * gnus.el (gnus): Give a final warning after startup.
7982
7983         * gnus-util.el (gnus-action-message-log): New variable.
7984         (gnus-message): Use it.
7985         (gnus-final-warning): New function.
7986
7987         * nnimap.el (nnimap-open-connection): Record the greeting.
7988         (nnimap): Add greeting.
7989
7990 2010-09-26  Julien Danjou  <julien@danjou.info>
7991
7992         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
7993         arguments.
7994         (gnus-html-wash-images): Fix spec computing to include start/end.
7995
7996         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
7997
7998 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7999
8000         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8001         deletion.
8002         (nnimap-retrieve-headers): Don't select the group, because that's
8003         already done by nnimap-possibly-change-group.
8004
8005         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8006         (gnus-picon-transform-address): Use it.
8007
8008         * mail-source.el (mail-source-value): Revert previous patch.
8009
8010         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8011         on failure.
8012         (nnimap-open-connection): Look up both virtual and physical server name
8013         credentials.
8014
8015         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8016
8017 2009-02-07  Dave Love  <fx@gnu.org>
8018
8019         * tls.el (open-tls-stream): Don't query killing process.
8020
8021 2009-02-08  Dave Love  <fx@gnu.org>
8022
8023         * gnus-win.el (gnus-window-to-buffer-helper)
8024         (gnus-all-windows-visible-p): Function needn't be a symbol.
8025
8026         * mail-source.el (mail-source-value): Function needn't be a symbol.
8027
8028 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8029
8030         * message.el (message-cite-prefix-regexp): Remove } from the cite
8031         prefix.
8032
8033         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8034         highlight again, so that the highlight is correct.
8035
8036         * gnus-picon.el (gnus-picon): Remove again.
8037         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8038
8039         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8040         doing the header highlightling, so that the background color of the
8041         picon is correct.
8042
8043         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8044         (gnus-picon): Ditto.
8045         (gnus-picon): Reinstate.  The background color for picons is white.
8046         (gnus-picon-insert-glyph): Make the background white.
8047
8048         * nnml.el (nnml-open-nov): Don't return dead buffers.
8049
8050         * auth-source.el (auth-source-create): Query the user for whether to
8051         store the credentials.
8052
8053         * netrc.el (netrc-store-data): New function.
8054
8055         * auth-source.el (auth-source-user-or-password): Use the existing auth
8056         sources, if any, for creation.
8057
8058         * gnus.el (gnus-group-fast-parameter): Return the last matching
8059         parameter instead of the first matching parameter.
8060
8061 2010-09-26  Julien Danjou  <julien@danjou.info>
8062
8063         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8064
8065 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8066
8067         * mml2015.el (mml2015-use): Remove gpg support.
8068
8069         * mml1991.el (mml1991-function-alist): Remove gpg function.
8070         (mml1991-gpg-sign): Remove.
8071
8072 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8073
8074         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8075         (gnus-browse-unsubscribe-current-group): Document it.
8076         (gnus-browse-unsubscribe-group): Use it.
8077
8078 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8079
8080         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8081         address to the To list for easier response.
8082
8083         * gnus.el (gnus-play-startup-jingle): Remove.
8084         (gnus-splash): Don't play jingle.
8085         (gnus): Silence gnus-load message.
8086
8087         * gnus-art.el (gnus-treat-play-sounds): Remove.
8088
8089         * gnus.el (gnus-play-jingle): Remove audio support.
8090
8091         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8092
8093         * earcon.el: Remove -- no users.
8094
8095         * gnus-audio.el: Remove -- no users of this package.
8096
8097         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8098
8099         * gnus-start.el (gnus-setup-news): Remove nocem support.
8100
8101         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8102
8103         * gnus.el (gnus-use-nocem): Remove.
8104
8105         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8106         Remove.
8107
8108         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8109         uses NoCeM any more.
8110
8111         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8112         (gnus-button-ctan-handler): Ditto.
8113         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8114         (gnus-button-ctan-directory-regexp): Ditto.
8115         (gnus-button-handle-ctan): Ditto.
8116         (gnus-button-tex-level): Ditto.
8117         (gnus-button-alist): Remove CTAN stuff.
8118
8119 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8120
8121         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8122         nnimap-streaming test.
8123
8124         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8125         servers twice.
8126
8127         * nnimap.el (nnimap-open-connection): Add more error reporting when
8128         nnimap fails early.
8129
8130         * nnheader.el (nnheader-get-report-string): New function.
8131         (nnheader-get-report): Use it.
8132
8133         * gnus-int.el (gnus-check-server): Say what the error was when opening
8134         failed.
8135
8136         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8137         using streaming.
8138
8139 2010-09-25  Julien Danjou  <julien@danjou.info>
8140
8141         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8142         gnus-window-inside-pixel-edges.
8143
8144 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8145
8146         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8147
8148         * mm-decode.el (mm-save-part): Allow saving to other directories the
8149         normal Emacs way.
8150
8151         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8152         Suggested by Jay Berkenbilt.
8153
8154         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8155         there isn't a single byte.
8156
8157         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8158         just do it.  It doesn't really seem to matter what the user responds
8159         here, I think, so it's just a confusing question.
8160
8161         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8162         non-streaming case.
8163
8164         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8165         (gnus-article-encrypt-body): Use it.
8166
8167         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8168         keystroke.
8169
8170         * nnimap.el (nnimap-find-wanted-parts-1):
8171         Use gnus-fetch-partial-articles.
8172
8173         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8174
8175         * nnimap.el (nnimap-insert-partial-structure): New function.
8176         (nnimap-get-partial-article): New function.
8177         (nnimap-request-article): Use it.
8178         (nnimap-wait-for-response): Return whether the wait was successful.
8179         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8180         retrieval wasn't successful.
8181         (nnimap-retrieve-group-data-early): Allow throttling servers.
8182         (nnimap-streaming): New variable.
8183         (nnimap-fetch-partial-articles): Remove.
8184
8185         * mm-decode.el (mm-with-part): Protect against killed buffers.
8186
8187         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8188         for prettier summary display.
8189
8190 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8191
8192         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8193
8194 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8195
8196         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8197         apparently third-party libraries depend on it.
8198
8199         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8200         before starting negotiation.
8201
8202         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8203         privacy reasons.
8204         (gnus-treat-mail-gravatar): Ditto.
8205
8206         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8207         buffer when inserting images.  Inserting text into the headers, for
8208         instance, can make them invalid.
8209
8210 2010-09-25  Julien Danjou  <julien@danjou.info>
8211
8212         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8213         variables.
8214
8215         * nnheader.el: Remove useless variables news-reply-yank-from and
8216         news-reply-yank-message-id.
8217
8218         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8219         variables.
8220
8221         * mml1991.el: Remove useless mml1991-verbose.
8222
8223         * gnus.el: Remove useless variable gnus-use-generic-from.
8224         Remove obsolete variable gnus-topic-indentation.
8225
8226         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8227
8228         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8229
8230         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8231
8232         * gnus-group.el: Remove useless gnus-group-icon-cache.
8233         Remove useless gnus-ephemeral-group-server.
8234
8235         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8236
8237         * mml2015.el: Remove useless mml2015-verbose.
8238
8239         * mml-smime.el: Remove useless mml-smime-verbose.
8240
8241         * gnus.el: Remove useless gnus-local-domain.
8242
8243         * gnus-gravatar.el (gnus-gravatar-transform-address):
8244         Use gnus-gravatar-size.
8245
8246         * gnus-art.el: Remove useless gnus-treat-translate.
8247
8248 2010-09-24  Julien Danjou  <julien@danjou.info>
8249
8250         * gnus-sum.el: Add support for Gravatars.
8251
8252         * gnus-art.el: Add support for Gravatars.
8253
8254         * gnus-gravatar.el: Add this file.
8255
8256         * gravatar.el: Add this file.
8257
8258 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8259
8260         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8261
8262         * gnus-group.el (gnus-group-fetch-faq): Remove.
8263
8264         * gnus.el (gnus-group-faq-directory): Remove.
8265
8266         * gnus-group.el (gnus-group-fetch-charter): Remove.
8267
8268         * gnus.el (gnus-group-charter-alist): Remove.
8269
8270         * gnus-group.el (gnus-group-archive-directory): Remove.
8271         (gnus-group-recent-archive-directory): Ditto.
8272         (gnus-group-make-archive-group): Remove.
8273
8274         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8275
8276         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8277         use the same article number for all the cached articles.
8278
8279         * nnimap.el (nnimap-command): Register the last command time so
8280         that we can use it for idling NOOPs.
8281         (nnimap-open-connection): Start the keeplive timer.
8282         (nnimap-make-process-buffer): Store all the process buffers.
8283         (nnimap-keepalive): New function.
8284
8285         * starttls.el (starttls-open-stream): Add autoload cookie.
8286
8287 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8288
8289         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8290         handling.
8291
8292 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293
8294         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8295         its data structures.
8296
8297         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8298         instead of the cl.el copy-list.
8299         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8300         equalp.
8301
8302 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8305         and tool-bar-local-item-from-menu.
8306
8307         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8308         mode-line-highlight face for Emacs.
8309
8310         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8311         loading gnus-sum.elc; fix comment for canlock-verify.
8312         (gnus-article-jump-to-part): Use read-number.
8313         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8314         Remove Emacs pre-21 compatible code for help-echo.
8315         (gnus-article-next-page-1): No need to adjust the number of lines.
8316         (gnus-article-describe-bindings): Always use help-buffer.
8317
8318         * gnus-audio.el (gnus-audio-inline-sound):
8319         * gnus-cus.el (gnus-custom-mode):
8320         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8321
8322         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8323
8324         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8325         compatible code.
8326
8327 2010-09-24  Glenn Morris  <rgm@gnu.org>
8328
8329         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8330         visiting the fcc file in rmail-mode.
8331
8332         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
8333
8334 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * nnir.el: Silence the byte compiler.
8337
8338         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8339         alias to browse-url-url-encode-chars if any.
8340         (gnus-html-encode-url): Use it.
8341
8342 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8343
8344         * gnus-start.el (gnus-use-backend-marks): New variable.
8345         (gnus-get-unread-articles-in-group): Use it.
8346
8347         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8348         makeover.
8349
8350 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8351
8352         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8353
8354 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8355
8356         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8357         Remove.
8358         (gnus-setup-news-hook):
8359         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8360
8361         * gnus-int.el (gnus-request-update-info): Protect against backends not
8362         having the function.
8363
8364         * nnimap.el (nnimap-stream): Mention starttls.
8365         (nnimap-open-connection): Add starttls support.
8366
8367 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8368
8369         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8370
8371 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8374         BODYSTRUCTUREs.
8375         (nnimap-transform-headers): Unfold quoted {42} headers.
8376
8377         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8378         the info.
8379         (gnus-get-unread-articles): Only call updatep on backends that support
8380         it.
8381
8382         * nnweb.el (nnweb-request-update-info): NOOP.
8383
8384         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8385
8386         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8387         since it only deals with marks.
8388
8389         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8390         gnus-request-marks, and make a new gnus-request-update-info.
8391
8392         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8393         the active instead of the high number, which is usually too low.
8394
8395 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8396
8397         * netrc.el (netrc-parse): Remove encrypt.el mentions.
8398         * encrypt.el: Remove.
8399
8400 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8401
8402         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8403         server in symbolic form.
8404
8405         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8406
8407 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8408
8409         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8410         (nnimap-update-info): Fix up code slightly.
8411
8412         * gnus-int.el (gnus-open-server): Add tracing for performance
8413         debugging.
8414
8415         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8416         (gnus-group-insert-group-line): Pass the real group name so that it
8417         gets the right data.
8418
8419         * gnus-start.el (gnus-get-unread-articles): Don't have
8420         `gnus-get-unread-articles-in-group' update info, since that can be
8421         really slow and doesn't seem to be needed?
8422
8423 2010-09-22  Dan Christensen  <jdc@uwo.ca>
8424
8425         * time-date.el (date-to-time): Try using parse-time-string first before
8426         using the slower timezone-make-date-arpa-standard.
8427
8428 2010-09-22  Julien Danjou  <julien@danjou.info>
8429
8430         * gnus-group.el (gnus-group-insert-group-line):
8431         Call gnus-group-highlight-line.
8432         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8433         default hook list.
8434         (gnus-group-update-eval-form): Add new function.
8435         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8436         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8437
8438 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8439
8440         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8441         immediate, then expire all articles.
8442         (nnimap-update-info): Fix off-by-one errors.
8443         (nnimap-flags-to-marks): Would return no marks lists for group with no
8444         flags.  Instead return the other data.
8445
8446 2010-09-22  Julien Danjou  <julien@danjou.info>
8447
8448         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8449         Only return an icon.
8450         (gnus-group-insert-group-line): Compute icon to return.
8451
8452         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8453         (gnus-html-image-fetched): Only cache if
8454         gnus-html-image-automatic-caching is set.
8455         (gnus-html-image-fetched): Check for errors.
8456
8457 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8460         once per method on `g'.  This ensures that backends like nnfolder don't
8461         open all their folders.
8462
8463         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8464         (nnimap-request-list): Nix out group in the correct buffer.
8465         (nnimap-parse-flags): Implement by using `read' instead of
8466         hand-parsing.
8467         (nnimap-flags-to-marks): Pass on permanent-flags.
8468         (nnimap-make-process-buffer): Record the server name.
8469         (nnimap-parse-flags): Fix typo.
8470         (nnimap-request-scan): Run split on the server in general, not just a
8471         single group.
8472
8473         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8474         parameter, and propagate this downwards.
8475
8476         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8477         since EXAMINE changes it on the server.
8478
8479         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8480         this command might take a while.
8481
8482 2010-09-22  Julien Danjou  <julien@danjou.info>
8483
8484         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8485         harmful if you have 2 images side-by-side, they can't be properly
8486         update on text deletion.  Using text-property is safer here.
8487         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8488         data.
8489
8490 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491
8492         * nnimap.el (nnimap-expunge-inbox): Remove.
8493         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8494         (nnimap-expunge): Flip default to t.
8495
8496         * gnus.el (gnus-method-to-server): Don't push things to the cache
8497         unless it's unique.
8498         (gnus-server-to-method): Ditto.
8499
8500 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8501
8502         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8503
8504 2010-09-22  Julien Danjou  <julien@danjou.info>
8505
8506         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8507         get the start of data.
8508         (gnus-html-encode-url): Add this function to encode special chars in
8509         URL.
8510         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8511         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8512
8513         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8514         default.
8515         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8516
8517         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8518         images alt-text.
8519         (gnus-html-put-image): Put alt-text as help-echo.
8520
8521 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8524         * mm-util.el (mm-decompress-buffer):
8525         * nnir.el (nnir-run-find-grep):
8526         * pop3.el (pop3-list): Use 3rd arg of split-string.
8527
8528         * time-date.el (format-seconds): Comment fix.
8529
8530         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
8531         and byte-optimize-form-code-walker.
8532         (dgnushack-make-auto-load): Don't advise make-autoload.
8533
8534         * lpath.el: Remove Emacs 21 stuff.
8535
8536 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8537
8538         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8539         outside the active range.  Suggested by Dan Christensen.
8540
8541         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8542         slightly later to avoid double-getting it.
8543
8544         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8545         previous patch.
8546
8547         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8548
8549 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8550
8551         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8552
8553 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8554
8555         * gnus-int.el (gnus-open-server): Give a better error message in the
8556         "go offline" case.
8557
8558         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8559         marks for nnimap, which is seldom the right thing to do.
8560
8561         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8562         (gnus-same-method-different-name): New function.
8563
8564         * nnimap.el (parse-time): Require.
8565
8566         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8567         method in the presence of many similar methods.
8568
8569         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8570
8571         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8572         nnml-inhibit-expiry.
8573
8574         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8575         find out whether methods are equal.
8576
8577         * nnimap.el (nnimap-find-expired-articles): New function.
8578         (nnimap-process-expiry-targets): New function.
8579         (nnimap-request-move-article): Request the article before looking at
8580         what the Message-ID is.  Fix found by Andrew Cohen.
8581         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8582
8583         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8584         for oldness in addition to being a predicate.
8585
8586         * nnimap.el (nnimap-request-group): When we have zero articles, return
8587         the right data to Gnus.
8588         (nnimap-request-expire-articles): Only delete articles immediately if
8589         the target is 'delete.
8590
8591         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8592         method, this would bug out.
8593
8594         * gnus-group.el (gnus-group-expunge-group): Rename from
8595         gnus-group-nnimap-expunge, and implemented as a normal interface
8596         function.
8597
8598         * gnus-int.el (gnus-request-expunge-group): New function.
8599
8600         * nnimap.el (nnimap-request-create-group): Implement.
8601         (nnimap-request-expunge-group): New function.
8602
8603 2010-09-21  Julien Danjou  <julien@danjou.info>
8604
8605         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8606         (gnus-html-cache-expired): Add new function.
8607         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8608         wethever we should display image for fetch it.
8609         Compute alt-text earlier to pass it to the fetching function too.
8610         (gnus-html-schedule-image-fetching): Change function argument to only
8611         get one image at a time, not a list.
8612         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8613         cache.
8614         (gnus-html-get-image-data): New function to retrieve image data from
8615         cache.
8616         (gnus-html-put-image): Change buffer argument to use image data rather
8617         than file, and place image above region rather than inserting a new
8618         one.  Do not take alt-text as argument, since it's useless now: we place
8619         the image above alt-text.
8620         (gnus-html-prune-cache): Remove.
8621         (gnus-html-show-images): Start to fetch image when we find one, do not
8622         push into a temporary list.
8623         (gnus-html-prefetch-images): Only fetch image if they have expired.
8624         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8625         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8626
8627 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8630
8631 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8632
8633         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8634         spec inser "*" if the group isn't active instead of 0.
8635
8636         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8637         opening the server.
8638         (nnimap-request-delete-group): Implement group deletion.
8639         (nnimap-transform-headers): Return the size of the entire message in
8640         the Bytes header, not just the size of the first part.
8641         (nnimap-request-move-article): When moving an article from nnimap,
8642         request the article first so the accepting form has an article to
8643         accept.  Reported by Dan Christensen.
8644         (nnimap-command): Make sure that the error message doesn't error out.
8645
8646 2010-09-20  David Edmondson  <dme@dme.org>
8647
8648         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8649         we haven't requested anything.
8650
8651 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8652
8653         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8654         "".  Fix found by Andrew Cohen.
8655
8656         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8657         instead of -encode-string.
8658
8659 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8662
8663         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8664         by mm-subst-char-in-string.
8665
8666 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8667
8668         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8669         waiting for the connection string.
8670
8671         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8672         arriving.
8673
8674         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8675         bogus characters.  This allows selecting certain Gmail groups.
8676
8677         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8678         (nnimap-fetch-partial-articles): New variable.
8679         (nnimap-open-connection): When looking for credentials, also use the
8680         nnimap-server-port.
8681         (nnimap-request-article): Return the group/article number, so that Gnus
8682         `^' works as expected.
8683         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8684
8685         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8686         comments.
8687         (gnus-methods-sloppily-equal): New function.
8688         (gnus): When using the development version of Gnus, load the gnus-load
8689         file.
8690
8691         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8692         `gnus-open-server' on each method before trying to scan them etc.
8693         This ensures that all the backend parameters are set correctly.
8694
8695         * nnimap.el (nnimap-authenticator): New variable.
8696         (nnimap-open-connection): Allow anonymous login.
8697         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8698         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8699
8700         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8701         patch, found by Knut Anders Hatlen.
8702
8703 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8704
8705         * gnus-agent.el (gnus-agent-batch-confirmation)
8706         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8707         to gnus-message.
8708         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8709         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8710         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8711         * gnus-int.el (gnus-open-server): Likewise.
8712         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8713         (gnus-score-check-syntax): Likewise.
8714         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8715         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8716         Likewise.
8717         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8718
8719 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8720
8721         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8722         calling conventions so that prefetch doesn't bug out.
8723
8724 2010-09-19  Julien Danjou  <julien@danjou.info>
8725
8726         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8727         rather than `subst-char-in-region' in order to be able to replace ASCII
8728         char by UTF-8 ones.
8729
8730         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8731         than curl.
8732         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8733         the right URL and ALT text on images.
8734         (gnus-html-wash-tags): Fix tag case.
8735         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8736         (gnus-article-html): Add -o display_ins_del=2 option.
8737         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8738
8739 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8740
8741         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8742         the extra mail headers, which sometimes seem to happen for unknown
8743         reasons.
8744
8745         * mail-parse.el (mail-header-encode-parameter): Define as
8746         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8747         (or most, perhaps?) mail readers don't understand the latter, but do
8748         understand the former.
8749
8750         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8751         to nil, so that no methods are automatically agentized.  I think this
8752         is probably what most users want.
8753
8754         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8755         from url-retrieve, for instance about invalid URLs.
8756
8757         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8758         groups that have no articles.
8759         (nnimap-request-article): Check that we really got an article when we
8760         requested one.
8761
8762         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8763         doesn't exist.
8764
8765         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8766         nntp buffer so the agent can save it.
8767         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8768         that CRLF doesn't get translated to \n.
8769         (nnimap-open-connection): Don't make 'shell commands only send \n.
8770
8771 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8772
8773         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8774         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8775         Update var name.
8776         (nnml-generate-nov-file): Use dolist.
8777         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8778         Use with-current-buffer.
8779
8780 2010-09-18  Julien Danjou  <julien@danjou.info>
8781
8782         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8783         parallel.
8784
8785 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8786
8787         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8788         the range update right.
8789         (nnimap-request-group): Don't make `M-g' bug out on group with no
8790         marks.
8791         (nnoo): Require, so that other packages can require nnimap.
8792         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8793         command we're looking for.  This helps when the server sends more
8794         responses after we've gotten everything we expected.
8795         (nnimap): Add a `newlinep' field to keep track of end-of-line
8796         conventions.
8797         Don't send CRLF to things that don't want it.
8798         (nnimap-request-accept-article): Ditto.
8799
8800 2010-09-18  Julien Danjou  <julien@danjou.info>
8801
8802         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8803         than curl to retrieve images.
8804
8805 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8806
8807         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8808         the marks.
8809         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8810         (nnimap-wait-for-connection): New function.
8811         (nnimap-open-connection): If we have PREAUTH, don't query for login
8812         credentials.
8813         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8814         when doing a partial update.
8815
8816 2010-09-18  Julien Danjou  <julien@danjou.info>
8817
8818         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8819         tags.
8820
8821 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8822
8823         * nnimap.el (nnimap-credentials): New function.
8824         (nnimap-open-connection): Use the new function to look for credentials
8825         also on the numeric equivalents of "imap" and "imaps".
8826
8827         * gnus-start.el (gnus-activate-group): Send the info to
8828         gnus-request-group.
8829
8830         * nnimap.el (nnimap-request-group): Have the "check" version of the
8831         function parse flags and update the info, so that a `M-g' get a total
8832         resync of all flags from the group.
8833
8834         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8835         to allow backends to alter the info on group selection.  Also alter all
8836         the backend -request-group functions to take the parameter.
8837
8838         * nnimap.el (nnimap-store-info): New function.
8839         (nnimap-update-info): Store the info for later usage.
8840         (nnimap-request-group): Use the stored info for the dont-check case, so
8841         that we don't retrieve all marks when we enter a group.
8842
8843         * nnimap.el: Use deffoo instead of defun for interface functions.
8844
8845         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8846         update the group info.  This makes the nndraft groups, for instance, go
8847         back to their old behavior.
8848
8849         * gnus-sum.el (gnus-select-newsgroup): Indent.
8850
8851         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8852         in.
8853         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8854         nothing.
8855
8856         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8857         from methods that are denied.
8858
8859         * gnus-int.el (gnus-method-denied-p): New function.
8860
8861         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8862         store the password instead of netrc.
8863         (nnimap-open-connection): Don't error out when we can't make a
8864         connections.
8865
8866         * auth-source.el (auth-source-create): In the password prompt, say what
8867         we're querying for.  Also prompt for user name if that hasn't been
8868         given.
8869
8870         * nnimap.el (nnimap-with-process-buffer): Remove.
8871
8872 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8873
8874         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8875         method when we're reading from the agent.
8876
8877         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8878
8879         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8880         that's probably most useful for users.
8881
8882         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8883         "failed" all the time.
8884
8885         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8886         ...)) with (with-current-buffer ... ).
8887
8888         * nntp.el (nntp-open-server): Return whether the open was successful or
8889         not.
8890
8891         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8892         select an unread unseen article first.
8893
8894         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8895         /etc/services, supply some sensible port defaults.
8896
8897         * dgnushack.el: Define netrc-credentials.
8898
8899 2010-09-17  Julien Danjou  <julien@danjou.info>
8900
8901         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8902
8903 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8904
8905         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8906         doesn't have any parameters.
8907
8908 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8909
8910         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8911         only upcased checks.
8912
8913         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8914
8915         * nnimap.el (nnimap-open-shell-stream): New function.
8916         (nnimap-open-connection): Use it.
8917         (nnimap-transform-headers): Get the number of lines in each message.
8918         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8919         number of lines.
8920         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8921         problem.
8922
8923         * utf7.el (utf7-encode): Autoload.
8924
8925         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
8926         to allow the mail splitting to not return a default group.  This is
8927         useful for nnimap, which will leave unmatched mail in the inbox.
8928
8929         * nnimap.el: Rewritten.
8930
8931         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
8932         nnimap usage.
8933
8934         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
8935         if the move is internal, so that nnimap can do fast internal moves.
8936
8937         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
8938         data.
8939         (gnus-read-active-for-groups): Support finishing the early retrieval of
8940         data.
8941
8942         * gnus-range.el (gnus-range-nconcat): New function.
8943
8944         * gnus-int.el (gnus-finish-retrieve-group-infos)
8945         (gnus-retrieve-group-data-early): New functions.
8946
8947 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8948
8949         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
8950         (nnrss-retrieve-groups):
8951         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
8952         (pop3-quit): Use with-current-buffer.
8953
8954 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
8957         instead of nnheader-accept-process-output.
8958
8959         * dgnushack.el (dgnushack-compile): Add comment.
8960
8961         * lpath.el: No need to fbind propertize for XEmacs 21.4.
8962
8963         * gnus-html.el (gnus-html-schedule-image-fetching)
8964         (gnus-html-prefetch-images): Replace process-kill-without-query by
8965         gnus-set-process-query-on-exit-flag.
8966
8967 2010-09-16  Romain Francoise  <romain@orebokech.com>
8968
8969         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
8970
8971 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * gnus-registry.el (gnus-registry-install-shortcuts): The second
8974         parameter to unintern is mandatory-ish in Emacs 24.
8975
8976         * gnus-html.el (gnus-html-schedule-image-fetching)
8977         (gnus-html-prefetch-images): Check for curl before using it.
8978
8979         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
8980         depend on curl, which isn't essential.
8981
8982         * imap.el: Revert back to version
8983         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
8984         seem problematic.
8985
8986 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
8987
8988         * gnus-registry.el (gnus-registry-install-shortcuts):
8989         Explicitly pass `obarray' to `unintern' to avoid a warning.
8990
8991 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
8994         change.
8995
8996         * nnrss.el (nnrss-request-list): Remove this function and related
8997         functions, including the moreover stuff.
8998
8999 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9000
9001         * nnrss.el (nnrss-retrieve-groups): New function.
9002
9003 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9004
9005         * .dir-locals.el: Add no-byte-compile cookie.
9006
9007 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * time-date.el (format-seconds): Comment fix.
9010
9011         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9012         for back end that doesn't support request-scan.
9013
9014 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9015
9016         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9017         then do request scans from the backends.
9018
9019         * netrc.el (netrc-credentials): New conveniency function.
9020
9021         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9022         avoid running a hook per line, since this takes a lot of time,
9023         profiling shows.
9024         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9025         directly if gnus-visual-p is true.
9026
9027 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9030         groups; replace mapcar with dolist which is a bit faster; pass groups
9031         info to gnus-read-active-file-1.
9032         (gnus-read-active-file-1): Scan only specified groups if the new
9033         optional arg `infos' is given.
9034
9035 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9036
9037         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9038
9039         * pop3.el (pop3-movemail): Remove.
9040         (pop3-streaming-movemail): Rename to pop3-movemail.
9041
9042         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9043         don't restrict end-tag searches to the end of the line.
9044
9045 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9048         articles of every unchecked group to t, which means unknown since the
9049         server has never been opened.
9050
9051 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9052
9053         * gnus-html.el (gnus-html-show-alt-text): New command.
9054         (gnus-html-browse-image): Ditto.
9055         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9056         to browse the image directly.
9057         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9058         better.
9059
9060         * gnus-async.el (gnus-async-article-callback):
9061         Call `gnus-html-prefetch-images' unconditionally.
9062
9063         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9064         before feeding URLs to curl.
9065
9066 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9069         internal images as deletable by `W D D'.
9070
9071         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9072         (gnus-async-article-callback): Fix typo.
9073
9074 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9075
9076         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9077         current line to work around bugs in the output from w3m.
9078
9079         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9080         for groups that want that.
9081
9082         * nntp.el (nntp-wait-for-string): Supply a timeout for
9083         accept-process-output to ensure progress.
9084
9085         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9086         level to get unread articles from, then use that for foreign groups,
9087         too.
9088
9089         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9090         confuses the rest of the function.
9091
9092         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9093         for the methods that support -retrieve-groups, too.
9094
9095         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9096
9097 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
9100         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
9101
9102         * pop3.el: Require cl when compiling.
9103         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9104
9105 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9106
9107         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9108         that aren't going to be activated.
9109         (gnus-get-unread-articles): Fix up the last commit.
9110
9111         * gnus-html.el (gnus-article-html): Allow calling without specifying
9112         the handle.  In that case, dissect the buffer first.
9113
9114         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9115
9116         * nnimap.el (nnimap-open-connection): Revert the change that would look
9117         into authinfo for imaps instead of imap.
9118
9119         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9120         say that you don't want to call gnus-request-group with don-check, but
9121         do check the reponse.  This is for virtual groups only.
9122         (gnus-get-unread-articles): Count the archive groups as secondary, so
9123         that they're activated the same way as before.
9124
9125         * imap.el (imap-message-map): Removed optional buffer parameter, since
9126         no callers use it.
9127         (imap-message-get): Ditto.
9128         (imap-message-put): Ditto.
9129         (imap-mailbox-map): Ditto.
9130         (imap-mailbox-put): Ditto.
9131         (imap-mailbox-get): Ditto.
9132         (imap-mailbox-get): Revert last change for this function.
9133
9134         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9135         case-insensitively.
9136         (nnimap-debug): Remove.
9137
9138         * net/imap.el (imap-fetch-safe): Remove function, and alter all
9139         callers to use `imap-fetch' instead.  According to the comments, this
9140         should be safe, since all other IMAP clients use the 1:* syntax.
9141         (imap-enable-exchange-bug-workaround): Remove.
9142         (imap-debug): Remove -- doesn't seem very useful.
9143
9144         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9145         mail from a file, and the file doesn't exist.
9146
9147         * imap.el (imap-log): New convenience function used throughout instead
9148         of repeating the same code all over the place.
9149
9150         * pop3.el (pop3-streaming-movemail): Return t for success.
9151
9152         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9153         .authinfo if we're using ssl connection.
9154
9155         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9156         already have if we're in a main Gnus `g' run.
9157
9158         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9159
9160 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9163
9164         * nnmh.el (nnmh-request-list-1): Bind `file'.
9165
9166         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9167         alias to set-process-query-on-exit-flag or process-kill-without-query.
9168         (pop3-open-server): Use it.
9169
9170 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9171
9172         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9173         box to the Incoming file.  Fixes mistake in previous checkin.
9174
9175         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9176         request loop (for debugging purposes) removed.
9177
9178         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9179         culprit is more visible.
9180         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9181         (nnml-add-incremental-nov): New functions to do "incremental" nov
9182         updates, where we just append to the end of the existing nov files
9183         without reading/writing them in full.
9184
9185         * mail-source.el (mail-source-delete-crash-box): Really only check the
9186         incoming files once in a while.
9187
9188         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9189
9190         * mail-source.el (mail-source-delete-crash-box): Only check the
9191         incoming files for deletion once per day to save a lot of file
9192         accesses.
9193
9194         * pop3.el (pop3-logon): Fix up unbound variable typo.
9195
9196         * mail-source.el (pop3-streaming-movemail): Autoload.
9197
9198         * pop3.el (pop3-streaming-movemail):
9199         Respect pop3-leave-mail-on-server.
9200
9201         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9202         retrieval.
9203
9204         * pop3.el (pop3-process-filter): Remove unused function.
9205         (pop3-streaming-movemail, pop3-send-streaming-command)
9206         (pop3-wait-for-messages, pop3-write-to-file)
9207         (pop3-number-of-responses): New functions for streaming pop3
9208         retrieval.
9209
9210         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9211         come from no known methods.
9212         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9213         list.
9214
9215         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9216         message sizes.
9217         (pop3-movemail): Use erase-buffer instead of looping and deleting
9218         regions, which seems rather odd.
9219
9220         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9221         file once per `g' run.
9222
9223         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9224         directories.  This makes the draft queue directory work.
9225
9226         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9227         data from the backends, so that we only request the list of groups from
9228         each method once.  This should speed things up considerably.
9229
9230         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9231         detect that it's not implemented.
9232
9233         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9234         we actually do recurse down into the tree, but don't stat all leaf
9235         nodes.
9236
9237         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9238         then say so instead of bugging out.
9239
9240         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9241         files exist before trying to read them.
9242
9243         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9244         around <pre_int>.
9245
9246         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9247
9248         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9249
9250 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9251
9252         * mm-util.el (mm-image-load-path): Just return the image directories,
9253         not all directories in the path in addition to the image directories.
9254         (mm-image-load-path): Maintain a cache of the image directories so that
9255         the `g' command in Gnus doesn't have to stat dozens of directories each
9256         time.
9257
9258         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9259         (gnus-html-wash-tags): Add a new `i' command to insert images.
9260         (gnus-html-insert-image): New command and keystroke.
9261         (gnus-html-redisplay-with-images): New command and keystroke.
9262         (gnus-html-show-images): Rename command.
9263         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9264         spacers.
9265         (gnus-html-wash-tags): Decode entities at the end, so that entities
9266         inside the tags don't mess up the rest of the "parsing".
9267
9268         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9269         so that nnimap methods aren't agentized by default.  There's apparently
9270         many problems related to agent/imap behavior.
9271
9272         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9273
9274         * gnus-html.el: Doc fix.
9275
9276 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9277
9278         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
9279         specifier-spec-list for Emacs 21.
9280
9281         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9282         glyph-width and glyph-height instead of display-graphic-p and
9283         image-size; make avoidance of displaying small images work for XEmacs.
9284
9285         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9286         for XEmacs.
9287
9288         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9289         of symbol that holds plist data.
9290         (gnus-process-plist): Remove plist of process after getting it.
9291
9292 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9293
9294         * message.el (message-generate-hashcash): Change default to
9295         'opportunistic if hashcash is installed.
9296
9297         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9298         (gnus-html-put-image): Only call image-size once, since it's somewhat
9299         time-consuming on remote X servers.
9300
9301 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
9304         type on data, not a file name.
9305
9306         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
9307         window-pixel-edges for Emacs 21.
9308
9309         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9310         decoded contents.
9311         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9312
9313 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9314
9315         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9316         group line format, since it isn't very interesting.
9317
9318         * gnus-agent.el (gnus-agent-short-article),
9319         (gnus-agent-long-article): Increase values for these two variables,
9320         since most people are likely to have more network connection and
9321         storage than before.
9322
9323         * gnus.el (gnus-refer-article-method): Change default to 'current.
9324         When referring an article, the common behavior is to refer it from the
9325         current select method, not the native select method.  The chances of
9326         the native select method having the message in question is rather slim
9327         these days.
9328
9329         * gnus-sum.el (gnus-auto-select-subject): Change default to
9330         `unseen-or-unread'.  I think it's likely that most people want to
9331         select an unseen article over a previously seen, but unread one.
9332
9333         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9334         means that in the article buffer none of the minor mode elements will
9335         be shown, usually, and this is not desirable in most cases.
9336
9337         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9338         that commands like `d' (and the like) go to the next line in the
9339         buffer, instead of the next unread article.  I think this is the
9340         behavior that is most natural for most users.
9341         (gnus-single-article-buffer): Change default to nil, so that people can
9342         have as many article buffers open as they have summary buffer.  I think
9343         this is the most natural way for the groups to behave.
9344
9345         * message.el (message-generate-new-buffers): Change default to
9346         `unsent', so that all new message buffers start their names with the
9347         string "*unsent", and it's easier to find the buffers if you move from
9348         them.
9349
9350 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9353         small.  They're probably tracking images.
9354         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9355         (gnus-html-rescale-image): Yet another try at getting the image sizing
9356         right.
9357
9358         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9359         nntp-marks-file-name is nil.
9360
9361 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9362
9363         * gnus-html.el (gnus-html-wash-tags)
9364         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9365         Better logging.
9366
9367 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9370
9371         * gnus-html.el (gnus-html-wash-tags): Check the value of
9372         gnus-blocked-images in the summary buffer.
9373
9374 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9375
9376         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9377
9378 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9379
9380         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9381         like "a", it seems like.
9382         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9383         since it needs to be picked from the correct buffer.
9384
9385         * nnwfm.el: Remove.
9386
9387         * nnlistserv.el: Remove.
9388
9389 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9390
9391         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9392         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9393
9394 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9395
9396         * nnkiboze.el: Remove.
9397
9398         * nndb.el: Remove.
9399
9400         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9401         alt text.
9402         (gnus-html-rescale-image): Try to get the rescaling logic right for
9403         images that are just wide and not tall.
9404
9405         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9406         overshadow variable bindings.
9407
9408 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9409
9410         * gnus-html.el (gnus-html-wash-tags)
9411         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9412         Add extra logging.
9413
9414 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9415
9416         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9417         (gnus-max-image-proportion): New variable.
9418         (gnus-html-rescale-image): New function.
9419         (gnus-html-put-image): Rescale images.
9420
9421 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9422
9423         Fix up some byte-compiler warnings.
9424         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9425         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9426         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9427         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9428         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9429         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9430         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9431
9432 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * gnus-html.el (gnus-article-html): Decode contents by charset.
9435
9436 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9439         (gnus-html-frame-width, gnus-blocked-images):
9440         * message.el (message-prune-recipient-rules): Add custom version.
9441         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9442
9443         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9444         functions.
9445
9446         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9447         gnus-process-get.
9448
9449 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9450
9451         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9452         instead of lsub directly.
9453
9454 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * nnwarchive.el: Remove.
9457
9458         * gnus-soup.el: Remove.
9459
9460         * nnsoup.el: Remove.
9461
9462         * nnultimate.el: Remove.
9463
9464         * gnus-html.el (gnus-blocked-images): New variable.
9465
9466         * message.el (message-prune-recipients): New function.
9467         (message-prune-recipient-rules): New variable.
9468
9469         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9470         guess whether a long line is natural text or not.
9471
9472         * gnus-html.el (gnus-html-schedule-image-fetching):
9473         Use gnus-process-plist and friends for compatibility.
9474
9475 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9476
9477         * gnus-html.el: Require packages that define macros used in this file.
9478         (gnus-article-mouse-face): Declare to silence byte-compiler.
9479         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9480         process-get.
9481         (gnus-html-put-image): Use plist-get to avoid getf.
9482         (gnus-html-prefetch-images): Use with-current-buffer.
9483
9484 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9485
9486         * gnus-ems.el: Provide compatibility functions for
9487         gnus-set-process-plist.
9488
9489         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
9490         header-line-format for XEmacs 21.4.
9491
9492         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9493         * gnus.el (gnus-valid-select-methods):
9494         * message.el (message-send-mail-partially-limit):
9495         * mm-decode.el (mm-text-html-renderer):
9496         * mml.el (mml-insert-mime-headers-always):
9497         * smiley.el (smiley-regexp-alist): Bump custom version.
9498
9499 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9500
9501         * gnus-html.el: require mm-url.
9502         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9503         with the url to `url'.
9504         (gnus-html-wash-tags): Support cid: URLs/images.
9505
9506 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9507
9508         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9509         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9510         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9511
9512         * gnus-move.el: Remove file, since it doesn't really work.
9513
9514         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9515         UTF-8.  This seems to fix problems with some German web feeds.
9516
9517         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9518         at the top so that the proper colors are applied.
9519
9520         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
9521         don't have dots in their names.
9522
9523         * gnus-art.el (gnus-article-view-part): Doc fix.
9524
9525         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9526         XEmacs-compatible.
9527         (gnus-html-put-image): Don't do images on non-graphic displays.
9528
9529         * nnslashdot.el: Remove this unused backend.
9530
9531         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9532         actions.
9533         (gnus-undo-register-1): Revert last change.
9534
9535         * gnus-group.el (gnus-group-completing-read): Protect against not
9536         having completion-styles bound.
9537
9538         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9539         make broken recipients happier.
9540
9541         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9542
9543         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9544         point parameter.
9545
9546         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9547
9548         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9549         completion-styles for group selection.
9550
9551 2009-02-04  Andreas Schwab  <schwab@suse.de>
9552
9553         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9554         headers and regexp-quote the match if necessary.
9555
9556 2009-03-24  Miles Bader  <miles@gnu.org>
9557
9558         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9559         the blinking smiley.
9560
9561 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9562
9563         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9564         blink smiley.
9565
9566 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9569         where the dribbel file lives exists.
9570
9571         * message.el (message-send-mail-partially-limit): Change the default to
9572         nil, since most people don't want this.
9573
9574         * mm-url.el (mm-url-decode-entities): Also decode entities like
9575         &#x3212.
9576
9577 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9578
9579         * gnus-sum.el (gnus-summary-idna-message):
9580         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9581         Hyperlink urls in docstrings with URL `...'.
9582
9583 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9584
9585         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9586         functions.
9587
9588 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9589
9590         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9591         say what the mouseover text should be.
9592
9593         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9594         version of the mm-w3m-safe-url-regexp variable to only download images
9595         in the groups where we want that to happen.
9596
9597         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9598
9599         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9600         easier debugging.
9601         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9602         big pictures in the article buffer.
9603
9604         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9605         gnus-article-html.
9606         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9607         w3m.
9608
9609         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9610
9611 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9612
9613         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9614         which doesn't exist.
9615
9616         * message.el (message-inhibit-ecomplete): New variable to allow some
9617         function to inhibit ecomplete address storage.
9618         (message-resend): Disable ecomplete message storage when resending
9619         messages.
9620
9621         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9622
9623 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9626         Save excursion while copying, moving, and deleting articles in order to
9627         prevent the cursor from jumping to unforeseen place.
9628
9629 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * lpath.el: No need to bind bookmark-current-buffer,
9632         bookmark-yank-point and bookmark-make-record-function.
9633
9634 2010-08-17  Glenn Morris  <rgm@gnu.org>
9635
9636         * gnus-sync.el: Require gnus components whose functions are used.
9637
9638         * gnus-art.el (bookmark-make-record-function):
9639         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9640         Declare for compiler.
9641
9642         * mm-url.el (mml-compute-boundary): Autoload.
9643
9644 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9647
9648 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9649
9650         Typo fix "hoo4a" -> "hook".
9651
9652         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9653
9654 2010-08-14  Glenn Morris  <rgm@gnu.org>
9655
9656         * gnus-sync.el (gnus-sync): Fix defgroup version.
9657
9658 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9659
9660         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9661
9662         * gnus-sync.el: Fix docs.
9663         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9664         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9665
9666 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9667
9668         Optimizations for gnus-sync.el.
9669
9670         * gnus-sync.el: Add docs about gnus-sync-backend
9671         possibilities.
9672         (gnus-sync-save): Remove unnecessary message.
9673         (gnus-sync-read): Optimize and show what groups were skipped.
9674
9675 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9676
9677         Minor bug fixes for gnus-sync.el.
9678
9679         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9680         Don't read the sync on get-new-news.
9681
9682         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9683         quiet.
9684
9685         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9686         (fix typo).
9687
9688 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9689
9690         Make saving and restoring of hidden threads work with overlays.
9691         Patch applied by Ted Zlatanov.
9692
9693         * gnus-sum.el (gnus-hidden-threads-configuration)
9694         (gnus-restore-hidden-threads-configuration): Update to deal with text
9695         properties, rather than searching for a magic character.
9696
9697 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9698
9699         New gnus-sync.el library for synchronization of marks.
9700
9701         * gnus-sync.el: New library for synchronization of marks.
9702
9703         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9704         renamed from `gnus-registry-grep-in-list'.
9705
9706         * gnus-registry.el (gnus-registry-follow-group-p):
9707         Use `gnus-grep-in-list'.
9708
9709         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9710
9711 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9714         determining charset of text fails.
9715
9716 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9717
9718         * nnmail.el (nnmail-get-new-mail-1): Revert.
9719
9720         * nnml.el (nnml-active-number): Make sure names of newly created groups
9721         in nnml-group-alist are encoded.
9722
9723 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9726         containing non-ASCII characters in active file for nnml back end.
9727
9728 2010-07-24  David Engster  <dengste@eml.cc>
9729
9730         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9731         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9732
9733 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9734
9735         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9736         tag (Bug#6654).
9737
9738 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9741         the article buffer, not the summary buffer.
9742
9743 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9746         Emacs 23 as well.
9747
9748 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
9751         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
9752
9753 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9754
9755         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9756         Patch applied by Karl Fogel.
9757
9758         * gnus-sum.el (gnus-summary-bookmark-make-record):
9759         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9760
9761 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9762
9763         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9764         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9765         C-w still not working correctly from Article buffers; Thierry's
9766         patch to fix that will be applied after this.
9767
9768         * gnus-art.el (bookmark-make-record-function): New local variable.
9769
9770         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9771         article buffer.
9772         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9773
9774 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9775
9776         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9777         on changes in bookmark.el.
9778
9779 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
9782         `no-log' instead of message not to log prompt string.
9783
9784 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9785
9786         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9787         the *other* type of HTML form submission.
9788
9789 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9790
9791         * auth-source.el (auth-source-pick): If choice does not contain a
9792         questioned keyword, set the check to t.
9793
9794 2010-06-12  Romain Francoise  <romain@orebokech.com>
9795
9796         * gnus-util.el (gnus-date-get-time): Move up before first use.
9797
9798 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9801         (gnus-article-edit-part): Bind it to make last part that is substituted
9802         or deleted visible.
9803         (gnus-mime-display-single): Buttonize part of which id equals to
9804         gnus-mime-buttonized-part-id.
9805
9806 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9807
9808         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9809         (gnus-dd-mmm): Use gnus-date-get-time.
9810         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9811         simplify logic.
9812         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9813         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9814
9815 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9816
9817         * auth-source.el (top): Autoload `secrets-list-collections',
9818         `secrets-create-item', `secrets-delete-item'.
9819         (auth-sources): Fix tag string.
9820         (auth-get-source, auth-source-retrieve, auth-source-create)
9821         (auth-source-delete): New defuns.
9822         (auth-source-pick): Rewrite in order to avoid 2 passes.
9823         (auth-source-forget-user-or-password): New parameter USERNAME.
9824         (auth-source-user-or-password): New parameters CREATE-MISSING and
9825         DELETE-EXISTING.  Retrieve password interactively, if needed.
9826
9827 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9828
9829         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9830         deleting unused directories when gnus-expert-user is t.
9831
9832 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9835         for each temp file when gnus-article-browse-delete-temp is ask.
9836
9837 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9838
9839         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
9840         Replace Lisp calls to delete-backward-char by calls to delete-char.
9841
9842 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9843
9844         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9845
9846 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9847
9848         * password-cache.el (password-cache-remove): Fix docstring.
9849
9850 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9853         article unless decoding article to be saved.
9854
9855 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9858         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9859         generated within the mm-with-unibyte-current-buffer macro.
9860
9861 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9864         to nil when we're in a mml-preview buffer and no group is selected.
9865
9866 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9867
9868         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9869         when catching the `C-g'.  Reported by "Leo".
9870
9871 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9872
9873         * message.el (message-forward-make-body-plain)
9874         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9875         multibyte-string-p.
9876
9877         * lpath.el: Revert.
9878
9879 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * message.el (message-forward-make-body-mml): Assume original message
9882         is multibyte string; error on unibyte.
9883         (message-forward-make-body-plain): Ditto; don't add excessive newline
9884         in body end.
9885
9886         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
9887
9888 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9889
9890         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9891         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9892
9893 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * mm-extern.el (mm-extern-url): Don't use
9896         mm-with-unibyte-current-buffer.
9897         (mm-extern-cache-contents): Use with-current-buffer instead of
9898         save-excursion + set-buffer.
9899
9900 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * mm-util.el (mm-emacs-mule): Remove.
9903
9904 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9905
9906         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9907         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9908         change.
9909
9910 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9913         bind the default value of enable-multibyte-characters to nil.
9914
9915 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * message.el (message-forward-make-body-plain)
9918         (message-forward-make-body-mml):
9919         Don't use mm-with-unibyte-current-buffer.
9920
9921 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9922
9923         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
9924
9925 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9926
9927         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9928         (Bug#5592).
9929
9930 2010-05-07  Julien Danjou  <julien@danjou.info>
9931
9932         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9933         it to mm-pipe-part.
9934
9935         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9936         it is given.
9937
9938 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * binhex.el (binhex-decode-region-internal):
9941         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
9942         (dns-query):
9943         * nnweb.el (nnweb-gmane-search):
9944         * pgg-parse.el (pgg-parse-armor):
9945         * pgg.el (pgg-verify-region):
9946         * sha1.el (sha1-string-external):
9947         * uudecode.el (uudecode-decode-region-internal):
9948         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9949         XEmacs.
9950
9951         * gnus-art.el (gnus-article-browse-html-parts):
9952         * gnus-group.el (gnus-read-ephemeral-gmane-group):
9953         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9954         make-temp-file.
9955
9956         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9957         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9958         compiling.
9959
9960         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9961         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9962         XEmacs when compiling.
9963
9964         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9965         gnus-pick-mode-off-hook for XEmacs when compiling.
9966         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9967         gnus-binary-mode-off-hook for XEmacs when compiling.
9968
9969         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9970         Return nil if char-charset is not available.
9971
9972         * imap.el (imap-disable-multibyte)
9973         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
9974         macros.
9975
9976         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9977         instead of encode-coding-string.
9978
9979         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9980         'xemacs) instead of mm-emacs-mule to switch function definitions.
9981         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9982
9983         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
9984         bind temporary-file-directory for XEmacs;
9985         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
9986         timer-set-function for XEmacs 21.4 and SXEmacs;
9987         bind timer-list for XEmacs 21.4 and SXEmacs;
9988         fbind char-charset and find-charset-region for non-Mule XEmacs;
9989         fbind decode-coding-region, decode-coding-string, detect-coding-region,
9990         encode-coding-region and encode-coding-string for XEmacs having no
9991         file-coding feature.
9992
9993 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9994
9995         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9996
9997 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10000         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10001
10002 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
10003
10004         * mm-util.el (mm-decompress-buffer): Use `delete-file';
10005         alias `jka-compr-delete-temp-file' no longer exists.
10006
10007 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10008
10009         Use define-minor-mode in Gnus where applicable.
10010         * mml.el (mml-mode): Use define-minor-mode.
10011         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10012         (gnus-undo-mode): Use define-minor-mode.
10013         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10014         (gnus-dead-summary-mode): Use define-minor-mode.
10015         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10016         Initialize in declaration.
10017         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10018         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10019         (gnus-mailing-list-mode): Use define-minor-mode.
10020         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10021         (gnus-draft-mode): Use define-minor-mode.
10022         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10023         (gnus-dired-mode): Use define-minor-mode.
10024
10025 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10026
10027         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10028         handles on recursive mml-to-mime translation and check them for
10029         boundary delimiter collisions.  Reported by Greg Troxel.
10030
10031 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10034
10035 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10036
10037         * mm-util.el (mm-find-buffer-file-coding-system):
10038         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10039
10040 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10041
10042         * message.el (message-generate-headers): Record insertion of optional
10043         headers as well.  Otherwise the check to prevent repeated insertion of
10044         optional headers is a no-op.
10045
10046 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10047
10048         * smime.el: Don't mention CVS.
10049
10050         * nnrss.el (nnrss-fetch): Don't mention CVS.
10051
10052         * nnir.el: Don't mention CVS.
10053
10054 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10055
10056         * gnus-sum.el (gnus-summary-bookmark-make-record):
10057         Add `location' field.
10058
10059 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * lpath.el: Fbind bookmark-default-handler,
10062         bookmark-get-bookmark-record, bookmark-make-record-default,
10063         bookmark-prop-get for Emacs <23 and XEmacs.
10064
10065 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10066
10067         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10068         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10069         Use with-current-buffer to silence the byte-compiler.
10070         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10071         bother to require `gnus'.
10072         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10073
10074 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10075
10076         * gnus-sum.el (gnus-summary-bookmark-make-record)
10077         (gnus-summary-bookmark-jump): New functions.
10078         (gnus-summary-mode): Setup bookmark support.
10079
10080 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10081
10082         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10083         if set.
10084
10085 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10086
10087         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10088         gnus-article-browse-html-save-cid-image; make it work recursively for
10089         forwarded messages as well.
10090         (gnus-article-browse-html-parts): Work when prefix arg is given.
10091         (gnus-article-browse-html-article): Doc fix.
10092
10093 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10094
10095         * message.el (message-default-mail-headers):
10096         (message-default-headers): Carry the value mail-default-headers over
10097         into message-default-mail-headers, rather than message-default-headers.
10098
10099 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10100
10101         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10102         charset.
10103
10104         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10105         charset into the <meta> tag when the article is encoded to utf-8.
10106
10107 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-art.el (gnus-article-browse-delete-temp-files):
10110         Delete directories as well.
10111         (gnus-article-browse-html-parts): Work for images that do not specify
10112         file names; delete temp directory when quitting; insert header at the
10113         right place; use file: scheme for image files.
10114
10115 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10116
10117         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10118         (gnus-article-browse-html-parts): Use it to make temporary cid image
10119         files in addition to html file so that browser may display them.
10120
10121 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10124
10125 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10126
10127         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10128
10129 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10130
10131         * auth-source.el (auth-sources): Change default to be simpler.
10132         Explain about Secret Service API sources.  Improve Customize options.
10133         (auth-source-pick): Change to accept any number of search parameters.
10134         Implement fallbacks iteratively, not recursively.  Add scoring on the
10135         second pass and sort by score.  Call Secret Service API when needed.
10136         (auth-source-user-or-password): Use it.  Call Secret Service API
10137         directly when needed to get the user name and the password.
10138
10139 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10140
10141         * message.el (message-interactive): Doc fix.
10142         (message-qmail-inject-args): Reflow.
10143         (message-kill-to-signature): Fix typo in docstring.
10144
10145         * smiley.el (smiley-buffer): Fix typo in docstring.
10146
10147 2010-03-24  Glenn Morris  <rgm@gnu.org>
10148
10149         * mail-source.el (gnus-message): Declare.
10150         (mail-source-delete-old-incoming): Require gnus-util.
10151
10152 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10155
10156         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10157
10158         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10159         password-cache's default if it is not bound.
10160         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10161         password-cache-expiry's default if it is not bound.
10162
10163         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10164         available in Emacs 21.
10165
10166         * lpath.el: Suppress compiler warnings for:
10167         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
10168         XEmacs;
10169         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
10170         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
10171         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
10172
10173 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10174
10175         * auth-source.el (auth-sources): Fix up definition so extra parameters
10176         are always inline.
10177
10178 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10179
10180         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10181         wasn't updated after mismatch.  Clear cached mailbox info correctly
10182         when uidvalidity changes.
10183         (nnimap-group-prefixed-name): New function to avoid some code
10184         duplication.
10185         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10186         (nnimap-request-group): Use it.
10187         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10188         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10189         with many imap folders.  This is done by caching the group status from
10190         the imap server persistently in a group parameter `imap-status'.  (This
10191         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10192         but not persistently, so every Gnus startup was still very slow.)
10193
10194 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
10195
10196         * assistant.el (assistant-render-text): Run `widget-setup' and don't
10197         delete the extra newline.  Otherwise editing of :string and :number
10198         types don't work.
10199
10200 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10201
10202         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10203         secrets.el dependency.
10204         (auth-sources): Add optional user name.  Add secrets.el configuration
10205         choice (unused right now).
10206
10207 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10208
10209         * gnus-sum.el (gnus-summary-make-menu-bar):
10210         Let `gnus-registry-install-shortcuts' fill in the functions.
10211
10212         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10213         warnings.
10214         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10215         (gnus-registry-install-shortcuts): Populate and use it in a
10216         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10217
10218 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10219
10220         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10221         In-place substitutions for the group name encoding/decoding.
10222         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10223         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10224         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10225         (nnimap-update-unseen, nnimap-request-list)
10226         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10227         (nnimap-request-set-mark, nnimap-split-to-groups)
10228         (nnimap-split-articles, nnimap-request-newgroups)
10229         (nnimap-request-create-group, nnimap-request-accept-article)
10230         (nnimap-request-delete-group, nnimap-request-rename-group)
10231         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10232         `encoded-mbx' for consistency.
10233         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10234         variable `imap-current-mailbox'.
10235
10236         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10237         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10238
10239 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10240
10241         * pop3.el (pop3-display-message-size-flag): Display message size byte
10242         counts during POP3 download.
10243         (pop3-movemail): Use it.
10244         (pop3-list): Implement listing of available messages.
10245
10246 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10247
10248         * nnir.el (nnir-get-article-nov-override-function): New function to
10249         override the normal NOV retrieval.
10250         (nnir-retrieve-headers): Use it.
10251
10252 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10253
10254         * auth-source.el (netrc-machine-user-or-password): Autoload.
10255
10256 2010-03-19  Glenn Morris  <rgm@gnu.org>
10257
10258         Stop message.el from loading about 40 libraries it doesn't always need.
10259         The general approach is to autoload rather than require, and to
10260         require in the specific functions rather than the file.  (Bug#5642)
10261
10262         * gmm-utils.el: Don't require wid-edit.
10263         (widget-create-child-value, widget-convert, widget-default-get):
10264         Autoload.
10265
10266         * gnus-util.el: Don't require time-date, netrc.
10267         (message-fetch-field, gnus-group-name-decode): Declare rather than
10268         autoloading.
10269         (gnus-fetch-field): Require message.
10270         (gnus-decode-newsgroups): Require gnus-group.
10271
10272         * ietf-drums.el: Don't require time-date.
10273
10274         * message.el: Don't require hashcash, canlock, ecomplete.
10275         Do require mail-utils.  Require nnheader only when compiling.
10276         (smtpmail-default-smtp-server): Remove declaration.
10277         (message-send-mail-function): Check smtpmail-default-smtp-server
10278         is bound rather than requiring smtpmail.
10279         (message-auto-save-directory, message-insert-signature):
10280         Use expand-file-name rather than nnheader-concat.
10281         (nnheader-insert-file-contents): Autoload.
10282         (hashcash-wait-async): Declare.
10283         (message-send-mail): Only call gnus-setup-posting-charset if
10284         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10285         (message-send-mail-with-sendmail): Require sendmail.
10286         (canlock-password, canlock-password-for-verify): Declare.
10287         (message-canlock-password): Require canlock.
10288         (nnheader-get-report): Autoload.
10289         (gnus-setup-posting-charset): Declare.
10290         (message-send-news): Require gnus-msg.
10291         (message-make-references, message-make-in-reply-to): Use mail-header-id
10292         rather than the alias mail-header-message-id.
10293         (ecomplete-add-item, ecomplete-save): Declare.
10294         (message-put-addresses-in-ecomplete): Require ecomplete.
10295         (ecomplete-display-matches): Autoload.
10296
10297         * mm-decode.el: Don't require mailcap, gnus-util.
10298         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10299         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10300         Autoload.
10301         (mailcap-mime-extensions): Declare.
10302
10303         * mm-encode.el: Don't require mailcap.
10304         (mailcap-extension-to-mime): Autoload.
10305
10306         * mml-sec.el: Don't require password-cache.
10307
10308         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10309         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10310         (mml-minibuffer-read-type): Require mailcap.
10311         (mml-preview): Require gnus-msg.
10312
10313         * mml1991.el: Require password-cache.
10314         (password-cache-expiry): Remove declaration.
10315
10316         * mml2015.el: Require password-cache.
10317         (password-cache-expiry): Remove declaration.
10318
10319         * nneething.el (mailcap): Require mailcap.
10320
10321         * nnheader.el (declare-function): Add compatibility stub.
10322         (message-remove-header): Declare rather than autoload.
10323         (nnheader-replace-header): Require message.
10324
10325         * nnimap.el (declare-function): Add compatibility stub.
10326         (netrc-parse, netrc-machine-user-or-password): Declare.
10327         (nnimap-open-connection): Require netrc.
10328
10329         * nntp.el (declare-function): Add compatibility stub.
10330         (netrc-parse, netrc-machine, netrc-get): Declare.
10331         (nntp-send-authinfo): Require netrc.
10332
10333         * rfc2047.el: Don't require qp.
10334         (quoted-printable-encode-region, quoted-printable-decode-string):
10335         Autoload.
10336
10337         * sieve-mode.el: Don't require easymenu.
10338         (easy-menu-add-item): Autoload it.
10339
10340         * spam-stat.el (time-to-number-of-days): Autoload it.
10341
10342 2010-03-19  Glenn Morris  <rgm@gnu.org>
10343
10344         * password-cache.el (password-cache, password-cache-expiry): Autoload.
10345
10346 2010-03-18  Glenn Morris  <rgm@gnu.org>
10347
10348         * hashcash.el (declare-function): Remove duplicate definition.
10349
10350 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10351
10352         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10353         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10354         value if any backslash escapes).
10355
10356 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10359         if it is available.  (bug#5647)
10360
10361         * lpath.el: Suppress compiler warning for coding-system-from-name for
10362         Emacs 21 and XEmacs.
10363
10364 2010-03-14  Juri Linkov  <juri@jurta.org>
10365
10366         * hmac-def.el:
10367         * hmac-md5.el:
10368         * netrc.el: Fix keywords.
10369
10370 2010-02-26  Glenn Morris  <rgm@gnu.org>
10371
10372         * message.el (message-send-mail-function): Change the default, so that
10373         it inherits from a customized send-mail-function.  (Bug#5643)
10374
10375 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10376
10377         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10378         shell-command-to-string signals an error (bug#5299).
10379
10380 2010-02-24  Glenn Morris  <rgm@gnu.org>
10381
10382         * message.el (message-smtpmail-send-it)
10383         (message-send-mail-with-mailclient): Doc fixes.
10384
10385 2010-02-16  Glenn Morris  <rgm@gnu.org>
10386
10387         * message.el (message-default-mail-headers): Change the default value
10388         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10389
10390 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
10393         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
10394
10395 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
10396
10397         * time-date.el (date-to-time): Doc fix (Bug#5408).
10398
10399 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10400
10401         * message.el (message-mail): Just pass yank-action on to message-setup.
10402         (message-setup): Handle (FUN . ARGS) form of yank-action.
10403         (message-with-reply-buffer, message-widen-reply)
10404         (message-yank-original): Handle non-buffer values of
10405         message-reply-buffer (Bug#4080).
10406         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10407
10408 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10409
10410         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10411         Fix typo in docstring.
10412
10413 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10414
10415         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10416         response.
10417
10418 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10421
10422         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10423
10424         * message.el (message-check-news-header-syntax): Protect against a
10425         string that `rfc822-addresses' returns when parsing fails.
10426
10427 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10430         (gnus-previous-char-property-change): New functions.
10431
10432         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10433
10434 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10435
10436         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10437         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10438
10439 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10440
10441         * message.el (message-exchange-point-and-mark): Rework last change to
10442         avoid using optional arg of exchange-point-and-mark, for backward
10443         compatibility.
10444
10445 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10446
10447         * message.el (message-exchange-point-and-mark):
10448         Call exchange-point-and-mark with an argument rather than setting
10449         mark-active by hand (Bug#5175).
10450
10451 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * nntp.el (nntp-service-to-port): Work for service expressed with
10454         numeric string; replace [:digit:] with [0-9] for XEmacs.
10455
10456 2009-12-17  Glenn Morris  <rgm@gnu.org>
10457
10458         * gnus-group.el (gnus-bug-group-download-format-alist):
10459         Change emacs entry to debbugs.gnu.org.  Bump :version.
10460
10461 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10462
10463         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10464
10465 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * message.el (message-info): Explain why we use `Info-goto-node'.
10468
10469 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
10472
10473 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10474
10475         * message.el (message-completion-in-region): New compatibility function.
10476         (message-expand-group): Use it.
10477
10478 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10481         with no unread article should be listed if the 2nd arg `predicate' is
10482         given.
10483
10484 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
10487
10488 2009-11-29  Juri Linkov  <juri@jurta.org>
10489
10490         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10491         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10492         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10493
10494 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10495
10496         * sha1.el (sha1-string-external): default-directory "/" in case
10497         otherwise non-existent.  process-connection-type pipe for touch of
10498         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10499
10500 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10501
10502         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
10503         it's comms related and sgml-mode.el has "comm" on that basis too.
10504
10505 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10508         containing tspecial characters if they have been already quoted.
10509
10510 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
10511
10512         * dns-mode.el (auto-mode-alist): Purecopy string.
10513
10514 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10515
10516         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
10517
10518 2009-10-24  Glenn Morris  <rgm@gnu.org>
10519
10520         * gnus-art.el (help-xref-stack-item): Define for compiler.
10521
10522 2009-10-21  Kevin Ryde  <user42@zip.com.au>
10523
10524         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
10525
10526 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10527
10528         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10529
10530 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10533         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10534
10535 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10538         (gnus-overlays-in): New alias to overlays-in.
10539
10540         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10541         gnus-overlay-get, and gnus-delete-overlay.
10542         (gnus-summary-show-thread): Make it work as well for systems in which
10543         next-single-char-property-change is not available.
10544         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10545
10546         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
10547         (gnus-overlay-get): New alias to extent-property.
10548         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
10549
10550         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
10551         SXEmacs.
10552
10553         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
10554         SXEmacs.
10555
10556 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10557
10558         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10559
10560 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10561
10562         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10563         and XEmacs that don't have `remove-overlays'.
10564
10565 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10566
10567         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10568         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10569         selective display.  Use overlays instead.
10570
10571 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10572
10573         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10574
10575 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10576
10577         * spam-stat.el (spam-stat-load): Fix typo in message.
10578
10579 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10580
10581         * dig.el (dig-invoke): Fix typo in docstring.
10582         (query-dig): Reflow docstring.
10583
10584 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10585
10586         * gnus-art.el (gnus-article-encrypt-body):
10587         * message.el (message-check-recipients):
10588         * mm-util.el (mm-codepage-setup):
10589         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10590         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10591
10592 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10593
10594         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10595         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10596         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10597         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10598         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10599
10600 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10601
10602         * dig.el: Add "Keywords: comm", as per net-utils.el.
10603
10604 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10605
10606         * dig.el (dig-mode): Use define-derived-mode.
10607
10608 2009-09-19  Glenn Morris  <rgm@gnu.org>
10609
10610         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10611
10612 2009-09-18  Glenn Morris  <rgm@gnu.org>
10613
10614         * gnus-diary.el (gnus-diary-check-message):
10615         * message.el (message-insert-formatted-citation-line):
10616         * nnbabyl.el (top-level):
10617         * nndiary.el (nndiary-schedule):
10618         Fix typos in condition-case handlers.
10619
10620 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10623         configuration that provides the sole article window in a frame;
10624         position point correctly after deleting a part.
10625
10626 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10627
10628         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10629         (spam-resolve-registrations-routine): Use it to unregister articles
10630         that change status.
10631
10632 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
10635         with XEmacs.
10636         (parse-time-string-chars): Use it.
10637
10638 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10639
10640         * imap.el (imap-interactive-login): Better messages.
10641         (imap-open): Fix bug with renamed buffer on reconnect.
10642         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10643         for easier debugging and cleaner code.  On successful (guessed based on
10644         server capabilities) secondary authentication, set imap-state
10645         correctly.
10646         (imap-last-authenticator): Define imap-last-authenticator as a variable
10647         to avoid warnings.
10648
10649 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * nnrss.el (nnrss-request-article): Remove binding of
10652         default-enable-multibyte-characters that has gotten needless by
10653         the 2007-07-13 change in rfc2047-encode-message-header.
10654
10655         * mml.el (mml-insert-multipart): Error on the message header.
10656         (mml-insert-part): Error on the message header; position point at
10657         the end of a MIME tag.
10658
10659 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * time-date.el (autoload): Expand define-obsolete-function-alias into
10662         defalias and make-obsolete for old Emacsen that Gnus supports.
10663         (with-no-warnings): Define it for old Emacsen.
10664         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10665         is available.
10666         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10667         float-time is available; suppress compile warning for time-to-seconds.
10668
10669         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10670         (gnus-float-time): Alias to float-time if it exists.
10671
10672         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10673         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10674         float-time is available; suppress compile warning for time-to-seconds.
10675
10676         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
10677         XEmacs.
10678
10679 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10680
10681         * imap.el (imap-message-map): Docstring fix.
10682
10683 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10686         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10687         Add the optional argument `encoding' that overrides the default.
10688
10689         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10690         mm-encode-buffer.
10691
10692 2009-09-04  Glenn Morris  <rgm@gnu.org>
10693
10694         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10695         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10696         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10697         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10698         * mm-util.el (mm-with-unibyte-current-buffer)
10699         (mm-find-buffer-file-coding-system):
10700         * yenc.el (yenc-decode-region): Use default-value rather than
10701         default-enable-multibyte-characters.
10702
10703 2009-09-03  Glenn Morris  <rgm@gnu.org>
10704
10705         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10706         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10707         than default-enable-multibyte-characters.
10708
10709 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10710
10711         * gnus-art.el (gnus-article-read-summary-keys):
10712         Fix gnus-buffer-configuration's value temporarily used.
10713
10714 2009-09-02  Glenn Morris  <rgm@gnu.org>
10715
10716         * gnus-util.el (gnus-float-time): New function.
10717         * gnus-delay.el (gnus-delay-article):
10718         * gnus-sum.el (gnus-thread-latest-date):
10719         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10720         * nnspool.el (nnspool-request-newgroups):
10721         Use gnus-float-time rather than time-to-seconds.
10722         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10723
10724         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10725         (gnus-header-subject-face, gnus-header-newsgroups-face)
10726         (gnus-header-name-face, gnus-header-content-face):
10727         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10728         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10729         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10730         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10731         (gnus-cite-face-11):
10732         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10733         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10734         (gnus-server-closed-face, gnus-server-denied-face)
10735         (gnus-server-offline-face):
10736         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10737         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10738         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10739         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10740         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10741         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10742         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10743         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10744         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10745         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10746         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10747         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10748         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10749         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10750         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10751         (gnus-summary-high-undownloaded-face)
10752         (gnus-summary-low-undownloaded-face)
10753         (gnus-summary-normal-undownloaded-face)
10754         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10755         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10756         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10757         (gnus-splash-face):
10758         * message.el (message-header-to-face, message-header-cc-face)
10759         (message-header-subject-face, message-header-newsgroups-face)
10760         (message-header-other-face, message-header-name-face)
10761         (message-header-xheader-face, message-separator-face)
10762         (message-cited-text-face, message-mml-face):
10763         * sieve-mode.el (sieve-control-commands-face)
10764         (sieve-action-commands-face, sieve-test-commands-face)
10765         (sieve-tagged-arguments-face):
10766         * spam.el (spam-face):
10767         Mark face aliases with "-face" in the name as obsolete.
10768
10769 2009-09-01  Glenn Morris  <rgm@gnu.org>
10770
10771         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10772         than goto-line.
10773
10774 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10777         Don't move point if the command is invoked inside the message header.
10778
10779 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10780
10781         * imap.el (imap-send-command): Simplify.
10782         (imap-wait-for-tag): point-max -> buffer-size.
10783
10784 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10785
10786         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10787         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10788         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10789         * nnir.el (nnir-swish-e-index-file):
10790         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10791         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10792         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10793         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10794         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10795         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10796
10797 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10798
10799         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10800         Don't save excursion.
10801
10802 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10803
10804         * nnheader.el (nnheader-find-file-noselect):
10805         * mm-util.el (mm-insert-file-contents):
10806         Use (default-value 'major-mode) instead of default-major-mode.
10807
10808 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10809
10810         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10811
10812 2009-08-26  Glenn Morris  <rgm@gnu.org>
10813
10814         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
10815         than placing in files.el.
10816
10817 2009-08-25  Glenn Morris  <rgm@gnu.org>
10818
10819         * nnir.el (top-level): Don't require cl at run-time.
10820         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10821         Replace cl-function substitute with gnus-replace-in-string.
10822         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10823         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10824         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10825         simplified expansions.
10826
10827 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10828
10829         * dig.el (dig): Add autoload cookie.
10830
10831 2009-08-22  Glenn Morris  <rgm@gnu.org>
10832
10833         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10834         goto-line.
10835
10836 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
10837
10838         * parse-time.el (parse-time-string-chars): Save match data.
10839
10840 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
10841
10842         * parse-time.el (parse-time-string-chars): Compute using character
10843         classes, to handle non-ascii characters (Bug#3190).
10844
10845 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10848
10849         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10850         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10851         (gnus-mm-display-part, gnus-mime-display-single)
10852         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10853         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10854
10855         * gnus-sum.el
10856         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10857         (gnus-summary-move-article): Add expirable mark to articles copied or
10858         moved to group that has auto-expire turned on if the option is non-nil.
10859
10860 2009-07-24  Glenn Morris  <rgm@gnu.org>
10861
10862         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10863         Fix typo.  (Bug#3903)
10864
10865 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10868         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10869         that should not be used for draft articles.
10870         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10871         that has no concern in minor mode keys.
10872         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10873         Abolish.
10874
10875 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10878         article without making inquiry to a user for unknown encoding.
10879
10880         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10881         (nnmaildir--scan): Assume i-node and device number that file-attributes
10882         returns might be cons-cell.
10883
10884         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
10885
10886         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
10887
10888 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10889
10890         * auth-source.el: Remove docs now in auth.texi.  Don't use
10891         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10892         `auth-source-hide-passwords' and use them.
10893
10894 2009-07-15  Glenn Morris  <rgm@gnu.org>
10895
10896         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10897
10898 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10899
10900         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10901         excessive whitespace from the default values of title and description.
10902
10903 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10906         mail-fetch-field to fetch Content-Description header in order to
10907         exclude newlines.
10908
10909 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
10910
10911         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
10912         format used by GnuPG 2.0.11.
10913
10914 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10917         to deleted part.
10918
10919 2009-05-30  David Engster  <dengste@eml.cc>
10920
10921         * nnmairix.el: Remove old documentation in the commentary block.
10922         (nnmairix-request-group): Do not update active file for nnml back ends.
10923         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10924         end so that overview files are ignored.
10925         (nnmairix-update-groups): Make updating the groups more robust by using
10926         marks.
10927         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10928         with dollar characters in message-id.
10929
10930 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10931
10932         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10933         2008-12-25 in dns.el.
10934
10935 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10936
10937         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10938         could happen if the text is only composed of spaces and/or tabs.
10939
10940 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10941
10942         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10943         when sending a queued message to avoid extra mml tags.
10944
10945 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10948
10949 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
10952         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
10953         rmail-toggle-header for XEmacs;
10954         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
10955
10956 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10957
10958         * gnus-dired.el: Remove autoload for gnus-setup-message.
10959         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10960         displaying Gnus logo; always use compose-mail.
10961
10962 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10965
10966 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10969         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10970         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10971         available.
10972         (gnus-nocem-epg-verify): New function.
10973
10974 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10975
10976         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10977
10978 2009-02-15  Glenn Morris  <rgm@gnu.org>
10979
10980         * gnus-util.el (rmail-insert-rmail-file-header)
10981         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10982         autoloads.
10983         (rmail-default-rmail-file): Remove unnecessary declaration.
10984         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10985
10986 2009-02-14  Glenn Morris  <rgm@gnu.org>
10987
10988         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10989         variable (only used in gnus-util, which declares it anyway).
10990         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10991         which was only needed by gnus-art (changed to not use it any more).
10992         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10993         only used in gnus-util, which autoloads it itself.
10994         (rmail-update-summary): Fix autoload.
10995
10996         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10997         rather than rmail-output-to-rmail-file.
10998
10999 2009-02-07  Glenn Morris  <rgm@gnu.org>
11000
11001         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11002         autoload of function that no longer exists.
11003         (rmail-toggle-header): Declare.
11004         (message-forward-rmail-make-body): Handle mbox Rmail.
11005
11006 2009-01-31  Glenn Morris  <rgm@gnu.org>
11007
11008         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11009         2009-01-09 change.
11010
11011 2009-01-31  Dave Love  <fx@gnu.org>
11012
11013         * imap.el (imap-fetch-safe): Bind debug-on-error.
11014         (imap-debug): Add imap-fetch-safe.
11015
11016 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
11017
11018         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11019         (auth-source-forget-all-cached): New convenience function.
11020         (auth-source-user-or-password): Accept list of modes or a single mode.
11021
11022         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11023         auth-source modes.
11024
11025         * netrc.el (netrc-machine-user-or-password): Use list of
11026         auth-source modes.
11027
11028         * nnimap.el (nnimap-open-connection): Use list of
11029         auth-source modes.
11030
11031         * nntp.el (nntp-send-authinfo): Use list of
11032         auth-source modes.
11033
11034 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
11035
11036         * auth-source.el: Update docs to reflect epa-file-enable is to be used
11037         now.
11038
11039 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11042         coding system in XEmacs; add a workaround for XEmacs.
11043
11044         * lpath.el: Fbind coding-system-aliasee.
11045
11046 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * mm-util.el (mm-coding-system-priorities): Protect against nil value
11049         of current-language-environment.
11050
11051 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11054         available at runtime.
11055
11056 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * gnus-art.el (article-date-ut): Fix end point of narrowing.
11059
11060 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
11061
11062         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11063         the greatest positive fixnum value doesn't work under an XEmacs with
11064         bignum support; use the most-positive-fixnum constant instead,
11065         available since Emacs 21.1 with cl and XEmacs 21.1.
11066
11067 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11068
11069         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11070         XEmacs gets not to work.
11071
11072 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11073
11074         * mm-util.el (mm-coding-system-priorities): Allow the value like
11075         "Japanese (UTF-8)" of current-language-environment.
11076
11077 2009-01-09  Glenn Morris  <rgm@gnu.org>
11078
11079         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11080         with last-command-event.
11081
11082 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
11085         in the doc string.
11086
11087         * message.el (message-fix-before-sending): Amend comment.
11088
11089 2009-01-08  Dave Love  <fx@gnu.org>
11090
11091         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
11092
11093 2009-01-07  David Engster  <dengste@eml.cc>
11094
11095         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11096         simplified server definitions by converting it via
11097         gnus-server-to-method.
11098
11099 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11102         parameter's operands.
11103
11104 2009-01-06  David Engster  <dengste@eml.cc>
11105
11106         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11107         primary select method (for gnus-group-mark-article-as-read).
11108
11109 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
11110
11111         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11112         `(gnus)Face', not `(gnus)X-Face'.
11113
11114 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * mm-util.el (mm-ucs-to-char): New function.
11117
11118         * mm-url.el (mm-url-decode-entities): Use it.
11119
11120         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
11121         unicode-to-char.
11122
11123 2009-01-05  Dave Love  <fx@gnu.org>
11124
11125         * time-date.el: Require cl for `declare'.
11126
11127 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11128
11129         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
11130         Dave Love.
11131
11132 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * message.el (message-fix-before-sending): Add `eight-bit' to
11135         illegible-text check.
11136
11137 2009-01-03  Michael Olson  <mwolson@gnu.org>
11138
11139         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11140         `headers' is nil.  This can occur if the IMAP server does not have
11141         permissions to read messages from a folder, but can write new messages
11142         to the folder.
11143         (nnimap-request-article-part): Do not insert `data' if it is nil.
11144
11145         * imap.el (imap-parse-fetch): Courier can insert spurious blank
11146         characters which will confuse `read', so skip past them.
11147
11148 2009-01-01  Dave Love  <fx@gnu.org>
11149
11150         * imap.el (imap-string-to-integer): Fix typo.
11151         (imap-fetch-safe): New function.
11152         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
11153
11154         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11155
11156         * imap.el (imap-process-connection-type, imap-debug, imap-open):
11157         (imap-parse-greeting): Fix doc strings.
11158         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
11159         (imap-parse-flag-list): Make messages unique.
11160         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
11161
11162         * nnimap.el: Fix author email.
11163         (nnimap-split-rule): Add FIXME comment.
11164         (nnimap-debug): Fix doc string.
11165
11166 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11167
11168         * dns.el (dns-set-servers): Check "Address".  Fix typo.
11169
11170 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
11173         nslookup if resolv.conf isn't available.
11174         (dns-query): Rename from query-dns.
11175         (dns-query-cached): Rename from query-dns-cached.
11176
11177 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11180         overlay-arrow-position and overlay-arrow-string buffer-local; no need
11181         to check if those variables exist (first appeared in Emacs 18.50).
11182
11183 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11184
11185         * mm-util.el (mm-line-number-at-pos): New function.
11186
11187         * spam-report.el (spam-report-process-queue): Use it.
11188
11189 2008-12-24  David Engster  <dengste@eml.cc>
11190
11191         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11192         parameters that haven't existed as variables as buffer-local variables.
11193
11194 2008-12-23  Dave Love  <fx@gnu.org>
11195
11196         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11197         cadar.
11198
11199         * sieve-manage.el (sieve-manage-starttls-p): Rename from
11200         imap-starttls-p.
11201         (sieve-manage-starttls-open): Rename from imap-starttls-open.
11202
11203 2008-12-22  Dave Love  <fx@gnu.org>
11204
11205         * imap.el: Fix author email.  Doc fixes.
11206         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
11207         reply.
11208
11209 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * spam-report.el (spam-report-gmane-max-requests): New constant.
11212         (spam-report-gmane-wait): New variable.
11213         (spam-report-gmane-ham, spam-report-gmane-spam)
11214         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11215         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11216         the server.
11217
11218         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11219         Add explanations.
11220
11221         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11222         nnheader-accept-process-output and nnheader-read-timeout if available.
11223         (pop3-movemail): Use it.
11224
11225         * message.el (message-check-news-body-syntax): Fix signature check if
11226         there's an attachment.
11227
11228 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11229
11230         * mm-util.el: Add comments to the mm- emulating functions.
11231
11232 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11235         Reported by Stephen Berman <stephen.berman@gmx.net>.
11236
11237 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11238
11239         * mm-util.el (mm-substring-no-properties): New function.
11240         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11241         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11242         (mm-string-to-multibyte): Doc fix.
11243
11244         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11245
11246 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * mml.el (mml-attach-file): Strip text properties from file name.
11249         (Bug#1574)
11250
11251 2008-12-16  Glenn Morris  <rgm@gnu.org>
11252
11253         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11254
11255 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11258         knows since the charset specified might be a bogus alias that
11259         mm-charset-synonym-alist provides.
11260
11261 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11262
11263         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11264         "ISO_8859-1".
11265
11266         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11267
11268 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * mm-util.el (mm-charset-eval-alist):
11271         Define it before mm-charset-to-coding-system.
11272         (mm-charset-to-coding-system): Add optional argument `silent';
11273         define it before mm-charset-override-alist.
11274         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11275         default value if it can be used in Emacs currently running;
11276         silence mm-charset-to-coding-system.
11277
11278 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11281         `allow-override' which says whether to use `mm-charset-override-alist'.
11282         (rfc2047-decode-encoded-words): Use it.
11283
11284         * mm-util.el (mm-charset-override-alist): Fix custom type;
11285         add `(gb2312 . gbk)' to choices.
11286
11287 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11290         fast.
11291
11292         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11293
11294         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
11295
11296 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11297
11298         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11299         on links.
11300
11301         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11302
11303 2008-12-03  Lute Kamstra  <lute@gnu.org>
11304
11305         * sha1.el: Remove leading * from docstrings of defcustoms,
11306         deffaces, defconsts and defuns.
11307
11308 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11311         users' addresses that don't have domain parts.
11312         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11313         rather than message-narrow-to-head since there will be the message
11314         header separator.
11315
11316 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11317
11318         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11319         since the result is inserted in a unibyte buffer anyway.
11320         (nnimap-demule-use-string-to-multibyte): Remove.
11321         (nnimap-demule): Alias it to mm-string-to-multibyte.
11322
11323 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11326         variable for debugging bug#464 and bug#1174.
11327         (nnimap-demule): Use it.
11328
11329 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11332         score calculation correctly.
11333
11334 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11335
11336         * message.el (message-send-mail): Just set the buffer to unibyte
11337         rather than use mm-with-unibyte-current-buffer which does a lot more.
11338         (message-send-mail-partially): Don't bother with
11339         mm-with-unibyte-current-buffer since it's already been made unibyte by
11340         message-send-mail.
11341
11342 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11343
11344         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11345
11346 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11347
11348         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11349
11350 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11351
11352         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11353         require itself and to remove `with-no-warnings'.
11354
11355 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11356
11357         * starttls.el (starttls-any-program-available): Get the name of the
11358         available TLS layer program.
11359         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11360         well as the host name in the "opening" message.
11361
11362         * auth-source.el (auth-source-cache, auth-source-do-cache)
11363         (auth-source-user-or-password): Cache passwords and logins by default,
11364         allow override with `auth-source-do-cache'.
11365         (auth-source-forget-user-or-password): Allow users to remove cache
11366         entries if needed.
11367
11368 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
11369
11370         * md4.el (md4-buffer): Fix typo in docstring.
11371         (md4, md4-64): Doc fixes.
11372         (md4-pack-int32): Reflow docstring.
11373
11374 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11375
11376         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11377         condition-case to only the forward-sexp call.
11378
11379 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11380
11381         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11382         quotes contained.  Make it more robust regardless by an extra
11383         condition-case wrapper.
11384
11385 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * lpath.el: No need to fbind codepage-setup for Emacs 23.
11388
11389 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11390
11391         * nnml.el (nnml-request-expire-articles): Check if the function set to
11392         `nnmail-expiry-target' returns the symbol `delete'.
11393
11394         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11395
11396         * nnmail.el (nnmail-expiry-target): Fix custom type.
11397
11398 2008-10-02  Glenn Morris  <rgm@gnu.org>
11399
11400         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11401         Silence compiler warning.
11402
11403 2008-10-01  Magnus Henoch  <mange@freemail.hu>
11404
11405         * tls.el (open-tls-stream): Show the actual command being
11406         executed, instead of the format string.
11407
11408 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * lpath.el: Fbind codepage-setup for Emacs 23.
11411
11412 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11413
11414         * mml.el (mml-menu): Don't assume mml2015 is bound.
11415
11416 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11417
11418         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11419         exists.
11420
11421 2008-09-27  Glenn Morris  <rgm@gnu.org>
11422
11423         * gnus-util.el (mail-header-remove-comments): Autoload it.
11424
11425 2008-09-27  Andreas Schwab  <schwab@suse.de>
11426
11427         * gnus-util.el (gnus-split-references): Strip comments.
11428         (gnus-parent-id): Likewise.
11429
11430 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * message.el (message-confirm-send): Fix version.
11433
11434 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * message.el (message-idna-to-ascii-rhs-1): Use
11437         mail-extract-address-components rather than mail-header-parse-addresses
11438         that is an alias by default to ietf-drums-parse-addresses that does not
11439         support non-ASCII names in headers' contents.
11440
11441 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11442
11443         * message.el (message-confirm-send): Fix variable documentation to
11444         avoid the "y/n" wording.
11445
11446 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11447
11448         * message.el (message-set-auto-save-file-name): Save to a different
11449         filename so multiple messages (especially drafts) can be recovered.
11450
11451 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11452
11453         * message.el (message-confirm-send): Add appropriate version.
11454
11455 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11456
11457         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11458         defvar.
11459
11460 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11461
11462         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11463         (mm-pkcs7-enveloped-magic): Ditto.
11464
11465 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11466
11467         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11468         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11469
11470 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11471
11472         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11473         default, it's better.
11474
11475 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11476
11477         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11478         summary line gnus-number property and ignore them (with a warning
11479         message).
11480
11481 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11484         macro caddr in the interactive form since it won't be expanded.
11485
11486 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11489         `charset'; fix name of function called recursively.
11490         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11491
11492 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11495         (gnus-mime-set-charset-parameters): New function.
11496         (gnus-mime-view-part-as-charset): Use it to correctly display part
11497         specifying wrong charset.
11498
11499 2008-09-08  David Engster  <dengste@eml.cc>
11500
11501         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11502         in completing-read for back end server.
11503
11504 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11505
11506         * message.el (message-confirm-send): New variable to confirm sending a
11507         message.
11508         (message-send): Use it.
11509
11510 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11511
11512         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11513
11514 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11517
11518 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11519
11520         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11521         prevent tracking too many groups.
11522         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11523         Use it.
11524
11525 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11526
11527         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11528         moving point to the bottom of the window in order to avoid recentering.
11529
11530 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
11533
11534         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11535         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11536         (gnus-article-beginning-of-window): Fix calculation.
11537
11538 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-msg.el (gnus-summary-supersede-article)
11541         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11542         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11543         message header.
11544
11545 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
11546
11547         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
11548         pending output coming after the status change.
11549
11550 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11551
11552         * message.el:
11553         * gnus-start.el:
11554         * gnus-registry.el: Remove VMS support.
11555
11556 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11557
11558         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11559         macro.
11560         (rfc2104-hash): Use it.
11561
11562 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11563
11564         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11565         (gnus-summary-sort-by-most-recent-date): New commands.
11566         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11567         and menu entries.
11568
11569 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11572         don't redisplay article for raw contents; remove plural articles stuff.
11573
11574         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11575         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11576         on gnus-summary-save-article; display results properly.
11577
11578 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * lpath.el: No need to fbind ns-focus-frame.
11581
11582 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11585
11586 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * gnus-art.el (gnus-summary-save-in-pipe):
11589         Consider gnus-save-all-headers.
11590
11591 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11592
11593         * gnus-util.el (ns-focus-frame): Remove declaration.
11594         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11595         like x.
11596
11597 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11598
11599         * rfc2104.el (rfc2104-zero): Delete defconst.
11600         (rfc2104-hex-alist): Likewise.
11601         (rfc2104-hex-to-int): Delete func.
11602         (rfc2104-hexstring-to-bitstring): Likewise.
11603         (rfc2104-nybbles): New defconst.
11604         (rfc2104-hash): Rewrite for speed.
11605
11606 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11607
11608         * tls.el (open-tls-stream): Make it work with the 2nd argument
11609         BUFFER that is a string but does not exist as a buffer object, as
11610         mentioned in the doc-string.
11611
11612 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
11615         SXEmacs.
11616
11617 2008-07-16  Glenn Morris  <rgm@gnu.org>
11618
11619         * gnus-util.el (ns-focus-frame): Declare for compiler.
11620
11621 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11624         set as a group parameter.
11625         (gnus-summary-save-in-pipe): Work when it is called independently.
11626         (gnus-summary-pipe-to-muttprint): Don't modify
11627         gnus-summary-pipe-output-default-command.
11628
11629 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11630
11631         * message.el (message-send-mail-with-sendmail):
11632         Display the error message.
11633
11634 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * gnus-art.el (gnus-default-article-saver):
11637         Add gnus-summary-save-in-pipe to choices.
11638         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11639         gnus-summary-pipe-output-default-command as the default command.
11640         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11641         instead of gnus-last-shell-command.
11642
11643         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11644         New user option.
11645         (gnus-summary-muttprint-program): Mention the value will be changed.
11646         (gnus-summary-save-article): Force showing of all headers.
11647         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11648
11649 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11650
11651         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11652
11653 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11654
11655         * nnimap.el (nnimap-id):
11656         * sieve-manage.el (sieve-manage-open): Doc fixes.
11657
11658 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11659
11660         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11661         if available.
11662
11663 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11664
11665         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11666
11667         * nnkiboze.el (nnkiboze-generate-group):
11668         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11669
11670         * nnmairix.el: Require CL.
11671
11672 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * dgnushack.el: Autoload get-display-table and put-display-table for
11675         XEmacs 21.5.
11676
11677         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
11678         21.4 and SXEmacs.
11679
11680 2008-06-15  David Engster  <dengste@eml.cc>
11681
11682         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11683
11684 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11685
11686         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11687         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11688         runtime choice under XEmacs.
11689
11690         * gnus-sum.el (gnus-summary-set-display-table):
11691         Use `gnus-put-display-table', `gnus-get-display-table',
11692         `gnus-set-display-table' for the display table, instead of `aset'.
11693
11694         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
11695         Use `gnus-put-display-table', `gnus-get-display-table',
11696         `gnus-set-display-table' for the display table.
11697
11698 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11699
11700         * nnmairix.el: Add autoloads.
11701
11702 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11703
11704         * nnmairix.el (nnmairix-delete-recreate-group)
11705         (nnmairix-update-and-clear-marks): Fix error messages.
11706
11707 2008-06-14  David Engster  <dengste@eml.cc>
11708
11709         * nnmairix.el: Upgrade to version 0.6.
11710         (nnmairix-group-toggle-propmarks-this-group)
11711         (nnmairix-group-toggle-readmarks-this-group)
11712         (nnmairix-group-delete-recreate-this-group)
11713         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11714         (nnmairix-remove-tick-mark-original-article): New commands.
11715         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11716         (nnmairix-propagate-marks-to-nnmairix-groups)
11717         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11718         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11719         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11720         functions needed for marks propagation and manipulation of read marks.
11721         (nnmairix-update-groups): New function.
11722         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11723         (nnmairix-determine-original-group-from-registry)
11724         (nnmairix-determine-original-group-from-path)
11725         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11726         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11727         New helper functions.
11728         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11729         keystrokes for new commands.
11730         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11731         (nnmairix-request-group): Check allow-fast group parameter.
11732         (nnmairix-request-create-group): Set allow-fast group parameter if
11733         nnmairix-allowfast-default is set.
11734         (nnmairix-close-group): Propagate marks upon closing if needed.
11735         (nnmairix-group-toggle-threads-this-group): Use new.
11736         nnmairix-group-toggle-parameter helper function.
11737         (nnmairix-search): Better check for empty search result.
11738         (nnmairix-goto-original-article): Use new helper functions for
11739         determining original article.
11740         (nnmairix-show-original-article): Make sure message-id is in brackets.
11741         (nnmairix-call-mairix-binary): Change variable name.
11742         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11743         helper function.
11744         (nnmairix-widget-toggle-activate): Fix doc string.
11745
11746 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * nnir.el: Require edmacro when compiling with XEmacs.
11749         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11750         available in Emacs 21.
11751
11752 2008-06-11  Glenn Morris  <rgm@gnu.org>
11753
11754         * gnus-util.el (x-focus-frame):
11755         * gnus.el (image-size):
11756         * mm-decode.el (image-size): Declare.
11757
11758         * gnus-picon.el (declare-function): Add compat definition.
11759         (image-size): Declare.
11760
11761         * gnus-group.el (tool-bar-map):
11762         * gnus-sum.el (tool-bar-map): Define for compiler.
11763
11764         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11765
11766         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11767
11768         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11769         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11770         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11771         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11772         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11773         * sieve-manage.el, spam-report.el, spam.el:
11774         Remove unnecessary eval-and-compile of autoloads.
11775
11776 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11777
11778         * auth-source.el: Precise Tramp doc.
11779
11780 2008-06-07  Glenn Morris  <rgm@gnu.org>
11781
11782         * nnmairix.el: Remove unnecessary eval-when-compile.
11783
11784 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * lpath.el: Fbind propertize for XEmacs 21.4.
11787
11788 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * nnir.el: Move here from ../contrib.
11791
11792 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11793
11794         * gnus-util.el (gnus-read-shell-command): New function.
11795         * mm-decode.el (mm-pipe-part):
11796         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11797
11798 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11801
11802 2008-06-03  Glenn Morris  <rgm@gnu.org>
11803
11804         * pop3.el (nnheader-accept-process-output): Autoload it.
11805
11806 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11809         are not 2-digit hexadecimal characters that follow `%'s.
11810
11811 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * message.el (message-bogus-recipient-p): Fix type in doc string.
11814         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11815         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11816         Improve custom options.
11817         (message-bogus-recipient-p): Adjust accordingly.
11818
11819 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
11820
11821         * parse-time.el (parse-time-months, parse-time-weekdays): Add
11822         long-form month and day names.
11823
11824 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * dgnushack.el: Autoload debug, eudc-expand-inline and
11827         pgg-snarf-keys-region for XEmacs.
11828
11829         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
11830
11831         * nnmairix.el: Require edmacro when compiling with XEmacs.
11832
11833 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11834
11835         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11836         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11837
11838 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11839
11840         * auth-source.el: Add more docs.
11841
11842         * netrc.el (netrc-machine): Always match if the port is not given.
11843
11844 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11845
11846         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11847         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11848         retrieval faster in some cases, but might make CPU usage larger.
11849         If this has any bad side effects, we might revert this change.
11850
11851         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11852         seems to make mail retrieval much, much faster.
11853         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11854         unconditionally.
11855
11856         * gnus-draft.el (gnus-group-send-queue):
11857         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11858
11859 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11862
11863         * message.el (message-bogus-address-regexp): Fix and improve custom
11864         type.
11865         (message-setup-hook): Add message-check-recipients as custom option.
11866
11867 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * message.el (message-cite-function): Remove bogus autoload which crept
11870         in during merge from v5-10.
11871
11872 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11873
11874         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11875
11876         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11877
11878         * auth-source.el: Preliminary Tramp docs.
11879         (auth-sources): Change the default auth-sources to use
11880         EPA .gpg files.
11881
11882 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11883
11884         * nntp.el: Autoload `auth-source-user-or-password'.
11885         (nntp-send-authinfo): Use it.
11886
11887         * nnimap.el: Autoload `auth-source-user-or-password'.
11888         (nnimap-open-connection): Use it.
11889
11890         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11891         for the gnus-message function.
11892         (auth-source-user-or-password): Use it.
11893
11894 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11895
11896         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11897         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11898         (rfc2104-hash): Use it.
11899
11900 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11901
11902         * gnus-art.el (gnus-article-toggle-truncate-lines):
11903         Don't use `iff' in docstring.
11904
11905 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11906
11907         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11908
11909         * gnus-util.el (gnus-extract-address-component-name)
11910         (gnus-extract-address-component-email): Convenience functions around
11911         `gnus-extract-address-components'.
11912
11913         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11914         Use `gnus-extract-address-component-email' to fix bug of comparing full
11915         sender name to `user-mail-address'.
11916
11917 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11918
11919         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11920         catch/throw to optimize.
11921         (gnus-registry-find-keywords): Just use member to find a keyword.
11922
11923 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11924
11925         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11926         is current before calling gnus-server-prepare.
11927         (gnus-server-setup-buffer, gnus-server-update-server)
11928         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11929
11930 2008-05-04  Juri Linkov  <juri@jurta.org>
11931
11932         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11933         (mailcap-file-default-commands): Use mailcap-replace-in-string
11934         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11935         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11936
11937 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11938
11939         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11940
11941 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11942
11943         * gnus.el: Bump version to 0.11.
11944
11945 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11946
11947         * gnus.el: No Gnus v0.10 is released.
11948
11949 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11950
11951         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11952         hooks.
11953         (gnus-update-read-articles): Speed up non-marks-using users.
11954         (gnus-use-marks): Define gnus-use-marks.
11955         (gnus-propagate-marks): Rename variable to something more sensible.
11956
11957 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11958
11959         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11960         (gmm-image-load-path-for-library): Fix typos in docstrings.
11961         (gmm-message): Reflow docstring.
11962
11963 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11964
11965         * mail-source.el (mail-source-set-1, mail-source-bind):
11966         Move auth-source code out of the macro to clean it up and fix bugs.
11967
11968 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11969
11970         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11971         by sender if it's equal to user-mail-address, it's likely to be
11972         useless.
11973
11974         * mail-source.el (mail-source-bind): Don't use user or password if they
11975         are not bound.  Unintern them if they are nil.  Don't use server unless
11976         it's bound, and default it to empty string otherwise.
11977
11978 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11979
11980         * mail-source.el: Load auth-source.el.
11981         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11982         get user name or password, if auth-sources is set up.
11983
11984         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11985         strategy of splitting with parent.
11986         (gnus-registry-split-fancy-with-parent)
11987         (gnus-registry-post-process-groups): Use it and fix prior
11988         bug (returning a list as the split result).
11989
11990         * auth-source.el (auth-sources): Remove server parameter.
11991         (auth-source-pick, auth-source-user-or-password)
11992         (auth-source-user-or-password-imap)
11993         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11994         (auth-source-user-or-password-sftp)
11995         (auth-source-user-or-password-smtp): Remove server parameter.
11996
11997 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11998
11999         * smime.el (smime-sign-region, smime-encrypt-region)
12000         (smime-decrypt-region):
12001         Remove redundant calls to `generate-new-buffer-name'.
12002
12003 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
12004
12005         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12006         Don't use QP for message/rfc822.
12007         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12008
12009 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12010
12011         * sieve-manage.el (sieve-string-bytes): Remove.
12012         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12013         correct byte-length only if the process's coding-system is the same as
12014         the one used internally by Emacs to represent strings.
12015
12016 2008-04-22  Juri Linkov  <juri@jurta.org>
12017
12018         * mailcap.el (mailcap-file-default-commands): New function.
12019
12020 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12021
12022         * message.el (message-signature-separator, message-cite-function):
12023         Change custom version.
12024
12025 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
12026
12027         * tls.el (tls-program): Add -ign_eof argument to call the openssl
12028         commands.
12029         (tls-checktrust): Ditto.
12030
12031 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * mm-decode.el (mm-display-external): Make temp file read-only.
12034
12035 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12038         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
12039         `C-c C-f d'.
12040
12041 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
12042
12043         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12044
12045 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * gnus.el: Bump version to 0.9.
12048
12049 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * gnus.el: No Gnus v0.8 is released.
12052
12053 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12054
12055         * mail-source.el (mail-source-value):
12056         Prefer fboundp to functionp so it works with macros as well.
12057
12058 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12059
12060         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12061         Fix last change in case the element is not even a symbol.
12062
12063 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12064
12065         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12066         Prefer fboundp to functionp so it works with macros as well.
12067
12068 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
12069
12070         * auth-source.el: Add docs.
12071         (auth-sources): Modify format to support server.
12072         (auth-source-pick, auth-source-user-or-password)
12073         (auth-source-user-or-password-imap)
12074         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12075         (auth-source-user-or-password-sftp)
12076         (auth-source-user-or-password-smtp): Add server parameter.
12077
12078 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
12079
12080         * gnus-registry.el: Initialize the registry when gnus-registry-install
12081         is t.
12082
12083 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * compface.el (uncompface): Make buffer unibyte.
12086
12087 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12088
12089         * mail-source.el (mail-source-value):
12090         Prefer fboundp to functionp so it works with macros as well.
12091
12092 2008-04-05  Glenn Morris  <rgm@gnu.org>
12093
12094         * gnus-ems.el (mm-disable-multibyte): Autoload it.
12095
12096 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12097
12098         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12099         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12100
12101         * nnheader.el (nnheader-init-server-buffer): Change buffer's
12102         multibyteness after rather than before erasing it.
12103
12104         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12105         mm-with-multibyte.
12106         (gnus-request-article-this-buffer): Make sure the proper decoding is
12107         used if gnus-original-article-buffer happens to be unibyte.
12108
12109         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12110         default-enable-multibyte-characters.
12111
12112         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12113         default-enable-multibyte-characters.
12114
12115         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12116
12117         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12118
12119 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12120
12121         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12122         Fix last change in case the element is not even a symbol.
12123
12124 2008-04-02  Simon Josefsson  <simon@josefsson.org>
12125
12126         * imap.el (imap-enable-exchange-bug-workaround): New variable.
12127         (imap-message-copyuid-1): Use it.
12128         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
12129         J. Williams in
12130         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
12131
12132         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12133         imap-enable-exchange-bug-workaround.
12134         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12135
12136 2008-04-01  Simon Josefsson  <simon@josefsson.org>
12137
12138         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12139         a 100 byte status-checks into a 2-3MB transfer for each group.
12140         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12141         to enable bug workaround or not.
12142         (nnimap-find-minmax-uid): Only enable workaround conditionally.
12143
12144 2008-03-31  Glenn Morris  <rgm@gnu.org>
12145
12146         * message.el (mml2015-use): Declare for compiler.
12147         (message-info): Require mml2015 when appropriate.
12148
12149 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * Makefile.in (EMACS_COMP): Quote directory name that might contain
12152         whitespace.
12153
12154 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12155
12156         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12157         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12158         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12159         (nntp-service-to-port): New function.
12160         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12161         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12162         (nntp-open-netcat-stream): New function.
12163         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12164
12165 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
12166
12167         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12168
12169 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12170
12171         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12172
12173 2008-03-28  Magnus Henoch  <mange@freemail.hu>
12174
12175         * dns.el (dns-write): Use set-buffer-multibyte.
12176
12177 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
12178
12179         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12180
12181 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12182
12183         * message.el (message-signature-separator): Change default.
12184         Improve custom type.
12185         (message-cite-function): Change default to
12186         message-cite-original-without-signature.
12187
12188         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12189         toggle.
12190
12191         * message.el (message-check-news-body-syntax): Fix signature check.
12192         (message-setup-1): Mark buffer as unmodified _after_ running
12193         message-setup-hook and handling message-alternative-emails.
12194         (message-shorten-references): Be more strict when building list of
12195         valid references to comply with GNKSA.
12196
12197         * gnus-group.el (gnus-read-ephemeral-bug-group)
12198         (gnus-read-ephemeral-debian-bug-group)
12199         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12200
12201         * message.el (message-info): Don't use booleanp which isn't supported
12202         in Emacs 21 and XEmacs.
12203
12204 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
12205
12206         * gnus-group.el (gnus-gmane-group-download-format): Rename from
12207         gnus-group-gmane-group-download-format.
12208         (gnus-group-read-ephemeral-gmane-group): Rename from
12209         gnus-group-read-ephemeral-gmane-group.
12210         (gnus-read-ephemeral-gmane-group-url): Rename from
12211         gnus-group-read-ephemeral-gmane-group-url.
12212         (gnus-bug-group-download-format-alist): New variable.
12213         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12214         (gnus-read-ephemeral-emacs-bug-group): New commands.
12215
12216 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12217
12218         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12219         (gnus-visible-headers): Improve custom type.
12220
12221 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12222
12223         * mml.el (mml-menu): Add workarounds for XEmacs.
12224
12225         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12226         X-Boundary header.
12227
12228         * message.el (message-simplify-recipients): Fix previous commit.
12229
12230 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12231
12232         * mm-util.el (mm-set-buffer-multibyte): New function.
12233         * mm-decode.el (mm-copy-to-buffer): Use it.
12234
12235         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12236         Prefer fboundp to functionp so it works with macros as well.
12237
12238 2008-03-19  Glenn Morris  <rgm@gnu.org>
12239
12240         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
12241         Accidentally removed in the sync process with Emacs.
12242
12243 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
12244
12245         * message.el (message-alter-recipients-discard-bogus-full-name):
12246         New function.
12247         (message-alter-recipients-function): New variable.
12248         (message-get-reply-headers): Use it.
12249         (message-replace-header): New helper function.
12250         (message-recipients-without-full-name): New variable.
12251         (message-simplify-recipients): New command.
12252
12253         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12254
12255         * message.el (message-info): Handle EasyPG manual.
12256
12257         * mml.el (mml-menu): Add entry for EasyPG.
12258
12259 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
12260
12261         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12262         parameter.
12263
12264         * message.el (message-disassociate-draft): Specify drafts group name
12265         fully.
12266
12267 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
12268
12269         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12270         Eliminate unnecessary duplicates from the match list.
12271
12272 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
12275
12276         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
12277
12278         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12279         args of `how-many' of which the XEmacs version doesn't take; declare
12280         Info-index-next as function.
12281
12282 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * gnus-score.el (gnus-score-headers): Fix handling of
12285         gnus-inhibit-slow-scoring.
12286
12287         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12288         string.
12289         (gnus-button-url-regexp): Improve handling of parenthesis.
12290         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12291         (gnus-button-handle-info-keystrokes): Handle index entries.
12292
12293 2008-03-15  Glenn Morris  <rgm@gnu.org>
12294
12295         * parse-time.el (parse-time-string): Simplify.
12296
12297 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12300         Incoming* files.
12301
12302 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
12303
12304         * auth-source.el (auth-sources): Rename from auth-source-choices.
12305         (auth-source-pick): Use it.
12306
12307 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12308
12309         * binhex.el (binhex-decode-region-internal):
12310         * uudecode.el (uudecode-decode-region-internal):
12311         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
12312         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
12313         setting default-enable-multibyte-characters.
12314
12315 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
12316
12317         * auth-source.el (auth-source-protocols)
12318         (auth-source-protocols-customize, auth-source-choices): Add and
12319         modified variable customizations and defaults.
12320         (auth-source-pick, auth-source-user-or-password)
12321         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12322         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12323         (auth-source-user-or-password-sftp)
12324         (auth-source-user-or-password-smtp): Use new variables and provide an
12325         interface to netrc.el.
12326
12327 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12330         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12331         Make sure the nntp port to specify is a string.
12332
12333 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12334
12335         * nntp.el: Use with-current-buffer.
12336         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12337         dubious mm-with-unibyte-current-buffer.
12338         (nntp-with-open-group-function): New function extracted from
12339         nntp-with-open-group macro.
12340         (nntp-with-open-group): Use the function, so it's easier to debug.
12341         Add indentation and debugging info.
12342         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12343         Recommend the use of the netcat alternatives.
12344
12345         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12346         Avoid mm-string-as-multibyte as well.
12347
12348         * nnweb.el (nnweb-insert-html):
12349         Remove use of nnheader-string-as-multibyte.
12350
12351         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12352         (nnheader-string-as-multibyte): Remove.
12353
12354         * mm-view.el: Use inhibit-read-only.
12355         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12356         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12357         or unibyte-string.
12358
12359         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12360         (mm-uu-yenc-extract): Use with-current-buffer.
12361
12362         * gnus-soup.el (gnus-soup-send-packet): Don't use
12363         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12364
12365         * nnmh.el: Use with-current-buffer.
12366         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12367         mm-string-as-multibyte on the output of mm-encode-coding-string.
12368
12369         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12370         (nnimap-request-move-article): Use with-current-buffer.
12371
12372         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12373         inserting the handle-buffer's text, so the implicit multibyte->unibyte
12374         conversion uses string-make-unibyte rather than string-as-unibyte.
12375
12376         * gnus-msg.el: Use with-current-buffer.
12377
12378         * message.el (message-ignored-resent-headers): Add "Delivered-To".
12379
12380 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12381
12382         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12383         string for caching if it is 'PIN.
12384
12385 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * lpath.el: Consider the case without Emacs/W3.
12388
12389 2008-03-08  Glenn Morris  <rgm@gnu.org>
12390
12391         * time-date.el (date-to-time, time-subtract, time-add)
12392         (safe-date-to-time): Doc fixes.
12393
12394 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12395
12396         * mail-source.el (mail-source-delete-old-incoming-confirm):
12397         Change default to nil.
12398         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12399
12400 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * lpath.el: Rearrange.
12403
12404         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12405         (gnus-article-goto-prev-page): Work for articles having ^L's.
12406
12407         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12408
12409         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12410
12411 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12412
12413         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12414         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12415         (gnus-bookmark-jump): Adjust some variable names.
12416
12417 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12418
12419         * auth-source.el: New package.
12420         (auth-source-choices): Add customization entry point variable.
12421
12422         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12423         bug.
12424
12425 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12426
12427         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12428         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12429         (gnus-registry-install-shortcuts): Rename from
12430         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12431         the `gnus-registry-mark-map' keymap dynamically from
12432         `gnus-registry-marks'.  The generated functions update the summary line
12433         when a registry mark is added or deleted, and will call
12434         `gnus-registry-install-p' (see the comments in the code).
12435         (gnus-registry-user-format-function-M): Use concat intelligently.
12436
12437         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12438         the registry mark functions.
12439
12440 2008-03-05  Glenn Morris  <rgm@gnu.org>
12441
12442         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12443         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12444         gnus-art.
12445         (top-level): No need to load own source when compiling.
12446
12447 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12448
12449         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12450         Suggested by <chris.anderton@zetnet.co.uk>.
12451
12452 2008-03-04  Glenn Morris  <rgm@gnu.org>
12453
12454         * gnus-sum.el (top-level): No need to require gnus when compiling,
12455         since unconditionally required near start of file.
12456         (gnus-summary-display-while-building): Move definition before use.
12457
12458 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12459
12460         * gnus-registry.el (gnus-registry-user-format-function-M):
12461         Add formatting function.
12462
12463 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12464
12465         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12466         with plists.
12467         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12468         Use new format.
12469
12470 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12473         `where-is-internal' that returns a range of key sequences.
12474
12475 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12476
12477         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12478
12479         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12480         (gnus-summary-jump-to-group): Consider windows on other displayed
12481         frames as well.  Similar changes might be needed elsewhere, but that's
12482         the one I've bumped into during my use.
12483
12484         * nndoc.el (nndoc-oe-dbx-type-p):
12485         * gnus-msg.el (gnus-debug):
12486         * gnus-group.el (gnus-update-group-mark-positions):
12487         Use mm-string-to-multibyte.
12488
12489 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12490
12491         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12492         doesn't handle NotDashEscaped.
12493
12494         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12495         (mml-dnd-attach-options): Fix typo in custom choice.
12496
12497         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12498         Change nndoc-article-type to mbox.
12499         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12500
12501         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12502         to nil, instead of html2text.
12503
12504         * imap.el (imap-debug): Add `imap-ping-server'.
12505
12506         * gnus-bookmark.el: Add FIXMEs.
12507
12508         * message.el (message-form-letter-separator)
12509         (message-send-form-letter-delay): New variables.
12510         (message-send-form-letter): Use them.  New command to send form
12511         letters.  Requested by Uwe Siart.
12512         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12513
12514 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * Update copyright years.
12517
12518 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12519
12520         Sync from EMACS_22_BASE.
12521
12522         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
12523
12524 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12525
12526         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12527         empty author.
12528
12529 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12530
12531         * gnus-registry.el (gnus-registry-marks): Add variable for
12532         customization of marks and their appearance.
12533         (gnus-registry-read-mark): Use it.
12534         (gnus-registry-do-marks): Add utility function to loop through
12535         `gnus-registry-marks'.
12536         (gnus-registry-install-shortcuts-and-menus): Add function to install
12537         shortcuts and menus.
12538         (gnus-registry-initialize): Use it.
12539         (gnus-registry-default-mark): Clarify documentation.
12540
12541 2008-02-29  Glenn Morris  <rgm@gnu.org>
12542
12543         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12544         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12545         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12546         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12547         Change defcustom :version from 23.0 to 23.1.
12548
12549 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12550
12551         * gnus-registry.el (gnus-registry-follow-group-p)
12552         (gnus-registry-post-process-groups): Add functions to aid registry
12553         splitting and improve logging.  Clarify behavior in function
12554         documentation.
12555         (gnus-registry-split-fancy-with-parent): Use them.
12556
12557 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12558
12559         * gnus-art.el: Use with-current-buffer.
12560
12561 2008-02-27  David Engster  <dengste@eml.cc>
12562
12563         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12564         Express real group name in the response.
12565
12566 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12569         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12570         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12571         autoload gnus-registry-fetch-group when compiling.
12572         (nnmairix-request-group-with-article-number-correction):
12573         Remove unreferenced argument passed to nnmairix-call-backend.
12574
12575 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12576
12577         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12578         (mm-uu-extract): Improve face for low color ttys.
12579         Reported by Sascha Wilde.
12580
12581 2008-02-27  Glenn Morris  <rgm@gnu.org>
12582
12583         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12584         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12585         variables to defconsts.  Convert comments to doc-strings.
12586         (nnmairix-last-server, nnmairix-current-server): Convert from free
12587         variables to defvars.  Convert comments to doc-strings.
12588         (gnus-registry-fetch-group): Autoload.
12589         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12590         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12591         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12592         caddr.
12593         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12594         nnmairix-request-group-with-article-number-correction call.
12595         (nnmairix-fast, nnmairix-group): New, less general names, for free
12596         variables passed from nnmairix-request-group to
12597         nnmairix-request-group-with-article-number-correction.  Declare.
12598         (nnmairix-request-group-with-article-number-correction):
12599         Use nnmairix-fast, nnmairix-group rather than fast, group.
12600
12601 2008-02-26  David Engster  <dengste@eml.cc>
12602
12603         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12604         version 0.5.
12605
12606 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12607
12608         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12609         instead of making an extra function call.  Don't add the current group
12610         to articles only when they have the group.  Use
12611         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12612         Reported by David <de_bb@arcor.de>.
12613
12614 2008-02-24  Miles Bader  <miles@gnu.org>
12615
12616         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12617         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12618         (mm-find-mime-charset-region):
12619         * mm-bodies.el (mm-encode-body):
12620         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12621
12622 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
12625         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
12626
12627 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * mail-source.el (mail-source-delete-incoming): Change default.
12630         Supplement doc string.
12631
12632         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12633
12634 2008-02-14  Glenn Morris  <rgm@gnu.org>
12635
12636         * time-date.el (format-seconds): New function.
12637
12638 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12639
12640         * nnmail.el (nnmail-message-id-cache-file): Derive from
12641         `gnus-home-directory'.
12642
12643 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12644
12645         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12646         Document negative prefix.
12647
12648         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12649
12650 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12651
12652         * message.el (message-unsent-separator): Add the Exim bounce
12653         separator.
12654
12655 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12656
12657         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12658         list.
12659         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12660         recipient/signer list.
12661
12662 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * Makefile.in (datarootdir): Define.
12665         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
12666         name that might contain whitespace.
12667
12668 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12669
12670         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12671         fbound (Emacs 23 unicode), signal an error.
12672
12673 2008-02-08  Glenn Morris  <rgm@gnu.org>
12674
12675         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12676
12677 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12678
12679         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12680         ports to the calls to `netrc-machine-user-or-password' in addition to
12681         "imap" and "imaps".
12682
12683 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12684
12685         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12686
12687         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12688
12689 2008-02-01  Kenichi Handa  <handa@m17n.org>
12690
12691         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12692         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12693         (rfc2104-hash): Convert the result of concat to unibyte string.
12694
12695 2008-02-01  Dave Love  <fx@gnu.org>
12696
12697         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12698         coding-system-for-read.
12699         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12700
12701 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12702
12703         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12704         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12705         <hanche@math.ntnu.no>.
12706
12707 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12710
12711         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
12712
12713 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
12714
12715         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12716         * message.el (message-beginning-of-line): Use featurep instead of bound
12717         tests in order to resolve conditionals at compile time.
12718
12719 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12720
12721         * mail-source.el (mail-sources): Add `group' choice.
12722
12723         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12724         parameter `in-group' to control into which group the articles go.
12725         Add treatment of `group' mail-source.
12726
12727 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12730
12731         * mm-decode.el (mm-dissect-buffer): Decode description.
12732
12733         * mml.el (mml-to-mime): Encode message header first.
12734
12735 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12738         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12739
12740         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
12741         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
12742
12743 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12744
12745         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12746
12747 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12750         prefix keys.
12751         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12752         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12753         gnus-xmas.el.
12754
12755         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
12756         (gnus-xmas-article-describe-bindings): New function.
12757         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
12758         gnus-xmas-article-describe-bindings.
12759
12760         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
12761
12762 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12763
12764         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12765         Add new variables for article mark management.
12766         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12767         list of extra data entries which, when present, will indicate that the
12768         article ID should not be trimmed from the registry.
12769         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12770         functions.
12771         (gnus-registry-read-mark): New function to read a mark name from the
12772         user.
12773         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12774         (gnus-registry-set-article-mark-internal): New functions to add and
12775         remove marks.
12776         (gnus-registry-get-article-marks): New function to show the marks for
12777         an article, or retrieve them for further use.
12778
12779 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12782         keys when no argument is given.
12783
12784 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12785
12786         * imap.el (imap-ping-server): New variable.
12787         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12788         (imap-ping-server): Minor doc string fixes.
12789
12790 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12791
12792         * imap.el (imap-ping-server): New function.
12793         (imap-opened): Call imap-ping-server.
12794
12795 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * gnus-sum.el (gnus-article-sort-by-random)
12798         (gnus-thread-sort-by-random): Fix doc strings.
12799         Reported by jidanni@jidanni.org.
12800
12801 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-art.el (gnus-article-describe-bindings): New function.
12804         (gnus-article-read-summary-keys): Use it.
12805         (gnus-article-mode-map): Bind `C-h b' to it.
12806
12807 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12810         XEmacs.
12811         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12812         Protect against non-character events.
12813
12814         * lpath.el: Fbind map-keymap for Emacs 21.
12815
12816 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12817
12818         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12819         New command.
12820         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12821         instead of END.  Change name of the temp file.
12822         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12823         customizable.
12824
12825 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12826
12827         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12828         bind `S W' to gnus-article-wide-reply-with-original; set default
12829         binding to gnus-article-read-summary-send-keys.
12830         (gnus-article-read-summary-keys): Fix the order of keys; display
12831         continuation keys correctly in the echo area; describe bindings
12832         correctly when keys end with `C-h'.
12833         (gnus-article-read-summary-send-keys): New function.
12834         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12835         Work for gnus-article-read-summary-send-keys; display continuation keys
12836         correctly in the echo area.
12837         (gnus-article-reply-with-original): Ignore prefix argument.
12838         (gnus-article-wide-reply-with-original): New function.
12839
12840         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
12841         Emacs 21.
12842
12843 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12846         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12847
12848 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12851         (gnus-group-read-ephemeral-gmane-group): New command.
12852
12853 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12854
12855         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12856
12857 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12858
12859         * message.el (message-send-mail-function): Increase custom version.
12860
12861         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12862         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12863
12864 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12865
12866         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
12867         for the cases where imap-authenticate is called with a nil buffer
12868         parameter.
12869
12870 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12873         html parts correctly; support forwarded messages.
12874         (gnus-article-browse-html-article): Remove work buffers.
12875
12876         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12877         compiling.
12878         (netrc-bound-and-true-p): New macro.
12879         (netrc-parse): Use it instead of bound-and-true-p that is not available
12880         in XEmacs 21.4.
12881
12882 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12883
12884         * gnus-registry.el (gnus-registry-mark-article)
12885         (gnus-registry-article-marks): Add functionality to mark articles
12886         through the Gnus registry.
12887
12888         * encrypt.el: Clarify documentation for the new pgg method.
12889         (encrypt-file-alist): Add PGG option.
12890         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
12891         functionality.  Abstract password key and messaging to external
12892         functions.
12893         (encrypt-password-key, encrypt-get-passphrase-if-needed)
12894         (encrypt-message-method-and-cipher): Add new convenience external
12895         functions.
12896         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
12897         (encrypt-pgg-process-buffer): Add PGG functionality glue.
12898
12899         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12900         (netrc-parse): Use encrypt-file-alist to determine if
12901         encrypt-find-model or encrypt-insert-file-contents should be used.
12902
12903         * encrypt.el: Clarify documentation.  Load password-cache or
12904         password, whichever one is found first, instead of autoloading.
12905
12906 2007-12-19  Glenn Morris  <rgm@gnu.org>
12907
12908         * mml.el (message-options-set, message-narrow-to-head)
12909         (message-in-body-p, message-mail-p, message-encode-message-body):
12910         Autoload.
12911         (message-remove-header, message-narrow-to-headers-or-head)
12912         (message-subscribed-p, message-make-mail-followup-to)
12913         (message-position-on-field, message-news-p)
12914         (message-options-set-recipient, message-generate-headers)
12915         (message-sort-headers): Declare as functions.
12916
12917 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12920         convention in doc string.
12921
12922 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12925         title to html parts.
12926         (gnus-article-browse-html-article): Pass message header to it.
12927
12928         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12929
12930 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12933         or password compatible with XEmacs.
12934
12935 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12936
12937         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12938         format document.
12939         (gnus-mime-delete-part): Don't write description line if empty.
12940         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12941
12942 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12943
12944         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12945         (gnus-summary-mark-read-and-unread-as-read)
12946         (gnus-summary-mark-current-read-and-unread-as-read)
12947         (gnus-summary-mark-unread-as-ticked): Doc fix.
12948         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12949
12950 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12951
12952         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12953         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12954
12955 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12958         yes-or-no-p.
12959
12960 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * mm-decode.el (mm-add-meta-html-tag): New function.
12963         (mm-save-part-to-file, mm-pipe-part): Use it.
12964
12965         * gnus-art.el (gnus-article-browse-delete-temp-files):
12966         Use gnus-y-or-n-p instead of y-or-n-p.
12967         (gnus-article-browse-html-parts): Work with message/external-body; use
12968         mm-add-meta-html-tag.
12969
12970 2007-12-11  Glenn Morris  <rgm@gnu.org>
12971
12972         * gnus-cache.el: Require gnus-sum not just when compiling.
12973
12974         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12975
12976         * gnus-int.el (gnus-server-opened, gnus-status-message):
12977         Move definitions before use.
12978
12979         * mm-decode.el: Require gnus-util.
12980         (mm-remove-part): Only call delete-annotation on XEmacs.
12981
12982         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12983
12984         * nnmail.el: Require gnus-int.
12985
12986         * spam.el: Move `require's before `eval-when-compile's.
12987
12988         * gnus-ems.el (gnus-alive-p):
12989         * gnus-fun.el (message-goto-eoh):
12990         * gnus-util.el (gnus-group-name-decode):
12991         * mail-source.el (gnus-compress-sequence):
12992         * message.el (Info-goto-node, format-spec):
12993         * mm-bodies.el (message-options-get):
12994         * mm-decode.el (mm-view-pkcs7):
12995         * mm-util.el (gmm-write-region):
12996         * mml-smime.el (mml-compute-boundary)
12997         (gnus-completing-read-with-default):
12998         * mml.el (widget-button-press, gnus-make-hashtable):
12999         * mml1991.el (mm-decode-content-transfer-encoding)
13000         (mm-encode-content-transfer-encoding)
13001         (message-options-get, message-options-set):
13002         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13003         * nnfolder.el (gnus-request-group):
13004         * nnheader.el (ietf-drums-unfold-fws):
13005         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13006         * smime.el (gnus-run-mode-hooks):
13007         * spam-stat.el (gnus-message): Autoload.
13008
13009         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13010         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13011         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13012         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13013         Add declare-function compatibility definition.
13014
13015         * gnus-cache.el (nnvirtual-find-group-art):
13016         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13017         (gnus-add-image, gnus-add-wash-type):
13018         * gnus-group.el (nnkiboze-score-file):
13019         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13020         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13021         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13022         (message-tokenize-header, gnus-get-buffer-create)
13023         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13024         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13025         * gnus.el (gnus-group-decoded-name):
13026         * mail-source.el (imap-capability):
13027         * mm-bodies.el (message-options-set):
13028         * mm-decode.el (gnus-configure-windows):
13029         * mm-extern.el (message-goto-body):
13030         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13031         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13032         (epg-sub-key-validity, message-options-set):
13033         * mml.el (widget-event-point, gnus-configure-windows):
13034         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13035         * mml2015.el (epg-check-configuration, epg-configuration)
13036         (message-options-set):
13037         * nndb.el (nndb-request-article):
13038         * nnfolder.el (gnus-request-create-group):
13039         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13040         * nnmaildir.el (gnus-group-mark-article-read):
13041         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13042         * rfc1843.el (message-fetch-field):
13043         * spam.el (gnus-extract-address-components):
13044         Declare as functions.
13045
13046 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13049
13050         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
13051
13052         * lpath.el: Fbind run-mode-hooks for Emacs 21;
13053         bind show-trailing-whitespace for XEmacs.
13054
13055 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
13058         new no-op macro for backward compatibility.
13059
13060         * imap.el (imap-string-to-integer): New function.
13061
13062 2007-12-09  Glenn Morris  <rgm@gnu.org>
13063
13064         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13065
13066         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13067         * message.el, mm-view.el, sieve-manage.el, smime.el:
13068         Add declare-function compatibility definition.
13069
13070         * gnus-art.el (w3-region, w3m-region, Info-menu):
13071         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13072         * gnus-sum.el (gnus-get-predicate):
13073         * gnus-util.el (mm-append-to-file, w32-focus-frame):
13074         * message.el (mail-abbrev-in-expansion-header-p):
13075         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13076         (w3m-detect-meta-charset, w3m-region):
13077         * sieve-manage.el (password-read, password-cache-add)
13078         (password-cache-remove):
13079         * smime.el (password-read-and-add): Declare as functions.
13080
13081 2007-12-08  David Kastrup  <dak@gnu.org>
13082
13083         * gnus-sum.el (gnus-summary-simplify-subject-query):
13084         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13085         `message'.
13086
13087 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
13090         it to bind idna-program, installation-directory, defined-colors, and
13091         face-attribute for XEmacs of the version that compiles defcustom forms.
13092
13093 2007-12-07  Glenn Morris  <rgm@gnu.org>
13094
13095         * gnus-art.el (article-make-date-line): Revert previous change.
13096
13097 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13100
13101 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
13102
13103         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13104         Call gnus-add-to-range ranges only once with a prepared article-list.
13105
13106 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
13107
13108         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13109         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13110         group names with backslashes.
13111         Reported by Tassilo Horn <tassilo@member.fsf.org>.
13112
13113 2007-12-06  Deepak Goel  <deego3@gmail.com>
13114
13115         * gnus-art.el (article-make-date-line):
13116         * gnus-start.el (gnus-load):
13117         * pop3.el (pop3-read-response): Fix buggy call to `error'.
13118
13119 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-art.el (gnus-use-idna):
13122         * gnus-start.el (gnus-site-init-file):
13123         * message.el (message-use-idna):
13124         * mm-uu.el (mm-uu-hide-markers):
13125         * smiley.el (smiley-style): Revert changes that suppress warnings.
13126
13127 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13130         specify charset to html source.
13131         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13132
13133 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13136         idna-program in order to suppress byte compile warning issued by XEmacs
13137         that came to byte compile the default value section of defcustom forms
13138         recently.
13139
13140         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13141         value of installation-directory.
13142
13143         * message.el (message-use-idna): Don't directly refer to the value of
13144         idna-program.
13145
13146         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13147
13148         * smiley.el (smiley-style): Don't directly call face-attribute.
13149
13150 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13153
13154         * gnus-dired.el: Reduce Gnus dependencies.
13155         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13156         Don't require.  Use autoloads instead.
13157         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13158         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13159         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13160         (gnus-dired-mode): Adjust doc string.
13161         (gnus-dired-mail-mode): New variable.
13162         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13163         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13164         (gnus-dired-mail-buffers): New function.  Return mail or message
13165         composition buffers.
13166         (gnus-dired-attach): Use it.
13167         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13168         NO-DECODE.
13169         (gnus-dired-print): Use `gnus-print-buffer' depending on
13170         `gnus-dired-mail-mode'.
13171
13172 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * rfc2047.el (rfc2047-encoded-word-regexp)
13175         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13176         explaining what regexp patterns are for.
13177
13178 2007-12-04  Glenn Morris  <rgm@gnu.org>
13179
13180         * password.el: Move to password-cache.el.
13181
13182         * mml1991.el (password-read, password-cache-add, password-cache-remove):
13183         * mml2015.el (password-read, password-cache-add, password-cache-remove):
13184         * mml-smime.el (password-read, password-cache-add)
13185         (password-cache-remove):
13186         No need to autoload, since mml-sec requires password.
13187
13188         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13189         * message.el (gnus-extract-address-components):
13190         * mml-smime.el (gnus-extract-address-components): Define for compiler.
13191
13192         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13193         password.
13194
13195 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13196
13197         * mailcap.el: Reduce dependencies.
13198         (mail-header-parse-content-type): Autoload.
13199         (mailcap-delete-duplicates): New alias.
13200         (mailcap-mime-info): Add optional argument NO-DECODE.
13201         (mailcap-mime-types): Use mailcap-delete-duplicates.
13202
13203         * message.el (message-ignored-supersedes-headers): Add "X-ID".
13204
13205 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
13206
13207         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
13208         (imap-parse-status): Upcase status-att for servers that sends them
13209         lower-case (e.g., MS Exchange 2007).
13210
13211 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13212
13213         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13214         function.
13215
13216         * gnus-uu.el (gnus-uu-decode-yenc): New command.
13217         (gnus-uu-yenc-article): New function.
13218
13219         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13220
13221         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13222
13223 2007-12-02  Glenn Morris  <rgm@gnu.org>
13224
13225         * binhex.el (binhex): New custom group.
13226         (binhex-decoder-program, binhex-decoder-switches)
13227         (binhex-use-external): Move to the binhex custom group.
13228
13229         * uudecode.el (uudecode): New custom group.
13230         (uudecode-decoder-program, uudecode-decoder-switches)
13231         (uudecode-use-external): Move to the uudecode custom group.
13232
13233         * netrc.el (top-level): Don't load `encrypt' features.
13234         (netrc-parse): Don't use encrypt.
13235         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
13236
13237         * encrypt.el: Remove file.
13238
13239 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13242         matches on patches.
13243
13244         * gnus-art.el (gnus-article-browse-html-article):
13245         Mention `mm-text-html-renderer' in the doc string.
13246
13247         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13248         string.  Add comments.
13249
13250         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13251         if rhs is ASCII.
13252
13253 2007-12-01  Glenn Morris  <rgm@gnu.org>
13254
13255         * mail-source.el (top-level): Require format-spec before
13256         eval-when-compile.
13257
13258 2007-11-30  Glenn Morris  <rgm@gnu.org>
13259
13260         * encrypt.el: Require password, rather than autoloading password-read.
13261
13262 2007-11-29  Glenn Morris  <rgm@gnu.org>
13263
13264         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
13265         (sasl-make-client, sasl-next-step, sasl-step-data)
13266         (sasl-step-set-data): Declare as functions.
13267
13268 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
13269
13270         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
13271
13272 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
13273
13274         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
13275         certs should be verified and what is to be done in the event of a
13276         verification failure.
13277
13278         * gnus.el (gnus-method-to-server): Add an optional parameter so the
13279         caller can indicate whether the cache should be disregarded for this
13280         call.  This way the result of the call is reproducible at all times and
13281         can be considered a canonical server name for the supplied method.
13282         (gnus-agent-method-p): Canonicalize server names by pushing their
13283         method through `gnus-method-to-server' using the no-cache argument.
13284
13285         * gnus-srvr.el (gnus-server-insert-server-line):
13286         Call `gnus-method-to-server' with `no-cache' argument.
13287
13288         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13289         gnus-agent-possibly-synchronize-flags as this should be called when the
13290         server is actually being opened.
13291         (gnus-agent-possibly-synchronize-flags)
13292         (gnus-agent-possibly-synchronize-flags-server): Move check for the
13293         flags file of an agentized server to the latter function.
13294
13295         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13296         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13297         after a connection has been established successfully.
13298
13299 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * gnus-art.el (article-display-face): Force to display face if called
13302         interactively; check if gnus-article-x-face-too-ugly matches author.
13303         (article-display-x-face): Display face even if From header is missing
13304         as article-display-face does.
13305
13306 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
13307
13308         * hashcash.el (message-narrow-to-headers-or-head)
13309         (message-fetch-field, message-goto-eoh)
13310         (message-narrow-to-headers): Declare as functions.
13311
13312 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
13313
13314         * mail-source.el (mail-sources): Default to fetch from file for
13315         compatibility with default of nnmail-spool-file.
13316
13317 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13320         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13321         to look for encoded word that should be encoded again.
13322         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13323         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13324         encoding pattern.
13325         (rfc2047-decode-region): Switch strict regexp and loose one according
13326         to rfc2047-allow-irregular-q-encoded-words.
13327
13328 2007-11-25  Romain Francoise  <romain@orebokech.com>
13329
13330         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13331
13332 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13333
13334         * tls.el (tls-program): Provide more custom choices from
13335         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
13336         (tls-process-connection-type, tls-success): Remove "*" in doc string.
13337
13338 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13341         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13342
13343         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13344         `nnmail-spool-file'.
13345
13346         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13347         `nnmail-spool-file'.
13348
13349         * gnus-move.el (gnus-change-server): Ditto.
13350
13351         * gnus-kill.el (gnus-batch-score): Ditto.
13352
13353         * gnus-cache.el (gnus-jog-cache): Ditto.
13354
13355         * gnus-msg.el (gnus-summary-reply):
13356         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13357
13358 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13359
13360         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
13361         version.  Minor improvement to doc strings.
13362         (tls-program): Add comment.
13363
13364 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
13365
13366         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
13367         (tls-checktrust): New variable.  Check if GNU TLS complained about a
13368         mismatch between the hostname provided in the certificate and the name
13369         of the host connnecting to.
13370         (open-tls-stream): Use them.  Check certificates against trusted root
13371         certificates.
13372
13373 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * gnus-cache.el (gnus-cache-generate-nov-databases):
13376         Use nnml-generate-nov-databases-directory instead of
13377         nnml-generate-nov-databases-1.
13378
13379 2007-11-24  Glenn Morris  <rgm@gnu.org>
13380
13381         * message.el (message-tool-bar-retro): Update for rename
13382         mail_send.xpm->mail-send.xpm.
13383
13384 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
13385
13386         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13387         `smime-ldap-search' for Emacs 22 and up.
13388
13389 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13390
13391         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13392
13393         * message.el (message-send-mail-function): Fix error convention.
13394         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13395         (message-widen-reply, message-send-mail, message-talkative-question)
13396         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13397         (message-clone-locals, message-send-news): Use with-current-buffer.
13398         (message-insert-or-toggle-importance): Remove unused var `valid'.
13399         (message-make-references): Remove unused var `new-references'.
13400         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13401
13402 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
13403
13404         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13405         (spam-split-symbolic-return-positive): Reflow docstring.
13406         (spam-backends, spam-summary-exit-behavior)
13407         (spam-mark-ham-unread-before-move-from-spam-group)
13408         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13409         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13410         (spam-clear-cache, spam-backend-check, spam-install-backend)
13411         (spam-install-statistical-backend, spam-list-of-processors)
13412         (spam-group-processor-p, spam-split, spam-bogofilter-score)
13413         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13414         (spam-check-crm114, spam-initialize, spam-unload-hook):
13415         Fix typos in docstrings.
13416
13417 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13418
13419         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13420         been checked if they have never been read and those group levels are
13421         higher than the one that a user specified.
13422
13423 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13424
13425         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13426         foreign groups unless a group level is specified by a user.
13427         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13428
13429 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
13430
13431         * message.el (message-send-mail-function): Require sendmail.
13432
13433 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
13434
13435         * message.el (message-send-mail-function): Check for smtpmail too.
13436
13437         * utf7.el (utf7-encode, utf7-decode): Use coding system
13438         `utf-7'/`utf-7-imap' from utf-7.el' if available.
13439
13440         * message.el (message-send-mail-function): New function.
13441         (message-send-mail-function): Set default using
13442         message-send-mail-function.  Adjust doc string.
13443         (message-send-mail-with-mailclient): New function.
13444
13445 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
13446
13447         * smime.el (from):
13448         * rfc2047.el (message-posting-charset):
13449         * qp.el (mm-use-ultra-safe-encoding):
13450         * pop3.el (parse-time-months):
13451         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13452         * nnml.el (files):
13453         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13454         (jka-compr-compression-info-list, ange-ftp-path-format)
13455         (efs-path-regexp):
13456         * nndiary.el (files):
13457         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13458         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13459         (epg-digest-algorithm-alist, inhibit-redisplay)
13460         (password-cache-expiry):
13461         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13462         (pgg-output-buffer, password-cache-expiry):
13463         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13464         (efs-path-regexp):
13465         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13466         (inhibit-redisplay):
13467         * mm-uu.el (file-name, start-point, end-point, entry)
13468         (gnus-newsgroup-name, gnus-newsgroup-charset):
13469         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13470         (latin-unity-ucs-list):
13471         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13472         (mm-uu-binhex-decode-function):
13473         * message.el (gnus-message-group-art, gnus-list-identifiers)
13474         (rmail-enable-mime-composing, gnus-local-organization)
13475         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13476         (gnus-read-active-file, facemenu-add-face-function)
13477         (facemenu-remove-face-function, gnus-article-decoded-p)
13478         (tool-bar-mode):
13479         * mail-source.el (display-time-mail-function):
13480         * gnus-util.el (nnmail-pathname-coding-system)
13481         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13482         (gnus-original-article-buffer, gnus-user-agent)
13483         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13484         (xemacs-codename, sxemacs-codename, emacs-program-version):
13485         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13486         * gnus-start.el (gnus-agent-covered-methods)
13487         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13488         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13489         (gnus-newsgroup-headers, gnus-group-list-mode)
13490         (gnus-group-mark-positions, gnus-newsgroup-data)
13491         (gnus-newsgroup-unreads, nnoo-state-alist)
13492         (gnus-current-select-method, mail-sources)
13493         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13494         (nnmail-spool-file, gnus-cache-active-hashtb):
13495         * gnus-mh.el (mh-lib-progs):
13496         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13497         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13498         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13499         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13500         (gnus-group-buffer):
13501         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13502         (font-lock-set-defaults):
13503         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13504         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13505         (gnus-summary-post-menu, total-parts, type, condition, length):
13506         * gnus-agent.el (gnus-agent-read-agentview):
13507         * flow-fill.el (show-trailing-whitespace):
13508         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13509         eval-and-compile wrappers for byte compiler pacifiers.
13510
13511         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13512         (mm-display-inline-fontify): Check for featurep 'xemacs not
13513         extent-list.
13514
13515         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13516         itimer-list.
13517         (mm-create-image-xemacs): Only do something for XEmacs.
13518         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13519
13520         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13521
13522         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13523         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13524
13525 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13526
13527         * nnimap.el (nnimap-split-download-body):
13528         * gnus-demon.el (gnus-demon):
13529         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13530
13531 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13534         New macros.
13535         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13536         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13537         copy data from unibyte buffer to multibyte current buffer.
13538         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13539         to copy data from unibyte current buffer to multibyte buffer.
13540         (nntp-make-process-buffer): Make process buffer unibyte.
13541
13542         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13543
13544 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13545
13546         * pop3.el (pop3-open-server): Accept and process data more robustly at
13547         connection start to avoid spurious "POP SSL connection failed" errors.
13548
13549 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13552         read group names.
13553
13554 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13557
13558 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13559
13560         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13561         (nnmail-save-active): Use a unibyte buffer when saving active file,
13562         which may contain non-ASCII group names.
13563
13564         * nnml.el (nnml-request-group): Decode group names in messages.
13565
13566 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * message.el (message-citation-line-function)
13569         (message-insert-formatted-citation-line): Fix spelling of
13570         `message-insert-formated-citation-line'.
13571
13572 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13575
13576 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13579         nnmail-pathname-coding-system.
13580
13581         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13582         that a user enters; decode group names in messages.
13583
13584         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13585
13586 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13589
13590         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13591
13592         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13593         risky local variable.
13594
13595         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13596
13597 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13598
13599         * encrypt.el: Improve documentation to fix function name typo.
13600         Reported by Daiki Ueno <ueno@unixuser.org>.
13601
13602 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13605         even if the point is not in the last page of an article.
13606         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13607         back to the previous page.
13608
13609 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13610
13611         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13612
13613 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13616
13617 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13618
13619         * message.el (message-check-news-body-syntax):
13620         Avoid mm-string-as-multibyte.
13621         (message-hide-headers): Don't assume (point-min)==1.
13622
13623 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * message.el (message-remove-blank-cited-lines): Fix if remove is
13626         given.
13627         (message-bogus-address-regexp): New variable.
13628         (message-bogus-recipient-p): New function.
13629         (message-check-recipients): New command.
13630         (message-syntax-checks): Add `bogus-recipient'.
13631         (message-fix-before-sending): Add `bogus-recipient'.
13632
13633         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13634         (gnus-treat-body-boundary): Don't test window-system.
13635
13636 2007-10-28  Leo Liu  <sdl.web@gmail.com>
13637
13638         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13639
13640 2007-10-28  Miles Bader  <miles@gnu.org>
13641
13642         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13643         at compile-time too.
13644
13645 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13646
13647         * gnus-msg.el (gnus-message-setup-hook):
13648         Add `message-remove-blank-cited-lines' to options.
13649
13650 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13651
13652         * message.el (message-remove-blank-cited-lines): New function.
13653         Suggested by Karl Plästerer.
13654
13655 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13658         mapc.
13659
13660         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13661         (top-level): Use mapc to set functions to be traced for debugging.
13662
13663         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13664         called for effect with while loop.
13665
13666         * message.el (message-talkative-question): Replace mapcar called for
13667         effect with mapc.
13668
13669         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13670         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13671         called for effect with dolist.
13672
13673         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13674
13675         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13676         gnus-extra-headers and nnmail-extra-headers.
13677
13678         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13679         called for effect with dolist.
13680         (top-level): Use mapc to set functions to be traced for debugging.
13681
13682         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13683         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13684         dolist.
13685
13686         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13687         Replace mapcar called for effect with mapc.
13688         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13689         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13690         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13691         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13692
13693         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13694         remove-if that's a cl function.
13695
13696         * webmail.el (webmail-debug): Replace mapcar called for effect with
13697         dolist.
13698
13699         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
13700         with mapc.
13701
13702 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13705         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13706         with while loop.
13707
13708         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13709         functions from article-* functions.
13710         (gnus-multi-decode-header): Replace mapcar called for effect with
13711         dolist.
13712
13713         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13714         (gnus-bookmark-show-details): Replace mapcar called for effect with
13715         while loop.
13716
13717         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13718         called for effect with while loop.
13719
13720         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13721         with dolist.
13722
13723         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13724         Replace mapcar called for effect with dolist.
13725
13726         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13727
13728         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13729         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13730         Replace mapcar called for effect with dolist.
13731         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13732         mapc.
13733
13734         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13735         Replace mapcar called for effect with dolist.
13736         (gnus-topic-list): Replace mapcar called for effect with mapc.
13737
13738         * gnus.el: Use mapc instead of mapcar to add autoloads.
13739
13740 2007-10-23  Richard Stallman  <rms@gnu.org>
13741
13742         * gnus-group.el (gnus-group-highlight): Mark as risky.
13743
13744 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gnus.el (gnus-server-to-method): Return method found first in
13747         gnus-newsrc-alist.
13748
13749         * gnus-art.el (gnus-article-highlight-signature)
13750         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13751         button overlay without the front stickiness.
13752
13753 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13754
13755         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13756         overview buffer needed a catch to receive its throw.
13757         (gnus-agent-flush-cache): Declare as interactive to make this function
13758         easier to use.
13759
13760 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13761
13762         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13763         `next-line'.
13764
13765 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13768         exclude address matching message-dont-reply-to-names.
13769
13770 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-util.el (gnus-string<): New function.
13773
13774         * gnus-sum.el (gnus-article-sort-by-author)
13775         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13776
13777 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13780         the frame-focus tag is set in gnus-buffer-configuration.
13781
13782 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13783
13784         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13785         the front stickiness.
13786
13787 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13790         url pattern; remove duplicate one.
13791         (gnus-article-extend-url-button): New function.
13792         (gnus-article-add-buttons): Use it.
13793         (gnus-button-push): Use concatenated url that it makes.
13794
13795 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13796
13797         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13798
13799 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13800
13801         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13802         Don't hardcode point-min==1.
13803
13804 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13805
13806         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13807         Fix comment about "iso8859-1".
13808
13809 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13810
13811         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13812         ones returned from the verify-function.
13813
13814         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13815         Call mml2015-extract-cleartext-signature if extraction failed.
13816
13817 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13818
13819         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13820         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13821         failed.
13822
13823 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13826
13827 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
13828
13829         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
13830         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
13831         recommends to use EasyPG instead of PGG.
13832
13833         * pgg.el: Revert to revision 6.23.2.16.
13834
13835         * pgg-def.el: Revert to revision 6.6.2.14.
13836
13837         * pgg-gpg.el: Revert to revision 6.23.2.34.
13838
13839 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13840
13841         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13842         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13843         thread for both the null and zero (kill/expire thread) universal prefix
13844         cases.
13845         (gnus-summary-expire-thread): Add new function to expire a thread,
13846         using gnus-summary-kill-thread.
13847         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13848         shortcuts for gnus-summary-expire-thread.
13849         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13850         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13851
13852 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13853
13854         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13855         extras value, so an extras entry can be deleted.
13856         (gnus-registry-delete-extra-entry): Use it.
13857         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13858         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13859         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13860         storage through the gnus-registry, and provide an appropriate API for
13861         it.
13862
13863 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13866         Suggested by Leo <sdl.web@gmail.com>.
13867
13868         * gnus.el: Do.
13869
13870 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13873         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13874
13875         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13876
13877         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13878         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13879
13880 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13883         newline.
13884         (nnmbox-request-accept-article): Don't change article in source buffer;
13885         narrow to header to use message-fetch-field rather than
13886         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13887         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13888         as delimiters; make sure article ends with newline.
13889         (nnmbox-delete-mail): Correct last position of article to be deleted;
13890         ignore X-Gnus-Newsgroup header in article body.
13891         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13892         positions; make sure article ends with newline.
13893
13894         * message.el (message-display-abbrev): Don't infloop when a user
13895         inserts SPC in the beginning of header.
13896
13897         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
13898         coding-system-for-read and coding-system-for-write for XEmacs having no
13899         file-coding feature.
13900
13901         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
13902
13903 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13904
13905         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13906         list of groups not followed by default.  Fix type to be regexp.
13907         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13908
13909 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13910
13911         * hmac-def.el (define-hmac-function): Switch from old-style to
13912         new-style backquotes.
13913
13914         * md4.el (md4-make-step): Likewise.
13915
13916 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13919         raw-text coding system when saving .newsrc file, which may contain
13920         non-ASCII group names.
13921
13922 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * gnus-cus.el (gnus-score-extra): New widget.
13925         (gnus-score-extra-convert): New function.
13926         (gnus-score-customize): Use it for Extra.
13927
13928 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13929
13930         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13931         (mml2015-mailcrypt-clear-verify): Use it.
13932         (mml2015-gpg-clear-verify): Use it.
13933         (mml2015-pgg-clear-verify): Use it.
13934         (mml2015-epg-clear-verify): Replace the current part with the output
13935         from GnuPG; don't extract the plaintext by itself.
13936
13937         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13938         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13939         mml2015-clear-verify-function; don't touch the armor headers or
13940         dash-escaped text here.
13941
13942 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13945         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13946         parts, or application/octet-stream as a last resort.
13947         (gnus-mime-view-part-as-type): Don't toggle display.
13948         (gnus-mime-view-part-as-charset): Don't turn off display before
13949         querying charset.
13950
13951         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13952         stuff to undisplayer function in Emacs.
13953         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13954
13955         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13956         text/calendar parts.
13957
13958 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13961         decoding text/calendar parts.
13962
13963         * message.el (message-forward-make-body-mime): Always mark body as
13964         having no illegible text; remove signed-or-encrypted argument.
13965         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13966
13967         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13968         (mml-generate-mime-1): Don't encode body if it is specified to be in
13969         raw form; don't make buffer be unibyte when inserting multibyte string.
13970
13971 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13972
13973         * sha1.el: Fix up comment style.
13974         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13975         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13976
13977         * hex-util.el: Fix up comment style.
13978         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13979
13980         * gnus-salt.el: Use with-current-buffer.
13981         (gnus-pick-setup-message): Fix long-standing typo.
13982
13983 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13984
13985         * imap.el (imap-logout-timeout): New variable.
13986         (imap-logout, imap-logout-wait): New functions.
13987         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13988
13989         * nnimap.el (nnimap-logout-timeout): New server variable.
13990         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13991         nnimap-logout-timeout.
13992
13993         * gnus-art.el (gnus-article-summary-command-nosave)
13994         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13995
13996 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13997
13998         * gnus.el (gnus-maximum-newsgroup): New variable.
13999
14000         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14001         according to gnus-maximum-newsgroup.
14002
14003         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14004         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14005         Limit the range of articles according to gnus-maximum-newsgroup.
14006
14007 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
14008
14009         * gnus-art.el (gnus-sticky-article): Fix problems described in
14010         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
14011         Don't perform gnus-configure-windows here; reuse existing sticky
14012         article buffer.
14013
14014         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14015         it doesn't exist in gnus-article-mode.
14016
14017 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14020         (gnus-agent-decoded-group-name): New function.
14021         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14022         (gnus-agent-expire-group-1): Use it; decode group name in messages.
14023
14024 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
14025
14026         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14027         Add binding for gnus-sticky-article.
14028         (gnus-summary-exit): Don't kill sticky article buffers.
14029
14030         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14031         article buffer.
14032         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14033         (gnus-kill-sticky-article-buffers): New commands.
14034
14035 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * nntp.el (nntp-xref-number-is-evil): New server variable.
14038         (nntp-find-group-and-number): If it is non-nil, don't trust article
14039         numbers in the Xref header.
14040
14041 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * gnus-agent.el (gnus-agent-read-group): New function.
14044         (gnus-agent-flush-group, gnus-agent-expire-group)
14045         (gnus-agent-regenerate-group): Use it.
14046         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14047         nnmail-pathname-coding-system.
14048
14049 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14052
14053         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14054         that are unread as unread, and also as selected so that information of
14055         marks having been changed by a user may be updated when exiting group.
14056
14057 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14058
14059         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14060
14061 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-art.el (gnus-mime-display-single): Pass part number that is
14064         calculated ignoring signature parts to gnus-treat-article.
14065
14066 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14069         a point here in order to keep the window start.
14070         (gnus-insert-mime-security-button): Make a button overlay without the
14071         front stickiness.
14072         (gnus-mime-display-security): Goto the end of a button.
14073
14074         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14075
14076 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14079         group-name-at-point.
14080         (gnus-group-completing-read): New function that offers decoded
14081         non-ASCII group names for completion.
14082         (gnus-fetch-group, gnus-group-read-ephemeral-group)
14083         (gnus-group-jump-to-group, gnus-group-make-group-simple)
14084         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14085         (gnus-group-fetch-control): Use it.
14086         (gnus-fetch-group): Use group-name-at-point for the initial value
14087         rather than the default value; use gnus-alive-p.
14088
14089         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14090         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14091         (gnus-summary-post-news): Use gnus-group-completing-read.
14092
14093         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14094         (gnus-read-move-group-name): Decode group name for completion.
14095
14096 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
14097
14098         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14099         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14100         Yamaoka slightly modified the code).
14101
14102 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14105         (nnmail-split-incoming): Bind it.
14106
14107         * nnml.el (nnml-group-name-charset): New function.
14108         (nnml-decoded-group-name): Use it; don't decode group name if
14109         nnmail-group-names-not-encoded-p is non-nil.
14110         (nnml-encoded-group-name): New function.
14111         (nnml-group-pathname): Inline nnml-decoded-group-name.
14112         (nnml-request-expire-articles): Decode group name in message.
14113         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14114         nnmail-pathname-coding-system.
14115         (nnml-save-mail, nnml-active-number): Work with decoded group names and
14116         not decoded ones according to nnmail-group-names-not-encoded-p.
14117         (nnml-generate-active-info): Use nnml-encoded-group-name.
14118
14119 2007-08-08  Glenn Morris  <rgm@gnu.org>
14120
14121         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14122         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14123         doc-strings and comments.
14124
14125 2007-07-25  Glenn Morris  <rgm@gnu.org>
14126
14127         * Relicense all FSF files to GPLv3 or later.
14128
14129 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-sum.el (gnus-summary-move-article):
14132         Make gnus-summary-respool-article work.
14133
14134 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
14135
14136         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14137         string.
14138
14139 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
14140
14141         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
14142         that should be ignored when comparing distant RSS articles with local
14143         ones.
14144         (nnrss-make-hash-index): New function.  Create a hash index according
14145         to the ignored fields.
14146         (nnrss-check-group): Use it.
14147
14148 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14149
14150         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14151
14152         * gnus-art.el (article-decode-group-name): Decode Xref header too.
14153
14154         * gnus-group.el (gnus-group-make-group): Encode group name here unless
14155         the new optional argument ENCODED is non-nil.
14156         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14157         coding system for encoding group name.
14158         (gnus-group-make-rss-group): Pass un-encoded group name to
14159         gnus-group-make-group.
14160         (gnus-group-set-info): Tell gnus-group-make-group that group name is
14161         encoded.
14162
14163         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14164         Encode group name to which articles are moved or copied.
14165         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14166         coding system for encoding Newsgroup, Followup-To and Xref headers.
14167
14168         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14169         marks; use nnheader-file-coding-system to write a file.
14170         (nnagent-retrieve-headers): Bind file-name-coding-system to
14171         nnmail-pathname-coding-system.
14172
14173         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14174
14175         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14176         (nnml-request-article, nnml-request-create-group)
14177         (nnml-request-rename-group, nnml-find-id)
14178         (nnml-possibly-change-directory, nnml-possibly-create-directory)
14179         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14180         (nnml-save-marks): Use nnml-group-pathname instead of
14181         nnmail-group-pathname.
14182
14183         (nnml-request-create-group, nnml-request-expire-articles)
14184         (nnml-request-move-article, nnml-request-delete-group)
14185         (nnml-deletable-article-p, nnml-possibly-create-directory)
14186         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14187         (nnml-open-marks): Bind file-name-coding-system to
14188         nnmail-pathname-coding-system.
14189
14190         (nnml-request-article): Pass server argument to nnml-find-group-number.
14191         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14192         Pass server argument to nnml-possibly-create-directory.
14193         (nnml-request-accept-article): Pass server argument to
14194         nnml-active-number and nnml-save-mail.
14195         (nnml-find-group-number): Pass server argument to nnml-find-id.
14196         (nnml-request-update-info): Pass server argument to
14197         nnml-marks-changed-p.
14198
14199         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14200         (nnml-save-mail, nnml-active-number): Add server argument.
14201
14202         (nnml-request-delete-group): Warn if group is missing.
14203         (nnml-get-nov-buffer): Decode group name.
14204         (nnml-generate-active-info): Encode group name.
14205         (nnml-open-marks): Decode group name in messages.
14206
14207 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14210         if it is not specified.
14211         (gnus-article-pipe-part, gnus-article-save-part)
14212         (gnus-article-interactively-view-part, gnus-article-copy-part)
14213         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14214         (gnus-article-inline-part, gnus-article-save-part-and-strip)
14215         (gnus-article-replace-part, gnus-article-delete-part)
14216         (gnus-article-view-part-as-type): Pass raw prefix argument to
14217         gnus-article-part-wrapper.
14218
14219 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * gnus-agent.el (gnus-agent-save-active):
14222         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14223
14224         * gnus-cache.el (gnus-cache-save-buffers)
14225         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14226         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14227         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14228         (gnus-cache-braid-nov, gnus-cache-braid-heads)
14229         (gnus-cache-generate-active, gnus-cache-rename-group)
14230         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14231         (gnus-cache-update-overview-total-fetched-for):
14232         Bind file-name-coding-system to nnmail-pathname-coding-system.
14233         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14234         New variables.
14235         (gnus-cache-decoded-group-name): New function.
14236         (gnus-cache-file-name): Use it.
14237         (gnus-cache-generate-active): Use non-decoded group name for active.
14238
14239         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14240         right place.
14241         (gnus-write-active-file): Don't break non-ASCII group names.
14242
14243         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14244         nnmail-pathname-coding-system.
14245
14246         * lpath.el: Bind default-file-name-coding-system,
14247         file-name-coding-system and language-info-alist for XEmacs.
14248
14249         * gnus-uu.el (gnus-uu-decode-save): Typo.
14250
14251 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14252
14253         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14254
14255 2007-07-14  David Kastrup  <dak@gnu.org>
14256
14257         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14258         finishing actions if we did not edit the article.
14259
14260 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14263         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14264         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14265         (gnus-agent-flush-group, gnus-agent-flush-cache)
14266         (gnus-agent-fetch-headers, gnus-agent-load-alist)
14267         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14268         (gnus-agent-retrieve-headers, gnus-agent-request-article)
14269         (gnus-agent-regenerate-group)
14270         (gnus-agent-update-files-total-fetched-for)
14271         (gnus-agent-update-view-total-fetched-for):
14272         Bind file-name-coding-system to nnmail-pathname-coding-system.
14273         (gnus-agent-group-pathname): Don't encode file names by
14274         nnmail-pathname-coding-system.
14275         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14276         coding-system-for-write instead of buffer-file-coding-system to
14277         gnus-agent-file-coding-system.
14278
14279         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14280         Decode group name.
14281
14282         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14283
14284         * gnus-start.el (gnus-update-active-hashtb-from-killed)
14285         (gnus-read-newsrc-el-file): Make group names unibyte.
14286
14287         * nnmail.el (nnmail-group-pathname): Don't encode file names by
14288         nnmail-pathname-coding-system.
14289
14290         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14291         (nnrss-request-delete-group): Bind file-name-coding-system to
14292         nnmail-pathname-coding-system.
14293         (nnrss-read-server-data, nnrss-read-group-data):
14294         Bind file-name-coding-system correctly.
14295         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14296
14297         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14298         (nntp-server-to-method-cache): New variable.
14299         (nntp-group-pathname): New function that decodes non-ASCII group names.
14300         (nntp-possibly-create-directory, nntp-marks-changed-p)
14301         (nntp-save-marks, nntp-open-marks): Use it.
14302         (nntp-possibly-create-directory, nntp-open-marks):
14303         Bind file-name-coding-system to nnmail-pathname-coding-system.
14304         (nntp-open-marks): Decode group names when bootstrapping marks.
14305
14306         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14307         Newsgroups and Followup-To headers.
14308
14309 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14310
14311         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14312         (gnus-server-closed-face, gnus-server-denied-face)
14313         (gnus-server-offline-face): Remove variable.
14314         (gnus-server-font-lock-keywords): Use faces that are not aliases.
14315
14316         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14317         of modifying message-stack directly for XEmacs.
14318
14319         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14320         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14321         if the coding-system argument is nil for XEmacs.
14322
14323         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14324         mm-charset-override-alist.
14325
14326         * rfc2047.el: Don't require base64; require rfc2045 for the function
14327         rfc2045-encode-string.
14328         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14329         to quote the parameter value.
14330
14331 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14334         form in gnus-group-name-charset-method-alist.
14335
14336         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14337         overrides the default layout edit-form.
14338
14339         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14340
14341         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14342
14343 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14346         as unfetched articles.
14347
14348 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14351
14352 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14353
14354         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14355         original back end that keeps marks in the local system.
14356
14357 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14360         arg of pop-to-buffer for XEmacs.
14361         (gnus-article-read-summary-keys): Ditto; don't restore window
14362         configuration if summary command ends up with neither article buffer
14363         nor summary buffer; describe bindings if summary keys end with C-h.
14364
14365 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * message.el (message-fix-before-sending): Skip raw message part to be
14368         forwarded while checking illegible text.
14369         (message-forward-make-body-mime, message-forward-make-body):
14370         Mark signed or encrypted raw message as having no illegible text.
14371
14372 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14375         (gnus-message-with-timestamp-1): New macro.
14376         (gnus-message-with-timestamp): New function.
14377         (gnus-message): Use them.
14378
14379         * nnheader.el (nnheader-message): Use them.
14380
14381 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
14382
14383         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14384         .newsrc.eld file.
14385
14386 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * gnus-agent.el (gnus-agent-fetch-headers)
14389         (gnus-agent-retrieve-headers):
14390         Bind gnus-decode-encoded-address-function to identity.
14391
14392         * nntp.el (nntp-send-xover-command): Recognize an xover command is
14393         available also when the server returns simply a dot.
14394
14395         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14396
14397 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14400
14401 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-ems.el (gnus-x-splash): Make it work.
14404
14405         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14406         from being used.
14407
14408         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
14409
14410 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
14413         4th and the 5th arguments.
14414
14415         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14416         the front stickiness.
14417         (gnus-article-summary-command-nosave): Correct the order of the
14418         arguments passed to pop-to-buffer.
14419         (gnus-article-read-summary-keys): Ditto; make it work properly when the
14420         summary command ends up with the article buffer.
14421
14422         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14423         the same faces.
14424
14425 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
14426
14427         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14428
14429 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
14430
14431         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14432         * gnus-sum.el (gnus-summary-highlight):
14433         * pgg.el (pgg-sign-region, pgg-sign):
14434         * mail-source.el (mail-source-delete-old-incoming-confirm):
14435         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14436
14437 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * gnus-art.el (gnus-mime-view-part-externally)
14440         (gnus-mime-view-part-internally): Fix predicate function passed to
14441         completing-read.
14442
14443         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14444
14445         * gnus.el (gnus-update-message-archive-method): Add :version.
14446
14447 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * gnus.el (gnus-update-message-archive-method): New variable.
14450
14451         * gnus-start.el (gnus-setup-news): Update saved "archive" method
14452         according to gnus-message-archive-method if
14453         gnus-update-message-archive-method is non-nil.
14454
14455 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * gnus-sum.el (gnus-summary-limit-to-address): New function.
14458         Suggested by Loic Dachary <loic@dachary.org>.
14459         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14460
14461 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14462
14463         * message.el (message-pop-to-buffer): Add switch-function argument.
14464         (message-mail): Pass switch-function argument to it.
14465
14466 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
14467
14468         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14469         Improve doc string.
14470
14471 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14474         (gnus-header-content):
14475         * gnus-cite.el (gnus-cite-10):
14476         * gnus-srvr.el (gnus-server-closed):
14477         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14478         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14479         (gnus-group-mail-3-empty, gnus-group-mail-low)
14480         (gnus-group-mail-low-empty, gnus-splash):
14481         * message.el (message-header-to, message-header-cc)
14482         (message-header-subject, message-header-other, message-header-name)
14483         (message-header-xheader, message-separator, message-cited-text)
14484         (message-mml): Lighten colors of faces used for dark background.
14485
14486 2007-05-24  Simon Josefsson  <simon@josefsson.org>
14487
14488         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14489         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
14490
14491 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * message.el (message-narrow-to-headers-or-head):
14494         Ignore mail-header-separator in the body.
14495
14496 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14497
14498         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14499         same as window size.
14500
14501 2007-05-22  Kevin Ryde  <user42@zip.com.au>
14502
14503         * message.el (message-font-lock-keywords): Use message-header-xheader
14504         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
14505         ahead of the anything pattern, to get it recognized.
14506
14507 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
14510         spam.el loads uses it in the compiled defadvice form.
14511
14512 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
14513
14514         * gnus-sum.el (gnus-articles-to-read)
14515         (gnus-summary-insert-old-articles): Don't truncate group name for
14516         `read-string'.
14517
14518         * gnus-util.el (gnus-limit-string): Delete this function.
14519
14520         * gnus-sum.el (gnus-simplify-subject-fully):
14521         Use `truncate-string-to-width' instead.
14522
14523 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
14524
14525         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14526         Tell if, on summary exit, the next group has to be selected.
14527         (gnus-summary-exit): Use it.
14528
14529 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14530
14531         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14532         non-break space.
14533
14534 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14537         Check if group is not a directory.
14538         (nnfolder-request-expire-articles): Don't delete articles if the target
14539         group is not available.
14540
14541         * nnml.el (nnml-request-create-group): Properly check if group is not a
14542         file.
14543         (nnml-request-expire-articles): Don't delete articles if the target
14544         group is not available.
14545
14546         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14547         Don't quote characters that are within parentheses.
14548
14549 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14550
14551         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14552         (gnus-handle-ephemeral-exit): Select article according to it.
14553
14554 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14555
14556         * message.el (message-insert-formated-citation-line): Remove newline.
14557         (message-citation-line-format): Add final \n here so that the user can
14558         avoid a blank line.
14559
14560 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14561
14562         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14563         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14564         Update lanl/arXiv support.
14565
14566 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14567
14568         * gnus.el: Bump version number.
14569
14570 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14571
14572         * gnus.el (gnus-version-number): Bump version.
14573
14574 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14575
14576         * gnus.el: No Gnus v0.6 is released.
14577
14578 2007-04-27  Didier Verna  <didier@xemacs.org>
14579
14580         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14581         * gmm-utils.el (gmm-regexp-concat): ... here.
14582         * message.el: Don't require 'gnus-util.
14583         (message-dont-reply-to-names): Handle name change above.
14584         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14585
14586 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14589         since the initial value varies according to the system.
14590
14591 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14594
14595 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14596
14597         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14598
14599 2007-04-24  Didier Verna  <didier@xemacs.org>
14600
14601         Improve the type of gnus-ignored-from-addresses.
14602         * gnus-util.el (gnus-orify-regexp): New function.
14603         * message.el (gnus-util): Require it.
14604         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14605         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14606         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14607
14608 2007-04-24  Didier Verna  <didier@xemacs.org>
14609
14610         * gnus-sum.el:
14611         * gnus-utils.el: Fix some trailing whitespaces.
14612
14613 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14616         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14617         article's Message-ID; refer parent article in summary buffer.
14618
14619         * message.el (message-bounce): Call mime-to-mml.
14620
14621         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
14622         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
14623         optimize and/or forms properly.
14624
14625 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
14628         URL.
14629
14630 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14633
14634 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14637         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14638         displayed of multipart/alternative part if it is invoked from summary
14639         buffer.
14640
14641         * mm-view.el (mm-inline-text-html-render-with-w3m)
14642         (mm-inline-text-html-render-with-w3m-standalone)
14643         (mm-inline-render-with-function): Use mail-parse-charset by default.
14644
14645 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14646
14647         * parse-time.el (parse-time-string-chars): Check if CHAR
14648         is less than the length of parse-time-syntax.
14649
14650 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14651
14652         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14653         from gnus-newsgroup-processable.
14654
14655 2007-04-16  Didier Verna  <didier@xemacs.org>
14656
14657         * gnus-msg.el (gnus-configure-posting-styles):
14658         Handle message-signature-directory properly with :file syntax.
14659         Reported by "Leo".
14660
14661 2007-04-11  Didier Verna  <didier@xemacs.org>
14662
14663         New user option: message-signature-directory.
14664         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14665         * message.el (message-insert-signature): Ditto.
14666         * message.el (message-signature-file): Doc update.
14667         * message.el (message-signature-directory): New.
14668
14669 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-msg.el (gnus-inews-yank-articles):
14672         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14673
14674 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * message.el (message-yank-original): Make sure cited text ends with
14677         newline; don't exchange point and mark.
14678
14679 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14680
14681         * tls.el (open-tls-stream): Properly handle case where there
14682         is no associated buffer.
14683
14684 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14685
14686         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14687         message-yank-original, make sure (< mark TEXT point).
14688
14689 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14690
14691         * message.el (message-fill-column): New variable.
14692         (message-mode): Use it.  Add comment on a possible new hook.
14693
14694         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14695         (nnmail-get-new-mail): Reformat.
14696
14697         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14698
14699         * gmm-utils.el: Fix Commentary.
14700         (gmm-tool-bar-from-list): Fix typo in doc string.
14701
14702 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14703
14704         * message.el (message-yank-original): Don't switch point and mark
14705         unnecessarily to put point and mark as documented.
14706
14707 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14708
14709         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14710         from the message heads.
14711
14712 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14713
14714         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14715         article buffer does not have a window.  This may not be the best
14716         solution but is certainly better than setting the start of the null,
14717         that is the current, window.
14718
14719 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14720
14721         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14722         (gnus-draft-setup): Run it.
14723
14724         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14725         gnus-score-fast-scoring.  Allow regexp.
14726         (gnus-score-headers): Use it.
14727
14728         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14729         XEmacs.
14730
14731         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14732         string.
14733         (gnus-button-alist): Also catch `<f1> k ...'.
14734         (gnus-treat-display-x-face): Fix doc string.
14735
14736 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14737
14738         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14739         evaluation of gnus-extended-version to ensure correct generation of the
14740         User-Agent header when message-generate-headers-first is used.
14741
14742 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14743
14744         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14745         hashcash-path is nil.  Don't call callback with incorrect number of
14746         parameters if val is 0.
14747
14748 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14749
14750         * message.el (message-required-news-headers):
14751         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14752
14753 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
14754
14755         * tls.el (open-tls-stream): In handshake-waiting loop,
14756         don't wait more if there is output available to process.
14757
14758 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
14759
14760         * tls.el (tls-program): Doc fix.
14761
14762 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * message.el (message-generate-new-buffers): Change the meaning of the
14765         nil value; add `standard' to the choices; treat t as `unique'; improve
14766         doc string.
14767         (gnus-select-frame-set-input-focus): Autoload.
14768         (message-buffer-name): Search for the existing message buffer if
14769         message-generate-new-buffers is nil or `standard'; treat the value t of
14770         message-generate-new-buffers as `unique'.
14771         (message-pop-to-buffer): Raise the frame already displaying the message
14772         buffer; clear the echo area after querying.
14773         (message-setup): Pass the `continue' argument to compose-mail.
14774         (message-mail): Prefer `switch-function' if it is given; search for the
14775         existing message buffer if the `continue' argument is non-nil; pass
14776         continue and switch-function arguments to compose-mail by way of
14777         message-setup.
14778         (message-mail-other-window): Adjust argument of message-setup.
14779         (message-mail-other-frame): Ditto.
14780
14781 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14784         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14785         to turn font-lock on when turning gnus-message-citation-mode on.
14786
14787 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14788
14789         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14790         (mml-smime-function-alist): New variable; add epg as the backend.
14791         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14792         mml-smime- functions instead.
14793         * mm-view.el: Require smime.
14794
14795 2007-03-05  Didier Verna  <didier@xemacs.org>
14796
14797         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14798         instead of just inheritance for posting styles.
14799         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14800
14801 2007-02-24  Chris Moore  <dooglus@gmail.com>
14802
14803         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
14804         * pgg-pgp.el (pgg-pgp-encrypt-region):
14805         * pgg-gpg.el (pgg-gpg-encrypt-region):
14806         Check pgg-encrypt-for-me if no other recipients.
14807
14808 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14809
14810         * tls.el (tls-certtool-program): Fix custom type.
14811
14812 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14815         and point-at-eol instead of line-(beginning|end)-position.
14816
14817         * assistant.el (assistant-parse-buffer): Ditto.
14818
14819         * netrc.el (netrc-parse-services): Ditto.
14820
14821 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14822
14823         * mml2015.el (mml2015-epg-find-usable-key): New function.
14824         (mml2015-epg-sign): Use it.
14825         (mml2015-epg-encrypt): Use it.
14826
14827 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * message.el (message-make-in-reply-to): Quote name containing
14830         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14831         if there are special characters.  Reported by NAKAJI Hiroyuki
14832         <nakaji@jp.freebsd.org>.
14833
14834 2007-02-27  Didier Verna  <didier@xemacs.org>
14835
14836         Include the group parameters as well as the topic ones in the
14837         inheritance filter process.
14838         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14839         argument GROUP-PARAMS-LIST.
14840         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14841
14842 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14843
14844         * nntp.el (nntp-never-echoes-commands)
14845         (nntp-open-connection-functions-never-echo-commands): New variables.
14846         (nntp-send-command): Use them.
14847
14848 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14849
14850         * mml2015.el (mml2015-epg-verify): Simplify.
14851
14852 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * mml.el (mml-content-disposition-alist): New user option.
14855         (mml-content-disposition): New function.
14856         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14857         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14858
14859 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14860
14861         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14862         verification.
14863
14864 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14865
14866         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14867         articles posted in the last 24 hours.
14868
14869 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14870
14871         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14872
14873 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14874
14875         * nntp.el (nntp-send-command): Don't wait for echoes when
14876         nntp-open-ssl-stream is used.
14877
14878 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14879
14880         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14881         (gnus-message-add-citation-keywords)
14882         (gnus-message-remove-citation-keywords): Remove.
14883         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14884         directly, make the variables in font-lock-defaults buffer-local, add
14885         gnus-message-citation-keywords to them and then update the value of
14886         font-lock-keywords.
14887
14888 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * message.el (message-cite-original-1): Don't call
14891         gnus-article-highlight-citation.
14892
14893         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14894         citations; fix line count.
14895
14896 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14897
14898         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14899         (gnus-message-add-citation-keywords)
14900         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14901         versions of font-lock-add-keywords and font-lock-remove-keywords to
14902         work with XEmacs correctly.
14903
14904 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * gnus-cite.el (gnus-cite-face-list): Set the values of
14907         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14908         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14909         (gnus-message-cite-prefix-regexp): New variable.
14910         (gnus-message-search-citation-line): Use it; protect against long
14911         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14912         the 0th match data for Emacs.
14913         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14914         (gnus-message-add-citation-keywords): Append keywords rather than
14915         prepending; emulate font-lock-add-keywords if it is not available.
14916         (gnus-message-remove-citation-keywords):
14917         Emulate font-lock-remove-keywords if it is not available.
14918
14919         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14920
14921         * message.el (message-cite-prefix-regexp): Set the value of
14922         gnus-message-cite-prefix-regexp.
14923
14924 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14925
14926         * nnweb.el (nnweb-google-parse-1): Update parser.
14927
14928 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14929
14930         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14931
14932 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14933
14934         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14935         regexp.
14936
14937 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14940         string-to-multibyte.
14941         (uudecode-decode-region-internal): Use it.
14942
14943         * lpath.el: Fbind string-as-multibyte for XEmacs.
14944
14945 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14946
14947         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14948         Fix custom choice.
14949
14950         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14951
14952 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14953
14954         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14955
14956         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14957         `write-region' to respect `mm-inhibit-file-name-handlers'.
14958
14959 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14962         Use gnus-home-directory instead of "~/" or "$HOME".
14963
14964 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14965
14966         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14967         to mention filename.
14968         Add comments at beginning regarding usage.
14969         (encrypt-write-file-contents): Change interactive so a string is
14970         acceptable.  If the file has no associated model, show an error instead
14971         of a nonsense prompt.
14972
14973 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14974
14975         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14976         Thanks to Yoshihiko Yamada for kind notification of this typo.
14977
14978 2007-01-12  Kenichi Handa  <handa@m17n.org>
14979
14980         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14981         multibyte buffer.
14982
14983 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14984
14985         * gnus-score.el (gnus-score-fast-scoring): New variable.
14986         (gnus-score-headers): Use it.
14987
14988         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14989
14990         * message.el (message-cite-original-1):
14991         Call gnus-article-highlight-citation if requested.
14992         (message-make-from): Allow name and address as optional arguments.
14993
14994         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14995
14996         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14997         bugs to doc string.
14998         (gnus-button-alist): Add mid\\|message-id.
14999         (gnus-button-fetch-group): Extend for use in
15000         `browse-url-browser-function'.
15001         (gnus-button-url-regexp): Try to catch paired parentheses like in
15002         Wikipedia URLs.
15003
15004         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15005         Suggested by Simon Krahnke <overlord@gmx.li>.
15006
15007 2007-01-13  Romain Francoise  <romain@orebokech.com>
15008
15009         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15010         Update copyright.
15011
15012 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
15013
15014         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15015
15016 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15017
15018         * gnus-registry.el (gnus-registry-unfollowed-groups)
15019         (gnus-registry-split-fancy-with-parent): Fix documentation.
15020
15021 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15022
15023         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15024         from nnweb groups.
15025
15026 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15027
15028         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15029         Xref urls.  Erase buffer before requesting head.
15030
15031         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15032
15033 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15034
15035         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
15036         customizable.
15037
15038 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
15039
15040         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15041         no signing key is found.
15042         (mml2015-epg-encrypt): Ask user whether to skip or abort if
15043         no encrypting and/or signing key is found.
15044
15045 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15046
15047         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15048
15049 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15050
15051         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15052         headers read from disk with the ones newly found in the current search.
15053         This should no longer cause problems, because the article numbers in
15054         Gmane's `nov.php' output are ignored since the previous change.
15055
15056 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15057
15058         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15059
15060 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
15063         replace-regexp-in-string; bind url-version; fbind display-images-p and
15064         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
15065         find-face and set-itimer-function for Emacs; bind itimer-list for
15066         Emacs.
15067
15068         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15069
15070 2007-01-01  Romain Francoise  <romain@orebokech.com>
15071
15072         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15073
15074 2006-12-31  Steve Youngs  <steve@sxemacs.org>
15075
15076         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15077         `define-minor-mode' macro definition expanded properly.
15078         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15079         exclude it there.
15080
15081         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15082         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
15083         `fboundp' test.
15084         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15085         This is OK to autoload in (S)XEmacs now.
15086
15087 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15088
15089         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15090         keystroke.
15091         (gnus-summary-limit-to-singletons): Fix typo.
15092
15093         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15094         else fails.
15095
15096 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15097
15098         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15099         docstring.
15100
15101         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15102         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15103         (gnus-summary-insert-dormant-articles): Fix typo in message.
15104
15105 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
15106
15107         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15108         nil for XEmacs.
15109         (gnus-message-citation-mode): Don't autoload in XEmacs.
15110
15111         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15112
15113 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
15114
15115         * nnimap.el (nnimap-expunge-search-string):
15116         Mention nnimap-search-uids-not-since-is-evil in docstring.
15117
15118 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
15119
15120         * spam.el: Revert to make-obsolete-variable because
15121         define-obsolete-variable-alias is not supported in Emacs 21.
15122
15123         * spam.el (spam-ifile-path, spam-ifile-database-path)
15124         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15125         make-obsolete-variable.
15126         (spam-bsfilter-path, spam-bsfilter-program)
15127         (spam-spamassassin-path, spam-spamassassin-program)
15128         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15129         Don't use "path" inappropriately.
15130         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15131         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15132         variable names.
15133
15134 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
15135
15136         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15137         summary buffer.
15138
15139         * password.el (password-cache-remove): Use clear-string to burn
15140         password, if available.
15141
15142 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15143
15144         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15145
15146         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15147
15148         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15149         (gnus-message-highlight-citation): Move defcustom here from
15150         gnus-cite.el.
15151         (gnus-message-citation-mode): Autoload.
15152
15153         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
15154         checks to make it compile with XEmacs.
15155         (gnus-message-citation-mode): New minor mode.
15156         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15157         (gnus-message-highlight-citation): New variables.
15158         (gnus-message-search-citation-line)
15159         (gnus-message-add-citation-keywords)
15160         (gnus-message-remove-citation-keywords)
15161         (turn-on-gnus-message-citation-mode)
15162         (turn-off-gnus-message-citation-mode): New functions.
15163
15164 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
15165
15166         * gnus-cite.el: Enable highlighting of different citation levels in
15167         message-mode.
15168
15169 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
15170
15171         * message.el (message-make-fqdn): Fix comment.
15172         (message-bogus-system-names): Add ".local".
15173
15174         * spam.el (spam-ifile-path, spam-ifile-program)
15175         (spam-ifile-database-path, spam-ifile-database)
15176         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15177         Don't use "path" inappropriately.
15178         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15179         strings.
15180         (spam-check-ifile, spam-ifile-register-with-ifile)
15181         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15182         Use new variable names.
15183
15184         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15185         (gnus-treat-display-smileys): Simplify using
15186         gnus-image-type-available-p.
15187
15188         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15189         available.
15190
15191         * gnus-xmas.el (gnus-xmas-image-type-available-p):
15192         Use `display-images-p' if available.
15193
15194 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15197         one after turning on the buffer's multibyteness instead of decoding
15198         them directly in the unibyte buffer that causes unexpected conversion
15199         in Emacs 23 (unicode).
15200
15201 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15202
15203         * message.el (message-generate-hashcash): Fix custom type.
15204
15205 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15206
15207         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15208
15209 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
15210
15211         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15212         disconnect icons.  Add help text.
15213
15214 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
15215
15216         * spam.el (spam-extra-header-to-number): CRM114 spam score is
15217         negated to be consistent with the others we handle.
15218
15219 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15220
15221         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15222         version of gnus-summary-buffer to something, so that we can use two
15223         article buffers at the same time.
15224
15225 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
15226
15227         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15228         trigger all the extra headers.
15229         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15230         sorting.
15231
15232 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15233
15234         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15235         solid groups.
15236
15237 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
15238
15239         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
15240
15241 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * legacy-gnus-agent.el: Add Copyright notice.
15244
15245 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
15246
15247         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15248
15249 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15250
15251         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15252
15253         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15254         to make it work reliably in CVS Emacs.
15255         (gnus-summary-limit-strange-charsets-predicate)
15256         (gnus-summary-limit-to-predicate): New functions.
15257
15258 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
15259
15260         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15261         specifying array size.
15262         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15263         array if it is too small.
15264         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15265         (gnus-sort-threads-loop): New function.
15266
15267 2006-12-06  Chris Moore  <dooglus@gmail.com>
15268
15269         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15270         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15271
15272 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
15273
15274         * mm-url.el (mm-url-predefined-programs): Call curl with correct
15275         options.
15276
15277 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15278
15279         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15280         DOS-ing the recipient.
15281
15282         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15283         the headers when creating the mapping to avoid mismappings.
15284         (nnweb-gmane-create-mapping): Always nix out old mapping.
15285
15286 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15289         and mm-verify-option to never.
15290
15291 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * message.el (message-signed-or-encrypted-p): New function.
15294         (message-forward-make-body): Use it.
15295
15296         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15297         Replace encode-coding-string with mm-encode-coding-string.
15298
15299 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * nneething.el (nneething-decode-file-name):
15302         Replace decode-coding-string with mm-decode-coding-string.
15303
15304         * gnus-int.el (gnus-open-server): Say failed server's name.
15305
15306 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15307
15308         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
15309         strings to a single string.  Quote `errors-file-name'.
15310         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
15311         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
15312         Adjust calls.  Use `shell-quote-argument'.
15313
15314 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
15315
15316         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15317         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15318
15319         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15320         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15321         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15322         (gnus-group-make-directory-group, gnus-group-transpose-groups):
15323         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15324         (gnus-subscribe-newsgroup, gnus-1):
15325         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15326         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15327         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15328         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15329
15330 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15331
15332         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15333         keystroke.
15334         (gnus-summary-limit-to-bodies): Implement headersp.
15335
15336 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15337
15338         * dns.el (query-dns): Protect against "Process dns deleted" strings.
15339
15340 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15343
15344 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15345
15346         * message.el (message-generate-hashcash): Expand range of values to
15347         include `opportunistic'.
15348         (message-send-mail): Use it.
15349
15350 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15351
15352         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15353         and comment it.
15354
15355         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15356
15357 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
15358
15359         * gnus-util.el (gnus-extract-address-components): Improve comment.
15360
15361 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * gnus-util.el (gnus-extract-address-components): Work with address in
15364         which the name portion contains @.
15365
15366         * lpath.el: Fbind custom-autoload.
15367
15368 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15369
15370         * gnus.el (gnus-start): Move custom group up.
15371         (gnus-select-method): Don't autoload, but make it available for
15372         `customize-variable'.
15373         (gnus-getenv-nntpserver): Don't autoload.
15374
15375 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
15376
15377         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15378
15379 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15380
15381         * message.el (message-sendmail-extra-arguments): New variable.
15382         (message-send-mail-with-sendmail): Use it.
15383
15384 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15387         mm-with-unibyte-current-buffer to make string unibyte.
15388
15389         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15390         mm-string-as-multibyte.
15391
15392 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
15393
15394         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15395         Reported by Werner Koch <wk@gnupg.org>.
15396
15397 2006-11-14  Daiki Ueno  <ueno@p360>
15398
15399         * mml2015.el: Autoload epa-select-keys when compiling.
15400
15401 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15402
15403         * mml2015.el (mml2015-epg-sign): Save the signing keys in
15404         message-options.
15405         (mml2015-epg-encrypt): Save the recipient keys in message-options.
15406
15407 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
15408
15409         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15410         EasyPG (< 0.0.6).
15411         (mml2015-always-trust): New user option.
15412         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15413         prompt.
15414
15415 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15416
15417         * nntp.el (nntp-authinfo-force): New variable.
15418         (nntp-send-authinfo): Use it.
15419
15420 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
15421
15422         * message.el (message-strip-subject-encoded-words): Allow _not_ to
15423         decode encoded words.  Improve prompt.  Add comment about forwarding.
15424         (message-replacement-char): Move up.
15425
15426 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
15427
15428         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15429         instead of gnus-intersection because arguments of gnus-sorted-nunion
15430         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
15431
15432 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
15433
15434         * message.el (message-strip-subject-encoded-words): Reformat prompt.
15435         (message-simplify-subject-functions):
15436         Enable message-strip-subject-encoded-words by default.
15437
15438 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
15439
15440         * message.el (message-strip-subject-encoded-words): New function.
15441         (message-simplify-subject-functions): New variable.
15442         (message-simplify-subject): Use it.  Fix typo in doc string.
15443         Support message-strip-subject-encoded-words.
15444
15445 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
15446
15447         * gnus-diary.el (gnus-diary-delay-format-function):
15448         * nndiary.el (nndiary-reminders):
15449         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15450
15451 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15452
15453         * gnus-art.el (article-hide-boring-headers): Fetch date from
15454         gnus-original-article-buffer to avoid problems with localized date
15455         strings.
15456
15457 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15460
15461 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
15462
15463         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15464         New variables.
15465         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15466         (mm-charset-synonym-alist): Move some entries to
15467         mm-codepage-iso-8859-list.
15468         (mm-charset-synonym-alist, mm-charset-override-alist):
15469         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15470
15471 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15474
15475 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15476
15477         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15478         with Emacs 21 and XEmacs.
15479
15480 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
15481
15482         * spam.el (spam-parse-address): New function for better parsing,
15483         catching errors, etc.
15484         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15485
15486 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15487
15488         * mm-view.el: Add interactive arg to html2text autoload.
15489
15490 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15493
15494 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
15495
15496         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15497         New variables.
15498         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15499         (mm-charset-synonym-alist): Move some entries to
15500         mm-codepage-iso-8859-list.
15501
15502         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15503
15504 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
15505
15506         * message.el (message-citation-line-format)
15507         (message-insert-formated-citation-line): Fix implementation of %E, %N
15508         and %n according to the doc string.
15509
15510 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
15511
15512         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15513         Use car-safe to avoid bad parses.
15514
15515 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15518         names.
15519
15520         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15521
15522 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15525         header.
15526
15527         * message.el (message-draft-headers): Add Date.
15528         (message-headers-to-generate): Fix typo in docstring.
15529
15530         * nndraft.el (nndraft-required-headers): New variable.
15531         (nndraft-generate-headers): Use it.
15532
15533         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15534
15535 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15536
15537         * gnus-registry.el (gnus-registry-wash-for-keywords)
15538         (gnus-registry-find-keywords): New functions to allow easy searching of
15539         articles that are in the registry.
15540
15541 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
15542
15543         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15544         Use ietf-drums-parse-address instead of gnus-extract-address-components.
15545         Reported by Damien Elmes <damien@repose.cx>.
15546
15547 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15548
15549         * gnus.el (gnus-mime): Remove unused custom group.
15550
15551 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15552
15553         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15554         "blank line" when searching for end of armor headers.
15555
15556 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gmm-utils.el (gmm-write-region): Fix variable name.
15559
15560 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15561
15562         * gmm-utils.el (gmm-write-region): New function based on compatibility
15563         code from `mm-make-temp-file'.
15564
15565         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15566
15567         * nnmaildir.el (nnmaildir--update-nov)
15568         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15569         Use `gmm-write-region'.
15570
15571 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15572
15573         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15574         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15575
15576         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15577
15578         * message.el (message-replacement-char): New variable.
15579         (message-fix-before-sending): Use it.
15580         (message-simplify-subject): New function to remove duplicate code.
15581         (message-reply, message-followup): Use it.
15582
15583         * gnus-sum.el (gnus-summary-make-menu-bar):
15584         Clarify gnus-summary-limit-to-articles.
15585
15586 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-util.el (gnus-with-local-quit): New macro.
15589
15590         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15591
15592 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15593
15594         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15595         ignore non-string data.
15596
15597 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15598
15599         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15600         non-string data (needs to be done in the registry too).
15601
15602 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15603
15604         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15605         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15606         (gnus-registry-split-fancy-with-parent)
15607         (gnus-registry-fetch-simplified-message-subject-fast)
15608         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15609         Remove text properties on ingress into the registry and when it's saved.
15610         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15611         registry from entries with no groups.
15612
15613 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15614
15615         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15616         function to remove string properties.
15617
15618 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15619
15620         * gmm-utils.el (gmm): Adjust custom version.
15621
15622         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15623         Adjust custom version.
15624
15625         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15626
15627 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15628
15629         * gnus-art.el (gnus-insert-prev-page-button)
15630         (gnus-insert-next-page-button): Simplify.  Reformat.
15631
15632 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15633
15634         * gnus-art.el (gnus-insert-prev-page-button)
15635         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15636
15637 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15638
15639         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15640
15641 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15642
15643         * gnus-art.el (gnus-insert-mime-button)
15644         (gnus-insert-mime-security-button):
15645         Apply gnus-article-button-face to MIME and security buttons.
15646
15647 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15650         readable.
15651
15652 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15653
15654         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
15655
15656 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15657
15658         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15659         `browse-url-of-file' instead of `browse-url'.
15660
15661 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15662
15663         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15664         regexp.  Articles containing quotation were cut prematurely.
15665
15666 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * message.el (message-cite-original-1): Use nobody by default for the
15669         value of From header.
15670         (message-reply): Ditto.
15671
15672 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15673
15674         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15675         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15676         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15677
15678 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15679
15680         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15681         mails in the doc string.  Add some URLs in comment.
15682         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15683
15684 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15685
15686         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15687         backslashes handling and the way to find boundaries of quoted strings.
15688
15689 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15690
15691         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15692         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15693         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15694         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15695
15696 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15697
15698         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15699         doc string.
15700         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15701
15702 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15703
15704         * lpath.el: Fbind epg-check-configuration.
15705
15706 2006-09-06  Simon Josefsson  <jas@extundo.com>
15707
15708         * mml2015.el (mml2015-use): Doc fix, mention epg.
15709
15710 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15711
15712         * mml2015.el (mml2015-use): Default to epg, if available.
15713
15714 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15715
15716         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15717         message-sender.
15718         (mml1991-epg-encrypt): Ditto.
15719         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15720         message-sender.
15721         (mml2015-epg-encrypt): Ditto.
15722
15723 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15724
15725         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15726         several common directories.
15727
15728 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15729
15730         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15731         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15732
15733 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * gnus-art.el (article-decode-encoded-words): Make it fast.
15736
15737 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15740
15741         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15742         in quoted string into `\'.
15743
15744 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15745
15746         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15747         Use standard-syntax-table.
15748
15749 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * gnus-art.el (gnus-decode-address-function): New variable.
15752         (article-decode-encoded-words): Use it to decode headers which are
15753         assumed to contain addresses.
15754         (gnus-mime-delete-part): Remove useless `or'.
15755
15756         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15757         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15758         (gnus-nov-parse-line): Use it to decode From header.
15759         (gnus-get-newsgroup-headers): Ditto.
15760         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15761
15762         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15763         (mail-decode-encoded-address-string): New alias.
15764
15765         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15766         New function.
15767         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15768         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15769         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15770         (rfc2047-decode-string): Ditto.
15771         (rfc2047-decode-address-region): New function.
15772         (rfc2047-decode-address-string): New function.
15773
15774 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15775
15776         * message.el (message-caesar-buffer-body): Allow rotating headers.
15777
15778         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15779
15780         * message.el (message-insert-formated-citation-line): Fix %f.
15781         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15782
15783 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15784
15785         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15786         (gnus-bookmark-mouse-available-p): New macro.
15787         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15788         (gnus-bookmark-bmenu-show-infos): Use it.
15789         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15790         (gnus-bookmark-bmenu-hide-infos): Ditto.
15791         (gnus-bookmark-remove-properties): New function.
15792         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15793         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15794         (gnus-bookmark-write-file): Bind coding-system-for-write.
15795         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15796         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15797         group before selecting it.
15798         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15799         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15800         quit-window if it is not available; use gnus-mouse-2 and bind it to
15801         gnus-bookmark-bmenu-select-by-mouse.
15802         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15803         (gnus-bookmark-bmenu-select-by-mouse): New function.
15804
15805 2006-08-13  Romain Francoise  <romain@orebokech.com>
15806
15807         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15808         space.
15809
15810 2006-08-10  Romain Francoise  <romain@orebokech.com>
15811
15812         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
15813         (dns-mode-soa-auto-increment-serial): New user option.
15814         (dns-mode-soa-maybe-increment-serial): New function.
15815         (dns-mode): Add the latter to `write-contents-functions'.
15816
15817 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * compface.el (uncompface): Use binary rather than raw-text-unix.
15820
15821 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * compface.el (uncompface): Make sure the eol conversion doesn't take
15824         place when communicating with the external programs.
15825         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15826
15827 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15830
15831 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15832
15833         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15834         Make it more robust by parsing author and date independently.
15835
15836 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15839
15840 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15841
15842         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15843         first matching secret key.
15844         (mml2015-epg-encrypt): Ditto.
15845
15846         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15847         first matching secret key.
15848         (mml1991-epg-encrypt): Ditto.
15849
15850         * mml2015.el (mml2015-encrypt-to-self): New user option.
15851         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15852         mml2015-epg-encrypt-to-self is set.
15853
15854         * mml1991.el (mml1991-encrypt-to-self): New variable.
15855         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15856         mml1991-epg-encrypt-to-self is set.
15857
15858         * mml2015.el (mml2015-signers): New user option.
15859         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15860         (mml2015-epg-encrypt): Allow to select signing keys.
15861
15862         * mml1991.el (mml1991-signers): New variable.
15863         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15864         (mml1991-epg-encrypt): Allow to select signing keys.
15865
15866 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15867
15868         * nnheader.el (nnheader-insert-head): Make it work even if the file
15869         uses CRLF for the line-break code.
15870
15871 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15872
15873         * mml2015.el: Require mml-sec instead of password.
15874         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15875         (mml2015-cache-passphrase): Inherit the default value from
15876         mml-secure-cache-passphrase.
15877         (mml2015-passphrase-cache-expiry): Inherit the default value from
15878         mml-secure-passphrase-cache-expiry.
15879
15880         * mml1991.el: Require mml-sec instead of password.
15881         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15882         (mml1991-cache-passphrase): Inherit the default value from
15883         mml-secure-cache-passphrase.
15884         (mml1991-passphrase-cache-expiry): Inherit the default value from
15885         mml-secure-passphrase-cache-expiry.
15886
15887         * mml-sec.el: Require password.
15888         (mml-secure-verbose): New user option.
15889         (mml-secure-cache-passphrase): New user option.
15890         (mml-secure-passphrase-cache-expiry): New user option.
15891
15892 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15893             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15894
15895         * pgg-def.el (pgg-truncate-key-identifier):
15896         Truncate the key ID to 8 letters from the end.
15897
15898 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15899
15900         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15901         workaround for the url package included with Emacs.
15902
15903         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15904
15905 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15906
15907         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15908         correctly.  This fixes a bug caused by the 2006-05-12 change.
15909
15910 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15911
15912         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15913         some information about the error when saying that the `bogus' mail
15914         group will be used.
15915
15916 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15917
15918         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15919         string.
15920
15921 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15922
15923         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15924
15925 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15926
15927         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15928
15929 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15930
15931         * mml1991.el (mml1991-function-alist): Add epg.
15932         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15933         (mml1991-epg-encrypt): New functions.
15934
15935 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15936
15937         * mml2015.el (mml2015-verbose): New variable.
15938         (mml2015-cache-passphrase): Ditto.
15939         (mml2015-passphrase-cache-expiry): Ditto.
15940         (mml2015-function-alist): Add epg.
15941         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15942         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15943         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15944         New functions.
15945
15946 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15947
15948         * message.el (message-cite-original-1): Preserve region when removing
15949         quoted text due to X-No-Archive in order to avoid bogus attribution
15950         when citing multiple messages.
15951
15952 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15953
15954         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15955         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15956
15957 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15958
15959         * gnus-diary.el (gnus-user-format-function-d)
15960         (gnus-user-format-function-D): Autoload.
15961
15962         * imap.el (Commentary): Fix typo.
15963
15964         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15965         2006-04-22 contribution.
15966
15967 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15968
15969         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15970         It didn't really fix the bogosity I'm seeing with solid web groups.
15971
15972 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15973
15974         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15975         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15976         created using server names.  If we use the feature without declaring
15977         it, Gnus does not properly manage server and group state.
15978
15979         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15980         bound.
15981
15982 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15983
15984         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15985         looking up the method using GROUP's prefix before inventing a new one.
15986         It is used on killed/unknown groups in various places where returning
15987         an all-new method isn't expected by the caller.
15988
15989         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15990         and match semantics of gnus-group-real-prefix.
15991
15992 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15993
15994         * nnmail.el (nnmail-broken-references-mailers): New variable.
15995         (nnmail-ignore-broken-references): New function generalizing
15996         nnmail-fix-eudora-headers.
15997         (nnmail-fix-eudora-headers): Now obsolete.
15998
15999         * gnus-art.el (gnus-button-handle-custom):
16000         Support `customize-apropos*'.
16001
16002 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16003
16004         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16005
16006         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16007         articles.
16008
16009 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
16010
16011         * message.el (message-cite-reply-above): New variable.
16012         (message-yank-original): Use it.
16013
16014 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16015
16016         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16017
16018 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
16019
16020         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16021         as read.
16022
16023         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16024
16025 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
16026
16027         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16028         (gnus-bookmark-default-file): Use gnus-directory.
16029         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16030         Remove "*" in doc string.
16031         (gnus-bookmark-write-file): Simplify.
16032         (gnus-bookmark-maybe-sort-alist): Use `when'.
16033         (gnus-bookmark-get-bookmark): Fix typo in doc string.
16034         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16035         Add FIXME about Emacs 21 and XEmacs compatibility.
16036         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16037         compatibility.
16038         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16039         compatibility.
16040         (gnus-bookmark-menu-heading): Fix version.
16041
16042 2006-06-19  Bastien Guerry  <bzg@altern.org>
16043
16044         * gnus-bookmark.el: New file.
16045
16046 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16047
16048         * message.el (message-syntax-checks): Doc fix.
16049
16050 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16051
16052         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16053         unsubscribed groups as if they were killed ones.  It causes duplicate
16054         entries in gnus-newsrc-alist.
16055
16056 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16057
16058         * message.el (message-syntax-checks): Doc fix.
16059         (message-send-mail): Add check for continuation headers.
16060         (message-check-news-header-syntax): Fix regexp used to check for
16061         continuation headers.
16062
16063 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16066
16067 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
16068
16069         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16070
16071 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16074         default-truncate-lines.
16075
16076 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16079         to fill the utf-8 entry.
16080
16081         * lpath.el: Fbind unicode-precedence-list.
16082
16083 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16084
16085         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16086
16087 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
16088
16089         * gnus-agent.el (directory-files-and-attributes): Move all the way
16090         forward (the third and final move).
16091         (gnus-agent-read-agentview): Trap reconstruction errors due to
16092         nonexistent directory.  Handle by returning nil.
16093
16094 2006-05-30  Didier Verna  <didier@xemacs.org>
16095
16096         * message.el (message-dont-reply-to-names): Update the custom type.
16097         * message.el (message-dont-reply-to-names): New defsubst: potentially
16098         convert a list of regexps into a single one.
16099         * message.el (message-get-reply-headers): Use it.
16100         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16101
16102 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * gnus-agent.el (directory-files-and-attributes): Move forward.
16105
16106 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16107
16108         * gnus-ml.el (gnus-mailing-list-subscribe)
16109         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16110         (gnus-mailing-list-message): Fix doc strings.
16111
16112 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16113
16114         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16115         of doing it manually.
16116
16117 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
16118
16119         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16120         comment.
16121
16122 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
16123
16124         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16125         (gnus-agent-read-agentview): Fix handling of end-of-file error.
16126         (gnus-agent-read-local): All symbols allocated in my-obarray.
16127         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16128         (gnus-agent-regenerate-group): Check numeric names to see if they are
16129         messages or groups.
16130         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16131         better way of do this...)
16132
16133         * gnus-cache.el (gnus-agent-total-fetched-for):
16134         Ignore 'dummy.group' (there should be a better way of do this...)
16135
16136 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16139         (gnus-saved-headers): Ditto.
16140         (gnus-default-article-saver): Mention functions may have properties.
16141         (gnus-article-save): Override gnus-save-all-headers and
16142         gnus-saved-headers by :headers property which saver function may have.
16143         (gnus-summary-save-in-file): Add :headers property.
16144         (gnus-summary-write-to-file): Ditto.
16145
16146         * gnus-sum.el (gnus-summary-save-article): Bind
16147         gnus-prompt-before-saving to t when saving many articles in a file;
16148         always show all headers.
16149
16150         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
16151
16152 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
16153
16154         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16155         marks.
16156
16157         * message.el (message-indent-citation): Add optional arguments to allow
16158         using it outside of message buffers.
16159
16160         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16161         (gnus-article-treat-unfold-headers): Use it.
16162         (gnus-article-truncate-lines): New variable.
16163         (gnus-article-mode): Use it.
16164         (gnus-article-toggle-truncate-lines): New function.
16165
16166         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16167         Add gnus-article-toggle-truncate-lines.
16168
16169         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16170         coding system in XEmacs, use binary.
16171
16172 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16175         after-load-alist.
16176
16177         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16178         this function should save decoded articles.
16179         (gnus-summary-write-to-file): Use property to specify this function
16180         should save decoded articles and specify gnus-summary-save-in-file
16181         should be used to save articles other than the first one when saving
16182         many articles.
16183         (gnus-summary-save-body-in-file): Use property to specify this
16184         function should save decoded articles.
16185         (gnus-summary-write-body-to-file): Use property to specify this
16186         function should save decoded articles and specify
16187         gnus-summary-save-body-in-file should be used to save articles other
16188         than the first one when saving many articles.
16189
16190         * gnus-sum.el (gnus-summary-save-article): Simplify.
16191
16192 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * gnus-art.el (gnus-default-article-saver):
16195         Add gnus-summary-write-body-to-file.
16196         (gnus-article-save-coding-system): Don't use coding system object
16197         in XEmacs.
16198         (gnus-read-save-file-name): Add optional `dir-var' argument which
16199         specifies directory in which files are saved; work even if optional
16200         `variable' argument is not specified.
16201         (gnus-summary-write-to-file): Read file name.
16202         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16203         (gnus-summary-write-body-to-file): New function.
16204
16205         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16206         (gnus-summary-local-variables): Add it.
16207         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16208         (gnus-summary-save-article): Remove optional `decode' argument;
16209         determine whether to decode articles by the value of
16210         gnus-default-article-saver; when saving many files using
16211         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16212         it first and use gnus-summary-save-in-file or
16213         gnus-summary-save-body-in-file thereafter unless
16214         gnus-prompt-before-saving is always; move point to article which
16215         will be saved.
16216         (gnus-summary-save-article-file): Revert.
16217         (gnus-summary-write-article-file): Revert.
16218         (gnus-summary-save-article-body-file): Revert.
16219         (gnus-summary-write-article-body-file): New function.
16220
16221 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-art.el (gnus-default-article-saver): Doc fix.
16224         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16225         from gnus-summary-save-article-coding-system, and default to a
16226         certain coding system.
16227         (gnus-output-to-file): Add coding cookie and encode text according
16228         to gnus-article-save-coding-system; don't use mm-append-to-file.
16229
16230         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16231         gnus-art.el and rename to gnus-article-save-coding-system.
16232         (gnus-summary-save-article): Require gnus-art; don't show all
16233         headers if it decodes articles; don't add coding cookie here;
16234         don't bind mm-text-coding-system-for-write.
16235         (gnus-summary-save-article-file): Save decoded articles.
16236         (gnus-summary-write-article-file): When saving many files, use
16237         gnus-summary-write-to-file first and gnus-summary-save-in-file
16238         thereafter unless gnus-prompt-before-saving is always.
16239         (gnus-summary-save-article-body-file): Save decoded articles.
16240
16241         * lpath.el: Fbind select-safe-coding-system for XEmacs.
16242
16243 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16244
16245         * nnrss.el (nnrss-check-group): Bind hash-index.
16246
16247 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
16248
16249         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16250         its hash index.  Store this hash in `nnrss-group-data'.
16251         (nnrss-read-group-data): Update accordingly.
16252
16253 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16254
16255         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16256         entry.
16257
16258         * gnus-sum.el (gnus-summary-make-menu-bar):
16259         Add gnus-article-browse-html-article.
16260
16261 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
16262
16263         * gnus-sum.el (gnus-summary-mime-map):
16264         Add gnus-article-browse-html-article.
16265
16266         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16267
16268 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
16269
16270         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16271         suitable coding systems in customize.
16272
16273 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
16274
16275         * mail-source.el (mail-sources): Fix custom type.
16276
16277 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16280         (gnus-summary-expire-articles-now): Shorten prompt.
16281
16282         * gmm-utils.el (wid-edit): Require.
16283         (defun-gmm): Rename from `gmm-defun-compat'.
16284         (gmm-image-search-load-path): Use it.
16285         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
16286
16287 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * gnus-sum.el (gnus-summary-save-article-coding-system):
16290         New variable.
16291         (gnus-summary-save-article): Add optional `decode' argument.
16292         If it is set and gnus-summary-save-article-coding-system is non-nil,
16293         save decoded article.
16294         (gnus-summary-write-article-file): Save decoded article if
16295         gnus-summary-save-article-coding-system is non-nil.
16296
16297         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16298         type.
16299
16300 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16303
16304 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16305
16306         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16307         first to test gnus-single-article-buffer which may be buffer-local.
16308
16309         * gnus-sum.el (gnus-summary-setup-buffer):
16310         Make gnus-single-article-buffer buffer-local and nil in ephemeral
16311         group; make gnus-article-buffer, gnus-article-current, and
16312         gnus-original-article-buffer always buffer-local.
16313         (gnus-summary-exit): Kill article buffer belonging to ephemeral
16314         group.
16315         (gnus-handle-ephemeral-exit): Don't move to next summary line.
16316
16317 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
16318
16319         * nnml.el (nnml-request-compact-group): Compressed files might not
16320         have .gz extension.
16321
16322 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16323
16324         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16325         (mm-copy-to-buffer): Use with-current-buffer.
16326         (mm-display-part): Simplify.
16327         (mm-inlinable-p): Add optional arg `type'.
16328
16329 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16330
16331         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16332         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16333         Try harder to show the attachment internally or externally using
16334         gnus-mime-view-part-as-type.
16335
16336 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16337
16338         * message.el (message-from-style, message-signature-separator)
16339         (message-user-organization-file, message-send-mail-function)
16340         (message-citation-line-function, message-yank-prefix)
16341         (message-indent-citation-function, message-signature)
16342         (message-signature-file, message-signature-insert-empty-line):
16343         Remove autoloads.
16344
16345         * gnus-art.el (gnus-buttonized-mime-types):
16346         Remove "multipart/signed".  Revert 2006-04-26 change.
16347
16348 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16349
16350         * gnus.el (gnus-version-number): Bump version.
16351
16352 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16353
16354         * gnus.el: No Gnus v0.5 is released.
16355
16356 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16357
16358         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16359         fetching articles by message-id.
16360
16361 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16362
16363         * message.el (hashcash): Require hashcash as normal.
16364
16365         * ecomplete.el (ecomplete-highlight-match-line):
16366         Use point-at-eol.
16367         (ecomplete-highlight-match-line): Use `highlight', because that
16368         face exists in both Emacs and XEmacs.
16369
16370         * message.el (message-display-abbrev): Use point-at-bol.
16371
16372         * mail-source.el: Don't require timer/timer-funcs.
16373
16374         * gnus-async.el: Ditto.
16375
16376         * password.el: Ditto.
16377
16378         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
16379
16380         * mm-url.el: Ditto.
16381
16382         * gnus-xmas.el: Don't require timer-funcs.
16383
16384         * mm-util.el: Require timer/timer-funcs.
16385
16386 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16387
16388         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16389         Close.
16390
16391 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16394         unibyte after clear-decrypt function runs.
16395
16396         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16397         returns as a unibyte string.
16398
16399 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * lpath.el: Revert.
16402
16403         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
16404         (pgg-gpg-process-sentinel): Revert.
16405
16406         * pgg-pgp.el (pgg-pgp-process-region): Revert.
16407         (pgg-pgp-lookup-key): Revert.
16408
16409         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
16410         (pgg-pgp5-lookup-key): Revert.
16411
16412         * pgg.el (pgg-fetch-key): Revert.
16413
16414 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16415
16416         * lpath.el: Fbind string-as-multibyte for XEmacs.
16417
16418         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16419         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16420         (mml1991-pgg-encrypt): Ditto.
16421
16422         * pgg-gpg.el (pgg-string-to-multibyte): New function.
16423         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
16424         a multibyte buffer.
16425
16426         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
16427         (pgg-pgp-lookup-key): Ditto.
16428
16429         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
16430         (pgg-pgp5-lookup-key): Ditto.
16431
16432         * pgg.el (pgg-fetch-key): Ditto.
16433
16434 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
16435
16436         * message.el (message-user-organization-file): Check several
16437         locations of the organization file.
16438
16439         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16440         Add gnus-article-view-part-as-type.
16441
16442         * gnus-art.el (gnus-article-view-part-as-type): New function.
16443
16444         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16445         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
16446
16447         * mml.el: Simplify autoload.
16448         (mml-mode): defvar dnd-protocol-alist instead of using
16449         symbol-value.
16450         (mml-default-directory): New variable.
16451         (mml-minibuffer-read-file): Use it.
16452         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16453
16454         * message.el (message-citation-line-format): New variable.
16455         (message-insert-formated-citation-line): New function.
16456         (message-citation-line-function):
16457         Add `message-insert-formated-citation-line' to custom type.
16458
16459         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16460         to doc string.
16461
16462         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16463         depending on mm-verify-option.
16464
16465 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16468         binding pgg-* variables; reimplement the section which prevents
16469         MIME header from being signed.
16470         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16471         pgg-text-mode; remove a blank line at the top of body.
16472
16473         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16474         lines at the top of body; use gnus-newsgroup-charset if there's no
16475         Charset header.
16476
16477 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * message.el (message-self-insert-commands): Doc fix.
16480
16481         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16482         (mm-uu-pgp-encrypted-test): Ditto.
16483         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16484         between header and body; return application/pgp-encrypted handle
16485         if decryption failed; decode decrypted body by charset.
16486
16487         * mm-decode.el (mm-automatic-display): Don't make application/pgp
16488         element match to application/pgp-*.
16489
16490 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16491
16492         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16493         HTML.
16494
16495 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16496
16497         * mail-source.el (mail-source-call-script): Message the error
16498         string.
16499
16500 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16501
16502         * gnus-util.el (gnus-byte-compile): Use it.
16503
16504 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
16505
16506         * gnus-util.el (kill-empty-logs): New function.
16507
16508 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16509
16510         * message.el (message-mail-alias-type): Doc fix.
16511         (message-mail-alias-type-p): New function.
16512         (message-send): Use it.
16513         (message-mode): Ditto.
16514         (message-strip-forbidden-properties): Ditto.
16515
16516         * ecomplete.el (ecomplete-database-file-coding-system):
16517         New variable.
16518         (ecomplete-save): Use it.
16519         (ecomplete-setup): Use it.
16520
16521 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * message.el (message-self-insert-commands): New variable.
16524         (message-strip-forbidden-properties): Use it.
16525
16526 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16527
16528         * message.el (message-put-addresses-in-ecomplete): Use a regexp
16529         that doesn't make XEmacs choke.
16530
16531 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
16532
16533         * gnus-util.el (gnus-replace-in-string):
16534         Prefer replace-regexp-in-string over of replace-in-string.
16535
16536 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * gnus-util.el (gnus-select-frame-set-input-focus):
16539         Use select-frame-set-input-focus if it is available in XEmacs; use
16540         definition defined in Emacs 22 for old Emacsen.
16541
16542         * dgnushack.el: Autoload unmorse-region for XEmacs.
16543
16544         * lpath.el: Bind cursor-in-non-selected-windows and
16545         select-frame-set-input-focus for XEmacs.
16546
16547 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16548
16549         * mm-view.el (mm-inline-text): Use equal instead of equalp.
16550
16551 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
16552
16553         * gnus-registry.el (gnus-registry-cache-save): Remove text
16554         properties when saving via the temp buffer.
16555
16556 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * message.el (message-generate-hashcash): Honor custom type.
16559
16560 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16561
16562         * message.el (message-generate-hashcash): Default to non-nil when
16563         hashcash is found.
16564
16565         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16566         (gnus-refer-thread-limit): Increase default to 500.
16567
16568         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16569
16570         * flow-fill.el (fill-flowed): Allow delete-space.
16571
16572 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16573
16574         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16575         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16576         Remove autoloads.
16577
16578 2006-04-18  Simon Josefsson  <jas@extundo.com>
16579
16580         * message.el (message-generate-hashcash): Default to.
16581
16582 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16583
16584         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16585         concatenating segments rather than before concatenating them.
16586
16587 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16588
16589         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16590
16591 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16592
16593         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16594
16595         * message.el (message-forward-make-body-plain):
16596         Allow message-forward-ignored-headers to be a list.
16597         (message-remove-ignored-headers): Factor out into function.
16598         (message-forward-make-body-mml): Use it.
16599
16600         * imap.el (imap-quote-specials): New function.
16601         (imap-login-auth): Quote specials.
16602
16603         * rfc2231.el (rfc2231-parse-string): Remove dead code.
16604         (rfc2231-parse-string): Allow concatanation of parameters that
16605         aren't contiguous.  The test case is
16606           (mail-header-parse-content-type "message/external-body;
16607             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16608             access-type=LOCAL-FILE;
16609             name*1*=plugh%2fhello-sailor%2fbing.pdf")
16610
16611 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16612
16613         * nntp.el (nntp-accept-process-output): Return the value of
16614         `nnheader-accept-process-output'.
16615
16616 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16617
16618         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16619         (gnus-button-alist): Recognize more diff formats.
16620         (gnus-button-patch): Strip directory.
16621
16622 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
16623
16624         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16625         Emacs 22 when setting focus.
16626
16627 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16628
16629         * gnus-art.el (gnus-article-treat-types): Do treatment of
16630         text/x-verbatim parts.
16631         (gnus-button-patch): New command.
16632
16633         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16634         addresses that contain invalid characters.
16635
16636 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16637
16638         * message.el (message-put-addresses-in-ecomplete):
16639         Use gnus-replace-in-string.
16640         (message-is-yours-p): Use the more correct
16641         mail-header-parse-address instead of
16642         mail-extract-address-components.
16643         (message-put-addresses-in-ecomplete): Fix typo.
16644
16645         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16646         keystroke.
16647
16648         * gnus-art.el (gnus-treatment-function-alist): Change order of
16649         newsgroups/generic header folding to avoid double-folding.
16650
16651         * message.el (message-hidden-headers): Add X-Draft-From.
16652
16653         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16654         New command.
16655         (gnus-summary-repeat-search-article-backward): New command.
16656
16657         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16658         groups in the parent topic.
16659
16660 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16661
16662         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16663         (spam-extra-header-to-number): Return the CRM114 number as a
16664         number instead of a string.
16665
16666 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16667
16668         * gnus-art.el (gnus-face-properties-alist): Move here from
16669         gnus-fun.
16670
16671         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16672
16673 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16674
16675         * message.el (message-strip-forbidden-properties): Only display on
16676         self-insert-command.
16677
16678         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16679         reindent.
16680         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16681
16682 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16683
16684         * smiley.el (smiley-style): Fix typo.
16685
16686 2006-03-23  Kenichi Handa  <handa@m17n.org>
16687
16688         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16689         instead of set-buffer-multibyte.
16690
16691 2006-03-23  Kenichi Handa  <handa@m17n.org>
16692
16693         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16694         buffer and then decode the buffer text if necessary.
16695         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16696         first, and after mm-encode-body, change the buffer to unibyte.
16697
16698 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16699
16700         * hashcash.el (hashcash-insert-payment-async-2):
16701         Use message-goto-eoh instead of doing it manually.
16702         (mail-add-payment): Use message-narrow-to-header instead of trying
16703         to do the same itself.
16704
16705         * message.el (message-hidden-headers): Add Face.
16706
16707         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16708         reparenting code.
16709         (gnus-summary-reparent-children): Refactored out code.
16710         (gnus-summary-thread-map): New keystroke.
16711         (gnus-summary-reparent-children): Make into command.
16712
16713         * smiley.el (smiley-style): Default to `medium' if using a large
16714         font.
16715
16716         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16717         does it itself.
16718
16719         * message.el (message-point-in-header-p): Simplify definition.
16720
16721 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16722
16723         * nnagent.el (nnagent-request-set-mark): Silence log file
16724         writing.
16725         (nnagent-request-set-mark): Use write-region instead of
16726         append-to-file.
16727
16728         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16729         strange select method.
16730
16731         * ecomplete.el (ecomplete-display-matches): Get highlightling
16732         right.
16733         (ecomplete-display-matches): Use literals.
16734         (ecomplete-display-matches): Disable message logging.
16735
16736         * message.el (message-display-abbrev): Small optimization.
16737
16738         * ecomplete.el (ecomplete-display-matches): Allow automatic
16739         display.
16740
16741         * message.el (message-strip-forbidden-properties):
16742         Display abbrevs.
16743         (message-display-abbrev): Get automatic display right.
16744
16745         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16746         keystrokes.
16747
16748 2006-04-13  Romain Francoise  <romain@orebokech.com>
16749
16750         TODO: Backport to v5-10!
16751
16752         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16753         Move here (and rename) from gnus-registry.el.
16754
16755         * gnus-registry.el: Require gnus-util.
16756         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16757
16758 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16759
16760         * gnus-group.el (gnus-group-catchup-current):
16761         Change if-then-else-if-then-else into cond.
16762         (gnus-group-catchup): Indent.
16763         (group-name-at-point): New function.
16764         (gnus-fetch-group): Provide default from thing at point.
16765
16766 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16767
16768         * message.el (message-display-abbrev): Fix regexp.
16769
16770         * ecomplete.el (ecomplete-highlight-match-line):
16771         Reimplement choosing.
16772         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16773         dead variables.
16774
16775         * message.el (message-newline-and-indent): Remove debugging.
16776         (message-display-abbrev): Use new implementation.
16777
16778 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16779
16780         * gnus-art.el (gnus-article-mode):
16781         Set cursor-in-non-selected-windows to nil.
16782
16783         * smiley.el: Revert previous change.
16784         (smiley-data-directory): defvar it before using it in the
16785         defcustom of `smiley-style'.
16786
16787 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16788
16789         * message.el (message-newline-and-indent): New function.
16790
16791         * ecomplete.el: Implement more bits.
16792
16793         * message.el (message-put-addresses-in-ecomplete): Clean up the
16794         string.
16795
16796         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16797
16798         * gnus-sum.el (gnus-summary-save-parts):
16799         Bind gnus-summary-save-parts-counter and use it to make unique file
16800         names.
16801
16802         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16803
16804         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16805         parameter to say whether to actually parse the individual
16806         addresses.
16807
16808         * message.el (message-put-addresses-in-ecomplete): New function.
16809         (ecomplete): Require.
16810         (message-mail-alias-type): Add ecomplete as an option.
16811
16812 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16813
16814         * flow-fill.el (fill-flowed): Remove trailing space from blank
16815         quoted lines.
16816
16817 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16818
16819         * smiley.el (smiley-style): Move definition later to avoid a
16820         compilation warning.
16821
16822 2006-04-12  Kenichi Handa  <handa@m17n.org>
16823
16824         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16825         buffer and then decode the buffer text if necessary.
16826         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16827         first, and after mm-encode-body, change the buffer to unibyte.
16828         Use mm-disable-multibyte instead of set-buffer-multibyte.
16829
16830 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16833         Content-Type header instead of Content-Disposition header.
16834         (gnus-mime-inline-part): Ditto.
16835         (gnus-mime-view-part-as-charset): Ignore charset that the part
16836         specifies.
16837
16838         * mm-decode.el (mm-display-part): Work with external parts and
16839         usual parts similarly.
16840
16841         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16842         instead of gnus-display-mime.
16843
16844         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16845         instead of with-temp-buffer.
16846
16847         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16848         tag to summarized topics part in order to encode non-ASCII text.
16849
16850 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16851
16852         * smiley.el (smiley-style): New variable.
16853         (smiley-directory): New function.
16854         (smiley-data-directory): Derive from `smiley-style' using
16855         `smiley-directory'.
16856         (smiley-regexp-alist): Add new entries.
16857
16858         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16859         (gnus-article-browse-delete-temp): Add :version.
16860
16861 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16862
16863         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16864         the sieve region.
16865
16866 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16867
16868         * gnus.el (gnus-version-number): Bump version.
16869
16870 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16871
16872         * gnus.el: No Gnus v0.4 is released.
16873
16874 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16875
16876         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16877         layout.
16878
16879         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16880         unknown charset.
16881
16882         * message.el (message-header-synonyms): Add Original-To to the
16883         default.
16884
16885         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16886         optional parameter.
16887
16888 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16889
16890         * gnus-fun.el (gnus): Require it for gnus-directory.
16891
16892 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16895
16896 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16897
16898         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16899
16900 2006-04-05  Simon Josefsson  <jas@extundo.com>
16901
16902         * password.el (password-reset): New function.
16903
16904 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16905
16906         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16907         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16908
16909 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16910
16911         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16912         Some whitespace was matched into the url, which broke browsing hits
16913         > 100 when mm-url-use-external was nil.
16914
16915 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16916
16917         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16918         Check gnus-extra-headers for 'Newsgroups.
16919
16920         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16921         bound.
16922
16923 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16924
16925         * pgg-gpg.el: Clean up process buffers every time gpg processes
16926         complete.
16927
16928 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16929
16930         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16931         doc string.
16932
16933 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16934
16935         * pgg-gpg.el (pgg-gpg-process-filter)
16936         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16937
16938         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16939         lines, temporary fix.
16940
16941 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16942
16943         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16944
16945 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16946
16947         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16948         default-enable-multibyte-characters.  This reverts the change from
16949         revision 6.17 which is no longer necessary because the passphrase
16950         is sent separately now.  GnuPG messages are unreadable under
16951         multibyte locales with default-enable-multibyte-characters set to
16952         nil.
16953
16954 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16955
16956         * message.el (message-tool-bar-gnome): Move "spell".
16957
16958 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16959
16960         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16961         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16962         instead.
16963
16964 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16965
16966         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16967         Improve newsgroups handling for NNTP overviews which don't include
16968         Newsgroups.
16969
16970 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16971
16972         * message.el (message-resend): Bind message-generate-hashcash to nil.
16973
16974 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16975
16976         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16977         when searching for already-paid recipients.
16978
16979 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16980
16981         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16982         passphrases when it is not needed.
16983         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16984         passphrase stuff from gpg, should only be necessary when you use
16985         gpg with a smartcard.
16986
16987 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16988
16989         * mml.el (mml-insert-mime): Ignore cached contents of
16990         message/external-body part.
16991
16992         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16993         (mm-insert-part): Ditto.
16994
16995 2006-03-23  Simon Josefsson  <jas@extundo.com>
16996
16997         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16998         Reiner.
16999         (pgg-gpg-use-agent-p): Use it again.
17000
17001 2006-03-23  Simon Josefsson  <jas@extundo.com>
17002
17003         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17004         older emacsen.
17005         (pgg-gpg-use-agent-p): Don't use it.
17006
17007 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
17008
17009         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17010         if we can.
17011
17012 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
17013
17014         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17015         (pgg-gpg-update-agent): New function.
17016         (pgg-gpg-use-agent-p): New function.
17017         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17018         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17019         (pgg-gpg-sign-region): Use it.
17020
17021 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17024         Reported by Ralf Wachinger <rwachinger@gmx.de>.
17025
17026 2006-03-21  Simon Josefsson  <jas@extundo.com>
17027
17028         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17029         <wilde@sha-bang.de>.
17030         (pgg-gpg-use-agent): New variable.
17031         (pgg-gpg-process-region): Use it.
17032         (pgg-gpg-encrypt-region): Likewise.
17033         (pgg-gpg-encrypt-symmetric-region): Likewise.
17034         (pgg-gpg-decrypt-region): Likewise.
17035         (pgg-gpg-sign-region): Likewise.
17036         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17037
17038 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17039
17040         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17041
17042         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17043         Add comment on version.
17044
17045 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
17046
17047         * smiley.el: Add missing test smiley.
17048
17049 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17050
17051         * mm-decode.el (mm-with-part): New macro.
17052         (mm-get-part): Use it; work with message/external-body as well.
17053         (mm-save-part): Treat name and filename equally.
17054
17055         * mm-extern.el (mm-extern-cache-contents): New function.
17056         (mm-inline-external-body): Use it; force the part to be displayed;
17057         move undisplayer added to the cached handle to the parent.
17058
17059         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17060         (gnus-mime-view-part-as-type): Work with message/external-body.
17061
17062         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17063
17064 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17065
17066         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17067         images in image-load-path.  [Sync with image.el, revision 1.60, in
17068         Emacs.]
17069
17070 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17071
17072         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17073         path rather than symbol.  Always return list of directories.
17074         Guarantee that image directory comes first.  [Sync with image.el,
17075         revision 1.59, in Emacs.]
17076
17077         * message.el (message-make-tool-bar): Adjust to new API of
17078         `gmm-image-load-path-for-library'.
17079
17080         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17081
17082         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17083
17084 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17085
17086         * gnus-art.el (gnus-article-only-boring-p):
17087         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17088         intangible text.
17089         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17090
17091 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
17092
17093         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17094         Use `defun' instead of `gmm-defun-compat'.
17095
17096 2006-03-14  Simon Josefsson  <jas@extundo.com>
17097
17098         * message.el (message-unique-id): Don't use message-number-base36
17099         if (user-uid) is a float.
17100         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17101
17102 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17105
17106         * gnus-art.el (gnus-mime-display-single): Make sure there is an
17107         empty line between a part and a message part.
17108
17109 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
17110
17111         * smiley.el: Add more test smileys.
17112         (smiley-data-directory, smiley-regexp-alist)
17113         (gnus-smiley-file-types): Fix doc strings.
17114         (smiley-update-cache): Clear smiley-cached-regexp-alist before
17115         adding new elements.
17116         (smiley-mouse-map): Unused code.  Make it a comment.
17117
17118 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17121         scan latest NoCeM messages instead of old ones.
17122         (gnus-nocem-check-article): Fix regexps so as to match to PGP
17123         delimiters that are recently used.
17124         (gnus-nocem-load-cache): Add autoload cookie.
17125
17126         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17127
17128         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17129         level which is larger than gnus-use-nocem is specified.
17130
17131         * gnus-group.el (gnus-group-get-new-news): Ditto.
17132
17133 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
17134
17135         * gnus-util.el (gnus-tool-bar-update): New function.
17136
17137         * gnus-group.el (gnus-group-update-tool-bar): New variable.
17138         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17139
17140         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17141
17142         * gnus-group.el (gnus-group-redraw-when-idle)
17143         (gnus-group-redraw-check): Remove.
17144         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17145
17146 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17149         if optional last element is specified in splits (FIELD VALUE...).
17150
17151 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
17152
17153         * message.el (message-make-tool-bar): Rename gmm-image-load-path
17154         to gmm-image-load-path-for-library.  Call with no-error argument.
17155         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17156
17157         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17158
17159         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17160
17161         * gmm-utils.el (gmm-image-load-path): Remove alias.
17162
17163 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
17164
17165         * gmm-utils.el (gmm-image-load-path): Add alias.
17166
17167         * nnml.el (nnml-generate-nov-databases-directory): Rename from
17168         nnml-generate-nov-databases-1.
17169         (nnml-generate-nov-databases): Use it.
17170         (nnml-generate-nov-databases-directory): Document no-active
17171         argument.
17172
17173         * gmm-utils.el (gmm-image-load-path-for-library): Return single
17174         directory if path is t.  Add no-error.
17175
17176         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17177         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17178
17179         * gnus-art.el (gnus-article-browse-delete-temp-files):
17180         Simplify resetting gnus-article-browse-html-temp-list.
17181
17182         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17183         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
17184         Add example to docstring.  Rename local variables.  Move error
17185         checks to default case in cond and simplify.
17186
17187 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17188
17189         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17190         handle is multipart when calling it recursively.
17191         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17192
17193 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
17194
17195         * nnimap.el (nnimap-request-update-info-internal): Optimize.
17196         Don't `gnus-uncompress-range' to avoid excessive memory usage.
17197
17198 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17199
17200         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17201         is loaded.
17202
17203         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17204         loaded.
17205
17206 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17207
17208         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17209         to "Emacs 23 (unicode)" in doc string.
17210
17211         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17212         "Emacs 23 (unicode)" in comment.
17213
17214 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17215
17216         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17217
17218         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17219         characters 160 through 255 in Emacs 23.
17220
17221 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17222
17223         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17224         gnus-article-browse-html-temp.
17225         (gnus-article-browse-delete-temp): Make it customizable.
17226         Add `file'.  Adjust doc string.
17227         (gnus-article-browse-delete-temp-files): Add argument.
17228         Allow query for each file.  Adjust doc string.
17229         (gnus-article-browse-html-parts):
17230         Add `gnus-article-browse-delete-temp-files' to
17231         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17232
17233 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
17234
17235         * gnus-art.el (gnus-article-browse-html-temp)
17236         (gnus-article-browse-delete-temp): New variables.
17237         (gnus-article-browse-delete-temp-files): New function.
17238         (gnus-article-browse-html-parts): Use it.
17239
17240 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
17241
17242         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17243
17244         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17245         string.
17246
17247         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17248         gnus-summary-insert-new-articles when unplugged.
17249         Remove gnus-summary-search-article-forward.
17250
17251         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17252         display-visual-class instead of display-color-cells.
17253
17254 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * dgnushack.el: Autoload customize-group for XEmacs.
17257
17258         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17259         message/* containing non-ASCII text properly.
17260
17261 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
17262
17263         * message.el: Require gmm-utils, remove autoloads.
17264         (message-tool-bar): Set default based on
17265         gmm-tool-bar-style.
17266         (message-tool-bar-gnome): Add gmm-customize-mode.
17267
17268         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17269         gmm-tool-bar-style.
17270         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17271
17272         * gnus-group.el (gnus-group-tool-bar): Set default based on
17273         gmm-tool-bar-style.
17274         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17275
17276         * gmm-utils.el (gmm-image-directory): Rename variable from
17277         gmm-image-load-path.
17278         (gmm-image-load-path): Use gmm-image-directory.
17279         (gmm-customize-mode): New function.
17280         (gmm-tool-bar-style): New variable.
17281
17282         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17283         gnus-group-redraw-line-number.
17284         (gnus-group-redraw-check): Simplify.
17285         (gnus-group-tool-bar-update): Remove redraw check.
17286         (gnus-group-make-tool-bar): Add redraw check.
17287
17288 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
17289
17290         * gnus-art.el (gnus-button): Add missing parentheses.
17291
17292 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17293
17294         * lpath.el: Fbind line-number-at-pos.
17295
17296 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17297
17298         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17299
17300 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17301
17302         * gnus-art.el (gnus-button): New face.
17303         (gnus-article-button-face): Use it.
17304
17305         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17306         Add gnus-summary-next-page.  Re-order.
17307
17308         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17309         next-node are now included.
17310         (gnus-group-redraw-line-number): New internal variable.
17311         (gnus-group-redraw-check): Helper function for updating the tool
17312         bar.
17313         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17314
17315         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17316
17317         * spam.el (spam-spamassassin-score-regexp): New internal variable.
17318         (spam-extra-header-to-number, spam-check-spamassassin-headers):
17319         Use it to match format of Spamassassin 3.0 and later.
17320         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17321         (spam-check-bogofilter)
17322         (spam-bogofilter-register-with-bogofilter): Fix args of
17323         `gnus-error' calls.
17324
17325 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
17326
17327         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17328         unnecessary interaction when sending queued mails.
17329         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17330
17331 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
17332
17333         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17334         first or last are nil.
17335
17336 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17337
17338         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17339
17340 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17341
17342         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17343
17344 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17345
17346         * dns.el (query-dns): Protect more against buggy tcp output.
17347
17348 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17349
17350         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17351         nov.php.
17352
17353 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17354
17355         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17356         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17357         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
17358         output on the server side.
17359         (nnweb-google-create-mapping): Update regexps and add some
17360         progress indication.
17361
17362 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
17363
17364         * gnus-group.el (gnus-group-tool-bar-gnome):
17365         Fix gnus-agent-toggle-plugged.  Re-order icons.
17366         (gnus-group-tool-bar-gnome):
17367         Add gnus-group-{prev,next}-unread-group.
17368         (gnus-group-tool-bar-gnome): Re-order icons.
17369
17370         * gnus-sum.el (gnus-summary-tool-bar-gnome):
17371         Move gnus-summary-insert-new-articles.
17372
17373         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17374         Fix comments.
17375
17376         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
17377         also available in Emacs 21.3.
17378
17379         * message.el (message-fix-before-sending): Change "Emacs 22" to
17380         "Emacs 23 (unicode)" in comment.
17381
17382         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17383         "Emacs 23 (unicode)" in comment.
17384
17385         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17386         comment.
17387         (mm-coding-system-p): Add comment about no-MULE XEmacs.
17388
17389         * mm-view.el (mm-fill-flowed): Add :version.
17390
17391 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17392
17393         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17394         and load-path.
17395
17396 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * message.el: Autoload gmm-image-load-path.
17399         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17400         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
17401         consitency.
17402
17403         * gmm-utils.el (gmm-image-load-path): Also search in
17404         "../etc/images".  Don't set gmm-image-load-path if we don't find
17405         the image.
17406
17407 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * gmm-utils.el (gmm-image-load-path): Don't make
17410         `gmm-image-load-path' include subdirectories which the second arg
17411         `image' might specify.
17412
17413         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17414         subdirectory to icon file names.
17415
17416         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17417
17418 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17419
17420         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17421         gmm-image-load-path calls.
17422
17423         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17424
17425         * message.el (message-make-tool-bar): Ditto.
17426
17427         * mml.el (mml-preview): Add comment concerning tool bar icons.
17428
17429         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17430         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17431
17432         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17433         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17434
17435         * message.el (message-tool-bar-gnome): Use new icon names.
17436         (message-make-tool-bar): Use `gmm-image-load-path'.
17437
17438         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17439         New functions from MH-E.
17440         (gmm-image-load-path): New variable from MH-E.
17441         (gmm-image-load-path): New function from MH-E.  Add arguments
17442         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
17443         *-image-load-path-called-flag.
17444
17445 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
17446
17447         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17448
17449 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
17450
17451         * nnimap.el (nnimap-request-move-article): Change folder back to
17452         source group before deleting.
17453
17454 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
17455
17456         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17457
17458         * gnus-art.el (mm-url-insert-file-contents-external):
17459         Autoload mm-url.
17460
17461         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17462
17463 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17466         coding system which mm-charset-to-coding-system returns for a
17467         given charset is valid.
17468
17469 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
17470
17471         * html2text.el (html2text-remove-tag-list):
17472         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17473
17474 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
17475
17476         * gnus-cus.el: Revert 2005-10-17 change.
17477
17478 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17479
17480         * gnus-art.el (article-strip-banner):
17481         Call article-really-strip-banner only when the regexp match is made.
17482
17483 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * gnus-art.el (article-strip-banner):
17486         Use gnus-extract-address-components instead of
17487         mail-header-parse-addresses to make it work with non-ASCII text;
17488         remove mail-encode-encoded-word-string.
17489
17490         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17491         values which are surrounded with \"...\"; make it never cause a
17492         Lisp error; give up parsing of parameters if it failed in
17493         extracting type.
17494
17495 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
17496
17497         * smime.el (smime-cert-by-ldap-1): Fix bug where
17498         `smime-ldap-search' returns results without userCertificates.
17499
17500 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17503
17504 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * spam.el (spam-check-spamassassin-headers): Adapt format for
17507         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
17508         <ari@mbf.ocn.ne.jp>.
17509         (spam-list-of-processors): Add spam-use-gmane.
17510
17511 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17514         make-temp-file; make it work with XEmacs as well.
17515
17516         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17517         mm-make-temp-file.
17518
17519         * mm-decode.el (mm-display-external): Use the 3rd arg of
17520         mm-make-temp-file.
17521         (mm-create-image-xemacs): Ditto.
17522
17523 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17526         with message-narrow-to-headers.
17527         (gnus-draft-setup): Narrow to header to run message-fetch-field.
17528         (gnus-draft-check-draft-articles): New function.
17529         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17530
17531 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17532
17533         * gnus-art.el (gnus-article-browse-html-parts):
17534         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17535         Don't use suffix argument for mm-make-temp-file for Emacs 21
17536         compatibility.  Remove useless `format'.
17537
17538 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17539
17540         * nnweb.el (nnweb-google-wash-article): Update regexps.
17541         (nnweb-group-alist): Use defvoo instead of defvar.
17542
17543 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17546         re-loading nn* modules.
17547
17548 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
17549
17550         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17551         for `tool-bar-mode' and don't check it's default-value.
17552
17553         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17554
17555         * message.el (message-make-tool-bar): Ditto.
17556
17557         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17558         `substring'.  Shorten tmp-file name.
17559
17560         * gnus.el: Remove bogus comment.
17561
17562 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
17563
17564         * gnus-art.el (gnus-article-browse-html-parts): New function.
17565         (gnus-article-browse-html-article): New function for viewing html
17566         articles with a browser.
17567
17568 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
17569
17570         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
17571         in elisp.
17572         (pgg-gpg-encrypt-symmetric-region): Ditto.
17573         (pgg-gpg-sign-region): Ditto.
17574
17575         * pgg-def.el (pgg-text-mode): New variable.
17576
17577         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17578         (mml2015-pgg-encrypt): Ditto.
17579
17580         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17581         (mml1991-pgg-encrypt): Ditto.
17582
17583 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17584
17585         * nnfolder.el (nnfolder-insert-newsgroup-line):
17586         Use message-make-date instead of current-time-string.
17587
17588         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17589         to gnus-decoded which mm-uu might set.
17590
17591 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17594         don't decode quoted parameters; remove misimported Emacs code.
17595         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17596         (rfc2231-decode-encoded-string): Don't use split-string which
17597         behaves differently according to Emacs version; use
17598         mm-decode-coding-region to convert charset to coding-system.
17599         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17600         (rfc2231-encode-string): Remove misimported Emacs code.
17601
17602 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17603
17604         * gnus-art.el (article-decode-charset): Don't use ignore-errors
17605         when calling mail-header-parse-content-type.
17606         (article-de-quoted-unreadable): Ditto.
17607         (article-de-base64-unreadable): Ditto.
17608         (article-wash-html): Ditto.
17609
17610         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17611         calling mail-header-parse-content-type and
17612         mail-header-parse-content-disposition.
17613         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17614         mail-header-parse-content-type.
17615
17616         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17617         insert charset and format parameters; encode description after
17618         inserting it to buffer.
17619         (mml-insert-parameter): Fold lines properly even if a parameter is
17620         segmented into two or more lines; change the max column to 76.
17621
17622         * rfc1843.el (rfc1843-decode-article-body): Don't use
17623         ignore-errors when calling mail-header-parse-content-type.
17624
17625         * rfc2231.el (rfc2231-parse-string): Return at least type if
17626         possible; don't cause an error even if it fails in parsing of
17627         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17628         (rfc2231-encode-string): Don't break lines at the beginning, leave
17629         it to mml-insert-parameter.
17630
17631         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17632         calling mail-header-parse-content-type.
17633
17634 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
17635
17636         * spam-report.el (spam-report-gmane-use-article-number):
17637         Improve doc string.
17638         (spam-report-gmane-internal): Check if a suitable header was found
17639         in the article.
17640
17641 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17644         (rfc2231-encode-string): Make param*=value always begin with LWSP.
17645
17646 2006-02-05  Romain Francoise  <romain@orebokech.com>
17647
17648         Update copyright notices of all files in the gnus directory.
17649
17650 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17651
17652         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17653
17654 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17655
17656         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17657         segmented lines of parameter value to cope with Thunderbird 1.5
17658         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17659         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17660         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17661
17662 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17663
17664         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17665         parts.
17666
17667 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17668
17669         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17670         there's only one active file for all servers.
17671         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17672         solid groups.  Gnus might have used a FAST request to select the group.
17673         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17674         and nnweb-search redundantly in the active file.
17675         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17676         (nnweb-request-create-group): Don't use ARGS.
17677         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17678         initializations.  Let nnoo do the work.
17679
17680 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17683         Say the part has been decoded.
17684
17685         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17686
17687 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17688
17689         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17690         mailcap-viewer-test-cache when there's no 'test clause, since that
17691         will invert the meaning of a "nil" test previously determined by
17692         mailcap-mailcap-entry-passes-test.
17693
17694 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17695
17696         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17697         compiling.
17698
17699         * gnus-sum.el: Ditto.
17700
17701         * message.el: Don't bind tool-bar-map when compiling.
17702
17703 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17704
17705         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17706
17707 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17708
17709         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17710         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17711         current Google Groups.
17712
17713 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17714
17715         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17716         and tool-bar-mode.
17717
17718         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17719         and tool-bar-mode.
17720
17721         * message.el (message-tool-bar-update): Simplify.
17722         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17723
17724         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17725         gnus-summary-buffer.
17726         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17727         gnus-summary-reply.
17728
17729         * gmm-utils.el (gmm): Add :version.
17730
17731 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * Makefile.in (clean): New rule.
17734         (distclean): Use it.
17735
17736 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17737
17738         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17739         Don't autoload.
17740
17741 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * gmm-utils.el (gmm-verbose): Add :group.
17744
17745 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17746
17747         * message.el: Change some comments WRT tool-bars.
17748
17749         * gnus-sum.el (gnus-summary-tool-bar)
17750         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17751         (gnus-summary-tool-bar-zap-list): New variables.
17752         (gnus-summary-make-tool-bar): Complete rewrite using
17753         `gmm-tool-bar-from-list'.
17754
17755         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17756         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17757         New variables.
17758         (gnus-group-make-tool-bar): Complete rewrite using
17759         `gmm-tool-bar-from-list'.
17760         (gnus-group-tool-bar-update): New function.
17761
17762         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17763
17764 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17765
17766         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17767         is dissected into a single part of which the type is the same as
17768         the given one; decode charset.
17769
17770 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17771
17772         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17773         into alists as symbol not string, since that's what
17774         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17775         look for.
17776
17777 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17778
17779         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17780         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17781
17782         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17783
17784 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17785
17786         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
17787         (gnus-xmas-mime-security-button-menu): New function.
17788
17789         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17790         (gnus-mime-security-button-menu): New definition.
17791         (gnus-mime-security-button-map): Use them.
17792         (gnus-mime-security-button-menu): New function.
17793         (gnus-insert-mime-security-button): Addition to help echo.
17794         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17795         (gnus-mime-security-pipe-part): New functions.
17796
17797         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17798         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17799
17800         * mm-decode.el (mm-handle-set-disposition): Remove.
17801         (mm-handle-set-description): Remove.
17802
17803 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17806         (mm-w3m-standalone-supports-m17n-p): New function.
17807         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17808         w3m usage.
17809
17810         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17811         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17812
17813 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17814
17815         * message.el (message-tool-bar-zap-list):
17816         Use gmm-tool-bar-zap-list as custom type.
17817         (message-tool-bar-update): New function.
17818         (message-tool-bar, message-tool-bar-gnome)
17819         (message-tool-bar-retro): Add message-tool-bar-update.
17820         (message-tool-bar-gnome): Add flyspell-buffer.
17821
17822         * gnus-util.el (gnus-error): Describe `args'.
17823
17824         * gmm-utils.el (gmm-error): Describe `args'.
17825         (gmm-tool-bar-zap-list): New widget.
17826         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17827
17828 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17831         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17832         the number of recursive calls.
17833
17834         * mm-decode.el (mm-handle-set-disposition): New macro.
17835         (mm-handle-set-description): New macro.
17836
17837 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17840         encoding.
17841
17842 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17843
17844         * message.el (message-tool-bar-zap-list, message-tool-bar)
17845         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17846         (message-tool-bar-local-item-from-menu): Remove.
17847         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17848         (message-make-tool-bar): New function.
17849         (message-mode): Use `message-make-tool-bar'.
17850
17851         * gmm-utils.el: New file.
17852         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17853         (gmm-lazy): New widget copied from `nnmail.el'.
17854         (gmm-tool-bar-from-list): New function for creating customizable
17855         tool bars.
17856         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17857         output.
17858         (gmm): Add :prefix to defgroup.
17859
17860 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17861
17862         * gmm-utils.el (gmm-widget-p): New function.
17863
17864 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17865
17866         * mml.el (mml-attach-file): Describe `description' in doc string.
17867         (mml-menu): Add Emacs MIME manual and PGG manual.
17868
17869 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17870
17871         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17872
17873 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17874
17875         * nntp.el (nntp-end-of-line): Doc fix.
17876
17877 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17878
17879         * imap.el (imap-open): Handle case where buffer is a buffer
17880         object.
17881
17882 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17883
17884         * gnus-delay.el (gnus-delay): Don't autoload.
17885         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17886         to be re-loaded when customizing the `gnus-delay' group.
17887
17888 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17889
17890         * message.el (message-insert-citation-line): Use newlines.
17891
17892 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17893
17894         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17895         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
17896         these routines, so the passphrase can be managed externally and
17897         passed in to the system.
17898         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17899         pgg-add-passphrase-to-cache function.
17900
17901         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17902         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
17903         these routines, so the passphrase can be managed externally and
17904         passed in to the system.
17905         (pgg-pgp5-sign-region): Use new name of
17906         pgg-add-passphrase-to-cache function.
17907
17908 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
17909
17910         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
17911         part of the decoded armor to find the key-identifier.
17912         (pgg-gpg-lookup-key-owner): New function to return the
17913         human-readable identifier of a key owner.
17914         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
17915         itself.
17916         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
17917         the key value) if we have a key and can match it against a secret
17918         key.  Also, added a note pointing out fact that the prompt only
17919         indicates the first matching key.
17920
17921         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
17922         pgg-decrypt-region.
17923         (pgg-add-passphrase-to-cache): Rename from
17924         `pgg-add-passphrase-cache' to reduce confusion (all callers
17925         changed).
17926         (pgg-remove-passphrase-from-cache): Rename from
17927         `pgg-remove-passphrase-cache' to reduce confusion (all callers
17928         changed).
17929         (pgg-read-passphrase, pgg-add-passphrase-cache)
17930         (pgg-remove-passphrase-cache): Add informative docstrings.
17931         (pgg-decrypt): Convey provided passphrase in subordinate call to
17932         pgg-decrypt-region.
17933
17934 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
17935
17936         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
17937         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
17938         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
17939         'passphrase' argument, so the passphrase can be managed externally
17940         and then passed in to the system.
17941
17942         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
17943         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
17944         so the passphrase cache can be used reliably with identifiers
17945         besides a pgp packet's key id.
17946
17947         * pgg-gpg.el (pgg-gpg-encrypt-region)
17948         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17949         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
17950         these routines, so the passphrase can be managed externally and
17951         passed in to the system.
17952
17953         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
17954         'notruncate' argument, so the passphrase cache can be used
17955         reliably with identifiers besides a pgp packet's key id.
17956
17957 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
17958
17959         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
17960         symmetric encryption.
17961         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
17962         encrypted session key.
17963         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
17964         message ask for the passphrase in a proper way.
17965
17966         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
17967         New user commands for symmetric encryption.
17968
17969 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17972
17973         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17974
17975 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17976
17977         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17978
17979 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17980
17981         * mm-decode.el (mm-inlined-types): Add application/pgp.
17982         (mm-automatic-display): Ditto.
17983
17984         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17985         part as text.
17986
17987 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17988
17989         * nnrss.el: Update copyright.
17990         (nnrss-opml-import): Query whether to subscribe to each entry.
17991
17992         * gnus-art.el:
17993         * gnus-sum.el:
17994         * gnus-xmas.el:
17995         * messagexmas.el:
17996         * mm-uu.el:
17997         * mm-view.el: Update copyright.
17998
17999 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
18000
18001         * message.el (message-info): New function.
18002         (message-mode-menu): Add it.
18003         Update copyright.
18004
18005         * ChangeLog: Fix and update copyright.
18006
18007 2006-01-13  Romain Francoise  <romain@orebokech.com>
18008
18009         * message.el (message-forward-subject-name-subject): Prefer the
18010         address to 'nowhere' if the sender has no name.
18011         Fix typo.  Update copyright year.
18012
18013 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * gnus-art.el (article-wash-html):
18016         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18017         (gnus-article-wash-html-with-w3m-standalone): New function.
18018
18019         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18020         mm-inline-text-html-render-with-w3m-standalone.
18021         (mm-text-html-washer-alist): Map w3m-standalone to
18022         gnus-article-wash-html-with-w3m-standalone.
18023         (mm-inline-text-html-render-with-w3m-standalone): New function.
18024
18025 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18026
18027         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18028         Improve LaTeX.
18029
18030 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18033         (nnrss-request-article): Render text/plain parts as HTML.
18034
18035         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18036         the buffer.
18037
18038 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
18039
18040         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18041         custom definition of `gnus-posting-styles'.
18042
18043         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18044         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18045
18046 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18047
18048         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18049         Use nntp for bug archive.
18050
18051 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18054         parts.
18055         (nnrss-normalize-date): New function converts ISO 8601 date into
18056         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18057         (nnrss-check-group): Use it.
18058
18059 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18062
18063         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18064         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
18065         (nnrss-insert-w3): Ditto.
18066
18067 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18070         the articles to be forwarded including the case where neither a
18071         number of articles nor a region is specified.
18072
18073 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18074
18075         * nnrss.el (nnrss-request-article): Fix last change; fill
18076         text/plain parts.
18077
18078 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18081         in text/plain part.
18082         (nnrss-check-group): Don't add excessive newline to dc:subject.
18083
18084 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
18085
18086         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18087         article.
18088
18089 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
18090
18091         * nnml.el: Don't require gnus-bcklg.  Autoload it.
18092         (nnml-use-compressed-files, nnml-save-mail): Support other
18093         comression programs such as bzip2.
18094
18095 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18096
18097         * dns.el (query-dns): Make sure we check the buffer size before
18098         removing tcp headers.
18099
18100 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18103         remove MIME buttons associated with multipart/alternative parts.
18104         (gnus-mime-display-alternative): Tag buttons using `article-type'
18105         text property.
18106
18107         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18108         associated with multipart/alternative parts.
18109
18110         * gnus-art.el (gnus-signature-separator): Fix custom type.
18111
18112         * mm-decode.el (mm-inlined-types): Fix custom type.
18113         (mm-keep-viewer-alive-types): Ditto.
18114         (mm-automatic-display): Ditto.
18115         (mm-attachment-override-types): Ditto.
18116         (mm-inline-override-types): Ditto.
18117         (mm-automatic-external-display): Ditto.
18118
18119 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
18120
18121         * spam-report.el (spam-report-user-mail-address)
18122         (spam-report-user-agent): New variables.
18123         (spam-report-url-ping-plain): Use spam-report-user-agent.
18124
18125 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
18126
18127         * gnus-art.el (gnus-button-handle-custom): Do not just use
18128         `customize-apropos' for any "M-x customize-*" button but the
18129         function called for.  Accept both the function name and its
18130         argument in order to achieve this.
18131         (gnus-button-alist): Remove support for "custom:" URL's.
18132         Pass function name to `gnus-button-handle-custom' in case of "M-x
18133         customize-*" buttons.
18134
18135 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18136
18137         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18138         multipart/alternative and add xref to mm-discouraged-alternatives
18139         in doc string.
18140
18141         * mm-decode.el (mm-discouraged-alternatives): Add xref to
18142         gnus-buttonized-mime-types in doc string.
18143
18144 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
18145
18146         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18147         Suggest image/.* in the doc string.
18148
18149 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
18150
18151         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18152         message-marks (Debian bug #342521).
18153
18154 2005-12-12  Simon Josefsson  <jas@extundo.com>
18155
18156         * password.el (password-read-from-cache): Add.
18157         (password-read): Use it.
18158
18159 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * rfc2047.el (rfc2047-charset-to-coding-system):
18162         Recognize us-ascii as a MIME charset.
18163
18164         * mm-bodies.el (mm-decode-content-transfer-encoding):
18165         Protect against the case where the 2nd arg TYPE is nil.
18166
18167 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18168
18169         * pop3.el (pop3-stream-type): Fix custom version.
18170
18171         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18172
18173 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18174
18175         * mm-decode.el (mm-display-external): Add missing cdr.
18176
18177 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * mm-decode.el (mm-display-external): Use nametemplate (defined in
18180         RFC1524) if it is in mailcap or add a suffix according to
18181         mailcap-mime-extensions when generating a temp filename; postpone
18182         deleting a temp file for 2 seconds for some wrappers, shell
18183         scripts, and so on, which might exit right after having started a
18184         viewer command as a background job.
18185
18186 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18187
18188         * nntp.el (nntp-marks-directory): Fix custom group.
18189
18190         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18191         steps when < 10.
18192
18193         * gnus-start.el (gnus-no-server-1):
18194         Mention `gnus-level-default-subscribed' in doc string.
18195
18196 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18197
18198         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18199         parens.
18200
18201 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * gnus-xmas.el (gnus-use-toolbar): Revert.
18204         (gnus-xmas-setup-toolbar): Use global default-toolbar if
18205         gnus-use-toolbar is default.
18206
18207         * messagexmas.el (message-use-toolbar): Revert.
18208         (message-setup-toolbar): Use global default-toolbar if
18209         message-use-toolbar is default.
18210
18211 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
18214         according to default-toolbar-visible-p.
18215
18216         * messagexmas.el (message-use-toolbar): Ditto.
18217
18218 2005-11-26  Dave Love  <fx@gnu.org>
18219
18220         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18221         (tls-program, tls-success): Provide openssl alternative.
18222
18223         * starttls.el: Doc fixes.
18224         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18225         SERVICE to PORT.
18226
18227         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
18228         port null or service name.
18229         (starttls-negotiate): Autoload.
18230
18231 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * message.el (message-kill-to-signature): Fix interactive spec.
18234
18235 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18236
18237         * pop3.el (pop3-open-server): Recognize a string as a service name.
18238
18239 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
18240
18241         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18242
18243 2005-11-23  Dave Love  <fx@gnu.org>
18244
18245         Add pop3s, pop3/starttls.
18246
18247         * pop3.el (pop3-authentication-scheme): Clarify doc.
18248         (open-tls-stream, starttls-open-stream): Autoload.
18249         (pop3-stream-type): New.
18250         (pop3-open-server): Use it.
18251
18252         * mail-source.el (mail-sources): Fix some :types.  Add stream type
18253         for POP.
18254         (mail-source-keyword-map): Add :stream for POP.
18255         (mail-source-fetch-pop): Use pop3-stream-type.
18256
18257 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18258
18259         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18260         of current-time-string.
18261
18262 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
18263
18264         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18265         date header.
18266
18267 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18268
18269         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18270         it can seriously impact performance as it bypasses the agent's
18271         local caches.
18272
18273 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
18274
18275         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18276         must be explicitly online rather than "not explicitly offline" for
18277         its flags to be synchronized.
18278
18279         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18280         that gnus-uu-unmark-thread will function correctly.
18281
18282         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18283         1024K is instead displayed as 1M.
18284
18285 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18286
18287         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18288
18289 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
18290
18291         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18292
18293 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
18294
18295         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18296         error message to display actual error condition.
18297         (gnus-agent-save-local): Avoid saving symbols that are bound to
18298         nil as they simply result in a warning message in
18299         gnus-agent-read-local.
18300
18301 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18302
18303         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18304         rather than make-variable-buffer-local for file-precious-flag.
18305
18306 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18307
18308         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18309         for duplicates which are removed.  The invalid sort check then
18310         triggers a rescan after the sort as sorting may have moved
18311         duplicate entries such that they can be cheaply detected.
18312
18313 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18316
18317 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
18318
18319         * gnus-agent.el (gnus-agent-article-alist-save-format):
18320         Change internal variable to a custom variable.  Change default value
18321         from compressed(2) to uncompressed(1).
18322         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18323         support for uncompressed agentview files.  Taken together, reading
18324         the agentview file should now be 6-7 times faster.
18325
18326 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
18327
18328         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18329         as a buffer-local variable.  This avoids creating truncated
18330         dribble files as a result of a hang up, eg.
18331
18332 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
18333
18334         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
18335         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
18336         XEmacs.
18337
18338 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
18339
18340         * gnus-start.el (gnus-start-draft-setup):
18341         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18342
18343         * gnus.el (gnus-splash): Change custom group.
18344         (gnus-group-get-parameter, gnus-group-parameter-value):
18345         Describe allow-list argument.
18346
18347         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18348         string.
18349
18350 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
18351
18352         * gnus-art.el (gnus-default-article-saver): Add user-defined
18353         `function' to custom type.
18354
18355 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18356
18357         * imap.el (imap-open): Handle case where buffer is a buffer
18358         object.
18359
18360 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18361
18362         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18363         long lines.
18364         (gnus-cache-delete-group): Wrap doc strings.
18365
18366         * gnus-agent.el (gnus-agent-rename-group)
18367         (gnus-agent-delete-group): Wrap doc strings.
18368
18369 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * messagexmas.el (message-use-toolbar): Change the valid values
18372         into default, top, bottom, left, and right.
18373         (message-toolbar-thickness): New variable.
18374         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
18375         well.
18376         (message-setup-toolbar): Make it work.
18377
18378         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
18379         (gnus-use-toolbar): Change the valid values into default, top,
18380         bottom, left, and right.
18381         (gnus-toolbar-thickness): New variable.
18382         (gnus-xmas-setup-toolbar): New function.
18383         (gnus-xmas-setup-group-toolbar): Use it.
18384         (gnus-xmas-setup-summary-toolbar): Use it.
18385
18386 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18387
18388         * gnus-start.el (gnus-1): Add "native" to
18389         gnus-predefined-server-alist.
18390
18391         * gnus.el (gnus-method-to-server): Don't add "native" to the
18392         lists here, because that leads to problems when
18393         gnus-select-method is bound.
18394
18395 2005-11-09  Simon Josefsson  <jas@extundo.com>
18396
18397         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18398         use (not sort-by-date) instead.
18399
18400 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18401
18402         * gnus-delay.el (gnus-delay-group): Don't autoload.
18403         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18404         to be re-loaded when customizing the `gnus-delay' group.
18405
18406 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18407
18408         * message.el: Revert last changes.
18409         (message-insert-citation-line): Use newlines.
18410
18411 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18412
18413         * message.el (message-courtesy-message)
18414         (message-mark-insert-begin, message-mark-insert-end)
18415         (message-elide-ellipsis, message-cancel-message)
18416         (message-add-header, message-change-subject)
18417         (message-cross-post-followup-to-header)
18418         (message-cross-post-insert-note, message-reduce-to-to-cc)
18419         (message-widen-reply, message-delete-not-region)
18420         (message-kill-to-signature, message-insert-signature)
18421         (message-insert-importance-high, message-insert-importance-low)
18422         (message-insert-or-toggle-importance)
18423         (message-insert-disposition-notification-to)
18424         (message-indent-citation, message-yank-original)
18425         (message-cite-original-without-signature, message-cite-original)
18426         (message-insert-citation-line, message-position-on-field)
18427         (message-fix-before-sending, message-send-mail-partially)
18428         (message-send-mail, message-send-mail-with-sendmail)
18429         (message-send-mail-with-qmail, message-send-news)
18430         (message-check-news-header-syntax, message-generate-headers)
18431         (message-insert-courtesy-copy, message-fill-address)
18432         (message-fill-header, message-shorten-references)
18433         (message-setup-1, message-cancel-news)
18434         (message-forward-make-body-plain, message-forward-make-body-mime)
18435         (message-forward-make-body-mml, message-encode-message-body)
18436         (message-forward-make-body-digest-plain)
18437         (message-forward-make-body-digest-mime)
18438         (message-use-alternative-email-as-from): Insert `hard-newline'
18439         instead of ordinary newlines.
18440
18441 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18442
18443         * message.el (message-generate-headers): Downcase the argument
18444         given to message-check-element.
18445
18446 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
18447
18448         * nntp.el (nntp-authinfo-rejected): New error condition.
18449         (nntp-wait-for): Use new error condition to signal authentication
18450         error.
18451         (nntp-retrieve-data): Rethrow new error condition to break out of
18452         recursive call to nntp-send-authinfo.
18453
18454 2005-11-08  Romain Francoise  <romain@orebokech.com>
18455
18456         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18457         (gnus-summary-exit-map): Bind to `Z p'.
18458         (gnus-summary-make-menu-bar): Add menu item.
18459
18460 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
18461
18462         * gnus-art.el (gnus-article-treat-custom): Add `first'.
18463         (gnus-treat-*): Add `first' in all doc strings.
18464
18465         * gnus-group.el (gnus-group-compact-group): Fix typo.
18466
18467 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18468
18469         * gnus.el (gnus-parameters-case-fold-search): New variable.
18470         (gnus-parameters-get-parameter): Use it.
18471
18472         * gnus-score.el (gnus-home-score-file): Doc fix.
18473
18474 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
18475
18476         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18477
18478 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * mm-util.el (mm-special-display-p): New function.
18481
18482         * mml.el (mml-preview): Use it; doc fix.
18483
18484 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
18485
18486         * imap.el (imap-open): Handle case where buffer is a buffer object.
18487
18488 2005-10-29  Romain Francoise  <romain@orebokech.com>
18489
18490         * message.el (message-fix-before-sending): Fix comment.
18491
18492 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18493
18494         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18495
18496 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
18497
18498         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18499         Used in gnus-score.el.
18500
18501 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
18502
18503         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18504
18505 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
18506
18507         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18508         whitespace removed in revision 7.8.  Use concatenated string to
18509         protect trailing whitespace.
18510
18511 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
18512
18513         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18514         (nnimap-request-expire-articles): Use it to avoid sending 'UID
18515         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18516         Courier IMAP ("some version from 2004").  Mostly based on similar
18517         code in the same function.
18518
18519 2005-10-26  Didier Verna  <didier@xemacs.org>
18520
18521         * gnus-group.el (gnus-group-compact-group): Invalidate original
18522         article buffer.
18523         * gnus-srvr.el (gnus-server-compact-server): Ditto.
18524         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18525         NOV database and in article itself.
18526         Invalidate article backlog.
18527
18528 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18531
18532 2005-10-26  Simon Josefsson  <jas@extundo.com>
18533
18534         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18535         part of 2004-07-25 change.
18536
18537 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * message.el (message-display-completion-list): New function.
18540         (message-expand-group): Use it; make sure the Completions buffer
18541         is modifiable.
18542 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
18543
18544         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18545         user-mail-name is an empty string.
18546
18547 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18548
18549         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18550         depending on gnus-score-decay-constant.
18551
18552         * encrypt.el (encrypt-insert-file-contents)
18553         (encrypt-write-file-contents): Don't use `gnus-message'.
18554
18555         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18556         arguments.
18557         (mm-uu-type-alist): Add message-marks and insert-marks.
18558         Pass arguments to mm-uu-verbatim-marks-extract.
18559         (mm-uu-hide-markers): New variable.
18560         (mm-uu-extract): Use face similar to `gnus-cite-3'.
18561
18562         * gnus-fun.el (gnus-convert-image-to-x-face-command)
18563         (gnus-convert-image-to-face-command): Use "convert" by default to
18564         allow other input image formats.
18565         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18566         accordingly.
18567
18568 2005-10-23  Simon Josefsson  <jas@extundo.com>
18569
18570         * imap.el (imap-gssapi-program): Align command line parameters
18571         with latest GNU SASL.
18572         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18573
18574 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18575
18576         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18577         HTML.
18578         (nnslashdot-request-article): Ditto.
18579
18580         * lpath.el (featurep): Add nobreak-char-display.
18581
18582 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18583
18584         * mail-source.el (mail-source-fetch-pop): Require pop3.
18585         (mail-source-check-pop): Ditto.
18586
18587 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18588
18589         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18590         errors.
18591
18592 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
18593
18594         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18595         (gnus-treat-strip-leading-blank-lines): Improve doc string.
18596
18597         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18598
18599         * mm-bodies.el (mm-decode-string):
18600         Call `mm-charset-to-coding-system' with allow-override argument.
18601
18602 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18603
18604         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18605         (rfc2047-charset-to-coding-system): New function.
18606         (rfc2047-decode-encoded-words): New function.
18607         (rfc2047-decode-region): Use them.
18608         (rfc2047-decode-cte): Remove.
18609         (rfc2047-parse-and-decode): Remove.
18610         (rfc2047-decode): Remove.
18611
18612 2005-10-15  Kenichi Handa  <handa@m17n.org>
18613
18614         * rfc2047.el (rfc2047-decode-cte): New function.
18615         (rfc2047-decode-region): Change the way to decode successive
18616         encoded-words: decode B- or Q-encoding in each encoded-word,
18617         concatenate them, and decode it as charset.
18618
18619 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18620
18621         * lpath.el: Fbind codepage-setup for XEmacs.
18622
18623 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
18624
18625         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
18626         widget-move-and-invoke.
18627         (gnus-custom-mode): Use gnus-custom-map.
18628
18629 2005-10-15  Bill Wohler  <wohler@newt.com>
18630
18631         * message.el (message-tool-bar-map): Rename image file from
18632         mail_send to mail/send.
18633
18634 2005-10-16  Masatake YAMATO  <jet@gyve.org>
18635
18636         * message.el (message-expand-group): Pass the common
18637         prefix substring of completion to `display-completion-list'.
18638
18639 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
18640
18641         * mml-sec.el (mml-secure-method): New internal variable.
18642         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18643         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18644         New functions using mml-secure-method.
18645
18646         * mml.el (mml-mode-map): Add key bindings for those functions.
18647         (mml-menu): Simplify security menu entries.  Suggested by Jesper
18648         Harder <harder@myrealbox.com>.
18649         (mml-attach-file, mml-attach-buffer, mml-attach-external):
18650         Goto end of message if point is the headers of the message.
18651
18652         * message.el (message-in-body-p): New function.
18653
18654         * assistant.el: Autoload gnus-util and netrc.
18655
18656         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18657         Use `mm-charset-override-alist' only when decoding.
18658
18659         * mm-bodies.el (mm-decode-body):
18660         Call `mm-charset-to-coding-system' with allow-override argument.
18661
18662         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18663         `filename' from Content-Disposition if Content-Type doesn't
18664         provide `name'.
18665         (gnus-mime-view-part-as-type): Set default instead of
18666         initial-input.
18667
18668 2005-10-09  Daniel Brockman  <daniel@brockman.se>
18669
18670         * format-spec.el (format-spec): Propagate text properties of % spec.
18671
18672 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18673
18674         * gnus-art.el (gnus-treat-predicate): Add `first'.
18675
18676 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18677
18678         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18679         (mm-charset-override-alist): New variable.
18680         (mm-charset-to-coding-system): Use it.
18681         (mm-codepage-setup): New helper function.
18682         (mm-charset-eval-alist): New variable.
18683         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18684         Warn about unknown charsets.
18685
18686         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
18687
18688 2005-10-04  David Hansen  <david.hansen@gmx.net>
18689
18690         * nnrss.el (nnrss-request-article): Add support for the comments tag.
18691         (nnrss-check-group): Ditto.
18692
18693 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18696         Rename x-gnus-verbatim to x-verbatim.
18697         (mm-uu-type-alist): Fix regexp for verbatim-marks.
18698
18699         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18700         x-verbatim.
18701
18702         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18703
18704         * gnus-util.el (gnus-remove-duplicates): Remove.
18705
18706         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18707         instead of gnus-remove-duplicates.
18708
18709         * message.el (message-remove-duplicates): Remove.
18710         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18711         message-remove-duplicates.
18712
18713         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18714         available, else use implementation from `delete-dups'.
18715
18716         * message.el (message-insert-expires): New function.
18717         (message-mode-map): Add key binding.
18718         (message-mode-field-menu): Add menu entry.
18719         (message-mode): Document it.
18720         (message-make-expires-date): Use `message-make-date'.
18721
18722 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
18723
18724         * message.el (message-make-expires-date): New function.
18725
18726 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18727
18728         * Makefile.in (list-installed-shadows): New entry.
18729         (install): Use it.
18730         (remove-installed-shadows): New entry.
18731
18732         * dgnushack.el (dgnushack-default-load-path): New variable.
18733         (dgnushack-find-lisp-shadows): New function.
18734         (dgnushack-remove-lisp-shadows): New function.
18735
18736 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * Makefile.in (install-el-elc): New entry.
18739         (install): Use it so that .el files are necessarily installed.
18740
18741 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18742
18743         * time-date.el: Autoload parse-time-string, XEmacs needs it.
18744
18745 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18746
18747         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18748         function rather than the diff-mode.el package.
18749         (mm-display-external): Use with-current-buffer.
18750         (mm-viewer-completion-map, mm-viewer-completion-map):
18751         Move initialization inside declaration.
18752
18753 2005-09-29  Simon Josefsson  <jas@extundo.com>
18754
18755         * spam.el: Load hashcash when compiling, to avoid warnings.
18756         Don't autoload mail-check-payment.
18757         (spam-check-hashcash): Define unconditionally, since hashcash.el
18758         is part of Gnus now.  Ignore errors from payment checking.
18759
18760 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * message.el (message-bold-region, message-unbold-region):
18763         Rename from `bold-region' and `unbold-region'.
18764
18765         * message.el: Remove useless autoloads.
18766
18767 2005-09-28  Simon Josefsson  <jas@extundo.com>
18768
18769         * message.el (message-use-idna): Default to t.
18770         (message-use-idna): Test whether encoding works too.  Doc fix.
18771
18772 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18773
18774         * nntp.el (nntp-warn-about-losing-connection): Remove.
18775
18776 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
18777
18778         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18779         customizable.  Change default value.
18780         (mm-uu-diff-groups-regexp): Change default value.
18781         (mm-uu-type-alist): Add doc string.
18782         (mm-uu-configure): Add doc string.  Make it interactive.
18783         (mm-uu-tex-groups-regexp): New variable.
18784         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18785         (mm-uu-type-alist): Add LaTeX documents.
18786         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18787         of "text/verbatim".
18788         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18789
18790         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18791         instead of "text/verbatim".
18792
18793         * message.el (message-mark-inserted-region)
18794         (message-mark-insert-file): Use slrn style marks when called with
18795         prefix argument.
18796
18797 2005-09-27  Simon Josefsson  <jas@extundo.com>
18798
18799         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18800
18801 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18802
18803         * message.el (message-remove-duplicates): New function.
18804         Implementation borrowed from `gnus-remove-duplicates'.
18805         (message-idna-to-ascii-rhs): Also encode idna addresses in
18806         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18807         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18808         only ask about the same idna domain once per header and also tell
18809         in what header to replace the idna domain.
18810
18811         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18812         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18813         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18814         a header is decoded and not just the last one.
18815
18816 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18817
18818         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18819         has been decoded.
18820
18821         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18822         (mm-insert-part): Don't modify text if it has been decoded.
18823
18824         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18825         decoded.
18826
18827         * mm-view.el (mm-inline-text): Don't strip text props unless
18828         decoding enriched or richtext parts.
18829
18830 2005-09-25  Romain Francoise  <romain@orebokech.com>
18831
18832         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18833         * gnus-start.el (gnus-subscribe-interactively):
18834         * gnus-uu.el (gnus-uu-grab-articles):
18835         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18836         space.
18837
18838 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18839
18840         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18841         * mm-view.el (mm-view-pkcs7-decrypt):
18842         * gnus-sum.el (gnus-summary-limit-to-extra)
18843         (gnus-summary-respool-article, gnus-read-move-group-name):
18844         * gnus-score.el (gnus-summary-increase-score):
18845         * gnus-util.el (gnus-completing-read-with-default):
18846         * gnus-art.el (gnus-read-save-file-name)
18847         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18848         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18849         * message.el (message-check-news-header-syntax):
18850         Follow convention for reading with the minibuffer.
18851
18852 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18853
18854         * spam-report.el (spam-report-url-ping-plain):
18855         Use gnus-extended-version as User-Agent.
18856
18857         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18858         default value is nil.
18859
18860         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18861         (mm-uu-verbatim-marks-extract): New function.
18862         (mm-uu-extract): New face.
18863         (mm-uu-copy-to-buffer): Use it.
18864
18865         * spam-report.el (spam-report-gmane-ham): Rename from
18866         `spam-report-gmane-unspam'.
18867         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18868         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18869
18870         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18871         Autoload.
18872         (spam-report-gmane-unregister-routine):
18873         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18874
18875 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18876
18877         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18878         (spam-report-gmane-unregister-routine): Add support for gmane
18879         unregistration.
18880
18881         * spam-report.el (spam-report-gmane-unspam)
18882         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18883         (spam-report-gmane): Change to take a single article and do unspam
18884         registration.
18885
18886 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18887
18888         * mm-url.el (mm-url-decode-entities): Fix regexp.
18889
18890 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18891
18892         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18893         default to nil, to be able to use Gnus at all.  If the default
18894         switches to something else, then the function should be fixed not
18895         be exceedingly slow.
18896
18897 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18898
18899         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18900         fail hard.
18901
18902         * spam-report.el: Add better Keywords line.
18903
18904         * spam.el: Add Maintainer and better Keywords line.
18905
18906 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18907
18908         * gnus-art.el (gnus-article-replace-part)
18909         (gnus-mime-replace-part): New functions.
18910         (gnus-mime-action-alist, gnus-mime-button-commands)
18911         (gnus-mime-save-part-and-strip): Add file argument.
18912         (gnus-article-part-wrapper): Add interactive argument.
18913
18914         * gnus-sum.el (gnus-summary-mime-map):
18915         Add `gnus-article-replace-part'.
18916
18917 2005-09-19  Didier Verna  <didier@xemacs.org>
18918
18919         The nnml compaction feature:
18920         * nnml.el (nnml-request-compact-group): New function.
18921         * nnml.el (nnml-request-compact): New function.
18922         * gnus-int.el (gnus-request-compact-group): New function.
18923         * gnus-int.el (gnus-request-compact): New function.
18924         * gnus-group.el (gnus-group-compact-group): New function.
18925         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18926         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18927         * gnus-srvr.el (gnus-server-compact-server): New function.
18928         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18929         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18930
18931 2005-09-18  Deepak Goel  <deego@gnufans.org>
18932
18933         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18934         format spec.
18935
18936 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18937
18938         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18939
18940 2005-09-15  Romain Francoise  <romain@orebokech.com>
18941
18942         * message.el (message-fill-paragraph): Clarify docstring.
18943
18944 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18945
18946         * gnus-art.el (gnus-mime-display-part): Protect against broken
18947         MIME messages.
18948
18949 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18950
18951         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18952         before parsing header.
18953
18954 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18955
18956         * html2text.el (html2text-replace-list): Add new entities.
18957
18958 2005-09-11  Romain Francoise  <romain@orebokech.com>
18959
18960         * message.el (message-alternative-emails): Improve docstring.
18961         (message-setup-1): Call `message-use-alternative-email-as-from'
18962         after `message-setup-hook' to give it precedence over posting
18963         styles, etc.
18964         (message-use-alternative-email-as-from): Add docstring.
18965         Remove the original From header if present.
18966
18967         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18968         (nnml-save-mail): Use it.
18969
18970         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18971         articles.  Add new argument `silent'.
18972         (gnus-uu-mark-all): Report the total number of marked articles.
18973
18974 2005-09-10  Romain Francoise  <romain@orebokech.com>
18975
18976         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18977         (gnus-uu-mark-series): Likewise.
18978
18979 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18980
18981         * spam-report.el (spam-report-gmane): Fix generation of spam
18982         report URL.
18983
18984 2005-09-10  Simon Josefsson  <jas@extundo.com>
18985
18986         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18987         t, based on discussion on the ding list with Robert Epprecht
18988         <epprecht@solnet.ch>.
18989
18990 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18991
18992         * spam-report.el (spam-report-gmane): Make it work without
18993         X-Report-Spam header.  Gmane now only provides Archived-At.
18994         This is only used if `spam-report-gmane-use-article-number' is nil.
18995         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18996
18997         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18998         make `gnus-summary-sort-by-recipient' work with threading.
18999
19000         * nnweb.el (nnweb-google-wash-article): Print a message if article
19001         is not available.
19002
19003 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19004
19005         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19006         change.  Decode text/* parts content before displaying.
19007
19008 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
19009
19010         * mml-smime.el: Remove defvar of gnus-extract-address-components.
19011
19012 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19013
19014         * mm-view.el (mm-display-inline-fontify): Disable support modes.
19015
19016         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
19017         url-package-name, url-package-version,
19018         w3m-cid-retrieve-function-alist, w3m-current-buffer,
19019         w3m-display-inline-images, and w3m-minor-mode-map.
19020
19021 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
19022
19023         * message.el (message-tab-body-function): Fix mismatched custom type.
19024
19025         * gnus.el (gnus-group-change-level-function): Ditto.
19026
19027         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19028
19029         * gnus-art.el (gnus-signature-limit)
19030         (gnus-article-mime-part-function): Ditto.
19031
19032 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19033
19034         * mml.el (mml-mode): Silence the byte compiler.
19035
19036         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19037         using `(sit-for 0)' before moving the point to the specified part;
19038         skip unbuttonized parts.
19039         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19040         return to the summary window if gnus-auto-select-part is non-nil.
19041
19042 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
19043
19044         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19045         New variables.
19046         (mml-dnd-attach-file, mml-mode): Use them.
19047
19048         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19049         Make fetching article by MID work again for Google Groups.
19050         Add FIXME concerning gnus-group-make-web-group.
19051
19052         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19053         Don't depend on Gnus by using mail-extract-address-components if
19054         gnus-extract-address-components is not bound.
19055
19056 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19057
19058         * gnus-art.el (gnus-mime-display-security): Don't display the
19059         signature, but only the signed part.
19060
19061 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19062
19063         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19064
19065         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19066         list, not listp.
19067
19068 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
19069
19070         * mm-encode.el (mm-encode-content-transfer-encoding):
19071         Likewise when encoding.
19072
19073         * mm-bodies.el (mm-decode-content-transfer-encoding):
19074         De-canonicalize CRLF for all text content types, not just
19075         text/plain.
19076
19077 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19078
19079         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19080         valid article; point arrow and cursor at the MIME button.
19081
19082 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19083
19084         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19085         Suggested by Dan Christensen <jdc@uwo.ca>.
19086
19087         * mm-decode.el (mm-save-part): Enable change of prompt.
19088
19089 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
19090
19091         * gnus-msg.el (gnus-inews-add-send-actions):
19092         Make `message-post-method' lambda parameter ARG `&optional'.
19093
19094 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19095
19096         * gnus-sum.el (gnus-summary-mime-map):
19097         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19098         gnus-article-jump-to-part.
19099
19100         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19101         (gnus-article-edit-part): Use it.
19102         (gnus-article-part-wrapper): Add no-handle argument.
19103         (gnus-article-save-part-and-strip, gnus-article-delete-part):
19104         New functions.
19105
19106 2005-08-29  Romain Francoise  <romain@orebokech.com>
19107
19108         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19109         docstring.
19110         (gnus-face-from-file): Likewise.
19111
19112 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
19113
19114         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19115         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19116         non-nil.
19117         (gnus-auto-select-part): New variable.
19118         (gnus-article-jump-to-part): New function.
19119         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19120         (gnus-mime-delete-part): Allow selecting specified part after
19121         deleting or stripping parts.
19122         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
19123         part if argument is bogus.
19124
19125 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
19126
19127         * gnus-art.el (w3m-minor-mode-map):
19128         * gnus-spec.el (gnus-newsrc-file-version):
19129         * gnus-util.el (nnmail-active-file-coding-system)
19130         (gnus-original-article-buffer, gnus-user-agent):
19131         * gnus.el (gnus-ham-process-destinations)
19132         (gnus-parameter-ham-marks-alist)
19133         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19134         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19135         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19136         * mm-decode.el (gnus-current-window-configuration):
19137         * mm-extern.el (gnus-article-mime-handles):
19138         * mm-url.el (url-current-object, url-package-name)
19139         (url-package-version):
19140         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19141         (smime-keys, w3m-cid-retrieve-function-alist)
19142         (w3m-current-buffer, w3m-display-inline-images)
19143         (w3m-minor-mode-map):
19144         * mml-smime.el (gnus-extract-address-components):
19145         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19146         (gnus-newsrc-hashtb, message-default-charset)
19147         (message-deletable-headers, message-options)
19148         (message-posting-charset, message-required-mail-headers)
19149         (message-required-news-headers):
19150         * mml1991.el (mc-pgp-always-sign):
19151         * mml2015.el (mc-pgp-always-sign):
19152         * nnheader.el (nnmail-extra-headers):
19153         * rfc1843.el (gnus-decode-encoded-word-function)
19154         (gnus-decode-header-function, gnus-newsgroup-name):
19155         * spam-stat.el (gnus-original-article-buffer): Add defvars.
19156
19157 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
19158
19159         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19160         the end of the date treatments.
19161
19162 2005-08-15  Simon Josefsson  <jas@extundo.com>
19163
19164         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19165         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
19166         Capello and Romain Francoise.
19167         (pgg-fetch-key-function): Remove, not used?
19168         (pgg-insert-url-with-w3): Require url, to get
19169         url-insert-file-contents regardless of where it is defined.
19170
19171 2005-08-13  Romain Francoise  <romain@orebokech.com>
19172
19173         * message.el (message-cite-original-1): New function.
19174         (message-cite-original): Use it.
19175         (message-cite-original-without-signature): Ditto.
19176
19177 2005-08-08  Romain Francoise  <romain@orebokech.com>
19178
19179         * message.el (message-yank-empty-prefix): New variable.
19180         (message-indent-citation): Use it.
19181         (message-cite-original-without-signature): Respect X-No-Archive.
19182
19183 2005-08-08  Simon Josefsson  <jas@extundo.com>
19184
19185         * pgg.el: Autoload url-insert-file-contents instead of loading
19186         w3/url.
19187         (pgg-insert-url-with-w3): Don't load url here.
19188
19189 2005-08-07  Jesper Harder  <harder@phys.au.dk>
19190
19191         * message.el (message-kill-to-signature): Don't insert newline at
19192         bol.
19193         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19194
19195 2005-08-06  Romain Francoise  <romain@orebokech.com>
19196
19197         * message.el (message-user-fqdn): Fix typo in docstring.
19198
19199 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
19200
19201         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19202
19203         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19204
19205 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19206
19207         * mm-bodies.el (mm-encode-body): Use coding system rather than
19208         charset to encode text.
19209
19210         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19211         number of charsets if utf-8 is available (XEmacs).
19212
19213 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
19214
19215         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19216         taken from `gnus-button-mid-or-mail-regexp'.
19217         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19218         (gnus-button-alist): Improve regexp for domain part of the MIDs
19219         for news:localpart@domain buttons.
19220         (gnus-button-ctan-directory-regexp): Update.
19221
19222 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19223
19224         * sieve-manage.el (sieve-manage-interactive-login):
19225         Use make-local-variable rather than make-variable-buffer-local.
19226         (sieve-manage-open): Ditto.
19227         (sieve-manage-authenticate): Ditto.
19228
19229         * mml.el (mml-generate-mime-1): Make the content type default to
19230         text/plain if the filename is not specified.
19231
19232 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19233
19234         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19235         instead of insert-buffer.
19236
19237         * message.el (message-yank-original): Ditto; set the mark at the
19238         end of the yanked message.
19239
19240 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19241
19242         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19243         lines to scroll rather than to stop it.
19244
19245         * mml.el (mml-generate-default-type): Add doc string.
19246         (mml-generate-mime-1): Use mm-default-file-encoding or make it
19247         default to application/octet-stream when determining the content
19248         type if it is not specified for the part or the mml contents; add
19249         a comment about mml-generate-default-type.
19250
19251 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
19252
19253         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19254         make it default to application/octet-stream when determining the
19255         content type if it is not specified for the external contents.
19256
19257 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19258
19259         * rfc2231.el (rfc2231-parse-string): Take care that not only a
19260         segmented parameter but also other parameters might be there.
19261
19262 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19263
19264         * mm-decode.el (mm-display-external): Delete temp file, directory
19265         and buffer immediately if the external process is exited.
19266
19267 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19268
19269         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19270         fewer lines than that of scroll-margin.
19271         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19272
19273 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19274
19275         * gnus-art.el (gnus-article-next-page): Revert.
19276         (gnus-article-beginning-of-window): New macro.
19277         (gnus-article-next-page-1): Use it.
19278         (gnus-article-prev-page): Ditto.
19279         (gnus-article-edit-part): Use insert-buffer-substring instead of
19280         insert-buffer.
19281         (gnus-article-edit-exit): Ditto.
19282
19283         * gnus-util.el (gnus-beginning-of-window): Remove.
19284         (gnus-end-of-window): Remove.
19285
19286         * lpath.el: Don't bind header-line-format and scroll-margin.
19287
19288 2005-07-25  Simon Josefsson  <jas@extundo.com>
19289
19290         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19291         to have the url package without w3.  Reported by Daiki Ueno
19292         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19293
19294 2005-07-20  Didier Verna  <didier@xemacs.org>
19295
19296         * gnus-diary.el: Remove the description comment (nndiary is now
19297         properly documented in the Gnus manual).
19298         Fix the spelling of "Back End".
19299         * nndiary.el: Ditto.
19300         Fix the copyright notice.
19301
19302 2005-07-18  Romain Francoise  <romain@orebokech.com>
19303
19304         * gnus-sum.el (gnus-summary-to-prefix)
19305         (gnus-summary-newsgroup-prefix): New variables.
19306         (gnus-summary-from-or-to-or-newsgroups): Use them.
19307
19308 2005-07-17  Romain Francoise  <romain@orebokech.com>
19309
19310         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19311         space as it's generally not especially interesting to the user.
19312
19313 2005-07-16  Romain Francoise  <romain@orebokech.com>
19314
19315         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19316         nil to avoid prompting and file modification if one of the
19317         messages at the top of the nnfolder file contains a copyright
19318         notice.
19319         Update copyright notice.
19320
19321         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19322         instead of `current-time-string' as the latter creates a time
19323         string that is not RFC 2822 compliant (it lacks the zone).
19324         Update copyright notice.
19325
19326 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19327
19328         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19329         for text/rtf.  Display default in prompt.  Pass default for M-n.
19330
19331         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19332
19333 2005-07-16  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-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19342         (gnus-article-next-page-1): Use gnus-beginning-of-window.
19343         (gnus-article-prev-page): Ditto.
19344
19345         * gnus-util.el (gnus-beginning-of-window): New function.
19346         (gnus-end-of-window): New function.
19347
19348         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
19349
19350 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
19351
19352         * gnus-score.el (gnus-score-edit-all-score):
19353         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19354         gnus-message.
19355
19356 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19357
19358         * gnus-msg.el (gnus-button-mailto):
19359         Remove save-selected-window-window hackery because it relies on
19360         save-selected-window internals.
19361
19362 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19365         add-minor-mode.
19366         (gnus-binary-mode): Ditto.
19367
19368         * gnus-topic.el (gnus-topic-mode): Ditto.
19369
19370 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
19371
19372         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19373         (gnus-article-prev-page): Take scroll-margin into consideration.
19374
19375 2005-07-04  Lute Kamstra  <lute@gnu.org>
19376
19377         Update FSF's address in GPL notices.
19378
19379 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
19380
19381         * gnus.el (gnus-exit):
19382         * gnus-group.el (gnus-group-icons):
19383         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19384
19385         * gnus-nocem.el (gnus-nocem):
19386         * message.el (message-various, message-buffers, message-sending)
19387         (message-interface, message-forwarding, message-insertion)
19388         (message-headers, message-news, message-mail):
19389         * pgg-gpg.el (pgg-gpg):
19390         * pgg-parse.el (pgg-parse):
19391         * pgg-pgp.el (pgg-pgp):
19392         * pgg-pgp5.el (pgg-pgp5):
19393         * pop3.el (pop3): Finish `defgroup' description with period.
19394
19395 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19396
19397         * gnus-art.el (article-display-face): Improve the efficiency.
19398         (article-display-x-face): Ditto; remove gray x-face stuff.
19399
19400 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19401
19402         * gnus-art.el (article-display-face): Correct the position in
19403         which Faces are inserted.
19404
19405 2005-06-29  Didier Verna  <didier@xemacs.org>
19406
19407         * gnus-art.el (article-display-face): Display faces in correct
19408         order.
19409
19410 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19411
19412         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19413         (gnus-fill-real-hashtb): Use hash table instead of obarray.
19414         (gnus-nocem-check-article): Fetch the Type header.
19415         (gnus-nocem-message-wanted-p): Fix the way to examine types.
19416         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19417         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19418         make sure gnus-nocem-hashtb is initialized.
19419         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19420         (gnus-nocem-unwanted-article-p): Ditto.
19421
19422         * pgg.el (pgg-verify): Return the verification result.
19423
19424 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19425
19426         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19427         is ascii.
19428
19429 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
19430
19431         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19432         `show-nonbreak-escape'.
19433
19434 2005-06-23  Lute Kamstra  <lute@gnu.org>
19435
19436         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19437
19438         * dig.el (dig-mode):
19439         * smime.el (smime-mode): Use gnus-run-mode-hooks.
19440
19441 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
19442
19443         * nnimap.el (nnimap-split-download-body): Fix spellings.
19444
19445 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
19446
19447         * gnus-art.el (gnus-article-encrypt-body):
19448         * gnus-cus.el (gnus-score-customize):
19449         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19450         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19451
19452 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
19453
19454         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19455         header by looking for magic "MII" at the beginning.
19456
19457 2005-06-16  Miles Bader  <miles@gnu.org>
19458
19459         * gnus-xmas.el (gnus-xmas-group-startup-message):
19460         Use renamed gnus-splash face.
19461
19462         * assistant.el (assistant-field): Remove "-face" suffix from face name.
19463         (assistant-field-face): New backward-compatibility alias for renamed
19464         face.
19465         (assistant-render-text): Use renamed assistant-field face.
19466
19467         * spam.el (spam): Remove "-face" suffix from face name.
19468         (spam-face): New backward-compatibility alias for renamed face.
19469         (spam-face, spam-initialize): Use renamed spam face.
19470
19471         * message.el (message-header-to, message-header-cc)
19472         (message-header-subject, message-header-newsgroups)
19473         (message-header-other, message-header-name)
19474         (message-header-xheader, message-separator, message-cited-text)
19475         (message-mml): Remove "-face" suffix from face names.
19476         (message-header-to-face, message-header-cc-face)
19477         (message-header-subject-face, message-header-newsgroups-face)
19478         (message-header-other-face, message-header-name-face)
19479         (message-header-xheader-face, message-separator-face)
19480         (message-cited-text-face, message-mml-face):
19481         New backward-compatibility aliases for renamed faces.
19482         (message-font-lock-keywords): Use renamed message faces.
19483
19484         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19485         (sieve-test-commands, sieve-tagged-arguments):
19486         Remove "-face" suffix from face names.
19487         (sieve-control-commands-face, sieve-action-commands-face)
19488         (sieve-test-commands-face, sieve-tagged-arguments-face):
19489         New backward-compatibility aliases for renamed faces.
19490         (sieve-control-commands-face, sieve-action-commands-face)
19491         (sieve-test-commands-face, sieve-tagged-arguments-face):
19492         Use renamed sieve faces.
19493
19494         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19495         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19496         (gnus-group-news-3-empty, gnus-group-news-4)
19497         (gnus-group-news-4-empty, gnus-group-news-5)
19498         (gnus-group-news-5-empty, gnus-group-news-6)
19499         (gnus-group-news-6-empty, gnus-group-news-low)
19500         (gnus-group-news-low-empty, gnus-group-mail-1)
19501         (gnus-group-mail-1-empty, gnus-group-mail-2)
19502         (gnus-group-mail-2-empty, gnus-group-mail-3)
19503         (gnus-group-mail-3-empty, gnus-group-mail-low)
19504         (gnus-group-mail-low-empty, gnus-summary-selected)
19505         (gnus-summary-cancelled, gnus-summary-high-ticked)
19506         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19507         (gnus-summary-high-ancient, gnus-summary-low-ancient)
19508         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19509         (gnus-summary-low-undownloaded)
19510         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19511         (gnus-summary-low-unread, gnus-summary-normal-unread)
19512         (gnus-summary-high-read, gnus-summary-low-read)
19513         (gnus-summary-normal-read, gnus-splash):
19514         Remove "-face" suffix from face names.
19515         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19516         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19517         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19518         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19519         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19520         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19521         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19522         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19523         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19524         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19525         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19526         (gnus-summary-selected-face, gnus-summary-cancelled-face)
19527         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19528         (gnus-summary-normal-ticked-face)
19529         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19530         (gnus-summary-normal-ancient-face)
19531         (gnus-summary-high-undownloaded-face)
19532         (gnus-summary-low-undownloaded-face)
19533         (gnus-summary-normal-undownloaded-face)
19534         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19535         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19536         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19537         (gnus-splash-face):
19538         New backward-compatibility aliases for renamed faces.
19539         (gnus-group-startup-message): Use renamed gnus faces.
19540
19541         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19542         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19543         (gnus-server-agent): Remove "-face" suffix from face names.
19544         (gnus-server-agent-face, gnus-server-opened-face)
19545         (gnus-server-closed-face, gnus-server-denied-face)
19546         (gnus-server-offline-face):
19547         New backward-compatibility aliases for renamed faces.
19548         (gnus-server-agent-face, gnus-server-opened-face)
19549         (gnus-server-closed-face, gnus-server-denied-face)
19550         (gnus-server-offline-face): Use renamed gnus faces.
19551
19552         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19553         Remove "-face" suffix from face names.
19554         (gnus-picon-xbm-face, gnus-picon-face):
19555         New backward-compatibility aliases for renamed faces.
19556
19557         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19558         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19559         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19560         (gnus-cite-11): Remove "-face" suffix from face names.
19561         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19562         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19563         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19564         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19565         New backward-compatibility aliases for renamed faces.
19566         (gnus-cite-attribution-face, gnus-cite-face-list)
19567         (gnus-article-boring-faces): Use renamed gnus faces.
19568
19569         * gnus-art.el (gnus-signature, gnus-header-from)
19570         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19571         (gnus-header-content): Remove "-face" suffix from face names.
19572         (gnus-signature-face, gnus-header-from-face)
19573         (gnus-header-subject-face, gnus-header-newsgroups-face)
19574         (gnus-header-name-face, gnus-header-content-face):
19575         New backward-compatibility aliases for renamed faces.
19576         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19577
19578         * gnus-sum.el (gnus-summary-selected-face)
19579         (gnus-summary-highlight): Use renamed gnus faces.
19580         * gnus-group.el (gnus-group-highlight): Likewise.
19581
19582 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
19583
19584         * gnus-sieve.el (gnus-sieve-article-add-rule):
19585         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19586         * spam-stat.el (spam-stat-buffer-change-to-spam)
19587         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19588
19589         * message.el (message-is-yours-p):
19590         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19591
19592 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19593
19594         * mm-view.el (mm-inline-text): Withdraw the last change.
19595
19596 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19599         executing enriched-decode.
19600
19601 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19602
19603         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19604         charset of tar files.
19605
19606 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
19607
19608         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19609
19610 2005-06-04  Lute Kamstra  <lute@gnu.org>
19611
19612         * nnfolder.el (nnfolder-read-folder): Make sure that undo
19613         information is never recorded.
19614
19615 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19616
19617         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19618
19619 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19620
19621         * pop3.el (pop3-apop): Run md5 in the binary mode.
19622
19623         * starttls.el (starttls-set-process-query-on-exit-flag):
19624         Use eval-and-compile.
19625
19626 2005-05-31  Simon Josefsson  <jas@extundo.com>
19627
19628         * smime.el (smime-replace-in-string): Define.
19629         (smime-cert-by-ldap-1): Use it.
19630
19631 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19632
19633         * gnus-art.el (article-display-x-face): Replace
19634         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19635
19636         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19637         set-process-query-on-exit-flag or process-kill-without-query.
19638
19639         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19640         loop instead of replace-regexp.
19641
19642         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19643         instead of process-kill-without-query if it is available.
19644
19645         * lpath.el: Fbind ldap-search-entries.
19646
19647         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19648         instead of find-file-hooks if it is available.
19649
19650         * mml1991.el: Bind pgg-default-user-id when compiling.
19651
19652         * mml2015.el: Bind pgg-default-user-id when compiling.
19653
19654         * nndraft.el (nndraft-request-associate-buffer):
19655         Use write-contents-functions instead of write-contents-hooks if it is
19656         available.
19657
19658         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19659         instead of find-file-hooks if it is available.
19660
19661         * nntp.el (nntp-open-connection): Replace
19662         process-kill-without-query by gnus-set-process-query-on-exit-flag.
19663         (nntp-open-ssl-stream): Ditto.
19664         (nntp-open-tls-stream): Ditto.
19665
19666         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19667         set-process-query-on-exit-flag or process-kill-without-query.
19668         (starttls-open-stream-gnutls): Use it instead of
19669         process-kill-without-query.
19670         (starttls-open-stream): Ditto.
19671
19672 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
19673
19674         * smime.el (smime-cert-by-ldap-1): Don't use
19675         replace-regexp-in-string.
19676
19677 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
19678
19679         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19680
19681         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19682         in PEM format.  Adjust to the XEmacs compatibility.
19683
19684 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
19685
19686         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19687         by `string-to-number'.
19688         * gnus-agent.el (gnus-agent-regenerate-group)
19689         (gnus-agent-fetch-articles): Ditto.
19690         * gnus-art.el (gnus-button-fetch-group): Ditto.
19691         * gnus-cache.el (gnus-cache-generate-active)
19692         (gnus-cache-articles-in-group): Ditto.
19693         * gnus-group.el (gnus-group-set-current-level)
19694         (gnus-group-insert-group-line): Ditto.
19695         * gnus-score.el (gnus-score-set-expunge-below)
19696         (gnus-score-set-mark-below, gnus-summary-score-effect)
19697         (gnus-summary-score-entry): Ditto.
19698         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19699         (gnus-soup-pack): Ditto.
19700         * gnus-spec.el (gnus-xmas-format): Ditto.
19701         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19702         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19703         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19704         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19705         * nndb.el (nndb-get-remote-expire-response): Ditto.
19706         * nndiary.el (nndiary-parse-schedule-value)
19707         (nndiary-string-to-number, nndiary-request-replace-article)
19708         (nndiary-request-article): Ditto.
19709         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19710         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19711         * nneething.el (nneething-make-head): Ditto.
19712         * nnfolder.el (nnfolder-request-article)
19713         (nnfolder-retrieve-headers): Ditto.
19714         * nnheader.el (nnheader-file-to-number): Ditto.
19715         * nnkiboze.el (nnkiboze-request-article): Ditto.
19716         * nnmail.el (nnmail-process-unix-mail-format)
19717         (nnmail-process-babyl-mail-format): Ditto.
19718         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19719         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19720         (nnmh-request-create-group, nnmh-request-list-1)
19721         (nnmh-request-group, nnmh-request-article): Ditto.
19722         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19723         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19724         * nnsoup.el (nnsoup-make-active): Ditto.
19725         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19726         * nntp.el (nntp-find-group-and-number)
19727         (nntp-retrieve-headers-with-xover): Ditto.
19728         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19729         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19730         (pgg-format-key-identifier): Ditto.
19731         * pop3.el (pop3-last, pop3-stat): Ditto.
19732         * qp.el (quoted-printable-decode-region): Ditto.
19733
19734         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19735         of concat.
19736
19737 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19738
19739         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19740
19741         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19742
19743         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19744
19745         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19746
19747         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19748
19749         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19750
19751         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19752         (gnus-carpal-mode): Ditto.
19753
19754         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19755         (gnus-browse-mode): Ditto.
19756
19757         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19758
19759         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19760
19761 2005-05-29  Richard M. Stallman  <rms@gnu.org>
19762
19763         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19764
19765 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19766
19767         * gnus-util.el (gnus-run-mode-hooks): New function.
19768
19769         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19770
19771         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
19772         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
19773
19774 2005-05-27  Lute Kamstra  <lute@gnu.org>
19775
19776         * dns-mode.el (dns-mode): Specify customization group.
19777
19778 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
19779
19780         * gnus-agent.el (gnus-agent-make-mode-line-string):
19781         Use mode-line-highlight as mouse-face.
19782
19783 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19784
19785         * canlock.el (canlock): Change the parent group to news.
19786
19787         * deuglify.el (gnus-outlook-deuglify): Add :group.
19788
19789         * dig.el (dig): Add :group.
19790
19791         * dns-mode.el (dns-mode): Add :group.
19792
19793         * encrypt.el (encrypt): Add :group.
19794
19795         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19796         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19797         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19798         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19799         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19800
19801         * gnus-diary.el (gnus-diary): Add :group.
19802
19803         * gnus.el (gnus-group-news-1-face): Add :group.
19804         (gnus-group-news-1-empty-face): Ditto.
19805         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19806         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19807         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19808         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19809         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19810         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19811         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19812         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19813         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19814         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19815         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19816         (gnus-summary-high-ticked-face): Ditto.
19817         (gnus-summary-low-ticked-face): Ditto.
19818         (gnus-summary-normal-ticked-face): Ditto.
19819         (gnus-summary-high-ancient-face): Ditto.
19820         (gnus-summary-low-ancient-face): Ditto.
19821         (gnus-summary-normal-ancient-face): Ditto.
19822         (gnus-summary-high-undownloaded-face): Ditto.
19823         (gnus-summary-low-undownloaded-face): Ditto.
19824         (gnus-summary-normal-undownloaded-face): Ditto.
19825         (gnus-summary-high-unread-face): Ditto.
19826         (gnus-summary-low-unread-face): Ditto.
19827         (gnus-summary-normal-unread-face): Ditto.
19828         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19829         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19830
19831         * hashcash.el (hashcash): New custom group.
19832         (hashcash-default-payment): Add :group.
19833         (hashcash-payment-alist): Ditto.
19834         (hashcash-default-accept-payment): Ditto.
19835         (hashcash-accept-resources): Ditto.
19836         (hashcash-path): Ditto.
19837         (hashcash-extra-generate-parameters): Ditto.
19838         (hashcash-double-spend-database): Ditto.
19839         (hashcash-in-news): Ditto.
19840
19841         * message.el (message-minibuffer-local-map): Add :group.
19842
19843         * netrc.el (netrc): Add :group.
19844
19845         * sieve-manage.el (sieve-manage-log): Add :group.
19846         (sieve-manage-default-user): Diito.
19847         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19848         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19849         (sieve-manage-authenticators): Ditto.
19850         (sieve-manage-authenticator-alist): Ditto.
19851         (sieve-manage-default-port): Ditto.
19852
19853         * sieve-mode.el (sieve-control-commands-face): Add :group.
19854         (sieve-action-commands-face): Ditto.
19855         (sieve-test-commands-face): Ditto.
19856         (sieve-tagged-arguments-face): Ditto.
19857
19858         * smime.el (smime): Add :group.
19859
19860         * spam-report.el (spam-report): Add :group.
19861
19862         * spam.el (spam, spam-face): Add :group.
19863
19864 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19865
19866         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19867         return \n.\n.\n at the end of articles.  Protect against that.
19868         (nntp-with-open-group): Allow debugging.
19869
19870         * nnheader.el (mail-header-set-extra): Make into a function
19871         because I just could't understand how to quote the list properly.
19872
19873         * dns.el (query-dns-cached): New function.
19874
19875 2005-05-26  Lute Kamstra  <lute@gnu.org>
19876
19877         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19878
19879 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19880
19881         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
19882
19883         * gnus-art.el: Don't autoload mail-extract-address-components.
19884
19885         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19886         eval-and-compile to evaluate it.
19887
19888         * hashcash.el: Don't autoload executable-find.
19889
19890         * nndb.el: Don't declare the nndb back end two or more times; don't
19891         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19892
19893         * nntp.el: Autoload format-spec instead of format; use
19894         eval-and-compile to evaluate autoload forms.
19895
19896 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19897
19898         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19899
19900 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19901
19902         * gnus.el (gnus-version-number): Bump version.
19903
19904 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19905
19906         * gnus.el: No Gnus v0.3 is released.
19907
19908 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19909
19910         * lpath.el (featurep): Bind show-nonbreak-escape.
19911
19912 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19913
19914         * gnus-art.el (gnus-article-edit-part): Disable undo.
19915
19916 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19917
19918         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19919         gnus-article-date-lapsed-new-header is t if date timer is active;
19920         skip headers in which the original date value is empty.
19921         (gnus-article-save-original-date): Redefine it as a macro.
19922         (gnus-display-mime): Use it.
19923
19924 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * gnus-art.el (article-date-ut): Support converting date in
19927         forwarded parts as well.
19928         (gnus-article-save-original-date): New function.
19929         (gnus-display-mime): Use it.
19930
19931 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19932
19933         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19934         enclosure element of <item>.
19935
19936 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19937
19938         * message.el (message-kill-buffer-query): Rename from
19939         `message-kill-buffer-query-if-modified'.  Add :version.
19940
19941 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19942
19943         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19944         window layout.
19945
19946 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19947
19948         * mml.el: Autoload dnd when compiling.
19949
19950 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19951
19952         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19953         x-dnd-*.
19954
19955 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19956
19957         * qp.el (quoted-printable-encode-region): Save excursion.
19958
19959 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19960
19961         * message.el (message-kill-buffer-query-if-modified): Add new variable
19962         so the user can kill a modified message buffer quickly.
19963         (message-kill-buffer): Use it.
19964
19965 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19966
19967         * lpath.el: Fbind display-time-event-handler; don't fbind
19968         string-to-multibyte.
19969
19970         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19971
19972 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19973
19974         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19975         contained in text because xml.el decodes entities) with LFs.
19976
19977 2005-04-11  Lute Kamstra  <lute@gnu.org>
19978
19979         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19980         differently.
19981
19982 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19983
19984         * mm-util.el (mm-detect-coding-region): Typo.
19985
19986 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19987
19988         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19989
19990 2005-04-06  Deepak Goel  <deego@gnufans.org>
19991
19992         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19993         user-function allow user modifications of the scores.
19994         (spam-stat-score-buffer-user): New function, to allow
19995         user-computed modifications to the score.
19996         (spam-stat-score-buffer-user-functions): List of additional
19997         scoring functions.
19998         (spam-stat-error-holder): Global temporary error holder.
19999         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20000         variable.
20001
20002 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
20003
20004         * gnus-registry.el (gnus-registry-clean-empty-function)
20005         (gnus-registry-trim, gnus-registry-fetch-groups)
20006         (gnus-registry-delete-group): Groups that match
20007         `gnus-registry-ignored-groups' are removed from the registry
20008         entries, not just ignored for splitting.  This helps clean up the
20009         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
20010         to get all the groups a message ID is in.
20011
20012         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20013         (spam-stat-split-fancy): Change "threshhold" to "threshold".
20014         (spam-stat-score-buffer-user-functions): Add :number custom type.
20015
20016 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20017
20018         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20019         argument in XEmacs.
20020
20021         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20022         (nnrss-request-group): Decode group name first.
20023         (nnrss-request-article): Make a text/plain article if mml-to-mime
20024         failed.
20025         (nnrss-get-encoding): Return a compatible encoding according to
20026         nnrss-compatible-encoding-alist.
20027         (nnrss-find-el): Use consp instead of listp.
20028         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20029
20030 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20031
20032         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20033         which Emacs 20 doesn't support.
20034         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20035
20036 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
20037
20038         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20039         silence the byte compiler inside the defun.
20040
20041         * gnus-demon.el (parse-time-string): Add autoload.
20042
20043         * gnus-delay.el (parse-time-string): Add autoload.
20044
20045         * gnus-art.el (parse-time-string): Add autoload.
20046
20047         * nnultimate.el (parse-time): Require for `parse-time-string'.
20048
20049 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
20050
20051         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20052
20053         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20054
20055         * smime.el (smime-ldap-host-list): Add :version.
20056
20057 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
20058
20059         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20060         pass it to `gnus-browse-read-group'.
20061         (gnus-browse-read-group): Add NUMBER argument and pass it to
20062         `gnus-group-read-ephemeral-group'.
20063
20064         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20065         argument and pass it to `gnus-group-read-group'.
20066
20067 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
20068
20069         * mm-util.el (mm-xemacs-find-mime-charset): Only call
20070         mm-xemacs-find-mime-charset-1 if we have the mule feature
20071         available at runtime.
20072
20073 2005-03-25  Werner Lemberg  <wl@gnu.org>
20074
20075         * nnmaildir.el: Replace `illegal' with `invalid'.
20076
20077 2005-03-23  Lute Kamstra  <lute@gnu.org>
20078
20079         * time-date.el: Add comment on time value formats.
20080         Don't require parse-time.
20081         (with-decoded-time-value): New macro.
20082         (encode-time-value): New function.
20083         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20084         (days-to-time): Return a valid time value when arg is huge.
20085         (time-since): Use time-subtract.
20086         (time-to-number-of-days): Use time-to-seconds.
20087
20088 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20089
20090         * gnus-start.el (gnus-display-time-event-handler):
20091         Check display-time-timer at runtime rather than only at load time
20092         in case display-time-mode is turned off in the mean time.
20093
20094 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
20095
20096         * nnimap.el (nnimap-open-connection): Print which authinfo file is
20097         used.
20098
20099         * nneething.el (nneething-map-file-directory): Derive from
20100         `gnus-directory'.
20101
20102         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20103         the To/Cc button.
20104
20105 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
20106
20107         * nnmaildir.el (nnmaildir-request-accept-article):
20108         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20109
20110 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20111
20112         * gnus-async.el: Require timer-funcs at compile time when in
20113         XEmacs for `run-with-idle-timer'.
20114
20115 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
20116
20117         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20118         autoloaded function.
20119
20120 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20121
20122         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20123
20124 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
20125
20126         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20127
20128 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20129
20130         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20131         Add gnus-expert-user to default.
20132
20133 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
20134
20135         * nnimap.el (nnimap-open-server): Ditto.
20136
20137         * imap.el (imap-authenticate): Fix typo.
20138
20139 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
20140
20141         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20142         buffer (since IMAP server might return FETCH response out of
20143         order, and the nntp buffer must be sorted).
20144
20145 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
20146
20147         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20148         comparison on string.
20149
20150         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20151         (gnus-agent-score): Rename category keywords to match gnus-cus.
20152         (gnus-agent-summary-fetch-series): Modify to protect against
20153         gnus-agent-summary-fetch-group clearing processable flags.
20154         (gnus-agent-synchronize-group-flags): Update live group buffer as
20155         synchronization may occur due to the user toggle the plugged
20156         status.
20157         (gnus-agent-fetch-group-1): Clear downloadable flag when article
20158         successfully downloaded.
20159         (gnus-agent-expire-group-1): Avoid using markers when the overview
20160         is in ascending order; greatly improves performance.
20161         (gnus-agent-regenerate-group):
20162         Use gnus-agent-synchronize-group-flags to reset read status in both
20163         gnus and server.
20164         (gnus-agent-update-files-total-fetched-for): Fix initial size.
20165
20166 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20167
20168         * message.el: Don't autoload former message-utils variables.
20169         (message-strip-subject-trailing-was): Change doc string.
20170
20171         * nnweb.el: Fixes for `gnus-group-make-web-group'.
20172         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
20173         (nnweb-google-search): Add "hl=en" here.
20174         (nnweb-google-parse-1, nnweb-google-create-mapping):
20175         Don't hardcode URL.
20176
20177 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
20178
20179         * message.el (message-get-reply-headers, message-followup):
20180         Mention related variables `message-use-followup-to' and
20181         `message-use-mail-followup-to', in the information buffer.
20182
20183         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20184         of broken groups(-beta).google.com.
20185
20186 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
20187
20188         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20189         parameter to invoked gnus-request-move-article; remove the
20190         redundant gnus-sum-hint-move-is-internal variable; apply the marks
20191         all at once instead of once per article.
20192         (gnus-summary-remove-process-mark): Accept a list of articles as
20193         well as a single article for processing.
20194
20195         * gnus-int.el (gnus-request-move-article): Add move-is-internal
20196         parameter.
20197
20198         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20199
20200         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20201
20202         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20203         parameter.
20204
20205         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20206         parameter.
20207
20208         * nnimap.el (nnimap-request-move-article): Add move-is-internal
20209         parameter and remove the gnus-sum-hint-move-is-internal variable.
20210
20211         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20212         parameter.
20213
20214         * nndraft.el (nndraft-request-move-article): Add move-is-internal
20215         parameter.
20216
20217         * nndiary.el (nndiary-request-move-article): Add move-is-internal
20218         parameter.
20219
20220         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20221
20222         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20223         parameter.
20224
20225         * nnagent.el (nnagent-request-move-article): Add move-is-internal
20226         parameter.
20227
20228 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20229
20230         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20231         a more conservative way.
20232
20233 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20234
20235         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20236         buffer, so it moves the window's cursor.
20237
20238 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
20239
20240         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20241         `mm-dissect-multipart' and receive the from field as an (optional)
20242         argument from `mm-dissect-multipart'.
20243         (mm-dissect-multipart): Receive the from field as an argument and
20244         pass it on when we call `mm-dissect-buffer' on MIME parts.
20245         Fixes verification/decryption of signed/encrypted MIME parts.
20246
20247 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
20248
20249         * gnus-sum.el (gnus-summary-move-article):
20250         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20251         whatever it calls (right now, only nnimap-request-move article
20252         respects it).
20253
20254         * nnimap.el (nnimap-request-move-article):
20255         When gnus-sum-hint-move-is-internal is set, don't do the extra
20256         nnimap-request-article.
20257
20258 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20259
20260         * nnheader.el (nnheader-find-file-noselect): Add doc string.
20261
20262         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20263         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20264
20265         * gnus-sum.el (gnus-summary-caesar-message):
20266         Apply `gnus-treat-article' after rotation.
20267
20268         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20269         doc string.
20270
20271 2005-02-22  Simon Josefsson  <jas@extundo.com>
20272
20273         * encrypt.el (encrypt-password-cache-expiry): Remove (use
20274         `password-cache-expiry' instead).  Reported by Arne Jørgensen
20275         <arne@arnested.dk>.
20276         (encrypt): Add password-cache and password-cache-expiry as group
20277         members.
20278
20279 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
20280
20281         * smime.el (smime-ldap-host-list): Doc fix.
20282         (smime-ask-passphrase): Use `password-read-and-add' to read (and
20283         cache) password.
20284         (smime-sign-region): Use it.
20285         (smime-decrypt-region): Use it.
20286         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20287         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20288         fails.
20289         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20290         certificate from DER to PEM format rather than calling openssl.
20291
20292         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20293
20294         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20295         for signing/encryption.
20296
20297         * mml.el (mml-parse-1): Use them.
20298
20299 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
20300
20301         * nnrss.el (nnrss-verbose): Remove.
20302         (nnrss-request-group): Use `nnheader-message' instead.
20303
20304 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
20305
20306         * nnrss.el (nnrss-verbose): New variable.
20307         (nnrss-request-group): Make it say nnrss is requesting a group.
20308
20309 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
20310
20311         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20312         Handle news URL with given port correctly.
20313
20314 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20315
20316         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20317         containing special characters.
20318
20319         * gnus-sum.el (gnus-summary-edit-article): Ditto.
20320
20321         * mml.el (mime-to-mml): Ditto.
20322
20323         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20324         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20325         (rfc2047-decode-region): Quote decoded words containing special
20326         characters when rfc2047-quote-decoded-words-containing-tspecials
20327         is non-nil.
20328
20329 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
20330
20331         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20332
20333         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20334
20335 2005-02-15  Simon Josefsson  <jas@extundo.com>
20336
20337         * nnimap.el (nnimap-debug): Doc fix.
20338
20339         * imap.el (imap-debug): Doc fix.
20340
20341 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20342
20343         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20344
20345 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
20346
20347         * gnus.el (spam-contents): Improve docs for spam-contents
20348         parameter in its variable incarnation.
20349
20350 2005-02-14  Simon Josefsson  <jas@extundo.com>
20351
20352         * smime-ldap.el: Use require instead of load-library for ldap.
20353         (smime-ldap-search): Indent.
20354         (smime-ldap-search-internal): Shorten line.
20355
20356         * smime.el (smime-cert-by-dns): Add doc-string.
20357         (smime-cert-by-ldap-1): Indent.
20358
20359         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20360         mml-smime-get-dns-ldap.
20361         (mml-smime-encrypt-query): Use new function.  Default to ldap.
20362
20363 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
20364
20365         * smime.el: Require smime-ldap.
20366         (smime-ldap-host-list): New variable.
20367         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20368
20369         * mml-smime.el (mml-smime-encrypt-query): New function.
20370         (mml-smime-encrypt-query): Use it.
20371
20372         * smime-ldap.el: New file.
20373
20374 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20375
20376         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20377
20378 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
20379
20380         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20381         argument in doc string.  Make query for type more clear.
20382
20383 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
20384
20385         * gnus.el (gnus-group-startup-message): Search for gnus images in
20386         etc/images/gnus.
20387         * mm-util.el (mm-image-load-path): Likewise.
20388         * smiley.el (smiley-data-directory): Search for smilies in
20389         etc/images/smilies.
20390
20391 2005-02-09  Kim F. Storm  <storm@cua.dk>
20392
20393         Change Emacs release version from 21.4 to 22.1 throughout.
20394         Change Emacs development version from 21.3.50 to 22.0.50.
20395
20396 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20397
20398         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20399
20400         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20401         non-Mule XEmacs as well.
20402         (mm-decompress-buffer): Signal an error intentionally if it does
20403         not decompress compressed data because auto-compression-mode is
20404         disabled.
20405
20406 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
20407
20408         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20409         an ID in the registry even if it has no groups.
20410
20411 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20412
20413         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20414         merge it into mm-decompress-buffer.
20415         (gnus-mime-copy-part): Use the MIME part charset, the value which
20416         a user specified or gnus-newsgroup-charset for decoding, like
20417         gnus-mime-inline-part does; set buffer-file-coding-system to tell
20418         save-buffer what was used.  Suggested by Kevin Ryde
20419         <user42@zip.com.au>.
20420         (gnus-mime-inline-part): Allow the name parameter as well as the
20421         filename parameter; force decompressing of compressed data; always
20422         display contents being not decoded as unibyte.
20423
20424         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20425         as well as the filename parameter.
20426
20427         * mm-util.el (mm-decompress-buffer):
20428         Merge gnus-mime-jka-compr-maybe-uncompress.
20429         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20430         of compressed data.
20431
20432 2005-02-08  Simon Josefsson  <jas@extundo.com>
20433
20434         * imap.el (imap-log): Doc fix.
20435
20436 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20437
20438         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20439         the coding cookies; decompress compressed parts.
20440
20441         * mml.el (mml-generate-mime-1): Add the charset parameter according
20442         to the value which a user specified manually or the coding cookie.
20443
20444         * mm-util.el (mm-string-to-multibyte): New function.
20445         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20446         (mm-coding-system-to-mime-charset): New function.
20447         (mm-decompress-buffer): New function.
20448         (mm-find-buffer-file-coding-system): New function.
20449
20450         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20451         (mm-display-inline-fontify): Rewrite for decoding and decompressing
20452         parts.
20453
20454 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20455
20456         * mm-view.el (mm-display-inline-fontify): Decode a part according
20457         to the charset parameter.
20458
20459 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20460
20461         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20462         prefix arg is neither nil nor a number, as info specifies.
20463
20464 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20465
20466         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20467         timestamps.
20468
20469 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
20470
20471         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20472         groups error checking and notify user.
20473
20474 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
20475
20476         * message.el (message-send-mail-function): Check existence of
20477         sendmail-program first before using default value
20478         `message-send-mail-with-sendmail'.  Otherwise use more generic
20479         `smtpmail-send-it'.
20480
20481 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20482
20483         * nntp.el (nntp-request-update-info): Always return nil.
20484
20485 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20486
20487         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20488
20489 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20490
20491         * message.el (message-beginning-of-line): Change the behavior when
20492         invoked between BOL and : so that it first moves backward.
20493
20494 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20495
20496         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20497         article buffer when editing of the article is discarded.
20498         (gnus-article-prepare): Revert.
20499
20500 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20501
20502         * gnus-art.el (gnus-article-prepare):
20503         Remove message-strip-forbidden-properties from the local hook.
20504
20505 2005-01-27  Simon Josefsson  <jas@extundo.com>
20506
20507         * password.el (password-cache-add): Only start one timer per key.
20508         Reported by Derek Atkins <warlord@MIT.EDU>.
20509
20510 2005-01-26  Steve Youngs  <steve@sxemacs.org>
20511
20512         * run-at-time.el: Remove.  It is no longer needed as
20513         timer-funcs.el in the xemacs-base package has a working version of
20514         `run-at-time'.
20515
20516         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
20517
20518         * password.el: Require timer-funcs instead of run-at-time in
20519         XEmacs.
20520         Remove `password-run-at-time' macro.
20521         (password-cache-add): Use `run-at-time' instead of
20522         `password-run-at-time'.
20523
20524         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
20525         Remove `nnheader-cancel-function-timers' alias,
20526         `cancel-function-timers' exists in XEmacs in timer-funcs.
20527
20528         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20529         for `run-with-idle-timer'.
20530
20531         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20532         for `run-at-time'.
20533
20534         * mm-url.el: Require timer-funcs at compile time when in XEmacs
20535         for `with-timeout'.
20536
20537         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
20538         the same as for XEmacs 21.4.
20539         No need to ignore `run-with-idle-timer', this function exists in
20540         XEmacs now in timer-funcs.el in the xemacs-base package.
20541         (dgnushack-compile): No need to delete
20542         run-at-time.el from the list of files to compile because it
20543         doesn't exist anymore.
20544
20545 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20546
20547         * mml.el (mml-generate-mime-1): Convert string into unibyte when
20548         inserting " *mml*" buffer's contents into a unibyte temp buffer.
20549
20550 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
20551
20552         * mail-source.el (mail-source-fetch-imap): Search for ^From case
20553         sensitively.
20554
20555 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
20556
20557         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20558
20559 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20560
20561         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20562         which will be inserted according to the multibyteness of a buffer
20563         rather than the type of contents.  Suggested by ARISAWA Akihiro
20564         <ari@mbf.ocn.ne.jp>.
20565
20566         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20567         of string which old xml.el may return rather than a string.
20568
20569 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20570
20571         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20572
20573 2005-01-16  Simon Josefsson  <jas@extundo.com>
20574
20575         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20576         idn/idna.el isn't available.
20577         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
20578         <michael@waxrat.com>.
20579
20580         * hashcash.el: Remove non-FSF copyright header.
20581
20582         * hashcash.el (hashcash-extra-generate-parameters): New variable.
20583         (hashcash-generate-payment): Use it.
20584         (hashcash-generate-payment-async): Use it.
20585
20586 2005-01-15  Simon Josefsson  <jas@extundo.com>
20587
20588         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20589         Suggested by Raymond Scholz <ray-2005@zonix.de>.
20590
20591         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20592         gnus-summary-idna-message.
20593         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20594         (gnus-summary-idna-message): New function.
20595
20596 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
20597
20598         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20599         gnus-novice-user.
20600
20601 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20602
20603         * nnrss.el (nnrss-request-delete-group): Delete entries in
20604         nnrss-group-alist as well.
20605         (nnrss-save-server-data): Insert newline.
20606
20607 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
20608
20609         * gnus.el (gnus-user-agent): Use list of symbols instead of
20610         symbols.  Display full version number for (S)XEmacs.
20611         Optionally display (S)XEmacs codename.
20612
20613         * gnus-util.el (gnus-emacs-version): Update for new
20614         `gnus-user-agent'.
20615
20616         * gnus-msg.el (gnus-extended-version): Make it possible to omit
20617         Gnus version.
20618
20619 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20620
20621         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
20622         which is unreadable in some setups.
20623
20624 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20625
20626         * gnus-spec.el (gnus-update-format-specifications): Flush the
20627         group format spec cache if it doesn't support decoded group names.
20628
20629 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
20630
20631         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20632         Allow to apply decay on score files matching a regexp.
20633
20634 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20635
20636         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20637         compatibility in %g and %c.
20638
20639 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20640
20641         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20642         name for only %g and %c.
20643         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20644         of gnus-tmp-group to decoded group name.
20645         (gnus-group-make-rss-group): Exclude `/'s from group names.
20646
20647 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20648
20649         * nnrss.el (nnrss-get-encoding): Fix regexp.
20650
20651 2004-12-27  Simon Josefsson  <jas@extundo.com>
20652
20653         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20654         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20655         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
20656
20657 2004-12-17  Kim F. Storm  <storm@cua.dk>
20658
20659         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20660
20661         * gnus-sum.el (gnus-summary-mode-map): Likewise.
20662
20663 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20664
20665         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20666
20667 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20668
20669         * nnrss.el: Require rfc2047 and mml.
20670         (nnrss-file-coding-system): New variable.
20671         (nnrss-format-string): Redefine it as an inline function.
20672         (nnrss-decode-group-name): New function.
20673         (nnrss-string-as-multibyte): Remove.
20674         (nnrss-retrieve-headers): Decode group name; don't use
20675         nnrss-format-string.
20676         (nnrss-request-group): Decode group name.
20677         (nnrss-request-article): Decode group name; allow a Message-ID as
20678         well as an article number; don't use nnrss-format-string; encode a
20679         Message-ID string which may contain non-ASCII characters; use
20680         mml-to-mime to compose a MIME article.
20681         (nnrss-request-expire-articles): Decode group name.
20682         (nnrss-request-delete-group): Decode group name.
20683         (nnrss-fetch): Clarify error message.
20684         (nnrss-read-server-data): Use insert-file-contents instead of load;
20685         bind file-name-coding-system; use multibyte buffer.
20686         (nnrss-save-server-data): Bind coding-system-for-write to the
20687         value of nnrss-file-coding-system; bind file-name-coding-system;
20688         add coding cookie.
20689         (nnrss-read-group-data): Use insert-file-contents instead of load;
20690         bind file-name-coding-system; use multibyte buffer.
20691         (nnrss-save-group-data): Bind coding-system-for-write to the
20692         value of nnrss-file-coding-system; bind file-name-coding-system.
20693         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20694         make it work with non-ASCII text.
20695         (nnrss-find-el): Make it work with old xml.el as well.
20696
20697 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
20698
20699         * nnrss.el (nnrss-get-encoding): New function.
20700         (nnrss-fetch): Use unibyte buffer initially; bind
20701         coding-system-for-read while performing mm-url-insert; remove ^Ms;
20702         decode contents according to the encoding attribute.
20703         (nnrss-save-group-data): Add coding cookie.
20704         (nnrss-mime-encode-string): New function.
20705         (nnrss-check-group): Use it to encode subject and author.
20706
20707 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
20708
20709         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20710         imaginary variable.
20711
20712 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20713
20714         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20715         correctly even if there are wide characters.
20716
20717 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
20718
20719         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20720         downcased symbol names; make a new cache instead of reusing
20721         bbdb-hashtable.
20722
20723 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20724
20725         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20726         concatenating segments rather than before concatenating them.
20727         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20728
20729         * message.el (message-get-reply-headers): Bind `extra'.
20730
20731 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20732
20733         * message.el (message-extra-wide-headers): New variable.
20734         (message-get-reply-headers): Use it.
20735
20736 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20737
20738         * gnus-agent.el (gnus-agent-group-path): Decode group name.
20739         (gnus-agent-group-pathname): Ditto.
20740
20741         * gnus-cache.el (gnus-cache-file-name): Decode group name.
20742
20743         * gnus-group.el (gnus-group-make-group): Decode group name.
20744         (gnus-group-make-rss-group): Register the group data after opening
20745         the nnrss group.
20746
20747 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
20748
20749         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20750         by expiry now get marked as read.
20751
20752 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20753
20754         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20755
20756 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
20757
20758         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20759         unify Latin characters in XEmacs.
20760         (mm-find-mime-charset-region): Use it.
20761
20762 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20763
20764         * gnus-util.el (gnus-delete-directory): New function.
20765
20766         * gnus-agent.el (gnus-agent-delete-group): Use it.
20767
20768         * gnus-cache.el (gnus-cache-delete-group): Use it.
20769
20770 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20771
20772         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20773         names.
20774
20775 2004-12-16  Simon Josefsson  <jas@extundo.com>
20776
20777         * hashcash.el (hashcash-payment-alist): Fix custom :type.
20778
20779 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20780
20781         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20782
20783         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20784         (gnus-group-set-current-level): Decode group name.
20785
20786 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
20787
20788         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20789         failed.
20790
20791 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20792
20793         * gnus-group.el (gnus-group-delete-group): Decode group name.
20794         (gnus-group-make-rss-group): Encode group name.
20795         (gnus-group-catchup-current): Decode group name.
20796         (gnus-group-kill-group): Decode group name.
20797
20798 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20799
20800         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20801
20802 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20803
20804         * gnus-group.el (gnus-group-make-rss-group):
20805         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20806
20807         * gnus-start.el (gnus-setup-news): Honor user's setting to
20808         gnus-message-archive-method.  Suggested by Lute Kamstra
20809         <lute@gnu.org>.
20810
20811 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
20812
20813         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20814         global counterparts of the buffer-local variables.
20815
20816 2004-11-16  Romain Francoise  <romain@orebokech.com>
20817
20818         * gnus-sum.el (gnus-summary-exit): Don't clear the global
20819         counterparts of the buffer-local variables.
20820
20821 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20822
20823         * message.el (message-forbidden-properties): Fix typo in doc
20824         string.
20825
20826 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
20827
20828         * gnus-util.el (gnus-replace-in-string): Add doc string.
20829
20830         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20831         to avoid problems when splitting mails with many recipients.
20832
20833 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20834
20835         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20836         pop-to-buffer, covered by the subsequent gnus-configure-windows.
20837
20838 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
20839
20840         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20841         if there is no hashtable in memory or file modification time is
20842         newer than cached timestamp.
20843
20844 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20845
20846         * gnus-sum.el (gnus-summary-limit-to-recipient):
20847         Implement not-matching option.
20848
20849 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20850
20851         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20852         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20853         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20854         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20855         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20856         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20857
20858 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20859
20860         * message.el (message-forward-make-body-mml): Remove headers
20861         according to message-forward-ignored-headers if a message is decoded.
20862
20863 2004-12-02  Romain Francoise  <romain@orebokech.com>
20864
20865         * message.el (message-forward-make-body-plain): Always remove
20866         headers according to message-forward-ignored-headers.
20867
20868 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20869
20870         * spam.el (spam-summary-prepare-exit): Remove the
20871         gnus-summary-limit pop for now, it has problems with ham marks for
20872         me.
20873
20874 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20875
20876         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20877         correctly.
20878
20879 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20880
20881         * format-spec.el (format-spec): Message the char.
20882
20883 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20884
20885         * gnus-art.el (gnus-split-methods): Reformat comments.
20886
20887         * spam.el (spam-summary-prepare-exit): Remove article limits
20888         before exiting the summary buffer.
20889
20890 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20891
20892         * lpath.el: Remove bbdb-create-internal, bbdb-records,
20893         spam-BBDB-register-routine and spam-enter-ham-BBDB.
20894
20895         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20896         order to silence the byte compiler.
20897
20898         * spam.el: Fix the way to silence the byte compiler, which
20899         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20900         bbdb-search-simple, spam-BBDB-register-routine,
20901         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20902         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20903         spam-stat-buffer-is-spam, spam-stat-load,
20904         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20905         spam-stat-save and spam-stat-split-fancy.
20906
20907 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20908
20909         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20910         which may confuse users.
20911         (canlock-password-for-verify): Ditto.
20912
20913         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20914
20915         * gnus-art.el (gnus-emphasis-alist): Ditto.
20916
20917         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20918
20919         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20920
20921         * gnus-start.el (gnus-save-killed-list): Ditto.
20922
20923         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20924         (gnus-sum-thread-tree-root): Ditto.
20925         (gnus-sum-thread-tree-false-root): Ditto.
20926         (gnus-sum-thread-tree-single-indent): Ditto.
20927
20928         * message.el (message-courtesy-message): Ditto.
20929         (message-archive-note): Ditto.
20930         (message-subscribed-address-file): Ditto.
20931         (message-user-fqdn): Ditto.
20932
20933         * spam-report.el (spam-report-gmane-regex): Ditto.
20934
20935         * spam.el (spam-blackhole-good-server-regex): Ditto.
20936
20937 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20938
20939         * mml.el (mml-preview): Widen the message buffer before copying
20940         the contents to the preview buffer; sort headers before previewing.
20941
20942         * message.el (message-hidden-headers): Fix the way to avoid a bug
20943         in the `repeat' widget in Emacs 21.3 or earlier.
20944
20945 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20946
20947         * message.el (message-hidden-headers): Default to "^References:".
20948         Improve customization type.  Suggested by Reiner Steib
20949         <Reiner.Steib@gmx.de>.
20950
20951 2004-11-25  Romain Francoise  <romain@orebokech.com>
20952
20953         * message.el (message-strip-forbidden-properties): Remove check for
20954         obsolete `message-hidden' text property, hidden headers are not
20955         accessible in the buffer anymore.
20956
20957 2004-11-22  Romain Francoise  <romain@orebokech.com>
20958
20959         * message.el (message-header-format-alist): Add `From' in list
20960         so that it can be sorted.
20961         (message-fix-before-sending): Widen and sort headers before
20962         sending.
20963         (message-hide-headers): Use narrowing to hide headers by moving
20964         them to the top of the buffer and narrowing to the region
20965         underneath.
20966
20967 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20968
20969         * message.el (message-strip-forbidden-properties):
20970         Bind buffer-read-only (etc) to nil.
20971
20972 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20973
20974         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20975         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20976
20977 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20978
20979         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20980
20981 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20982
20983         * dns.el (query-dns): Use sit-for to time instead of
20984         accept-process-output, since that doesn't seem to work on udp
20985         sockets.
20986
20987 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20988
20989         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20990
20991 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20992
20993         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20994         doc string.  Improve doc string.
20995
20996 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20997
20998         * nntp.el (nntp-request-update-info): Return nil if
20999         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21000         may not call gnus-activate-group which uselessly issues the GROUP
21001         commands for all nntp groups and wastes time.  Reported by Romain
21002         Francoise <romain@orebokech.com>.
21003
21004         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21005
21006 2004-11-15  Simon Josefsson  <jas@extundo.com>
21007
21008         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21009         headers separately.
21010         (gnus-button-openpgp): New function, inspired by Jochen Küpper
21011         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21012
21013 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
21014
21015         * gnus-start.el (gnus-convert-old-newsrc):
21016         Assign legacy-gnus-agent to 5.10.7.
21017
21018 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21019
21020         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21021         start of the lines.
21022
21023 2004-11-14  Magnus Henoch  <mange@freemail.hu>
21024
21025         * hashcash.el (hashcash-default-payment): Change default to 20.
21026         (hashcash-default-accept-payment): Change default to 20.
21027         (hashcash-process-alist): New variable.
21028         (hashcash-generate-payment-async): Add.
21029         (hashcash-already-paid-p): Add.
21030         (hashcash-insert-payment): Don't generate payments twice.
21031         (hashcash-insert-payment-async): Add.
21032         (hashcash-insert-payment-async-2): Add.
21033         (hashcash-cancel-async): Add.
21034         (hashcash-wait-async): Add.
21035         (hashcash-processes-running-p): Add.
21036         (hashcash-wait-or-cancel): Add.
21037         (mail-add-payment): New optional argument.  Conditionally start
21038         asynchronous calculation.
21039         (mail-add-payment-async): Add.
21040
21041         * message.el (message-send-mail): Wait for asynchronous hashcash
21042         results.  Don't clobber existing X-Hashcash headers.
21043         (message-setup-1): Call mail-add-payment-async when
21044         message-generate-hashcash is non-nil.
21045
21046 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
21047
21048         * message.el (message-use-alternative-email-as-from): Examine the
21049         From header as well; use message-make-from in order to include a
21050         user's full name.
21051
21052 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21053
21054         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21055         default; improve customization type.
21056         (gnus-emphasis-custom-with-format): New macro.
21057         (gnus-emphasis-custom-value-to-external): New function.
21058         (gnus-emphasis-custom-value-to-internal): New function.
21059
21060 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21061
21062         * dns.el (query-dns): Resolve reverse addresses.
21063
21064 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21065
21066         * gnus-group.el (gnus-group-get-new-news): Use it.
21067
21068         * gnus-start.el (gnus-check-reasonable-setup): New function.
21069
21070 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21071
21072         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21073         "Args out of range" error.  Reported by Arnaud Giersch
21074         <arnaud.giersch@free.fr>.
21075
21076 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21077
21078         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21079
21080 2004-11-04  Richard M. Stallman  <rms@gnu.org>
21081
21082         * spam.el (spam group): Add :version.
21083
21084         * pgg-def.el (pgg group): Add :version.
21085
21086 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21087
21088         * gnus-art.el (gnus-article-edit-article): Don't associate the
21089         article buffer with a draft file.  This is a temporary measure
21090         against the 2004-08-22 change to gnus-article-edit-mode.
21091
21092 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21093
21094         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21095         (html2text-format-tags): Remove unused variable `attr'.
21096
21097 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
21098
21099         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21100
21101         * tls.el (tls-process-connection-type, tls-success)
21102         (tls-certtool-program): Add :version.
21103
21104         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
21105         (starttls-extra-arguments, starttls-process-connection-type)
21106         (starttls-connect, starttls-failure, starttls-success): Add :version.
21107
21108         * spam-stat.el (spam-stat): Add :version.
21109
21110         * sieve.el (sieve): Add :version.
21111
21112         * sha1.el (sha1): Add :version.
21113         (sha1-use-external): Remove redundant version.
21114
21115         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21116         (nnmail-cache-ignore-groups, nnmail-spool-hook)
21117         (nnmail-split-fancy-match-partial-words)
21118         (nnmail-split-lowercase-expanded): Add :version.
21119
21120         * nndiary.el (nndiary): Add :version.
21121
21122         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21123
21124         * mml-sec.el (mml-default-sign-method)
21125         (mml-default-encrypt-method, mml-signencrypt-style-alist):
21126         Add :version.
21127
21128         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21129
21130         * mm-url.el (mm-url-use-external, mm-url-program)
21131         (mm-url-arguments): Add :version.
21132
21133         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21134         (mm-attachment-file-modes, mm-decrypt-option)
21135         (mm-w3m-safe-url-regexp): Add :version.
21136
21137         * message.el (message-cite-prefix-regexp)
21138         (message-sendmail-envelope-from, message-minibuffer-local-map)
21139         (message-user-fqdn, message-completion-alist): Add :version.
21140
21141         * gnus-win.el (gnus-configure-windows-hook)
21142         (gnus-use-frames-on-any-display): Add :version.
21143
21144         * gnus-art.el (gnus-article-address-banner-alist)
21145         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21146         (gnus-treat-from-picon, gnus-treat-mail-picon)
21147         (gnus-treat-x-pgp-sig): Add :version.
21148
21149         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21150         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21151         (gnus-summary-article-delete-hook)
21152         (gnus-summary-display-while-building): Add :version.
21153
21154         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21155         (gnus-get-top-new-news-hook): Add :version.
21156
21157         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21158         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21159
21160         * gnus-registry.el (gnus-registry): Add :version.
21161
21162         * gnus-spec.el (gnus-use-correct-string-widths)
21163         (gnus-make-format-preserve-properties): Add :version.
21164
21165         * gnus.el (gnus-group-charter-alist)
21166         (gnus-group-fetch-control-use-browse-url)
21167         (gnus-install-group-spam-parameters): Add :version.
21168
21169         * gnus-diary.el (gnus-diary): Add :version.
21170
21171         * gnus-delay.el (gnus-delay): Add :version.
21172
21173         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21174         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21175         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21176         Add :version.
21177
21178         * gnus-agent.el (gnus-agent-max-fetch-size)
21179         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21180         (gnus-agent-prompt-send-queue): Add :version.
21181
21182         * deuglify.el (gnus-outlook-deuglify): Add :version.
21183
21184         * html2text.el: Beautify code.  Improve doc strings.
21185         Some checkdoc cleanup.
21186         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21187
21188 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
21189
21190         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21191
21192 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
21193
21194         * gnus-registry.el (gnus-registry-hashtb): Create the registry
21195         when package is loaded.
21196
21197         * spam.el (spam-summary-score-preferred-header): Add global preference
21198         for people who want to override the default SpamAssassin over
21199         Bogofilter preference (when both are set).
21200         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21201         (spam-user-format-function-S):
21202         Check spam-summary-score-preferred-header.
21203         (spam-extra-header-to-number): Add X-Bogosity header parsing.
21204         (spam-user-format-function-S): Format the score correctly.
21205
21206 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21207
21208         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21209         signature file.  Suggested by Manoj Srivastava
21210         <srivasta@golden-gryphon.com>.
21211
21212         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21213         iso-2022-jp even in the Japanese language environment.
21214         Suggested by Jason Rumney <jasonr@gnu.org>.
21215
21216 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21217
21218         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21219         use the same characters as the dummy marks; make it free from
21220         getting affected by the language environment.
21221         (gnus-summary-read-group-1): Update mark positions only when the
21222         format spec is updated.
21223
21224         * gnus-spec.el (gnus-update-format-specifications): Return a list
21225         of updated types.
21226
21227 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21228
21229         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21230         of boundp to check if display-warning is available.
21231
21232 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
21233
21234         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21235
21236 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21237
21238         * nnspool.el (nnspool-spool-directory): Use news-path if the
21239         news-directory variable is not bound.
21240
21241         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21242         function instead of display-warning if it is not available.
21243
21244 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
21245
21246         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21247         v5-10: Use `point-at-bol'.
21248
21249 2004-10-26  Simon Josefsson  <jas@extundo.com>
21250
21251         * hashcash.el: Fix URL in comment, reported by Cheng Gao
21252         <chenggao@gmail.com>.
21253
21254 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
21255
21256         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
21257         instead.
21258
21259 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
21260
21261         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21262         to remove a server from the nnimap-server-buffer-alist.
21263         (nnimap-open-connection, nnimap-close-server): Use it.
21264
21265         * gnus-encrypt.el: Remove file in favor of encrypt.el.
21266
21267 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21268
21269         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21270         running the major-mode function.
21271
21272 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21273
21274         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21275         dummy marks in the right way.
21276
21277 2004-10-18  David Edmondson  <dme@dme.org>
21278
21279         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21280         excessively.
21281
21282 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
21283
21284         * gnus-util.el (gnus-split-references): Accept a nil references
21285         string and go on blissfully.
21286
21287         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21288         cases where the references string is non-nil but has no references.
21289
21290         * encrypt.el: Add autoload tags.
21291
21292         * spam.el (spam-resolve-registrations-routine): Remove article
21293         from unregistration list too.  Reported by David Hanak
21294         <dhanak@isis.vanderbilt.edu>
21295
21296 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
21297
21298         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21299         nil.  Change custom type.
21300
21301 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
21302
21303         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21304
21305         * gnus-sum.el (gnus-summary-move-article): Use it.
21306
21307 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
21308
21309         * encrypt.el: Add autoload cookies.
21310
21311         * spam.el (spam-backend-article-list-property)
21312         (spam-backend-get-article-todo-list)
21313         (spam-backend-put-article-todo-list)
21314         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21315         Resolve registrations separately.
21316         (spam-register-routine): Format comments.
21317         (spam-unregister-routine, spam-register-routine): Always call with
21318         specific-articles, no default list.
21319         (spam-summary-prepare-exit): Use the spam-classifications function.
21320
21321         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21322         gnus-encrypt.el.
21323
21324         * encrypt.el: Copied from gnus-encrypt.el.
21325
21326         * gnus-encrypt.el: Commented that it's obsolete.
21327
21328 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21329
21330         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21331         (gnus-score-save): Use it.
21332
21333         * message.el (message-bury): Use `window-dedicated-p'.
21334
21335 2004-10-15  Simon Josefsson  <jas@extundo.com>
21336
21337         * pop3.el (top-level): Don't require nnheader.
21338         (pop3-read-timeout): Add.
21339         (pop3-accept-process-output): Add.
21340         (pop3-read-response, pop3-retr): Use it.
21341
21342 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
21343
21344         * spam.el (spam-register-routine): Move comment.
21345         (spam-verify-bogofilter): Use 'unknown for the initial
21346         spam-bogofilter-valid state, not 'never.
21347
21348         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21349         for netrc-machine.
21350
21351         * nnimap.el (nnimap-open-connection):
21352         Use netrc-machine-user-or-password.
21353
21354 2004-10-17  Richard M. Stallman  <rms@gnu.org>
21355
21356         * gnus-registry.el (gnus-registry-unload-hook):
21357         Set as a variable with add-hook.
21358
21359         * nnspool.el (nnspool-spool-directory): Use news-directory instead
21360         of news-path.
21361
21362         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21363
21364         * spam.el: Delete duplicate `provide'.
21365         (spam-unload-hook): Set as a variable with add-hook.
21366
21367 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
21368
21369         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21370         in the doc string.
21371
21372         * message.el (message-ignored-news-headers)
21373         (message-ignored-supersedes-headers)
21374         (message-ignored-resent-headers)
21375         (message-forward-ignored-headers): Improve custom type.
21376
21377 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21378
21379         * message.el (message-tokenize-header): Fix 2004-09-06 change
21380         which used point-min in the wrong place.
21381
21382 2004-10-12  Simon Josefsson  <jas@extundo.com>
21383
21384         * tls.el (tls-certtool-program): New variable.
21385         (tls-certificate-information): New function, based on
21386         ssl-certificate-information.
21387
21388 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21389
21390         * compface.el: Move the version of ELisp-based uncompface program
21391         to the contrib directory because of the copyright problem.
21392
21393 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21394
21395         * message.el (message-kill-buffer): Raise the current frame.
21396
21397 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
21398
21399         * gnus-sum.el: Mention that multibyte characters don't work as marks.
21400
21401         * gnus.el (message-y-or-n-p): Autoload.
21402
21403         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21404         (pop3-password-required, pop3-authentication-scheme)
21405         (pop3-leave-mail-on-server): Make customizable.
21406         (pop3): New custom group.
21407         (pop3-retr): Remove `sleep-for' statements.
21408         Suggested by Dave Love <fx@gnu.org>.
21409
21410         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21411         Windows/DOS.
21412
21413         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21414         (imap-parse-body): Fix incorrect use of `assert'.
21415         Suggested by Dave Love <fx@gnu.org>.
21416
21417         * mml.el (mml-minibuffer-read-disposition): Require match.
21418         Suggested by Dave Love <fx@gnu.org>.
21419
21420 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
21421
21422         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
21423         doc string.
21424
21425 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21426
21427         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21428
21429 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21430
21431         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21432         instead of calling `mm-insert-inline', to decode text/* parts
21433         before displaying them.
21434
21435 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21436
21437         * mm-uu.el (mm-uu-text-plain-type): New variable.
21438         (mm-uu-pgp-signed-extract-1): Use it.
21439         (mm-uu-pgp-encrypted-extract-1): Use it.
21440         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21441         bind mm-uu-text-plain-type with that value.
21442         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21443         mm-uu-dissect.
21444
21445 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21446
21447         * gnus-group.el (gnus-update-group-mark-positions):
21448         * gnus-sum.el (gnus-update-summary-mark-positions):
21449         * message.el (message-check-news-body-syntax):
21450         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21451         of string-as-multibyte.
21452
21453 2004-10-05  Juri Linkov  <juri@jurta.org>
21454
21455         * gnus-group.el (gnus-update-group-mark-positions):
21456         * gnus-sum.el (gnus-update-summary-mark-positions):
21457         * message.el (message-check-news-body-syntax):
21458         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21459         8-bit unibyte values to a multibyte string for search functions.
21460
21461 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21462
21463         * mm-uu.el (mm-uu-dissect): Allow optional arg.
21464         (mm-uu-dissect-text-parts): New function.
21465
21466         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21467         dissect text parts.
21468
21469         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21470         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21471
21472         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21473
21474         * gnus-topic.el (gnus-topic-hierarchical-parameters):
21475         Use gnus-current-topics instead of gnus-current-topic.
21476
21477 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
21478
21479         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21480
21481 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
21482
21483         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21484         where appropriate.
21485
21486         * nnml.el (nnml-generate-active-info): do.
21487
21488         * nndiary.el (nndiary-generate-active-info): do.
21489
21490         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21491         (gnus-topic-move): do.
21492
21493         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21494         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21495
21496         * gnus-srvr.el (gnus-server-prepare)
21497         (gnus-server-open-all-servers): do.
21498
21499         * gnus-msg.el (gnus-summary-cancel-article)
21500         (gnus-summary-resend-message)
21501         (gnus-summary-mail-crosspost-complaint): do.
21502
21503         * gnus-move.el (gnus-change-server): do.
21504
21505         * gnus-group.el (gnus-group-unmark-all-groups)
21506         (gnus-group-set-current-level): do.
21507
21508 2004-10-04  Simon Josefsson  <jas@extundo.com>
21509
21510         * message.el (message-generate-hashcash): Doc fix.
21511
21512 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
21513
21514         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21515         avoid infinite recursion via gnus-get-function.
21516
21517 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
21518
21519         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21520
21521         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21522
21523         * nnmail.el (nnmail-split-history): do.
21524
21525         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21526         (nnml-request-delete-group): do.
21527
21528         * nnslashdot.el (nnslashdot-read-groups): do.
21529
21530         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21531         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21532
21533         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21534         (nnspool-sift-nov-with-sed): Use last.
21535         (nnspool-retrieve-headers-with-nov): Use mapc.
21536         (nnspool-request-newgroups): Use dolist.
21537         (nnspool-request-group): Use last.
21538
21539         * nntp.el (nntp-read-server-type): Use dolist.
21540
21541         * nnvirtual.el (nnvirtual-create-mapping)
21542         (nnvirtual-update-read-and-marked): Use dolist.
21543         (nnvirtual-convert-headers): Simplify.
21544
21545 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21546
21547         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21548         Add support for sync'ing tick marks.
21549
21550 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21551
21552         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21553         there's no visible header.
21554
21555 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
21556
21557         * gnus-agent.el (gnus-agent-synchronize-group-flags):
21558         When necessary, pass full group name to gnus-request-set-marks.
21559
21560 2004-10-01  Simon Josefsson  <jas@extundo.com>
21561
21562         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
21563         acroread.
21564
21565 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21566
21567         * spam-report.el (spam-report-gmane): Fix interactive.
21568
21569         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21570
21571         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21572         when writing file.
21573         (gnus-agent-synchronize-flags): Don't default to being
21574         interactive.
21575
21576 2004-09-30  Simon Josefsson  <jas@extundo.com>
21577
21578         * message.el (message-generate-hashcash): Add.
21579         (message-send-mail): Use it, call mail-add-payment.
21580
21581 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
21582
21583         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21584
21585 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
21586
21587         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21588         gnus-requst-update-info with explicit code to sync the in-memory
21589         info read flags with the marks being sync'd to the backend.
21590
21591         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21592
21593 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21594
21595         * spam.el (spam-verify-bogofilter): Add new function.
21596         (spam-check-bogofilter)
21597         (spam-bogofilter-register-with-bogofilter): Use it.
21598         (spam-verify-bogofilter): Add small fixes.
21599
21600 2004-09-28  Simon Josefsson  <jas@extundo.com>
21601
21602         * hashcash.el (hashcash-generate-payment): Revert.
21603
21604 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
21605
21606         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21607         Use gnus-extract-references instead of gnus-split-references.
21608
21609         * gnus-util.el (gnus-extract-references): Add new function, analogous
21610         to gnus-split-references but extracts only the message-ID without
21611         anything extra.
21612
21613         * hashcash.el (hashcash-generate-payment)
21614         (hashcash-check-payment): Do the right thing if hashcash-path is
21615         nil (because the hashcash program could not be found).
21616
21617         * spam.el (spam-use-hashcash): Remove comment.
21618
21619 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
21620
21621         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21622         (gnus-cache-enter-article, gnus-cache-remove-article)
21623         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21624
21625         * gnus-async.el (gnus-async-prefetch-remove-group): do.
21626
21627         * gnus-art.el (article-hide-boring-headers)
21628         (article-translate-strings, article-display-face)
21629         (gnus-article-mime-match-handle-first)
21630         (gnus-article-highlight-headers)
21631         (gnus-article-add-buttons-to-head): do.
21632
21633 2004-09-27  Simon Josefsson  <jas@extundo.com>
21634
21635         * hashcash.el: New version, from
21636         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
21637         ../contrib/.
21638
21639 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21640
21641         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21642
21643 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
21644
21645         * gnus-dup.el (gnus-dup-open): Use mapc.
21646         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21647
21648         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21649         Reported by Stefan Wiens <s.wi@gmx.net>.
21650
21651         * gnus.el (gnus-shutdown): Use dolist.
21652
21653         * gnus-undo.el (gnus-undo): Use mapc.
21654
21655         * nnrss.el (nnrss-generate-active): do.
21656
21657         * message.el (message-cite-original-without-signature)
21658         (message-cite-original): Use mapc.
21659         (message-do-actions, message-make-forward-subject): Use dolist.
21660
21661 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21662
21663         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21664         deletion to remove entire duplicate line.  Fixes merged article
21665         number bug.
21666
21667 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
21668
21669         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21670         servers that are offline.  Avoids having gnus-agent-toggle-plugged
21671         first ask if you want to open a server and then, even when you
21672         responded with no, asking if you want to synchronize the server's
21673         flags.
21674         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21675         multi-line expressions.
21676         (gnus-agent-synchronize-group-flags): New internal function.
21677         Updates marks in memory (in the info structure) AND in the
21678         backend.
21679
21680         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21681
21682         * nnagent.el (nnagent-request-set-mark):
21683         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21684         method, to ensure that synchronization updates marks in the
21685         backend and in the info (in memory) structure.
21686
21687 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21688
21689         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21690         convention fully; don't miss the root article of a thread; make
21691         the X-Draft-From header with correct article numbers.
21692
21693 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
21694
21695         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21696         unless plugged.  Disable the agent so that an open failure causes
21697         an error.
21698
21699         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21700         Revert 2004-09-21 change.  The backend must be opened while
21701         synchronizing flags even when the backend stores the flags
21702         locally.
21703
21704 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
21705
21706         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21707         in `header' match.  Reported by Svend Tollak Munkejord.
21708
21709         * message.el (message-cite-original): Fix use of
21710         `message-cite-articles-with-x-no-archive'.
21711
21712 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21713
21714         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21715         (gnus-window-to-buffer): Ditto.
21716
21717         * mml.el (mml-preview-buffer): New variable.
21718         (mml-preview): Manage window layout with gnus-buffer-configuration.
21719
21720         * gnus-msg.el (gnus-setup-message): Put article numbers into the
21721         X-Draft-From header even if those articles aren't quoted.
21722
21723 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
21724
21725         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21726         (gnus-request-set-mark, gnus-request-update-mark): Use new
21727         g-s-t-u-l-m to decide to use backend even when unplugged.
21728
21729 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21730
21731         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21732         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
21733
21734 2004-09-20  Simon Josefsson  <jas@extundo.com>
21735
21736         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21737         "utf-16-le".
21738
21739 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21740
21741         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21742
21743 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
21744
21745         * uudecode.el (uudecode-use-external): Add :version.
21746
21747         * smime.el (smime-CA-file, smime-encrypt-cipher)
21748         (smime-dns-server): Add :version.
21749
21750         * smiley.el (gnus-smiley-file-types): Add :version.
21751
21752         * sha1.el (sha1-use-external): Add :version.
21753
21754         * pgg-def.el (pgg-query-keyserver): Add :version.
21755
21756         * nnmail.el (nnmail-fancy-expiry-targets)
21757         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21758         Add :version.
21759
21760         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21761         (nnimap-retrieve-groups-asynchronous): Add :version.
21762         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
21763
21764         * mml.el (mml-content-disposition-parameters)
21765         (mml-insert-mime-headers-always): Add :version.
21766
21767         * mm-util.el (mm-coding-system-priorities): Add :version.
21768
21769         * mm-decode.el (mm-inline-text-html-with-images)
21770         (mm-keep-viewer-alive-types, mm-external-terminal-program)
21771         (mm-verify-option): Add :version.
21772         (mm-text-html-renderer): Change :version.
21773
21774         * message.el (message-fcc-externalize-attachments)
21775         (message-required-headers, message-draft-headers)
21776         (message-subject-trailing-was-query)
21777         (message-subject-trailing-was-ask-regexp)
21778         (message-subject-trailing-was-regexp, message-mark-insert-begin)
21779         (message-mark-insert-end, message-archive-header)
21780         (message-archive-note, message-cross-post-default)
21781         (message-cross-post-note, message-followup-to-note)
21782         (message-cross-post-note-function, message-use-mail-followup-to)
21783         (message-subscribed-address-functions)
21784         (message-subscribed-address-file, message-subscribed-addresses)
21785         (message-subscribed-regexps, message-allow-no-recipients)
21786         (message-yank-cited-prefix, message-signature-insert-empty-line)
21787         (message-hidden-headers, message-hierarchical-addresses)
21788         (message-mail-user-agent, message-use-idna)
21789         (message-valid-fqdn-regexp)
21790         (message-strip-special-text-properties, message-header-synonyms)
21791         (message-beginning-of-line, message-tab-body-function): Add :version.
21792         (message-insert-canlock, message-wide-reply-confirm-recipients):
21793         Change :version.
21794
21795         * mail-source.el (mail-source-ignore-errors): Add :group, :type
21796         and :version.
21797         (mail-source-delete-old-incoming-confirm)
21798         (mail-source-movemail-program): Add :version.
21799
21800         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21801         (gnus-agent-cache, gnus-agent): Change :version.
21802
21803         * gnus-util.el (gnus-use-byte-compile): Change :version.
21804
21805         * gnus-sum.el (gnus-summary-make-false-root-always)
21806         (gnus-summary-default-high-score)
21807         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21808         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21809         (gnus-read-all-available-headers, gnus-article-emulate-mime)
21810         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21811         (gnus-sum-thread-tree-single-indent)
21812         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21813         (gnus-sum-thread-tree-leaf-with-other)
21814         (gnus-sum-thread-tree-single-leaf): Add :version.
21815         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21816         (gnus-article-loose-mime): Change :version.
21817
21818         * gnus-start.el (gnus-backup-startup-file)
21819         (gnus-save-startup-file-via-temp-buffer): Add :version.
21820
21821         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21822         (gnus-server-offline-face): Add :version.
21823
21824         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21825
21826         * gnus-msg.el (gnus-gcc-externalize-attachments)
21827         (gnus-debug-files, gnus-debug-exclude-variables)
21828         (gnus-discouraged-post-methods): Change :version.
21829         (gnus-confirm-mail-reply-to-news)
21830         (gnus-confirm-treat-mail-like-news): Add :version.
21831
21832         * gnus-int.el (gnus-server-unopen-status): Add :version.
21833
21834         * gnus-group.el (gnus-group-jump-to-group-prompt)
21835         (gnus-large-ephemeral-newsgroup)
21836         (gnus-fetch-old-ephemeral-headers): Add :version.
21837
21838         * gnus-fun.el (gnus-x-face-directory)
21839         (gnus-convert-pbm-to-x-face-command)
21840         (gnus-convert-image-to-x-face-command)
21841         (gnus-convert-image-to-face-command): Add :version.
21842
21843         * gnus-delay.el (gnus-delay-default-hour): Add :version.
21844
21845         * gnus-cite.el (gnus-cite-blank-line-after-header)
21846         (gnus-article-boring-faces): Add :version.
21847
21848         * gnus-art.el (gnus-buttonized-mime-types)
21849         (gnus-inhibit-mime-unbuttonizing)
21850         (gnus-treat-display-face)
21851         (gnus-treat-body-boundary): Change :version.
21852         (gnus-body-boundary-delimiter, gnus-picon-databases)
21853         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21854         (gnus-treat-date-english, gnus-treat-fold-headers)
21855         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21856         (gnus-treat-mail-picon, gnus-treat-wash-html)
21857         (gnus-article-encrypt-protocol)
21858         (gnus-use-idna, gnus-article-over-scroll)
21859         (gnus-mime-display-multipart-alternative-as-mixed)
21860         (gnus-mime-display-multipart-related-as-mixed)
21861         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21862         (gnus-ctan-url, gnus-button-ctan-handler)
21863         (gnus-button-handle-ctan-bogus-regexp)
21864         (gnus-button-ctan-directory-regexp)
21865         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21866         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21867         (gnus-button-man-level, gnus-button-emacs-level)
21868         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21869
21870         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21871         (gnus-agent-go-online): Change :version.
21872         (gnus-agent-expire-unagentized-dirs)
21873         (gnus-agent-auto-agentize-methods): Add :version.
21874
21875         * flow-fill.el (fill-flowed-display-column)
21876         (fill-flowed-encode-column): Add :version.
21877
21878         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21879         (gnus-outlook-deuglify-unwrap-max)
21880         (gnus-outlook-deuglify-cite-marks)
21881         (gnus-outlook-deuglify-unwrap-stop-chars)
21882         (gnus-outlook-deuglify-no-wrap-chars)
21883         (gnus-outlook-deuglify-attrib-cut-regexp)
21884         (gnus-outlook-deuglify-attrib-verb-regexp)
21885         (gnus-outlook-deuglify-attrib-end-regexp)
21886         (gnus-outlook-display-hook): Add :version.
21887
21888         * binhex.el (binhex-use-external): Add :version.
21889
21890 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21891
21892         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21893         and `invisible'.
21894
21895 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21896
21897         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21898         in gnus-registry-trim.
21899
21900 2004-09-13  Simon Josefsson  <jas@extundo.com>
21901
21902         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21903
21904         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21905
21906         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21907         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21908         <yamaoka@jpl.org>.
21909         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21910         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21911         <yamaoka@jpl.org>.
21912
21913         * sieve.el (sieve-manage-mode): Ditto.
21914
21915 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21916
21917         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21918
21919 2004-09-11  Simon Josefsson  <jas@extundo.com>
21920
21921         * dns-mode.el: Add.
21922
21923         * mm-view.el (mm-display-dns-inline): Add.
21924
21925         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21926         (mm-automatic-display): Ditto.
21927
21928         * mailcap.el (mailcap-mime-data): Add text/dns.
21929         (mailcap-mime-extensions): Map .soa to text/dns.
21930
21931 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21932
21933         * gnus-art.el (article-decode-mime-words, article-babel)
21934         (gnus-article-highlight-signature, gnus-article-add-buttons)
21935         (gnus-signature-toggle): Remove unnecessary bindings of
21936         `inhibit-read-only' inherited from v5.10 merge.
21937
21938 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21939
21940         * nntp.el (nntp): New customization group.
21941         (nntp-authinfo-file): Add customization group.
21942
21943         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21944
21945         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21946
21947         * gnus.el (to-address, to-list, subscribed)
21948         (large-newsgroup-initial): Ditto.
21949
21950         * flow-fill.el (fill-flowed-display-column)
21951         (fill-flowed-encode-column): Ditto.
21952
21953 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21954
21955         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21956         Use point-min rather than 1.
21957         (message-send-mail): Use buffer-size rather than point-max.
21958
21959         * gnus-sum.el (gnus-summary-search-article-forward):
21960         Signal a specific `search-failed' rather than a generic `error'.
21961
21962         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21963         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21964         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21965
21966 2004-09-10  Simon Josefsson  <jas@extundo.com>
21967
21968         * nndb.el (require): Remove tcp and duplicate cl.
21969
21970 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21971
21972         * gnus-agent.el (directory-files-and-attributes): Move forward.
21973
21974 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21975
21976         * gnus-agent.el (directory-files-and-attributes):
21977         Optionally defined to support XEmacs.
21978
21979 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21980
21981         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21982         to avoid run-time CL dependencies.
21983         (gnus-agent-unfetch-articles): New function.
21984         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21985         article numbers even when local .overview file is missing.
21986         (gnus-agent-read-article-number): New function.  Only accepts
21987         27-bit article numbers.
21988         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21989         Use gnus-agent-read-article-number.
21990         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21991         from backend while recognizing that article numbers in .overview
21992         must be valid.
21993         (gnus-agent-update-files-total-fetched-for):
21994         Use directory-files-and-attributes to improve performance.
21995         * gnus-int.el (gnus-request-move-article):
21996         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21997         improve performance.
21998
21999         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22000         some users confused by references to .newsrc when they only have a
22001         .newsrc.eld file.
22002         (gnus-convert-mark-converter-prompt)
22003         (gnus-convert-converter-needs-prompt): Fix use of property list.
22004         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22005         New function.  Used internally to only display 'gnus converting
22006         files' message when actually necessary.
22007
22008         * gnus-sum.el (): Remove (require 'gnus-agent) as required
22009         methods now autoloaded.
22010
22011 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22012
22013         * gnus-sum.el (gnus-summary-insert-subject): Remove list
22014         identifiers.
22015
22016 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
22017
22018         * gnus-picon.el: Fix indentation and closing parenthesis.
22019
22020 2004-09-01  Simon Josefsson  <jas@extundo.com>
22021
22022         * message.el (message-canlock-generate): Require sha1, not
22023         sha1-el.  (Can we get rid of this require altogether?  It is ugly
22024         to require within a function.  Sadly, if sha1.el isn't loaded, the
22025         let binding in m-c-g will hide the defcustom definition, which is
22026         bad.)
22027
22028         * canlock.el: Require sha1, not sha1-el.
22029
22030         * message.el: Don't autoload sha1 (there is a autoload cookie in
22031         sha1.el).
22032
22033         * sha1-el.el: Rename to sha1.el.
22034
22035 2004-08-30  Juanma Barranquero  <lektu@terra.es>
22036
22037         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22038
22039 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22040
22041         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22042
22043 2004-08-30  Kim F. Storm  <storm@cua.dk>
22044
22045         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22046
22047         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22048         Add :group 'nnimap.
22049
22050 2004-08-30  Andreas Schwab  <schwab@suse.de>
22051
22052         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22053         ?* and ?\;.
22054
22055         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22056         and ?\' to symbol instead of whitespace.
22057
22058 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22059
22060         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22061
22062         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22063         instead of re-search-forward.
22064
22065         * gnus-uu.el (gnus-uu-save-article): Ditto.
22066         (gnus-uu-post-encode-uuencode): Ditto.
22067
22068         * html2text.el (html2text-clean-list-items): Ditto.
22069         (html2text-clean-dtdd): Ditto.
22070         (html2text-format-tags): Ditto.
22071
22072         * message.el (message-send-mail-with-sendmail): Fix regexp.
22073         (message-fill-field-general): Use search-forward instead of
22074         re-search-forward.
22075         (unbold-region): Ditto.
22076
22077         * nnrss.el (nnrss-request-article): Ditto.
22078
22079         * nnslashdot.el (nnslashdot-request-article): Ditto.
22080
22081         * nnweb.el (nnweb-gmane-wash-article): Ditto.
22082
22083         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22084         "Unrecognized menu descriptor" error in XEmacs.
22085
22086 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22087
22088         * gnus-sum.el (gnus-read-header): Don't remove a header for the
22089         parent article of a sparse article in the thread hashtb.
22090
22091 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
22092
22093         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22094         (nnmail-expand-newtext): Lowercase expanded entries if
22095         nnmail-split-lowercase-expanded is non-nil.
22096
22097 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22098
22099         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22100
22101         * gnus-group.el (gnus-group-line-format-alist): Convert the value
22102         of gnus-tmp-news-method into string under XEmacs.  It will be
22103         passed to gnus-correct-length which takes only a string argument.
22104
22105 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22106
22107         * gnus-util.el (gnus-bind-print-variables): New macro.
22108         (gnus-prin1): Use it.
22109         (gnus-prin1-to-string): Use it.
22110         (gnus-pp): New function.
22111         (gnus-pp-to-string): New function.
22112
22113         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22114         Replace pp-to-string with gnus-pp-to-string.
22115         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22116         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22117         * gnus-msg.el (gnus-debug): Ditto.
22118         * gnus-score.el (gnus-score-save): Ditto.
22119         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22120         gnus-pp-to-string.
22121         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22122         with gnus-pp.
22123         * score-mode.el (gnus-score-pretty-print): Ditto.
22124         * webmail.el (webmail-debug): Ditto.
22125
22126 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22127
22128         * gnus-art.el (article-display-face, article-display-x-face):
22129         Use buffer-read-only.
22130
22131 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22132
22133         * gnus-art.el (article-hide-list-identifiers):
22134         Bind inhibit-read-only as t.
22135
22136 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
22137
22138         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22139
22140 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22141
22142         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22143         (gnus-narrow-to-page): Don't assume point-min == 1.
22144         (gnus-article-edit-mode): Derive from message-mode.
22145
22146         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22147         point-min == 1.
22148
22149         * imap.el (imap-parse-address-list, imap-parse-body-ext):
22150         Disable incorrect use of `assert'.
22151
22152         * message.el (message-mode): Set comment-start-skip.
22153
22154
22155 2004-08-22  Sam Steingold  <sds@gnu.org>
22156
22157         * pop3.el (pop3-leave-mail-on-server): New user variable.
22158         (pop3-movemail): Delete mail only when it is nil.
22159
22160 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
22161
22162         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22163
22164         * mml.el (mml-preview): Use `pop-to-buffer'.
22165
22166         * message.el (message-goto-mail-followup-to): Insert after "To".
22167         (message-carefully-insert-headers): Add comment.
22168
22169         * gnus.el: Remove unused variable `gnus-article-check-size'.
22170
22171         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22172
22173         * gnus-art.el (gnus-button-alist):
22174         Improve `gnus-button-handle-library' entry.
22175
22176 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
22177
22178         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22179         Use downcase, since XEmacs capitalizes error messages differently.
22180
22181 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
22182
22183         * nntp.el: Add (require 'gnus) due to reference to
22184         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
22185
22186 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
22187
22188         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22189         Bind `mm-fill-flowed'.
22190
22191         * mm-decode.el (mm-dissect-singlepart): Check it.
22192
22193 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
22194
22195         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22196         'imap' for netrc parsing.
22197
22198 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
22199
22200         * mailcap.el (mailcap-mime-data): Mark as risky.
22201
22202 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22203
22204         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22205         may be included in the encoded word.
22206         (rfc2047-encode): Don't append a space if the encoded word
22207         includes close parenthesis.
22208
22209 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22210
22211         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22212         of text within parentheses.
22213
22214 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
22215
22216         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22217         (gnus-encrypt-write-file-contents): Make the password key the file
22218         name PLUS the cipher, not just the cipher.  Also remove failed
22219         passwords from the cache.
22220
22221 2004-08-06  Simon Josefsson  <jas@extundo.com>
22222
22223         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22224         Doc fix.
22225
22226 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22227
22228         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22229         LWSP.
22230
22231 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
22232
22233         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22234         Try to append in-reply-to: data to the references: header.
22235
22236         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22237         (netrc-parse): Use gnus-encrypt.el functions.
22238
22239         * gnus-encrypt.el: Add new file for encryption support; currently
22240         does only a few GPG ciphers and an internal XOR cipher.
22241
22242         * password.el: Add comments on using password-read-and-add.
22243         (password-read-and-add): Add function to read and add the
22244         password to the cache at once.
22245
22246 2004-07-28  Simon Josefsson  <jas@extundo.com>
22247
22248         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22249         parameter (but don't use it, for now).
22250
22251         * imap.el (imap-ssl-open): Use imap-process-connection-type,
22252         instead of hard coding to nil.
22253
22254 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22255
22256         * mm-view.el (mm-inline-image-emacs): Open lines under an image
22257         as mm-inline-image-xemacs does.
22258
22259 2004-07-26  Simon Josefsson  <jas@extundo.com>
22260
22261         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22262         Revert part of 2004-07-17 change below.
22263
22264 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22265
22266         * rfc2047.el (rfc2047-encode-region): Don't infloop.
22267         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22268
22269 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22270
22271         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22272         quotes that actually start with ">" at the beginning of the
22273         lines.
22274
22275 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22276
22277         * rfc2047.el (rfc2047-encode-region): Fix last change.
22278         (rfc2047-encode-parameter): Remove useless concat.
22279
22280 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22281
22282         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22283         encode special characters; fix some kind of misconfigured headers;
22284         signal a real error if debug-on-quit or debug-on-error is non-nil.
22285         (rfc2047-encode-max-chars): New variable.
22286         (rfc2047-encode-1): Use it.
22287         (rfc2047-encode-parameter): New function.
22288
22289         * mml.el (mml-insert-parameter): Remove an excessive space.
22290
22291 2004-07-17  Simon Josefsson  <jas@extundo.com>
22292
22293         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22294         Kai Grossjohann <kai@emptydomain.de>.
22295         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22296         (gnus-group-make-menu-bar): Ditto.
22297
22298         * gnus-util.el (gnus-group-server): Add.
22299
22300 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
22301
22302         * message.el (message-clone-locals): Clone sendmail and smtp
22303         variables.
22304
22305 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22306
22307         * rfc2047.el (rfc2047-encode-region): Fix last change.
22308
22309 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22310
22311         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22312         characters as non-special.
22313
22314 2004-07-09  Simon Josefsson  <jas@extundo.com>
22315
22316         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22317         Users will lose all flag changes made while unplugged with
22318         e.g. nntp unless flag synchronization happens, thus `nil' is not a
22319         good default.  See numerous reports on ding mailing list.
22320
22321 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22322
22323         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22324         add generate-head-function and generate-article-function to the
22325         rfc822-forward entry.
22326         (nndoc-rfc822-forward-generate-article): New function.
22327         (nndoc-rfc822-forward-generate-head): New function.
22328
22329         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22330
22331 2004-07-06  Dan Christensen  <jdc@uwo.ca>
22332
22333         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22334         respect display group parameter and gnus-summary-expunge-below.
22335         (gnus-articles-to-read): Remove unused reference to display group
22336         parameter.
22337
22338 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22339
22340         * nnheader.el (nnheader-uniquify-message-id): New experimental
22341         variable.
22342         (nnheader-nov-read-message-id): Use it.
22343
22344         * spam-report.el (spam-report-gmane): Add interactive.
22345
22346 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22347
22348         * mm-encode.el (mm-content-transfer-encoding-defaults):
22349         Use qp-or-base64 for the application/* types.
22350
22351 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
22352
22353         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22354
22355 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
22356
22357         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22358         trim value.
22359
22360 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
22361
22362         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22363         New macro and function.
22364         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22365
22366 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22367
22368         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22369         after-load-alist.
22370
22371 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22372
22373         * gnus-group.el (gnus-group-get-new-news-this-group):
22374         Don't update info that isn't there.
22375
22376 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
22377
22378         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22379         entry.
22380
22381 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22382
22383         * mm-view.el (mm-inline-render-with-function): Use multibyte
22384         buffer; decode html source by charset.
22385
22386         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22387
22388         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22389         Mule-UCS is loaded under XEmacs.
22390         (mm-mime-mule-charset-alist): Avoid duplicated entries.
22391
22392 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
22393
22394         * nnheader.el (nnheader-max-head-length): Increase to 8192.
22395
22396 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22397
22398         * mm-util.el (mm-coding-system-p): Return a coding-system.
22399         (mm-mime-mule-charset-alist): Use shift_jis instead of
22400         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22401         entries for the mime charsets iso-2022-jp-3 and shift_jis.
22402         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22403         instead of japanese-shift-jis and iso-latin-1 respectively in
22404         order to share the default value with both Emacs and XEmacs-mule.
22405         (mm-mule-charset-to-mime-charset):
22406         Make mm-coding-system-priorities effective.
22407         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22408         while predicating of candidates upon the priorities.
22409
22410 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
22411
22412         * gnus-sum.el (gnus-summary-make-menu-bar):
22413         Add gnus-uu-invert-processable.
22414
22415         * gnus.el: Autoload gnus-uu-invert-processable.
22416
22417 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22418
22419         * mm-util.el (mm-with-multibyte-buffer): New macro.
22420
22421         * rfc2047.el (rfc2047-encode-string): Use it.
22422         (rfc2047-encode-region): Move point to the end of the region after
22423         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22424
22425 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22426
22427         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22428         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22429
22430 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22431
22432         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22433         (gnus-cite-parse): Ignore quoted envelope From_.
22434         Suggested by Karl Chen <quarl@nospam.quarl.org>.
22435
22436 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
22437
22438         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22439         invalid addresses.
22440
22441 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
22442
22443         * spam.el: Change section markers, revise TODO list.
22444         (spam-backends): Make new master list of all installed backends.
22445         (spam-summary-exit-behavior): Add new variable to determine how
22446         messages moves are done at summary exit.
22447         (spam-move-spam-nonspam-groups-only)
22448         (spam-process-ham-in-nonham-groups)
22449         (spam-process-ham-in-spam-groups): Remove variables, the
22450         spam-summary-exit-behavior variable should be used to manage this
22451         behavior.
22452         (spam-old-ham-articles, spam-old-spam-articles): Remove.
22453         (spam-old-articles): Add variable, replacing spam-old-ham-articles
22454         and spam-old-spam-articles.
22455         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22456         Add empty variables, placeholders for the backends they represent.
22457         (spam-set-difference): Move, unchanged.
22458         (spam-list-of-processors): Declare OBSOLETE, not used anymore
22459         unless the user has a processor variable.
22460         (spam-classifications, spam-classification-valid-p)
22461         (spam-backend-properties, spam-backend-property-valid-p)
22462         (spam-backend-function-type-valid-p)
22463         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22464         (spam-report-articles-gmane, spam-report-articles-resend):
22465         Remove functions, they are not needed.
22466         (spam-install-backend-super, spam-backend-list)
22467         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22468         (spam-backend-function, spam-backend-ham-registration-function)
22469         (spam-backend-spam-registration-function)
22470         (spam-backend-ham-unregistration-function)
22471         (spam-backend-spam-unregistration-function)
22472         (spam-backend-statistical-p, spam-backend-mover-p)
22473         (spam-install-backend-alias, spam-install-checkonly-backend)
22474         (spam-install-mover-backend, spam-install-nocheck-backend)
22475         (spam-install-backend, spam-install-statistical-backend)
22476         (spam-install-statistical-checkonly-backend): Add backend installation
22477         support.
22478         (spam-summary-prepare-exit): Rewrite to use the new backend code.
22479         (spam-group-processor-p): Use the new backend code and respect the
22480         summary exit behavior.
22481         (spam-mark-spam-as-expired-and-move-routine): Remove.
22482         (spam-summary-prepare): Change to use the new spam-old-articles
22483         variable.
22484         (spam-copy-or-move-routine, spam-copy-spam-routine)
22485         (spam-move-spam-routine, spam-copy-ham-routine)
22486         (spam-move-ham-routine): Add code to copy/move ham or spam.
22487         (spam-fetch-field-fast): Improve doc and code, plus allow the
22488         'number request.
22489         (spam-list-of-checks, spam-list-of-statistical-checks):
22490         Remove variables.
22491         (spam-split, spam-find-spam): Use the new backend code.
22492         (spam-registration-functions): Remove variable.
22493         (spam-unregister-routine): Add convenience wrapper.
22494         (spam-log-undo-registration, spam-register-routine)
22495         (spam-log-processing-to-registry)
22496         (spam-log-unregistration-needed-p): Rename "check" to "backend"
22497         where possible.
22498         (spam-check-gmane-xref, spam-check-regex-headers)
22499         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22500         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22501         (spam-check-bogofilter-headers, spam-check-spamoracle)
22502         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22503         (spam-check-crm114-headers): Use the spam-split-group that
22504         spam-split prepares, no need to determine it every time.
22505
22506         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22507         to the nnheader-parse-naked-head call.
22508
22509         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22510
22511         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22512         the nnheader-nov-read-message-id call.
22513
22514 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22515
22516         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22517         gnus-activate-group twice.  Suggested by Markus Peter
22518         <warp@spin.de>.
22519
22520 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
22521
22522         * gnus-art.el (gnus-article-time-format): Exchange the order of
22523         day and month in the default value; fix customization type.
22524         (article-date-ut): Use add-text-properties.
22525         (article-make-date-line): Use message-make-date instead of
22526         current-time-string.
22527
22528         * message.el (message-fetch-field): Don't use set-text-properties.
22529         (message-make-date): Simplify.
22530
22531         * messagexmas.el (message-xmas-make-date): New function.
22532         (message-xmas-redefine): Defalias message-make-date to it.
22533
22534 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22535
22536         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22537         (rfc2047-encode-region): Treat text within parentheses as special;
22538         show the original text when error has occurred.
22539
22540         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22541         already-computed method to gnus-activate-group.
22542
22543         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22544         same select-methods identical Lisp objects.
22545
22546         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22547         object when modifying the info.
22548
22549 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22550
22551         * gnus-srvr.el (gnus-server-set-info): Remove the server from
22552         gnus-opened-servers since it has never been opened with the new
22553         configuration yet.
22554
22555 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22556
22557         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22558         arg to nnheader-generate-fake-message-id.
22559
22560 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
22561
22562         * nnheader.el (nnheader-generate-fake-message-id): Accept a
22563         number and build a fake message ID localized to a group and
22564         article number (so it's repeatable from that point on).
22565         (nnheader-fake-message-id-p): Change regex to accomodate new fake
22566         ID format.
22567
22568         * gnus-sum.el (gnus-get-newsgroup-headers):
22569         Call nnheader-generate-fake-message-id with the article number.
22570
22571 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
22572
22573         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22574         end-of-buffer.
22575
22576 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22577
22578         * message.el (message-ignored-supersedes-headers): Add Approved.
22579
22580 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
22581
22582         * rfc2047.el (rfc2047-encode-message-header): Remove useless
22583         goto-char.
22584         (rfc2047-encode): Fold the line before encoding.
22585
22586 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22587
22588         * rfc2047.el (rfc2047-encode-message-header): Disabled header
22589         folding -- not all headers can be folded, and this should be done
22590         by the message composition mode.  Probably.  I think.
22591
22592 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22593
22594         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22595         fast.
22596
22597         * gnus-ems.el (gnus-remove-image): Don't use
22598         message-text-with-property; remove only the image found first.
22599
22600         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
22601         found first.
22602
22603 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
22604
22605         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22606
22607 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22608
22609         * message.el (message-text-with-property): Make it fast and accept
22610         optional arguments.
22611         (message-strip-forbidden-properties): Use it.
22612         (message-fix-before-sending): Follow the m-t-w-p change.
22613
22614         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22615
22616 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22617
22618         * gnus-art.el (article-hide-headers): Don't change the buffer
22619         mistakenly when performing mml-preview even if
22620         gnus-single-article-buffer is nil.
22621
22622 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
22623
22624         * message.el (message-expand-name-databases): New user option.
22625         (message-expand-name): Use it.
22626
22627 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
22628
22629         * spam.el (spam-report-articles-resend)
22630         (spam-report-resend-register-routine): Allow ham reporting.
22631         (spam-report-resend-register-ham-routine): Add wrapper.
22632         (spam-registration-functions): Add ham resending functions.
22633         (spam-list-of-processors): Add ham resend processor.
22634
22635         * gnus.el (ham-resend-to): Add new group parameter.
22636         (spam-process): Add ham resend option.
22637
22638         * spam-report.el (spam-report-resend): Allow reporting ham.
22639         (spam-report-resend-ham): Add wrapper.
22640
22641 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22642
22643         * message.el (message-cite-articles-with-x-no-archive):
22644         New variable.
22645         (message-cite-original): Use it.
22646
22647 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22648
22649         * message.el (message-cite-original): Respect X-No-Archive.
22650
22651 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22652
22653         * gnus-art.el (article-hide-headers): Refer to the values for
22654         gnus-ignored-headers and gnus-visible-headers in the summary
22655         buffer since a user may have set them as group parameters.
22656
22657 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
22658
22659         * assistant.el (assistant-node-name): Add convenience function.
22660         (assistant-render-text, assistant-render-node): Add error handling,
22661         plus handle multiple next nodes.
22662         (assistant-find-next-node): Comment out for now.
22663         (assistant-find-next-nodes): Add function, returns list of next
22664         nodes.
22665
22666 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
22667
22668         * mail-source.el (mail-source-directory): Fix doc-string.
22669
22670 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
22671
22672         * assistant.el (assistant-render-text, assistant-eval): Add :set
22673         widget type, which is different because it takes and returns a
22674         list.  Much hilarity ensues.
22675
22676 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
22677
22678         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22679
22680         * gnus-group.el (gnus-group-get-new-news-this-group):
22681         Add doc-string.
22682
22683         * gnus-start.el (gnus-activate-group): Add doc-string.
22684
22685 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22686
22687         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22688
22689 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
22690
22691         * assistant.el (assistant-render-text): Try to add a :set
22692         widget, more to come.
22693
22694         * spam.el (spam-group-spam-contents-p): Handle empty groupname
22695         strings.
22696         (spam-report-articles-resend)
22697         (spam-register-routine): Do registration iff any articles warrant
22698         it.
22699         (spam-summary-prepare-exit): Change log message for nil group
22700         destinations.
22701
22702 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
22703
22704         * spam.el (spam-report-resend-register-routine):
22705         Allow spam-report-resend-to to be a group parameter or a global value.
22706
22707 2004-05-26  Simon Josefsson  <jas@extundo.com>
22708
22709         * starttls.el: Merge with my GNUTLS based starttls.el.
22710         (starttls-gnutls-program, starttls-use-gnutls)
22711         (starttls-extra-arguments, starttls-process-connection-type)
22712         (starttls-connect, starttls-failure, starttls-success):
22713         New variables.
22714         (starttls-program, starttls-extra-args): Doc fix.
22715         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22716         New functions.
22717         (starttls-negotiate, starttls-open-stream):
22718         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22719         function if it is set.
22720
22721 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22722
22723         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22724         structured fields.
22725
22726 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22727
22728         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22729
22730 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
22731
22732         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22733         Add variable.
22734         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
22735         assigning the spam-mark to new messages.
22736
22737 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
22738
22739         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22740
22741 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22742
22743         * dgnushack.el: Autoload customize-set-variable for XEmacs.
22744
22745         * rfc2047.el (rfc2047-encodable-p): Don't move point.
22746         (rfc2047-decode): Treat the ascii coding-system as raw-text by
22747         default.
22748
22749 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
22750
22751         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22752         correct data.
22753
22754 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
22755
22756         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22757         (spam-group-processor-p): Fix function.
22758         (spam-group-processor-multiple-p)
22759         (spam-group-spam-processor-report-gmane-p)
22760         (spam-group-spam-processor-report-resend-p)
22761         (spam-group-spam-processor-bogofilter-p)
22762         (spam-group-spam-processor-blacklist-p)
22763         (spam-group-spam-processor-ifile-p)
22764         (spam-group-ham-processor-ifile-p)
22765         (spam-group-spam-processor-spamoracle-p)
22766         (spam-group-spam-processor-crm114-p)
22767         (spam-group-ham-processor-bogofilter-p)
22768         (spam-group-spam-processor-stat-p)
22769         (spam-group-ham-processor-stat-p)
22770         (spam-group-ham-processor-whitelist-p)
22771         (spam-group-ham-processor-BBDB-p)
22772         (spam-group-ham-processor-spamoracle-p)
22773         (spam-group-ham-processor-copy-p): Remove functions with some
22774         prejudice against unneeded code.
22775         (spam-report-articles-resend)
22776         (spam-report-resend-register-routine): Allow the group/topic
22777         spam-resend-to value to override spam-report-resend-to.
22778         (spam-summary-prepare-exit): Invoke spam-group-processor-p
22779         properly now.
22780
22781         * gnus.el (spam-resend-to): Add group/topic parameter.
22782         (spam-process): Move the OBSOLETE processors to the end of the
22783         choices.
22784
22785 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
22786
22787         * spam-report.el (spam-report-resend-to, spam-report-resend):
22788         Start with resend-to set to nil, and then ask the user if necessary.
22789         (spam-report-resend): spam-report-resend takes a list of articles, not
22790         separate article numbers.
22791
22792 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22793
22794         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22795         addition to emacs-w3m.
22796
22797 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22798
22799         * assistant.el (assistant-authinfo-data): New function.
22800         (assistant-eval): Eval for entire assistant.
22801
22802         * netrc.el (netrc-services-file): New variable.
22803         (netrc-parse-services): New function.
22804         (netrc-find-service-name): New function.
22805         (netrc-find-service-number): New function.
22806         (netrc-port-equal): New function.
22807         (netrc-machine): Use it.
22808
22809         * nnimap.el (nnimap-open-connection): Use netrc.
22810
22811         * gnus-util.el (gnus-netrc-get): Remove aliases.
22812
22813         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22814
22815         * assistant.el (wid-edit): Fix compilation.
22816
22817         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22818
22819 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
22820
22821         * gnus-util.el (gnus-set-file-modes): New function.  (small
22822         patch).
22823
22824 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22825
22826         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22827
22828         * assistant.el (assistant-render-node): Fix up rendering and
22829         read-only text.
22830         (assistant-render-node): Reset.
22831         (assistant-make-read-only): Not sticky.
22832
22833 2004-05-20  Danny Siu  <dsiu@adobe.com>
22834
22835         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22836         centered even when gnus-auto-center-summary is t.
22837
22838 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22839
22840         * dns.el (dns-get-txt-answer): New function.
22841         (dns-read-txt): Ditto.
22842         (query-dns): Use it.
22843
22844 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22845
22846         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22847         active for foreign groups even if the group level is higher than
22848         the specified value.
22849
22850 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22851
22852         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22853         non-active groups.
22854
22855         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22856
22857 2004-05-20  Magnus Henoch  <mange@freemail.hu>
22858
22859         * dns.el (dns-read-type): Add support for SVR.  (small patch)
22860
22861 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22862
22863         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22864         (spam-crm114-header, spam-crm114-spam-switch)
22865         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22866         (spam-crm114-positive-spam-header)
22867         (spam-crm114-database-directory, spam-list-of-processors)
22868         (spam-group-spam-processor-crm114-p)
22869         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22870         (spam-generic-score, spam-list-of-checks)
22871         (spam-list-of-statistical-checks, spam-registration-functions)
22872         (spam-check-crm114-headers, spam-crm114-score)
22873         (spam-check-crm114, spam-crm114-register-with-crm114)
22874         (spam-crm114-register-spam-routine)
22875         (spam-crm114-unregister-spam-routine)
22876         (spam-crm114-register-ham-routine)
22877         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22878
22879 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22880
22881         * gnus.el: Add spam-use-crm114.
22882
22883         * spam.el (spam-list-of-processors, spam-registration-functions):
22884         Add spam-use-resend.
22885         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22886         (spam-report-articles-gmane): Add doc fix.
22887         (spam-report-articles-resend, spam-report-resend-register-routine):
22888         Add wrappers around spam-report-resend-to.
22889
22890         * spam-report.el (spam-report-resend-to, spam-report-resend):
22891         Add support for resending spam.
22892         (spam-report-gmane): Fix line length >80.
22893
22894         * gnus.el (spam-process): Add spam-use-resend.
22895
22896 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22897
22898         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22899         number of processed spam messages.
22900         (spam-ham-copy-or-move-routine): Return the number of processed
22901         ham messages.
22902         (spam-summary-prepare-exit): Use the above values to decide
22903         whether status messages shouled be displayed.
22904
22905 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22906
22907         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22908         `rfc2047-encoding-function-alist' in order to avoid conflicting
22909         with the old version.
22910         (rfc2047-encode-region): Concatenate words containing non-ASCII
22911         characters in structured fields; don't encode space-delimited
22912         ASCII words even in unstructured fields; don't break words at
22913         char-category boundaries.
22914         (rfc2047-encode-1): New function.
22915         (rfc2047-encode): Use it; encode text so that it occupies the
22916         maximum width within 76-column; work correctly on Q encoding for
22917         iso-2022-* charsets.
22918         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22919         sure not to break a line just after the header name.
22920         (rfc2047-b-encode-region): Remove.
22921         (rfc2047-b-encode-string): New function.
22922         (rfc2047-q-encode-region): Remove.
22923         (rfc2047-q-encode-string): New function.
22924
22925         * mm-util.el (mm-replace-in-string): New function.
22926
22927 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22928
22929         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22930         Really get it right.
22931         (gnus-inews-make-draft): Really.
22932
22933 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22934
22935         * nnmh.el (nnmh-request-list-1): Don't check the link count
22936         before descending.  (small patch)
22937
22938 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22939
22940         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22941         stuff.
22942
22943         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22944         Match on real group name.
22945
22946         * gnus-art.el (gnus-signature-limit): Doc fix.
22947
22948         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22949
22950         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
22951
22952 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
22953
22954         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
22955         isn't a string.
22956
22957 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22958
22959         * gnus-draft.el (gnus-draft-send):
22960         Bind rfc2047-encode-encoded-words.
22961
22962         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22963         (rfc2047-encodable-p): Say that =? needs encoding.
22964         (rfc2047-encode-encoded-words): New variable.
22965
22966         * gnus-group.el (gnus-group-select-group): Doc fix.
22967
22968         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22969
22970         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22971         to nil.
22972
22973         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22974
22975         * nnheader.el (nnheader-get-lines-and-char): New function.
22976
22977 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22978
22979         * gnus-msg.el (gnus-summary-followup-with-original):
22980         Document yanking of region when active.
22981
22982 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22983
22984         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22985         groups if the group level is higher than the specified value.
22986
22987 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22988
22989         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22990         (gnus-group-jump-to-group): Add prefix argument using
22991         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22992         non-active group.
22993
22994         * compface.el (uncompface): Be verbose when changing
22995         `uncompface-use-external'.
22996
22997         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22998         handle manual section.
22999
23000 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23001
23002         * gnus-art.el (gnus-button-alist): Revert previous change.
23003
23004 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23005
23006         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23007
23008 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23009
23010         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23011         whether backend can accept message.
23012
23013         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23014
23015 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
23016
23017         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23018         Avoid creating directory when nntp-marks-is-evil is true.
23019         Reported by Reiner Steib.
23020
23021 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
23022
23023         * gnus-picon.el (gnus-picon-insert-glyph):
23024         Add optional `nostring' argument.
23025
23026 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23027
23028         * gnus-picon.el (gnus-picon-style): New variable.
23029         (gnus-picon-transform-address): Support `gnus-picon-style'.
23030
23031 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23032
23033         * message.el (message-fill-field): Return point.
23034         (message-generate-headers): Go to end of field.
23035
23036         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23037         stuff for non-living groups.
23038
23039 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
23040
23041         * gnus-art.el (gnus-article-followup-with-original)
23042         (gnus-article-reply-with-original): gnus-mark-active-p ->
23043         gnus-region-active-p.
23044
23045 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
23046
23047         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23048         only when there is spam or ham to be processed.
23049
23050 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23051
23052         * mail-source.el (mail-source-delete-crash-box): Refactor.
23053         (mail-source-fetch): Use it.
23054         (mail-source-fetch-file): Ditto.
23055         (mail-source-fetch-directory): Run postscript in loop.
23056         (mail-source-fetch-pop): Delete.
23057         (mail-source-fetch-maildir): Ditto.
23058         (mail-source-fetch-imap): Ditto.
23059
23060         * imap.el (imap-authenticators): Comment out sasl.
23061
23062         * message.el (message-skip-to-next-address): New function.
23063         (message-fill-header-address): Refactor.
23064         (message-fill-address): Use it.
23065         (message-delete-address): Use it.
23066         (message-fill-header-general): Refactor.
23067         (message-fill-field-address): Rename.
23068         (message-narrow-to-field): Find the start of the header.
23069         (message-header-format-alist): Don't pre-fill.
23070         (message-fill-header): Remove.
23071         (message-insert-header): New function.
23072         (message-shorten-references): Use it.
23073
23074         * rfc2047.el (rfc2047-field-value): Strip props.
23075
23076         * mail-parse.el (mail-header-make-address): New alias.
23077
23078         * ietf-drums.el (ietf-drums-make-address): New function.
23079
23080         * imap.el: Add compiler directives.
23081
23082         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23083
23084         * gnus-art.el (article-decode-idna-rhs): Don't use
23085         message-idna-inside-rhs-p.
23086
23087 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23088
23089         * message.el (message-idna-inside-rhs-p): Remove.
23090         (message-idna-to-ascii-rhs-1): Use proper address parsing.
23091
23092         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23093         false positives.
23094
23095 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23096
23097         * imap.el (imap-sasl-make-mechanisms): Use sasl.
23098
23099 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23100
23101         * nneething.el (nneething-file-name): Don't create spurious
23102         files.
23103
23104         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23105         (gnus-inews-do-gcc): Remove sleep.
23106
23107         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23108         part under point.
23109
23110         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23111         (gnus-agent-regenerate-group): Using nil messages aren't valid.
23112
23113 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
23114
23115         * spam.el (spam-summary-prepare-exit): Fix (length).
23116
23117 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
23118
23119         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23120         as expired without moving it" message when there are spam
23121         messages left.
23122
23123 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
23124
23125         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23126         header is not nil.
23127
23128 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
23129
23130         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23131         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23132         (nntp-marks-changed-p): New arg SERVER.
23133         (nntp-request-update-info): Adjust caller.
23134
23135 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
23136
23137         * nntp.el (nntp-save-marks): Pass missing arg.
23138
23139 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
23140
23141         * nntp.el: Support marks.
23142         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23143         (nntp-marks-modtime, nntp-marks-directory): New variables.
23144         (nntp-request-set-mark, nntp-request-update-info)
23145         (nntp-possibly-create-directory, nntp-marks-changed-p)
23146         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23147         New functions.
23148
23149 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
23150
23151         * gnus-xmas.el (gnus-xmas-select-lowest-window)
23152         (gnus-xmas-redefine): Rename.
23153
23154         * gnus-score.el (gnus-score-insert-help):
23155         Use gnus-select-lowest-window.
23156
23157         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23158         appt-select-lowest-window and rename to gnus-select-lowest-window.
23159
23160         * gnus.el: do.
23161
23162 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23163
23164         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23165         encodings of MIME-encoded words, in order to improve
23166         interoperability with several broken MUAs.
23167
23168 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23169
23170         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23171         tags, only when charsets are not specified in headers.
23172         (mm-inline-text-html-render-with-w3m): Ditto.
23173
23174         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
23175         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
23176
23177 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23178
23179         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23180         instead of MIME-decoded from fields when checking
23181         `gnus-article-address-banner-alist'.
23182
23183 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
23184
23185         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23186         description rather than subject.
23187
23188 2004-05-02  Steve Youngs  <steve@youngs.au.com>
23189
23190         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
23191
23192 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23193
23194         * gnus.el (gnus-version-number): Bump.
23195
23196 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
23197
23198         * gnus.el: No Gnus v0.2 is released.
23199
23200 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23201
23202         * gnus-agent.el (gnus-agent-read-agentview):
23203         Inline gnus-uncompress-range.
23204
23205 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23206
23207         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23208         `exec-installed-p'.
23209
23210 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
23211
23212         * gnus.el (spam-process, spam-autodetect-methods):
23213         Add bsfilter and bsfilter-headers.
23214
23215         * spam.el (spam-bsfilter): New customize group.
23216         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23217         (spam-bsfilter-header, spam-bsfilter-probability-header)
23218         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23219         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23220         (spam-bsfilter-database-directory): New options.
23221         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23222         (spam-list-of-statistical-checks, spam-registration-functions):
23223         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23224         (spam-bsfilter-score): New command.
23225         (spam-check-bsfilter-headers, spam-check-bsfilter)
23226         (spam-bsfilter-register-with-bsfilter)
23227         (spam-bsfilter-register-spam-routine)
23228         (spam-bsfilter-unregister-spam-routine)
23229         (spam-bsfilter-register-ham-routine)
23230         (spam-bsfilter-unregister-ham-routine): New functions.
23231         (spam-generic-score): Support bsfilter; Accept an optional argument
23232         to recalcurate spam score even if scoring header has already been
23233         added.
23234         (spam-bogofilter-score, spam-spamassassin-score): Accept an
23235         optional argument to recalcurate spam score even if scoring header
23236         has already been added.
23237
23238 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
23239
23240         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23241         strings!  Reported by David D. Smith <davidsmith@acm.org>.
23242         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23243         link is missing.
23244
23245 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
23246
23247         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
23248         (html2text-get-attr): Rewrite.
23249
23250         * message.el (message-setup-1): Remove redundant put-text-property
23251         on mail-header-separator.
23252
23253 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
23254
23255         * gnus-registry.el (gnus-registry-cache-whitespace)
23256         (gnus-registry-action, gnus-registry-spool-action)
23257         (gnus-registry-split-fancy-with-parent): Change message levels
23258         from 5 to 3 or 7, as needed.
23259
23260         * spam.el (spam-summary-prepare-exit)
23261         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23262         (spam-split, spam-find-spam, spam-log-undo-registration)
23263         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23264         level from 5 to 6.
23265
23266 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23267
23268         * gnus-ems.el: Autoload appt-select-lowest-window (revert
23269         2004-03-04 change).
23270
23271 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
23272
23273         * sieve-manage.el (sieve-manage-open):
23274         * nnweb.el (nnweb-insert-html):
23275         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23276         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23277         * nnspool.el (nnspool-request-group):
23278         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23279         * nnml.el (nnml-request-update-info):
23280         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23281         (nnmh-request-create-group, nnmh-update-gnus-unreads):
23282         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23283         (nnimap-request-set-mark):
23284         * nnfolder.el (nnfolder-request-update-info):
23285         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23286         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23287         * gnus-uu.el (gnus-uu-find-articles-matching):
23288         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23289         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23290         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23291         * gnus-nocem.el (gnus-nocem-scan-groups):
23292         * gnus-int.el (gnus-start-news-server):
23293         * gnus-group.el (gnus-group-make-kiboze-group)
23294         (gnus-group-browse-foreign-server):
23295         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23296         Use mapc when appropriate.
23297
23298 2004-04-22  Dan Christensen  <jdc@uwo.ca>
23299             Adam Sjøgren  <asjo@koldfront.dk>
23300             Wes Hardaker  <wes@hardakers.net>
23301             Michael Shields  <shields@msrl.com>
23302
23303         * spam.el (spam-necessary-extra-headers): Get the extra headers we
23304         may need for spam sorting and scoring.
23305         (spam-user-format-function-S): Add user format function suitable for
23306         general use.
23307         (spam-article-sort-by-spam-status): Add sorting function for summary
23308         sorting.
23309         (spam-extra-header-to-number): Add function to get a score from a
23310         header.
23311         (spam-summary-score): Add function to get a numeric score from the
23312         headers.
23313         (spam-generic-score): Fix function doc, was in wrong place.
23314         (spam-initialize): Take symbols when it's run, and install the
23315         extra headers that spam-necessary-extra-headers thinks we need.
23316
23317 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
23318
23319         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23320         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23321
23322 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
23323
23324         * gnus-sum.el (gnus-set-global-variables)
23325         (gnus-build-all-threads, gnus-get-newsgroup-headers)
23326         (gnus-article-get-xrefs, gnus-summary-best-group)
23327         (gnus-summary-next-article, gnus-summary-enter-digest-group)
23328         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23329         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23330         Use with-current-buffer.
23331
23332 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
23333
23334         * spam.el (spam-summary-prepare-exit): Simplify logic.
23335         (spam-fetch-article-header): Read the article header if it's not
23336         available.
23337         (spam-list-articles): Simplify logic.
23338         (spam-filelist-register-routine): Fix bug with unregister-list.
23339
23340         * gnus-registry.el: Fix comments at beginning.
23341
23342 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
23343
23344         * message.el (message-cater-to-broken-inn): Remove.
23345         (message-shorten-references): Make sure the total folded length of
23346         References is shorter than 998 characters to cater to a bug in INN
23347         2.3.  Also, don't pretend that references aren't folded -- this
23348         hasn't worked for a while.
23349
23350 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23351
23352         * gnus-agent.el (gnus-agentize):
23353         gnus-agent-send-mail-real-function no longer set to current value
23354         of message-send-mail-function but rather a lambda that calls
23355         message-send-mail-function.  The change makes the agent real-time
23356         responsive to user changes to message-send-mail-function.
23357
23358 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23359
23360         * legacy-gnus-agent.el
23361         (gnus-agent-convert-to-compressed-agentview): Fix typos with
23362         help from Florian Weimer <fw@deneb.enyo.de>
23363
23364 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23365
23366         * nnmail.el (nnmail-cache-insert): Revert last change.
23367
23368 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23369
23370         * nnmail.el (nnmail-cache-insert): Always check whether
23371         nnmail-cache-ignore-groups matches a group name.
23372
23373 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
23374
23375         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23376         (spam-find-spam, spam-log-processing-to-registry)
23377         (spam-log-registered-p, spam-log-unregistration-needed-p)
23378         (spam-log-undo-registration): Use gnus-message instead of
23379         gnus-error, none of these errors are fatal.
23380
23381         * gnus-registry.el (gnus-registry-clean-empty-function)
23382         (gnus-registry-clean-empty): Remove only empty entries without
23383         extra data.
23384
23385 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
23386
23387         * spam-stat.el (spam-stat-buffer-change-to-spam)
23388         (spam-stat-buffer-change-to-non-spam): Change (error) to
23389         (gnus-message 8) invocation.
23390
23391 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23392
23393         * nntp.el (nntp-via-netcat-command): New variable.
23394         (nntp-via-netcat-switches): New variable.
23395         (nntp-open-via-rlogin-and-netcat): New function.
23396         (nntp-open-connection-function): Doc fix.
23397         (nntp-telnet-command): Doc fix.
23398         (nntp-end-of-line): Doc fix.
23399         (nntp-via-rlogin-command): Doc fix.
23400         (nntp-via-user-name): Doc fix.
23401         (nntp-via-address): Doc fix.
23402
23403 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23404
23405         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23406         error in Emacs 21.1.
23407
23408 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
23409
23410         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23411
23412 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23413
23414         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23415         (gnus-agent-with-refreshed-group): New macro.
23416         (gnus-agent-rename-group): New function.
23417         (gnus-agent-delete-group): New function.
23418         (gnus-agent-save-group-info): Use gnus-command-method when
23419         `method' parameter is nil.  Don't write nil entries into the
23420         active file.
23421         (gnus-agent-get-group-info): New function.
23422         (gnus-agent-fetch-articles):
23423         Use gnus-agent-update-files-total-fetched-for to increment disk space
23424         used.
23425         (gnus-agent-fetch-headers, gnus-agent-save-alist):
23426         Use gnus-agent-update-view-total-fetched-for to increment disk space
23427         used.
23428         (gnus-agent-get-local): Add optional parameters to avoid calling
23429         gnus-group-real-name and gnus-find-method-for-group.
23430         (gnus-agent-set-local): Delete stored entry if either min, or max,
23431         are nil.
23432         (gnus-agent-fetch-session): Reworded error/quit messages.
23433         On quit, use gnus-agent-regenerate-group to record existance of any
23434         articles fetched to disk before the quit occurred.
23435         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23436         gnus-agent-update-view-total-fetched-for, and
23437         gnus-agent-update-files-total-fetched-for to decrement disk space
23438         used.
23439         (gnus-agent-retrieve-headers):
23440         Use gnus-agent-update-view-total-fetched-for to increment disk space
23441         used.
23442         (gnus-agent-regenerate-group): Replace gnus-group-update-group
23443         with gnus-agent-update-files-total-fetched-for to decrement disk
23444         space and fresh group buffer.
23445         (gnus-agent-inhibit-update-total-fetched-for): New variable.
23446         (gnus-agent-need-update-total-fetched-for): New variable.
23447         (gnus-agent-update-files-total-fetched-for): New function.
23448         (gnus-agent-update-view-total-fetched-for): New function.
23449         (gnus-agent-total-fetched-for): New function.
23450
23451         * gnus-cache.el (gnus-cache-save-buffers):
23452         Use gnus-cache-update-overview-total-fetched-for to change disk space
23453         used by this group.
23454         (gnus-cache-possibly-enter-article):
23455         Use gnus-cache-update-file-total-fetched-for to increment disk space
23456         used by this group.
23457         (gnus-cache-possibly-remove-article):
23458         Use gnus-cache-update-file-total-fetched-for to decrement disk space
23459         used by this group.
23460         (gnus-cache-generate-nov-databases): Purge total fetched cache.
23461         (gnus-cache-rename-group): New function.
23462         (gnus-cache-delete-group): New function.
23463         (gnus-cache-inhibit-update-total-fetched-for): New variable.
23464         (gnus-cache-need-update-total-fetched-for): New variable.
23465         (gnus-cache-with-refreshed-group): New macro.
23466         (gnus-cache-update-file-total-fetched-for): New function.
23467         (gnus-cache-update-overview-total-fetched-for): New function.
23468         (gnus-cache-rename-group-total-fetched-for): New function.
23469         (gnus-cache-delete-group-total-fetched-for): New function.
23470         (gnus-cache-total-fetched-for): New function.
23471
23472         * gnus-group.el: Require gnus-sum and autoload functions to
23473         resolve warnings when gnus-group.el compiled alone.
23474         (gnus-group-line-format): Documented new %F.
23475         (size of Fetched data) group line format; identifies disk space
23476         used by agent and cache.
23477         (gnus-group-line-format-alist): Defined new F format.
23478         (gnus-total-fetched-for): New function.
23479         (gnus-group-delete-group): No longer update
23480         gnus-cache-active-altered as gnus-request-delete-group now keeps
23481         the cache in sync.
23482         (gnus-group-list-active): Let the agent store a server's active
23483         list if currently plugged.
23484
23485         * gnus-int.el (gnus-request-delete-group):
23486         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23487         local disk in sync with the server.
23488         (gnus-request-rename-group):
23489         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23490         local disk in sync with the server.
23491
23492         * gnus-start.el (gnus-get-unread-articles):
23493         Cosmetic simplification to logic.
23494
23495         * gnus-util.el (gnus-rename-file): New function.
23496
23497 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
23498
23499         * mm-util.el (mm-image-load-path): Handle nil in load-path.
23500
23501 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
23502
23503         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23504         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
23505
23506 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
23507
23508         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23509         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
23510
23511 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
23512
23513         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23514
23515 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
23516
23517         * spam.el (spam-set-difference): Add function to replace
23518         gnus-set-difference in spam.el.
23519         (spam-summary-prepare-exit): Use spam-set-difference.
23520
23521 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
23522
23523         * gnus-registry.el (gnus-registry-cache-file): Update to use
23524         gnus-dribble-directory OR gnus-home-directory OR ~.
23525         (gnus-registry-split-fancy-with-parent): Fix doc.
23526
23527 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23528
23529         * message.el (message-exchange-point-and-mark):
23530         Use message-mark-active-p.  Suggested by Jesper Harder
23531         <harder@ifa.au.dk>.
23532
23533 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23534
23535         * message.el (message-exchange-point-and-mark): Don't activate
23536         region if it was inactive.  Suggested by Hiroshi Fujishima
23537         <pooh@nature.tsukuba.ac.jp>.
23538
23539 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23540
23541         * gnus-art.el (article-display-face): Display Faces in the same
23542         order as X-Faces.
23543
23544 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23545
23546         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23547
23548 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23549
23550         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23551         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23552         (gnus-article-mime-hierarchy): Remove.
23553         (gnus-article-mime-hierarchy-next): Remove.
23554         (gnus-article-mode): Revert 2004-03-19 change.
23555         (gnus-article-setup-buffer): Revert 2004-03-19 change.
23556         (gnus-insert-mime-button): Revert 2004-03-19 change.
23557         (gnus-mime-accumulate-hierarchy): Remove.
23558         (gnus-mime-enter-multipart): Remove.
23559         (gnus-mime-leave-multipart): Remove.
23560         (gnus-mime-display-part): Revert 2004-03-19 change.
23561         (gnus-mime-display-alternative): Revert 2004-03-19 change.
23562
23563         * mml.el (mml-preview): Revert 2004-03-19 change.
23564
23565 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
23566
23567         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23568
23569 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23570
23571         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23572         t while entering a file name using the mm-with-multibyte macro.
23573         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23574
23575         * mm-util.el (mm-with-multibyte): New macro.
23576
23577 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23578
23579         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23580         New user option.
23581         (gnus-mime-multipart-functions): Doc and customization fix.
23582         (gnus-article-mime-hierarchy): New variable.
23583         (gnus-article-mime-hierarchy-next): New variable.
23584         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23585         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23586         gnus-article-mime-hierarchy-next to nil.
23587         (gnus-insert-mime-button): Show hierarchy numbers.
23588         (gnus-mime-accumulate-hierarchy): New function.
23589         (gnus-mime-enter-multipart): New function.
23590         (gnus-mime-leave-multipart): New function.
23591         (gnus-mime-display-part): Recompute hierarchical MIME structure.
23592         (gnus-mime-display-alternative): Show hierarchy numbers.
23593
23594         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23595         gnus-article-mime-hierarchy-next to nil.
23596
23597 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
23598
23599         * dns.el: Don't require gnus-xmas.
23600
23601 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
23602
23603         * mml.el (mml-generate-mime-1): Don't use format=flowed with
23604         inline PGP.
23605         (mml-menu): Disable mml-quote-region if mark is inactive.
23606
23607 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23608
23609         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23610         when the group's active is not available.
23611
23612 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23613
23614         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23615         error.
23616
23617 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
23618
23619         * imap.el (imap-store-password): New variable.
23620         (imap-interactive-login): Use it.
23621         Suggested by Mark Plaksin <happy@mcplaksin.org>.
23622
23623 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23624
23625         * gnus-art.el (gnus-article-read-summary-keys): Restore new
23626         window-start and hscroll to summary window.
23627
23628 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23629
23630         * gnus-start.el (gnus-convert-old-newsrc): Only write the
23631         conversion message to newsrc-dribble when an actual conversion is
23632         performed.
23633
23634 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
23635
23636         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23637
23638 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23639
23640         * mm-decode.el (mm-complicated-handles): New function reviving
23641         former definition of mm-multiple-handles.
23642
23643         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23644         (gnus-mime-delete-part): Use it.
23645
23646 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23647
23648         * gnus-agent.el (gnus-agent-read-local):
23649         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23650         avoid the implicit assumption that they will always be equal.
23651         (gnus-agent-save-local): Bind buffer-file-coding-system, not
23652         coding-system-for-write, as the with-temp-file macro first prints
23653         to a buffer then saves the buffer.
23654
23655 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23656
23657         * gnus-art.el (gnus-article-edit-part): New function.
23658         (gnus-mime-save-part-and-strip): Use it; do query instead of
23659         signaling an error; don't use mm-multiple-handles.
23660         (gnus-mime-delete-part): Ditto.
23661
23662 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23663
23664         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23665         old file versions.
23666         (gnus-group-prepare-hook): Remove function that converted list
23667         form of gnus-agent-expire-days to group properties.
23668
23669         * gnus-int.el: Autoload gnus-agent-regenerate-group.
23670         (gnus-request-accept-article): Re-indented.
23671
23672         * gnus-start.el (gnus-convert-old-newsrc): Registered new
23673         converters to handle old agent file formats.  Add logic for a
23674         "backup before upgrading warning".
23675         (gnus-convert-mark-converter-prompt): Developers can mark
23676         functions as needing (default), or not needing,
23677         gnus-convert-old-newsrc's "backup before upgrading warning".
23678         (gnus-convert-converter-needs-prompt): Tests whether the user
23679         should be protected from potentially irreversable changes by the
23680         function.
23681
23682         * legacy-gnus-agent.el: New.  Provides converters that are only
23683         loaded when gnus-convert-old-newsrc needs to call them.
23684
23685 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23686
23687         * mail-source.el (mail-source-touch-pop): Doc fix.
23688
23689         * message.el (message-smtpmail-send-it): Doc fix.
23690
23691 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
23692
23693         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23694
23695         * nnmail.el (nnmail-split-fancy): do.
23696
23697         * gnus-kill.el (gnus-kill, gnus-execute): do.
23698
23699 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
23700
23701         * gnus-sum.el (gnus-widget-reversible-match)
23702         (gnus-widget-reversible-to-internal)
23703         (gnus-widget-reversible-to-external): New functions.
23704         (gnus-widget-reversible): New widget.
23705         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23706
23707 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
23708
23709         * gnus-sum.el (gnus-thread-sort-functions)
23710         (gnus-article-sort-functions): Document `(not F)' items.
23711
23712 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
23713
23714         * spam.el (spam-use-gmane-xref): Add new backend.
23715         (spam-gmane-xref-spam-group): Add variable to control the name of the
23716         Gmane spam group.
23717         (spam-blackhole-servers, spam-blackhole-good-server-regex)
23718         (spam-regex-headers-spam, spam-regex-headers-ham)
23719         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23720         (spam-list-of-checks): Add spam-use-gmane-xref to list of
23721         backends and checks.
23722         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23723
23724         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23725         an autodetect method.
23726
23727 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23728
23729         * gnus-int.el (gnus-request-accept-article): Inform the agent that
23730         articles are being added to a group.
23731         (gnus-request-replace-article): Inform the agent that articles
23732         need to be uncached as the cached contents are no longer valid.
23733
23734 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23735
23736         * binhex.el: Don't autoload executable-find.
23737
23738         * canlock.el: Don't autoload mail-fetch-field.
23739
23740         * dgnushack.el: Autoload c-mode for XEmacs.
23741
23742         * gnus-ems.el: Don't autoload appt-select-lowest-window.
23743
23744         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23745         rmail-dont-reply-to and rmail-output.
23746
23747         * gnus-score.el: Don't autoload ffap-string-at-point.
23748
23749         * gnus-setup.el: Don't autoload sc-cite-original.
23750
23751         * imap.el: Don't autoload base64-decode-string,
23752         base64-encode-string and md5.
23753
23754         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23755         and rmail-msg-restore-non-pruned-header.
23756
23757         * mm-decode.el: Don't autoload executable-find.
23758
23759         * mm-url.el: Don't autoload executable-find.
23760
23761         * mm-view.el: Don't autoload diff-mode.
23762
23763         * nndb.el: Don't autoload news-reply-mode, news-setup,
23764         cancel-timer and telnet.
23765
23766         * password.el: Don't autoload run-at-time for Emacs.
23767
23768         * sha1-el.el: Don't autoload executable-find.
23769
23770         * sieve-mode.el: Don't autoload c-mode.
23771
23772         * uudecode.el: Don't autoload executable-find.
23773
23774 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23775
23776         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23777         (gnus-agent-possibly-alter-active): Avoid null in numeric
23778         comparison.
23779         (gnus-agent-set-local): Refuse to save null in local object table.
23780         (gnus-agent-regenerate-group): The REREAD parameter can now be a
23781         list of articles that will be marked as unread.
23782
23783 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
23784
23785         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23786
23787 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
23788
23789         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23790         language tags.
23791
23792 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
23793
23794         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23795         Don't bind "obarray".
23796
23797         * gnus-sum.el (gnus-thread-sort-functions):
23798         Add `gnus-thread-sort-by-most-recent-number' and
23799         `gnus-thread-sort-by-most-recent-date'.
23800         Reported by Kai Grossjohann <kai@emptydomain.de>.
23801
23802 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23803
23804         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23805
23806 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23807
23808         * gnus-cus.el (gnus-agent-customize-category):
23809         Remove ignore-errors macro reference that required cl to be loaded at
23810         run-time.
23811
23812         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23813         single-interval range of the form (min . max).  Previously the
23814         range had to look like ((min . max)).  Likewise, return
23815         (min . max) rather than ((min . max)).
23816         (gnus-range-map): Use gnus-range-normalize to accept
23817         single-interval range.
23818
23819         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23820         the cache, but not the agent, now appear with their usual face.
23821
23822         * dgnushack.el (loaddir): New variable that is bound to the
23823         directory containing the dgnushack.el file. Use loaddir, rather
23824         than srcdir, to update load-path. Change lets dgnushack compile
23825         code in directories other than GNUS/lisp.
23826
23827 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
23828
23829         * lpath.el: Don't bind w3m-safe-url-regexp.
23830
23831         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23832         w3m-safe-url-regexp variable buffer-local.
23833
23834         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23835
23836 2004-02-27  Simon Josefsson  <jas@extundo.com>
23837
23838         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23839         gnus-group-real-prefix.
23840         (gnus-summary-move-article): Use it, instead of
23841         gnus-group-real-prefix.
23842
23843 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23844
23845         * lpath.el: Bind w3m-safe-url-regexp.
23846
23847         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23848         w3m-safe-url-regexp variable buffer-local and set it as the value
23849         of mm-w3m-safe-url-regexp.
23850
23851         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23852
23853         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23854         parsing gnus-posting-styles when the message is not for replying.
23855
23856         * dgnushack.el: Autoload sgml-mode for XEmacs.
23857
23858         * nnrss.el (nnrss-opml-export):
23859         Use mm-set-buffer-file-coding-system instead of
23860         set-buffer-file-coding-system.
23861
23862 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
23863
23864         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23865         of checkdoc.el).
23866         * nnrss.el: do.
23867         * gnus-mlspl.el: do.
23868         * gnus-ml.el: do.
23869         * gnus-srvr.el: do.
23870
23871         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23872
23873 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
23874
23875         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23876         Corrections to custom-manual links.
23877
23878         * gnus-art.el (gnus-article): Ditto.
23879
23880         * mm-decode.el (mime-display, mime-security): Ditto.
23881
23882 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23883
23884         * flow-fill.el: Typo.
23885
23886 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
23887
23888         * spam-wash.el: New file.
23889
23890 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23891
23892         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23893
23894 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23895
23896         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23897         to be run with new-articles as LIST1, not LIST2.
23898         (spam-registration-functions): Add spam-use-ham-copy as a nil
23899         registration backend.
23900
23901 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23902
23903         * spam-stat.el (spam-stat-washing-hook): New option.
23904         (spam-stat-buffer-words): Use it.
23905         (spam-stat-process-directory, spam-stat-test-directory):
23906         Use insert-file-contents-literally.
23907         (spam-stat-coding-system): New variable.
23908         (spam-stat-load, spam-stat-save): Use it.
23909
23910 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23911
23912         * spam-report.el (spam-report-plug-agent):
23913         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23914
23915 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23916
23917         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23918         Allow / in mailto URLs.
23919
23920 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23921
23922         * spam-report.el (spam-report-process-queue): Fix interactive use.
23923         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23924         (spam-report-unplug-agent): Doc fixes.
23925         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23926         (spam-report-agentize, spam-report-deagentize): Autoload.
23927
23928 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23929
23930         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
23931
23932         * message.el (message-setup-fill-variables): Add mml tags to
23933         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23934         <ajk@iu.edu>.
23935         (message-mode): Don't modify paragraph-separate there.
23936
23937 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23938
23939         * compface.el (uncompface-use-external): Default to undecided.
23940         (uncompface-use-external-threshold): New variable.
23941         (uncompface-float-time): New macro.
23942         (uncompface): Determine whether to use the external decoder if
23943         uncompface-use-external is undecided.
23944
23945 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23946
23947         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23948         after images.
23949
23950         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23951
23952 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23953
23954         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23955
23956         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23957
23958         * gnus-sum.el (gnus-summary-limit-to-age)
23959         (gnus-summary-limit-children): do.
23960
23961         * gnus-int.el (gnus-request-scan): do.
23962
23963         * gnus-group.el (gnus-group-suspend): do.
23964
23965         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23966
23967         * gnus-cite.el (gnus-cite-parse-attributions): do.
23968
23969         * gnus-agent.el (gnus-summary-set-agent-mark)
23970         (gnus-agent-regenerate-group): do.
23971
23972         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23973
23974         * binhex.el (binhex-decode-region-internal): do.
23975
23976 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23977
23978         * gnus-fun.el (gnus-face-properties-alist): New user option.
23979         (gnus-display-x-face-in-from): Use it.
23980
23981         * gnus-art.el (article-display-face): Ditto.
23982
23983         * compface.el (uncompface-use-external): Default to nil.
23984
23985 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23986
23987         * nntp.el (nntp-erase-buffer): New function.
23988         (nntp-retrieve-data, nntp-send-command)
23989         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23990         (nntp-possibly-change-group): Use it.
23991
23992         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23993         Use with-current-buffer.
23994
23995 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23996
23997         * compface.el: Merge the ELisp-based uncompface program.
23998         (compface): New customization group.
23999         (uncompface-use-external): New user option.
24000         (uncompface): Call uncompface-internal if uncompface-use-external
24001         is nil.
24002         (uncompface-internal): New function.  Note that there are also
24003         some other functions and variables added for this function.
24004
24005 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
24006
24007         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
24008         if necessary.
24009
24010 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
24011
24012         * spam-report.el (spam-report-unplug-agent)
24013         (spam-report-plug-agent, spam-report-deagentize)
24014         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
24015         Add support for the Agent in spam-report: when unplugged, report to a
24016         file; when plugged, submit all the requests.
24017
24018         * spam.el (spam-register-routine): Fix message about
24019         registration.
24020
24021 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
24022
24023         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24024         dependencies.
24025         (rfc2047-encode): Use it.
24026
24027         * gnus-art.el (gnus-button-marker-list): Move before first
24028         reference.
24029
24030         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24031         (imap-parse-body): Fix format string mismatch.
24032
24033         * gnus-score.el (gnus-summary-increase-score): do.
24034
24035         * nnrss.el (nnrss-close): New function.
24036
24037 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
24038
24039         * nnrss.el (nnrss-make-filename): New function.
24040         (nnrss-request-delete-group, nnrss-read-server-data)
24041         (nnrss-save-server-data, nnrss-read-group-data)
24042         (nnrss-save-group-data): Use it.
24043         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24044         (nnrss-read-server-data, nnrss-read-group-data): Use load.
24045         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24046
24047 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
24048
24049         * mml.el (mml-compute-boundary-1): Don't uncompress files.
24050
24051 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
24052
24053         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24054         files.
24055
24056         * message.el (message-generate-headers-first): Don't quote nil
24057         and t in docstrings.
24058
24059         * imap.el (imap-id): do.
24060
24061         * gnus-agent.el (gnus-agent-consider-all-articles)
24062         (gnus-agent-queue-mail): do.
24063
24064 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
24065
24066         * spam-report.el (spam-report-process-queue): New function.
24067         Process requests from `spam-report-requests-file'.
24068         (spam-report-process-queue): Doc fix.
24069
24070 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
24071
24072         * spam.el (spam-register-routine)
24073         (spam-log-processing-to-registry, spam-log-registered-p)
24074         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24075         Change "check" to "spam-check" for semi-clarity.
24076
24077 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
24078
24079         * pop3.el: Require nnheader.
24080
24081         * mml-smime.el: Require cl.  Autoload message-fetch-field.
24082
24083         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24084
24085         * gnus-picon.el: Require cl.
24086
24087         * gnus-fun.el: Require gnus-ems and gnus-util.
24088
24089         * gnus.el (gnus-method-to-server): Move defsubst before first use.
24090
24091         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24092
24093         * gnus-art.el (gnus-article-edit-mode): Define before first
24094         reference.
24095
24096 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
24097
24098         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24099         (gnus-uu-post-encoded): Use point-at-bol.
24100
24101         * gnus-topic.el (gnus-group-active-topic-p): do.
24102
24103         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24104
24105         * gnus-group.el (gnus-group-kill-region): do.
24106
24107         * gnus-art.el (article-date-ut): do.
24108
24109         * message.el (message-fetch-field): Remove redundant
24110         case-fold-search binding.
24111         (message-narrow-to-field): Simplify.
24112
24113 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
24114
24115         * spam.el (spam-directory): Derive from `gnus-directory'.
24116
24117         * spam-report.el (spam-report-url-to-file)
24118         (spam-report-requests-file): New function and variable for offline
24119         reporting.
24120         (spam-report-url-ping-function): Add `spam-report-url-to-file'
24121         and user defined function.
24122         (spam-report-url-ping-mm-url): Remove doubled slash.
24123
24124 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
24125
24126         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24127
24128 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
24129
24130         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24131         Fix format string mismatch.
24132
24133         * sieve.el (sieve-deactivate-all): do.
24134
24135         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24136
24137         * nnlistserv.el (nnlistserv-kk-wash-article): do.
24138
24139         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24140
24141         * mm-bodies.el (mm-7bit-chars): Don't include \r.
24142
24143 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
24144
24145         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24146         the list of checks.
24147
24148 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
24149
24150         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24151         padding.
24152
24153 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
24154
24155         * mm-view.el (mm-fill-flowed): New variable.
24156         (mm-inline-text): Use it.
24157
24158 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
24159
24160         * spam.el (spam-spamassassin-register-ham-routine)
24161         (spam-spamassassin-register-spam-routine): Fix function names.
24162
24163 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24164
24165         * gnus.el (gnus-tmp-grouplens): Remove.
24166         (gnus-summary-line-format): Remove grouplens.
24167
24168         * gnus-group.el (gnus-group-line-format): Ditto.
24169
24170         * gnus-spec.el (gnus-format-specs): Ditto.
24171         (gnus-update-format-specifications): Flush the group format spec
24172         cache if there's the grouplens stuff.
24173         (gnus-parse-simple-format): Replace %l with the empty string.
24174
24175 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
24176
24177         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24178         omission.
24179
24180 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24181
24182         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24183         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24184
24185 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
24186
24187         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24188         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24189         New macros and functions.
24190         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24191         Handle > NLINK_MAX messages.
24192         * nnmaildir.el (nnmaildir-request-set-mark):
24193         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24194
24195 2004-01-25  Alex Schroeder  <alex@gnu.org>
24196
24197         * spam-stat.el (spam-stat-process-directory-age): New option.
24198         (spam-stat-process-directory): Use it.
24199
24200 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
24201
24202         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24203         (spam-stat-save): Accept prefix argument.
24204
24205 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
24206
24207         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24208         links" error.
24209
24210 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24211
24212         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
24213         the rest of the and/or forms.
24214
24215 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24216
24217         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24218         compatibility with old .newsrc.eld files.
24219
24220         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
24221
24222         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24223
24224         * gnus-start.el (gnus-1): do.
24225
24226         * gnus-group.el (gnus-group-line-format-alist): do.
24227
24228         * gnus.el (gnus-use-grouplens, gnus-visual): do.
24229
24230         * gnus-gl.el: Remove.
24231
24232 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24233
24234         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24235         marks consisting of a single range {for example, (3 . 5)} rather
24236         than a list of a single range { ((3 . 5)) }.
24237
24238 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
24239
24240         * spam-stat.el (spam-stat-store-gnus-article-buffer):
24241         Use with-current-buffer.
24242         (spam-stat-store-current-buffer): Use insert-buffer-substring to
24243         avoid consing a string.
24244
24245         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24246         Remove obsolete entries for big5 and gb2312.
24247
24248 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24249
24250         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24251         uncompressed list.
24252
24253 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
24254
24255         * spam-stat.el (spam-stat-strip-xref): New function.
24256         (spam-stat-process-directory): Use it.
24257
24258         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24259         here -- it's done in message-fetch-field.
24260
24261 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24262
24263         * gnus-agent.el (gnus-agent-queue-mail)
24264         (gnus-agent-prompt-send-queue): New variables.
24265         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24266         * gnus-draft.el (gnus-group-send-queue): Pass the group name
24267         "nndraft:queue" along to gnus-draft-send.
24268         Use gnus-agent-prompt-send-queue.
24269         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24270         is "nndraft:queue".  Suggested by Gaute Strokkenes
24271         <gs234@srcf.ucam.org>
24272
24273         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24274         (agent-enable-undownloaded-faces): Add.
24275         (gnus-agent-cat-groups): Use eval-and-compile, not
24276         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24277         method of gnus-agent-cat-groups even when the buffer has been
24278         evaled.
24279         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24280         delete gnus-agent-save-active-1.
24281         (gnus-agent-save-groups): Delete.  Identical to
24282         gnus-agent-save-active.
24283         (gnus-agent-write-active): No longer adjust agent's copy of active
24284         file as agent's adjustments are now stored in their own
24285         file.  Remove optional parameter.
24286         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24287         servers.  Add use of min/max range limits from server's local
24288         file.
24289         (gnus-agent-save-alist): Remove unused optional argument.
24290         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24291         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24292         (gnus-agent-set-local): A per-server file that keeps min/max range
24293         limits for articles known to the agent.  Provides a fast mechanism
24294         for altering many active ranges.
24295         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24296         active file (local makes it unnecessary).
24297         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24298
24299         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24300         (agent-enable-undownloaded-faces): Add.
24301
24302         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24303         disable it when sending to "nndraft:queue".
24304         (gnus-group-send-queue): Add safety check to avoid sending queue
24305         when unplugged.
24306
24307         * gnus-group.el (gnus-group-catchup): Use new
24308         gnus-sequence-of-unread-articles, not
24309         gnus-list-of-unread-articles, to avoid exhausting memory with huge
24310         numbers of articles.  Use gnus-range-map to avoid having to
24311         uncompress the unread list.
24312         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24313         Fix invalid ange-ftp reference.
24314
24315         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24316         (gnus-sorted-range-intersection): Intersection of two ranges
24317         without requiring that they first be uncompressed.
24318
24319         * gnus-start.el (gnus-activate-group): Unless blocked by the
24320         caller, possibly expand the active range to include both cached
24321         and agentized articles.
24322         (gnus-convert-old-newsrc): Rewrote in anticipation of having
24323         multiple version-dependent converters.
24324         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24325         gnus-agent-save-active.
24326         (gnus-save-newsrc-file): Save dirty agent range limits.
24327
24328         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24329         gnus-agent-possibly-alter-active.
24330         (gnus-adjust-marked-articles): Faster handling of simple lists.
24331
24332 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
24333
24334         * spam-stat.el (spam-stat-test-directory): New optional argument
24335         displays a list of files detected.  Suggested by Andrew Cohen
24336         <cohen@andy.bu.edu>.
24337         (spam-stat-buffer-words-with-scores): Don't narrow and change
24338         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
24339
24340 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
24341
24342         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24343         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24344         (spam-spamassassin-arguments)
24345         (spam-spamassassin-spam-flag-header)
24346         (spam-spamassassin-positive-spam-flag-header)
24347         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24348         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24349         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24350         (spam-list-of-processors, spam-list-of-checks)
24351         (spam-list-of-statistical-checks, spam-registration-functions)
24352         (spam-check-spamassassin-headers, spam-check-spamassassin)
24353         (spam-spamassassin-score)
24354         (spam-spamassassin-register-with-sa-learn)
24355         (spam-spamassassin-register-spam-routine)
24356         (spam-spamassassin-register-ham-routine)
24357         (spam-assassin-register-spam-routine)
24358         (spam-assassin-register-ham-routine): Add SpamAssassin support.
24359         (spam-bogofilter-score): Fix to show article before scoring.
24360
24361 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
24362
24363         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24364         default scoring function.
24365         (spam-generic-score): Call spam-spamassassin-score if
24366         spam-use-spamassassin or spam-use-spamassassin-headers is on;
24367         spam-bogofilter-score otherwise.
24368
24369         * gnus.el (spam-process, spam-autodetect-methods):
24370         Add spamassassin and spamassassin-headers.
24371
24372 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
24373
24374         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24375         Suppress unnecessary messages.
24376
24377 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
24378
24379         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24380         make-hash-table.
24381
24382 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24383
24384         * canlock.el (base64-encode-string): Don't autoload it.
24385
24386 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
24387
24388         * run-at-time.el: Remove useless (require 'itimer),
24389         eval-and-compile and (featurep 'xemacs).
24390
24391 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
24392
24393         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24394         GROUP is a virtual group.
24395
24396 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
24397
24398         * gnus.el: Autoload `message-y-or-n-p'.
24399
24400 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
24401
24402         * pgg-parse.el: Remove unnecessary (require 'custom).
24403
24404         * pgg-def.el: do.
24405
24406         * nnmail.el: do.
24407
24408         * gnus-undo.el: do.
24409
24410         * gnus-picon.el: do.
24411
24412         * gnus-util.el: do.
24413
24414 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
24415
24416         * gnus-sum.el (gnus-pick-line-number): Add autoload.
24417
24418 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24419
24420         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24421         handle, as well as a list.
24422
24423         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24424         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24425         (mm-w3m-cid-retrieve): Simplify.
24426
24427 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
24428
24429         * message.el (message-kill-to-signature): Allow prefix arg to
24430         specify number of lines to keep before signature.
24431
24432 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
24433
24434         * message.el (message-kill-to-signature): Change docstring.
24435
24436 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24437
24438         * canlock.el: Always require sha1-el.
24439         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24440
24441         * message.el: Autoload sha1 only when compiling.
24442
24443         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
24444         eudc-expand-inline for XEmacs.
24445
24446 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
24447
24448         * message.el (message-canlock-generate): Require sha1-el.
24449
24450 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
24451
24452         * message.el (message-expand-name): Silence the byte compiler.
24453
24454         * lpath.el: Add detect-coding-system.
24455
24456         * dgnushack.el (dgnushack-compile): Remove obsolete check for
24457         cus-edit.
24458
24459 2004-01-13  Simon Josefsson  <jas@extundo.com>
24460
24461         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24462         Invoke gnus-score-mode.
24463         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24464
24465         * gnus-range.el (gnus-compress-sequence): Doc fix.
24466         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24467
24468 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24469
24470         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24471
24472 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
24473
24474         * spam.el (spam-get-article-as-string): Update to use
24475         gnus-request-article-this-buffer, much simpler.
24476         (spam-get-article-as-buffer): Remove.
24477
24478 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
24479
24480         * message.el (message-expand-name): Use EUDC if the user uses that.
24481
24482 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
24483
24484         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24485         character for the encoding to avoid consing a string.
24486
24487         * rfc2047.el (rfc2047-decode-string): Don't cons a string
24488         unnecessarily.
24489
24490         * mm-util.el (mm-replace-chars-in-string): Remove.
24491
24492         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24493         of mm-replace-chars-in-string.
24494
24495 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
24496
24497         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24498
24499         * mm-util.el (mm-subst-char-in-string): Support inplace.
24500
24501         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24502         a new string in every iteration.  Use shy groups.
24503
24504 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
24505
24506         * gnus-srvr.el (gnus-browse-unsubscribe-group):
24507         * gnus-soup.el (gnus-soup-group-brew):
24508         * gnus-msg.el (gnus-put-message):
24509         * gnus-move.el (gnus-group-move-group-to-server):
24510         * gnus-kill.el (gnus-batch-score):
24511         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24512         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24513         (gnus-group-update-group, gnus-group-read-group)
24514         (gnus-group-make-group, gnus-group-make-help-group)
24515         (gnus-group-make-archive-group, gnus-group-make-directory-group)
24516         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24517         (gnus-group-sort-by-unread, gnus-group-catchup)
24518         (gnus-group-unsubscribe-group, gnus-group-kill-group)
24519         (gnus-group-yank-group, gnus-group-set-info)
24520         (gnus-group-list-groups):
24521         * gnus.el (gnus-generate-new-group-name):
24522         * gnus-delay.el (gnus-delay-send-queue):
24523         * nnvirtual.el (nnvirtual-catchup-group):
24524         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24525         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24526         (gnus-group-prepare-topics, gnus-topic-check-topology):
24527         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24528         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24529         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24530         (gnus-group-make-articles-read):
24531         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24532         (gnus-group-change-level, gnus-kill-newsgroup)
24533         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24534         (gnus-get-unread-articles, gnus-make-articles-unread)
24535         (gnus-make-ascending-articles-unread): Use accessor
24536         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24537         to get group information for improved readability.
24538
24539
24540 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24541
24542         * gnus-art.el (article-decode-mime-words, article-babel)
24543         (gnus-article-highlight-signature, gnus-article-add-buttons)
24544         (gnus-signature-toggle): Use gnus-with-article-buffer.
24545
24546         * gnus-art.el (gnus-article-highlight-headers)
24547         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24548
24549         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24550         (gnus-article-set-globals, gnus-request-article-this-buffer)
24551         (gnus-button-message-id, gnus-article-maybe-hide-headers)
24552         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24553         (gnus-mime-display-alternative): Use with-current-buffer.
24554
24555 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24556
24557         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24558         also under 80 char limit, and call gnus-error if needed.
24559         (spam-fetch-article-header): Fix - it was a
24560         buffer-local variable (gnus-newsgroup-data).
24561         (spam-find-spam): Use spam-generate-fake-headers, forget about
24562         spam-insert-fake-headers.
24563         (spam-insert-fake-headers): Remove.
24564
24565 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24566
24567         * deuglify.el (gnus-article-outlook-unwrap-lines)
24568         (gnus-outlook-rearrange-article)
24569         (gnus-outlook-repair-attribution-outlook)
24570         (gnus-outlook-repair-attribution-block)
24571         (gnus-outlook-repair-attribution-other): Remove redundant
24572         save-excursion.
24573
24574 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
24575
24576         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24577         (spam-fetch-field-subject-fast)
24578         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24579         (spam-fetch-article-header): Add functions to deal with Gnus
24580         internals for fast retrieval of article header data.
24581         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24582
24583 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
24584
24585         * pop3.el (pop3-md5): Remove.
24586         (pop3-apop): Replace pop3-md5 with md5.
24587
24588         * mm-bodies.el: base64 is always built-in.
24589
24590         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24591         Use with-current-buffer.
24592
24593 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24594
24595         * canlock.el (canlock-insert-header): Remove excessive grouping in
24596         regexp.
24597
24598         * gnus-sum.el (gnus-summary-read-document): Ditto.
24599
24600         * gnus-uu.el (gnus-uu-part-number): Ditto.
24601
24602         * html2text.el (html2text-remove-tags): Ditto.
24603         (html2text-format-tags): Ditto.
24604         (html2text-format-single-elements): Ditto.
24605
24606         * mml.el (mml-parse-1): Ditto.
24607
24608 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24609
24610         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24611
24612         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24613
24614         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24615
24616         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24617
24618 2003-11-15  Simon Josefsson  <jas@extundo.com>
24619
24620         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24621         (pgg-gpg-lookup-key): Use regexp match instead of
24622         split-string (split-string is different between emacs 21.2 and
24623         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
24624
24625 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
24626
24627         * gnus-art.el (gnus-mime-view-all-parts)
24628         (gnus-article-part-wrapper, gnus-article-view-part):
24629         Use with-current-buffer.
24630
24631 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24632
24633         * spam.el (spam-disable-spam-split-during-ham-respool)
24634         (spam-spamoracle-database, spam-cache-lookups)
24635         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24636         (spam-group-ham-mark-p, spam-group-spam-mark-p)
24637         (spam-group-ham-marks, spam-group-spam-marks)
24638         (spam-group-spam-contents-p, spam-group-ham-contents-p)
24639         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24640         also add spam-use-blackholes to the statistical checks.
24641         (spam-fetch-field-fast): Add interface to fetching fields, may
24642         become a macro.
24643         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24644         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24645         (spam-insert-fake-headers): Fake an article when needed.
24646         (spam-find-spam): Fake article when possible.
24647         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24648         (spam-check-bogofilter-headers): Use message-fetch-field instead
24649         of nnmail-fetch-field.
24650
24651 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
24652
24653         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24654
24655 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
24656
24657         * spam.el (spam-split): Do not require spam-use-CHECK to be
24658         enabled if that check is passed to spam-split explicitly; also
24659         fix so 'spam doesn't get converted to spam-split-group when
24660         spam-split-symbolic-return is t.
24661         (spam-find-spam): Find registrations of the article and use those
24662         instead of re-running spam-split to find the spam/ham
24663         classification of the article.
24664         (spam-log-processing-to-registry, spam-log-registered-p)
24665         (spam-log-unregistration-needed-p, spam-log-undo-registration):
24666         Use gnus-error instead of gnus-message.
24667         (spam-log-registration-type): Add function to determine the
24668         classification of a message based on registry entries; will
24669         return nil if both 'spam and 'ham are found.
24670         (spam-check-BBDB): Expand all the BBDB macros here so we can have
24671         a reasonably fast local cache without the loading errors.
24672         (spam-cache-lookups): Set to t by default.
24673         (spam-find-spam): Don't try to guess spam-cache-lookups.
24674         (spam-enter-whitelist, spam-enter-blacklist): Clear the
24675         spam-caches entry.
24676         (spam-filelist-build-cache, spam-filelist-check-cache):
24677         Fix caching of whitelist/blacklist entries.
24678         (spam-check-whitelist, spam-check-blacklist):
24679         Invoke spam-from-listed-p with a type, not a cache variable.
24680         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24681
24682 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24683
24684         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24685
24686         * nnmail.el (nnmail-split-fancy): do.
24687
24688         * mml.el (mml-parse): do.
24689
24690         * gnus-score.el (gnus-enter-score-words-into-hashtb)
24691         (gnus-score-adaptive): do.
24692
24693 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24694
24695         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24696         (gnus-mime-button-map): Don't set keymap parent.
24697         (gnus-button-ctan-directory-regexp): Use shy grouping.
24698         (gnus-prev-page-map): Don't set keymap parent.
24699         (gnus-prev-page-map): Remove duplicated one.
24700         (gnus-next-page-map): Don't set keymap parent.
24701         (gnus-mime-security-button-map): Ditto.
24702
24703         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24704         version number.
24705
24706         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24707
24708 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24709
24710         * canlock.el (canlock-sha1-function): Remove.
24711         (canlock-sha1-function-for-verify): Remove.
24712         (canlock-openssl-program): Remove.
24713         (canlock-openssl-args): Remove.
24714         (canlock-ignore-errors): Remove.
24715         (canlock-sha1-with-openssl): Remove.
24716         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24717         (canlock-verify): Don't use canlock-ignore-errors.
24718
24719         * sha1-el.el (sha1-string-external): Make it can return a string
24720         in binary form.
24721         (sha1-region-external): Ditto.
24722         (sha1-string-internal): Ditto.
24723         (sha1-region-internal): Ditto.
24724         (sha1-region): Ditto.
24725         (sha1-string): Ditto.
24726         (sha1): Ditto.
24727
24728 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24729
24730         * spam.el (spam-report-articles-gmane): New command.
24731
24732 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
24733
24734         * gnus.el: Don't make unnecessary *Group* buffer when loading.
24735
24736         * run-at-time.el (run-at-time-saved): Remove.
24737         (run-at-time): Doc fix.
24738
24739 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
24740
24741         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24742         (gnus-summary-limit-map): Add it.
24743         (gnus-summary-make-menu-bar): do.
24744
24745 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
24746
24747         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24748         Make attempt at some caching support (done for BBDB only now).
24749         (spam-find-spam): Set spam-cache-lookups if there are more than 2
24750         addresses to be checked.
24751         (spam-clear-cache-BBDB): Add function, to be invoked by
24752         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24753         (spam-check-BBDB): Check and use the caches, if
24754         spam-cache-lookups is on, remove superfluous (provide).
24755
24756 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
24757
24758         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24759
24760 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
24761
24762         * run-at-time.el (run-at-time-saved): Move to after the definition
24763         of `run-at-time'.
24764
24765         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
24766
24767 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24768
24769         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24770         mm-w3m-local-map-property.
24771
24772         * mm-view.el (mm-w3m-mode-map): Remove.
24773         (mm-w3m-local-map-property): Remove.
24774         (mm-inline-text-html-render-with-w3m): Don't use
24775         mm-w3m-local-map-property.
24776
24777 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24778
24779         * run-at-time.el: New file.
24780
24781         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
24782         under Emacs.
24783
24784         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24785         of gnus-set-text-properties.
24786
24787         * gnus-uu.el (gnus-uu-save-article): Ditto.
24788
24789         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24790
24791         * gnus-cite.el (gnus-cite-parse): Ditto.
24792
24793         * gnus-art.el (gnus-button-push): Use set-text-properties instead
24794         of gnus-.
24795
24796         * gnus-xmas.el (run-at-time): Require run-at-time.
24797
24798         * gnus.el: Change calls to nnheader-run-at-time and
24799         password-run-at-time throughout to use run-at-time directly.
24800
24801         * password.el: Remove definition of run-at-time.
24802
24803         * nnheaderxm.el: Remove definition of run-at-time.
24804
24805 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
24806
24807         * mml.el (mml-minibuffer-read-disposition): Show attachment type
24808         in prompt.
24809
24810 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24811
24812         * messagexmas.el (message-xmas-redefine): Alias
24813         `message-make-caesar-translation-table' to
24814         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
24815         version.
24816
24817         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
24818         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
24819         `gnus-xmas-set-text-properties'.
24820         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
24821         `gnus-xmas-completing-read'.
24822         (gnus-xmas-completing-read): Removed.
24823         (gnus-xmas-open-network-stream): Removed.
24824
24825         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24826         XEmacs version.
24827
24828         * dns.el (dns-make-network-process): Use `open-network-stream'
24829         instead of `gnus-xmas-open-network-stream'.
24830
24831         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
24832
24833         * .cvsignore: Add auto-autoloads.el, custom-load.el.
24834
24835 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24836
24837         * gnus-art.el (gnus-mime-display-alternative)
24838         (gnus-insert-mime-button, gnus-insert-mime-security-button)
24839         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24840         Don't use gnus-local-map-property.
24841
24842         * gnus-util.el (gnus-local-map-property): Remove.
24843
24844         * mm-view.el (mm-view-pkcs7-decrypt):
24845         Replace gnus-completing-read-maybe-default with completing-read.
24846
24847         * gnus-util.el (gnus-completing-read): do.
24848         (gnus-completing-read-maybe-default): Remove.
24849
24850 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
24851
24852         * password.el: Only autoload `run-at-time' if not XEmacs.
24853         Only autoload the itimer functions if XEmacs.
24854
24855 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
24856
24857         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
24858         XEmacsen.
24859
24860         * dgnushack.el: Autoload executable-find for XEmacs.
24861
24862 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
24863
24864         * gnus-art.el (gnus-read-string): Remove.
24865         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24866         read-string.
24867
24868 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
24869
24870         * netrc.el: Autoload password-read.
24871         (netrc): Add configuration group.
24872         (netrc-encoding-method, netrc-openssl-path):
24873         Add variables for encoding and decoding of files with symmetric
24874         ciphers.
24875         (netrc-encode): Add assistant function to encode a file with
24876         netrc-encoding-method.
24877         (netrc-parse): Add interactive parameter, added optional
24878         decoding if netrc-encoding-method is non-nil but otherwise
24879         behavior is standard.
24880         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24881         Do s/encode/encrypt/ everywhere.
24882
24883         * spam.el: Remove executable-find autoload.
24884
24885 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24886
24887         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24888
24889         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24890
24891 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
24892
24893         * gnus-art.el (gnus-treat-ansi-sequences)
24894         (article-treat-ansi-sequences): New variable and function.
24895         Suggested by Dan Jacobson <jidanni@jidanni.org>.
24896
24897         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24898         Use it.
24899
24900 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
24901
24902         * mm-util.el (mm-quote-arg): Remove.
24903
24904         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24905         shell-quote-argument.
24906
24907         * gnus-uu.el (gnus-uu-command): do.
24908
24909         * gnus-sum.el (gnus-summary-insert-pseudos): do.
24910
24911         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24912         with make-char.
24913
24914         * mm-util.el (mm-make-char): Remove.
24915
24916         * mml.el (mml-mode): Replace gnus-add-minor-mode with
24917         add-minor-mode.
24918
24919         * gnus-undo.el (gnus-undo-mode): do.
24920
24921         * gnus-topic.el (gnus-topic-mode): do.
24922
24923         * gnus-sum.el (gnus-dead-summary-mode): do.
24924
24925         * gnus-start.el (gnus-slave-mode): do.
24926
24927         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24928
24929         * gnus-ml.el (gnus-mailing-list-mode): do.
24930
24931         * gnus-gl.el (gnus-grouplens-mode): do.
24932
24933         * gnus-draft.el (gnus-draft-mode): do.
24934
24935         * gnus-dired.el (gnus-dired-mode): do.
24936
24937         * gnus-ems.el (gnus-add-minor-mode): Remove.
24938
24939         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24940         Replace gnus-char-width with char-width.
24941
24942         * gnus-ems.el (gnus-char-width): Remove.
24943
24944         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24945         Replace gnus-char-width with char-width.
24946
24947         * gnus-ems.el (gnus-char-width): Remove.
24948
24949         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24950         definition.
24951         Remove Emacs 20 hash table compatibility code.
24952
24953         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24954         20 compatibility code.
24955
24956         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24957
24958         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24959
24960         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24961         Replace with point-at-{eol,bol}.
24962
24963         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24964
24965         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24966
24967         * flow-fill.el (fill-flowed-point-at-bol)
24968         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24969
24970         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24971         Replace with point-at-{eol,bol} throughout all files.
24972
24973 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24974
24975         * ntlm.el (ntlm-string-as-unibyte): New macro.
24976         (ntlm-build-auth-response): Use it.
24977
24978         Remove Emacs 20 stuff:
24979         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
24980         (butlast, mapc, remove): Remove the compiler macros.
24981         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24982         of delq and copy-sequence.
24983         * gnus-art.el (popup-menu): Remove the compiler macro.
24984         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24985         Emacs 20.
24986
24987 2004-01-05  Simon Josefsson  <jas@extundo.com>
24988
24989         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24990         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24991         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24992         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24993         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24994         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24995         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24996         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24997         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24998         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24999         ntlm-string-permute, string-lshift into ntlm-string-lshift,
25000         string-xor into ntlm-string-xor.
25001         Suggested by Jesper Harder <harder@myrealbox.com>.
25002
25003         * ntlm.el: Don't include poem.
25004
25005         * md4.el (print-int32, print-string-hexa): Remove.
25006         Suggested by Jesper Harder <harder@myrealbox.com>.
25007
25008         * sasl-ntlm.el, ntlm.el, md4.el: New files.
25009
25010         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
25011         probably breaks emacs with DL patch, but do we care? Is anyone
25012         still using the DL stuff?)
25013
25014         * sieve-manage.el: Use the password package.
25015         (sieve-manage-read-passwd): Remove.
25016         (sieve-manage-interactive-login): Use password.  Re-add
25017         condition-case around loop.
25018
25019         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
25020         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
25021         Use the password package.
25022
25023 2003-02-19  Simon Josefsson  <jas@extundo.com>
25024
25025         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
25026         token.
25027
25028 2002-08-07  Simon Josefsson  <jas@extundo.com>
25029
25030         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
25031         (sieve-manage-authenticators):
25032         (sieve-manage-authenticator-alist): Add some SASL mechs.
25033         (sieve-sasl-auth): New function.
25034         (sieve-manage-cram-md5-auth):
25035         (sieve-manage-plain-auth): Rewrite using SASL library.
25036         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
25037         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
25038         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
25039         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
25040
25041 2004-01-05  Simon Josefsson  <jas@extundo.com>
25042
25043         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
25044         New files.
25045
25046 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25047
25048         * gnus-group.el (gnus-no-groups-message): Update.
25049
25050         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
25051
25052 2003-11-09  Simon Josefsson  <jas@extundo.com>
25053
25054         * imap.el: Support for ID IMAP extension (RFC 2971).
25055         (imap-local-variables): Add imap-id.
25056         (imap-id): New variable.
25057         (imap-id): New function.
25058         (imap-parse-response): Parse untagged ID response.
25059         * nnimap.el (nnimap-id): New variable.
25060         (nnimap-open-connection): Use it.
25061
25062 2003-12-28  Simon Josefsson  <jas@extundo.com>
25063
25064         * gnus-score.el (gnus-score-edit-all-score): New.
25065         * gnus-group.el (gnus-group-score-map): Bind it to W e.
25066
25067 2004-01-04  Simon Josefsson  <jas@extundo.com>
25068
25069         * password.el: Add.
25070
25071 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
25072
25073         * dns.el (dns-query-types): Fix typo.
25074         (dns-query-types): New function.
25075         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
25076         PTR and SOA replies, see RFC 1035.
25077
25078 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25079
25080         * gnus.el (gnus-logo-color-style): Change colors to `no'.
25081
25082         * Move to Changelog.2.
25083
25084 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25085
25086         * gnus.el (gnus-version-number): Bump version.
25087
25088 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25089
25090         * gnus.el: No Gnus v0.1 is released.
25091
25092 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
25093
25094         * gnus.el: No Gnus v0.0 is released.
25095
25096 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25097
25098         * gnus.el (gnus-version-number): Bump.
25099         (gnus-version): No.
25100
25101 See ChangeLog.2 for earlier changes.
25102
25103   Copyright (C) 2004-2012 Free Software Foundation, Inc.
25104
25105   This file is part of GNU Emacs.
25106
25107   GNU Emacs is free software: you can redistribute it and/or modify
25108   it under the terms of the GNU General Public License as published by
25109   the Free Software Foundation, either version 3 of the License, or
25110   (at your option) any later version.
25111
25112   GNU Emacs is distributed in the hope that it will be useful,
25113   but WITHOUT ANY WARRANTY; without even the implied warranty of
25114   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25115   GNU General Public License for more details.
25116
25117   You should have received a copy of the GNU General Public License
25118   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25119
25120 ;; Local Variables:
25121 ;; coding: utf-8
25122 ;; fill-column: 79
25123 ;; add-log-time-zone-rule: t
25124 ;; End: